aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.h
Commit message (Expand)AuthorAgeFilesLines
* There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris2003-06-041-11/+1
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-6/+9
* Pull much of the processing done after a call to "fragment_add_check()"Guy Harris2003-04-201-1/+6
* Add a "fragment_add_multiple_ok()" routine that skips the check for aGuy Harris2003-04-201-1/+4
* We can't use the frame_data structure as a key structure when lookingGuy Harris2003-04-201-1/+13
* Added new field reassembled_in to the fragment data structure.Ronnie Sahlberg2003-04-091-1/+4
* Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg2002-12-191-1/+4
* From Tomas Kukosa: export more routines to plugins.Guy Harris2002-11-141-12/+12
* Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris2002-10-241-6/+15
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-13/+13
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-3/+11
* Added show_fragment_tree() to reassemble. This function will do the commonRonnie Sahlberg2002-06-051-1/+17
* Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC).Ronnie Sahlberg2002-05-241-1/+6
* Add a separate hash table to the reassembly code for reassembledGuy Harris2002-04-171-3/+38
* Rename the "frag_offset" argument of "fragment_add_seq()" toGuy Harris2002-04-171-4/+4
* From Ricardo Barroetave�a: support dissectors that are handedGuy Harris2002-02-031-1/+17
* From Ronnie Sahlberg: new infrastructure to reassemble packets whereGuy Harris2001-12-151-1/+15
* Assorted changes from Ronnie Sahlberg:Guy Harris2001-11-241-1/+27
* Move the fragment reassembly code into "reassemble.c" andGuy Harris2001-06-081-0/+77