Wireshark-commits: [Wireshark-commits] master d4f6480: ISAKMP: fix Cisco fragmentation support.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 23 Jun 2015 21:32:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d4f6480253cf303f70c3d831098adf7582403b8f
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d4f6480 by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):

    ISAKMP: fix Cisco fragmentation support.
    
    Last flag wasn't mapping to 'more fragments' properly, and reassembly
    should only be attempted on the last frame.
    
    Bug: 7940
    Change-Id: I565f2b72b6eb68dc32e0f57a43a098a8f203a800
    Reviewed-on: https://code.wireshark.org/review/9073
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  e53337a   replace another bunch of deprecated tvb_length calls
    adds  d4f6480   ISAKMP: fix Cisco fragmentation support.


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