aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.h
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-24from todd sRonnie Sahlberg1-1/+8
2003-12-20Do the special "if the first fragment we see is also the final fragment,Guy Harris1-14/+26
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notGuy Harris1-3/+3
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris1-11/+1
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-6/+9
2003-04-20Pull much of the processing done after a call to "fragment_add_check()"Guy Harris1-1/+6
2003-04-20Add a "fragment_add_multiple_ok()" routine that skips the check for aGuy Harris1-1/+4
2003-04-20We can't use the frame_data structure as a key structure when lookingGuy Harris1-1/+13
2003-04-09Added new field reassembled_in to the fragment data structure.Ronnie Sahlberg1-1/+4
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-1/+4
2002-11-14From Tomas Kukosa: export more routines to plugins.Guy Harris1-12/+12
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-6/+15
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-13/+13
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-3/+11
2002-06-05Added show_fragment_tree() to reassemble. This function will do the commonRonnie Sahlberg1-1/+17
2002-05-24Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC).Ronnie Sahlberg1-1/+6
2002-04-17Add a separate hash table to the reassembly code for reassembledGuy Harris1-3/+38
2002-04-17Rename the "frag_offset" argument of "fragment_add_seq()" toGuy Harris1-4/+4
2002-02-03From Ricardo Barroetave�a: support dissectors that are handedGuy Harris1-1/+17
2001-12-15From Ronnie Sahlberg: new infrastructure to reassemble packets whereGuy Harris1-1/+15
2001-11-24Assorted changes from Ronnie Sahlberg:Guy Harris1-1/+27
2001-06-08Move the fragment reassembly code into "reassemble.c" andGuy Harris1-0/+77