aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.c
Commit message (Expand)AuthorAgeFilesLines
* Don't check for a short frame until we care whether the frame is short;Guy Harris2002-06-171-5/+2
* Put the stuff to add the "Illegal {fragment,segment}" item to the InfoGuy Harris2002-06-071-21/+19
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-63/+116
* Added show_fragment_tree() to reassemble. This function will do the commonRonnie Sahlberg2002-06-051-1/+90
* Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC).Ronnie Sahlberg2002-05-241-1/+21
* "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