Fix the tcp reassembly routine in epan/follow.c :
authorSake Blok <sake@euronet.nl>
Tue, 13 May 2008 22:45:04 +0000 (22:45 -0000)
committerSake Blok <sake@euronet.nl>
Tue, 13 May 2008 22:45:04 +0000 (22:45 -0000)
commitcae5293711372f6a3a72517c122150242e983330
tree86e90ba533b60afb13e0d147486691d65d83e5b7
parentb48924f9d57006a3abfc94bd6bb23a668930bfe4
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

svn path=/trunk/; revision=25289
epan/follow.c