Wireshark-commits: [Wireshark-commits] master 18fabb4: Strengthen association matching when we have
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 5 Dec 2014 14:15:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=18fabb4733336896f94e3a785f0f7c663ff9ae72
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

18fabb4 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Strengthen association matching when we haven't seen the INIT/INIT-ACK.
    
    The fact that the vtag matches the initiate tag doesn't mean much if both are 0
    (uninitialized).
    
    Also leave in some (commented-out) debug to make debugging this stuff easier
    in the future.
    
    Change-Id: Id007de8bf9d2d4e0bb18309ed3e2572fedda45f1
    Reviewed-on: https://code.wireshark.org/review/5571
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  0867344   Look for python3 in addition to python in configure script.
    adds  18fabb4   Strengthen association matching when we haven't seen the INIT/INIT-ACK.


Summary of changes:
 epan/dissectors/packet-sctp.c |   43 +++++++++++++++++++++++++----------------
 1 file changed, 26 insertions(+), 17 deletions(-)