Wireshark-commits: [Wireshark-commits] rev 22762: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 31 Aug 2007 15:06:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22762

User: sake
Date: 2007/08/31 03:06 PM

Log:
 When doing TCP_SEQ analysis, if the packet is a SYN, then it's 
 not a lost packet but the tcp ports are being reused. This is often 
 seen in load-balanced environments where client ports are preserved 
 on the server-side.
 
 We only want to report port reusage once, so the SYN/ACK is excluded 
 from TCP_SEQ analysis.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +50 -2     packet-tcp.c    Modified