Wireshark-commits: [Wireshark-commits] master-2.2 5888921: ISAKMP: fix dissection of IKEv2 ID Paylo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 2 Jan 2017 13:18:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5888921e4fcba0d01dec37c34f471126f9641c66
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

5888921 by Mirko Parthey (mirko.parthey@xxxxxx):

    ISAKMP: fix dissection of IKEv2 ID Payload
    
    Fix dissection of the IKEv2 Identification Payload.
    Unlike IKEv1, it does not have Protocol and Port fields.
    
    References:
    * RFC 2407, section 4.6.2
    * RFC 7296, section 3.5
    
    Change-Id: I968e378abd49363785dd7308a4f27908c1c05a8a
    Reviewed-on: https://code.wireshark.org/review/19497
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 6af7425ceebb698c53368fa90e1be52338bdf333)
    Reviewed-on: https://code.wireshark.org/review/19498
    

Actions performed:

    from  11310a8   Happy new Year 2017 !
    adds  5888921   ISAKMP: fix dissection of IKEv2 ID Payload


Summary of changes:
 epan/dissectors/packet-isakmp.c |   38 ++++++++++++++++++++++----------------
 1 file changed, 22 insertions(+), 16 deletions(-)