aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.c
Commit message (Expand)AuthorAgeFilesLines
* "fragment_add_seq_work()" returns a Boolean value, not a pointer, soGuy Harris2002-04-251-2/+2
* Get rid of some unused variables and arguments.Guy Harris2002-04-221-12/+4
* In "fragment_add_seq_check()", handle short frames the same wayGuy Harris2002-04-171-49/+24
* Don't try to reassemble short frames - but do still pass them through atGuy Harris2002-04-171-17/+86
* Don't bother with "reassembled_key" structures - just use theGuy Harris2002-04-171-52/+33
* Add a separate hash table to the reassembly code for reassembledGuy Harris2002-04-171-67/+343
* Rename the "frag_offset" argument of "fragment_add_seq()" toGuy Harris2002-04-171-5/+5
* From Joerg Mayer: mark function arguments as unused.Guy Harris2002-03-311-2/+2
* From Ricardo Barroetave�a: support dissectors that are handedGuy Harris2002-02-031-10/+76
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* WTP reassembly, from Tom Uijldert.Guy Harris2002-01-041-4/+4
* From Ronnie Sahlberg: new infrastructure to reassemble packets whereGuy Harris2001-12-151-2/+241
* Assorted changes from Ronnie Sahlberg:Guy Harris2001-11-241-1/+99
* Get rid of some unused variables.Guy Harris2001-11-211-1/+3
* TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris2001-09-131-4/+15
* Include <string.h> to get "memcmp()" and "memcpy()" declared.Guy Harris2001-06-281-1/+3
* Move the fragment reassembly code into "reassemble.c" andGuy Harris2001-06-081-0/+371