Apparently bit 0x80 of a SAMR domain handle is the permission to look
[metze/wireshark/wip.git] / reassemble.c
2002-12-19 Ronnie SahlbergUpdate reassemble.c/show_item and all callers to use...
2002-12-02 Guy HarrisDon't cast away constness, and fix variable and structu...
2002-10-24 Guy HarrisAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-10-17 Guy HarrisFlag fragment overlaps when reassembling based on seque...
2002-10-17 Guy HarrisPut in a missing check for fragment overlaps, and add...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-06-17 Guy HarrisDon't check for a short frame until we care whether...
2002-06-07 Guy HarrisPut the stuff to add the "Illegal {fragment,segment...
2002-06-07 Guy HarrisAdd "show_fragment_seq_tree()", which is like "show_fra...
2002-06-05 Ronnie SahlbergAdded show_fragment_tree() to reassemble. This function...
2002-05-24 Ronnie SahlbergReassembly of fragmented DCE/RPC (only for connection...
2002-04-25 Guy Harris"fragment_add_seq_work()" returns a Boolean value,...
2002-04-22 Guy HarrisGet rid of some unused variables and arguments.
2002-04-17 Guy HarrisIn "fragment_add_seq_check()", handle short frames...
2002-04-17 Guy HarrisDon't try to reassemble short frames - but do still...
2002-04-17 Guy HarrisDon't bother with "reassembled_key" structures - just...
2002-04-17 Guy HarrisAdd a separate hash table to the reassembly code for...
2002-04-17 Guy HarrisRename the "frag_offset" argument of "fragment_add_seq...
2002-03-31 Guy HarrisFrom Joerg Mayer: mark function arguments as unused.
2002-02-03 Guy HarrisFrom Ricardo Barroetave�a: support dissectors that...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-04 Guy HarrisWTP reassembly, from Tom Uijldert.
2001-12-15 Guy HarrisFrom Ronnie Sahlberg: new infrastructure to reassemble...
2001-11-24 Guy HarrisAssorted changes from Ronnie Sahlberg:
2001-11-21 Guy HarrisGet rid of some unused variables.
2001-09-13 Guy HarrisTCP desegmentation support, and changes to the ONC...
2001-06-28 Guy HarrisInclude <string.h> to get "memcmp()" and "memcpy()...
2001-06-08 Guy HarrisMove the fragment reassembly code into "reassemble...