aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.c
AgeCommit message (Expand)AuthorFilesLines
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