aboutsummaryrefslogtreecommitdiffstats
path: root/follow.h
AgeCommit message (Collapse)AuthorFilesLines
1999-07-31Fix TCP follow stream feature:Laurent Deniel1-2/+3
- call reset_tcp_reassembly before build_follow_filter - modify reassemble_tcp so that packet validity is checked before processing it. svn path=/trunk/; revision=410
1999-07-07From Jason Lango <jal@netapp.com>, a fix to a long-standing problemGuy Harris1-3/+1
(which could cause core dumps in "Follow TCP Stream") - "check_fragments()" was, when deleting a TCP segment at the beginning of the list of segments, setting "src[index]" to point to the next segment, not "frags[index]". "src[index]" is the source IP address, not a pointer to a fragment. Also, make some routines not used outside "follow.c" static. svn path=/trunk/; revision=341
1999-03-23Fixes to the TCP reassembly code to correctly handle too shortLaurent Deniel1-2/+5
caplen or incomplete data (avoid crashes or erroneous display). svn path=/trunk/; revision=227
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-3/+4
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. svn path=/trunk/; revision=31
1998-09-17* Added Mike Hall's TCP reconstruction code.Gerald Combs1-0/+45
svn path=/trunk/; revision=10