ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 41788: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 27 Mar 2012 02:08:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41788

User: martinm
Date: 2012/03/26 07:08 PM

Log:
 When storing sequence analysis results, add (raw) sequence number and
 ack number to the lookup key (which was previously just the frame number).
 
 This helps with situations where multiple segments of the same TCP
 conversation can be found in the same frame in a capture (e.g. with LTE
 user-plane traffic carried in logged MAC or RLC frames).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +41 -25    packet-tcp.c    Modified
  +1 -1      packet-tcp.h    Modified