aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-04When deciding whether we have enough data in a lower-level packet toGuy Harris1-4/+4
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+5
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-7/+7
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-15/+64
2002-10-17Flag fragment overlaps when reassembling based on sequence number, and,Guy Harris1-12/+20
2002-10-17Put in a missing check for fragment overlaps, and add an assertion toGuy Harris1-2/+7
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-40/+40
2002-06-17Don't check for a short frame until we care whether the frame is short;Guy Harris1-5/+2
2002-06-07Put the stuff to add the "Illegal {fragment,segment}" item to the InfoGuy Harris1-21/+19
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-63/+116
2002-06-05Added show_fragment_tree() to reassemble. This function will do the commonRonnie Sahlberg1-1/+90
2002-05-24Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC).Ronnie Sahlberg1-1/+21
2002-04-25"fragment_add_seq_work()" returns a Boolean value, not a pointer, soGuy Harris1-2/+2
2002-04-22Get rid of some unused variables and arguments.Guy Harris1-12/+4
2002-04-17In "fragment_add_seq_check()", handle short frames the same wayGuy Harris1-49/+24
2002-04-17Don't try to reassemble short frames - but do still pass them through atGuy Harris1-17/+86
2002-04-17Don't bother with "reassembled_key" structures - just use theGuy Harris1-52/+33
2002-04-17Add a separate hash table to the reassembly code for reassembledGuy Harris1-67/+343
2002-04-17Rename the "frag_offset" argument of "fragment_add_seq()" toGuy Harris1-5/+5
2002-03-31From Joerg Mayer: mark function arguments as unused.Guy Harris1-2/+2
2002-02-03From Ricardo Barroetave�a: support dissectors that are handedGuy Harris1-10/+76
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-04WTP reassembly, from Tom Uijldert.Guy Harris1-4/+4
2001-12-15From Ronnie Sahlberg: new infrastructure to reassemble packets whereGuy Harris1-2/+241
2001-11-24Assorted changes from Ronnie Sahlberg:Guy Harris1-1/+99
2001-11-21Get rid of some unused variables.Guy Harris1-1/+3
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris1-4/+15
2001-06-28Include <string.h> to get "memcmp()" and "memcpy()" declared.Guy Harris1-1/+3
2001-06-08Move the fragment reassembly code into "reassemble.c" andGuy Harris1-0/+371