Wireshark-commits: [Wireshark-commits] rev 53118: /trunk/epan/ /trunk/epan/: reassemble.c

Date: Wed, 06 Nov 2013 21:59:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53118

User: mmann
Date: 2013/11/06 09:59 PM

Log:
 Correctly report segments marked with REASSEMBLE_FLAGS_NO_FRAG_NUMBER.  Bug 9304 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9304)
 
 Instead of incrementing the offset for each new segment by one we add the length of the segment so that each segment is correctly shown in the segment list.
 
 It proves to be very useful to find which packet (segment) is causing an application dissector to go wrong.
 
 From Matthieu Patou

Directory: /trunk/epan/
  Changes    Path            Action
  +5 -5      reassemble.c    Modified