aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.c
Commit message (Expand)AuthorAgeFilesLines
* From Tomas Kukosa: set FD_DEGRAGMENTED even if there's only oneGuy Harris2003-07-311-1/+2
* There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris2003-06-041-37/+56
* Fix up the overlap checks in the fragment_add_seq functions forGuy Harris2003-04-301-17/+65
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-29/+60
* Put entries for a reassembled packet into the appropriate hash table forGuy Harris2003-04-201-41/+20
* Pull much of the processing done after a call to "fragment_add_check()"Guy Harris2003-04-201-1/+86
* Add a "fragment_add_multiple_ok()" routine that skips the check for aGuy Harris2003-04-201-6/+31
* We can't use the frame_data structure as a key structure when lookingGuy Harris2003-04-201-131/+248
* The first element in a fragment list isn't a fragment, it's a specialGuy Harris2003-04-191-14/+26
* Add a small extra check in fragment_add() to make it idempotent.Ronnie Sahlberg2003-04-171-2/+16
* Added new field reassembled_in to the fragment data structure.Ronnie Sahlberg2003-04-091-2/+7
* When deciding whether we have enough data in a lower-level packet toGuy Harris2003-03-041-4/+4
* Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg2002-12-191-3/+5
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-7/+7
* Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris2002-10-241-15/+64
* Flag fragment overlaps when reassembling based on sequence number, and,Guy Harris2002-10-171-12/+20
* Put in a missing check for fragment overlaps, and add an assertion toGuy Harris2002-10-171-2/+7
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-40/+40
* 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