Wireshark-commits: [Wireshark-commits] master 6af7425: ISAKMP: fix dissection of IKEv2 ID Payload

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

Commits:

6af7425 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>
    

Actions performed:

    from  b358b87   Snort: without explicit disable, expand preference to switch off
    adds  6af7425   ISAKMP: fix dissection of IKEv2 ID Payload


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