Wireshark-commits: [Wireshark-commits] rev 23878: /trunk/epan/ /trunk/epan/dissectors/: packet-tcp.

Date: Sat, 15 Dec 2007 23:25:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23878

User: sake
Date: 2007/12/15 11:25 PM

Log:
 Fixes the "follow tcp stream" output when there are frames missing in the
 capture file that were actually on the wire. The reassembly code waited for 
 the gaps to be filled in by retransmissions, which would never come.
 
 With this fix all acknowledged data will be output with "[xxx bytes missing in 
 capture file]" inserted in every gap.

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

Directory: /trunk/epan/
  Changes    Path          Action
  +61 -28    follow.c      Modified
  +1 -1      follow.h      Modified