Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Wed, 06 Jul 2011 15:46:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37922

User: etxrab
Date: 2011/07/06 08:46 AM

Log:
 From György Szaniszló:
 Introduced a new tcp state variable: maxseqtobeacked, this is the
 maximum seq number that can be acked by the rev party in normal case.
 This new state variable only serves the proper detection of
 tcp.analysis.ack_lost_segment indicator, and decouples it from the detection of
 tcp.analysis.lost_segment indicator.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6081

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +14 -5     packet-tcp.c    Modified
  +3 -0      packet-tcp.h    Modified