Wireshark-commits: [Wireshark-commits] rev 25289: /trunk/epan/ /trunk/epan/: follow.c

Date: Tue, 13 May 2008 22:45:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25289

User: sake
Date: 2008/05/13 03:45 PM

Log:
 Fix the tcp reassembly routine in epan/follow.c :
 
 - Don't do '<gulongvar>-<gulongvar> > 0' as it will always be true :-)
 - Handle the case where a segment is partially retransmitted

Directory: /trunk/epan/
  Changes    Path          Action
  +37 -1     follow.c      Modified