| Commit message (Expand) | Author | Age | Files | Lines |
* | From Tomas Kukosa: set FD_DEGRAGMENTED even if there's only one | Guy Harris | 2003-07-31 | 1 | -1/+2 |
* | There can be more than one DCE RPC call per frame, e.g. there can be | Guy Harris | 2003-06-04 | 1 | -37/+56 |
* | Fix up the overlap checks in the fragment_add_seq functions for | Guy Harris | 2003-04-30 | 1 | -17/+65 |
* | Add a pointer to an hf_ value for a "reassembled_in" field (which can be | Guy Harris | 2003-04-20 | 1 | -29/+60 |
* | Put entries for a reassembled packet into the appropriate hash table for | Guy Harris | 2003-04-20 | 1 | -41/+20 |
* | Pull much of the processing done after a call to "fragment_add_check()" | Guy Harris | 2003-04-20 | 1 | -1/+86 |
* | Add a "fragment_add_multiple_ok()" routine that skips the check for a | Guy Harris | 2003-04-20 | 1 | -6/+31 |
* | We can't use the frame_data structure as a key structure when looking | Guy Harris | 2003-04-20 | 1 | -131/+248 |
* | The first element in a fragment list isn't a fragment, it's a special | Guy Harris | 2003-04-19 | 1 | -14/+26 |
* | Add a small extra check in fragment_add() to make it idempotent. | Ronnie Sahlberg | 2003-04-17 | 1 | -2/+16 |
* | Added new field reassembled_in to the fragment data structure. | Ronnie Sahlberg | 2003-04-09 | 1 | -2/+7 |
* | When deciding whether we have enough data in a lower-level packet to | Guy Harris | 2003-03-04 | 1 | -4/+4 |
* | Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list... | Ronnie Sahlberg | 2002-12-19 | 1 | -3/+5 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -7/+7 |
* | Add a "fragment_add_seq_next()" to reassemble fragments that don't have | Guy Harris | 2002-10-24 | 1 | -15/+64 |
* | Flag fragment overlaps when reassembling based on sequence number, and, | Guy Harris | 2002-10-17 | 1 | -12/+20 |
* | Put in a missing check for fragment overlaps, and add an assertion to | Guy Harris | 2002-10-17 | 1 | -2/+7 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -40/+40 |
* | Don't check for a short frame until we care whether the frame is short; | Guy Harris | 2002-06-17 | 1 | -5/+2 |
* | Put the stuff to add the "Illegal {fragment,segment}" item to the Info | Guy Harris | 2002-06-07 | 1 | -21/+19 |
* | Add "show_fragment_seq_tree()", which is like "show_fragment_tree()", | Guy Harris | 2002-06-07 | 1 | -63/+116 |
* | Added show_fragment_tree() to reassemble. This function will do the common | Ronnie Sahlberg | 2002-06-05 | 1 | -1/+90 |
* | Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC). | Ronnie Sahlberg | 2002-05-24 | 1 | -1/+21 |
* | "fragment_add_seq_work()" returns a Boolean value, not a pointer, so | Guy Harris | 2002-04-25 | 1 | -2/+2 |
* | Get rid of some unused variables and arguments. | Guy Harris | 2002-04-22 | 1 | -12/+4 |
* | In "fragment_add_seq_check()", handle short frames the same way | Guy Harris | 2002-04-17 | 1 | -49/+24 |
* | Don't try to reassemble short frames - but do still pass them through at | Guy Harris | 2002-04-17 | 1 | -17/+86 |
* | Don't bother with "reassembled_key" structures - just use the | Guy Harris | 2002-04-17 | 1 | -52/+33 |
* | Add a separate hash table to the reassembly code for reassembled | Guy Harris | 2002-04-17 | 1 | -67/+343 |
* | Rename the "frag_offset" argument of "fragment_add_seq()" to | Guy Harris | 2002-04-17 | 1 | -5/+5 |
* | From Joerg Mayer: mark function arguments as unused. | Guy Harris | 2002-03-31 | 1 | -2/+2 |
* | From Ricardo Barroetave�a: support dissectors that are handed | Guy Harris | 2002-02-03 | 1 | -10/+76 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | WTP reassembly, from Tom Uijldert. | Guy Harris | 2002-01-04 | 1 | -4/+4 |
* | From Ronnie Sahlberg: new infrastructure to reassemble packets where | Guy Harris | 2001-12-15 | 1 | -2/+241 |
* | Assorted changes from Ronnie Sahlberg: | Guy Harris | 2001-11-24 | 1 | -1/+99 |
* | Get rid of some unused variables. | Guy Harris | 2001-11-21 | 1 | -1/+3 |
* | TCP desegmentation support, and changes to the ONC RPC and NBSS | Guy Harris | 2001-09-13 | 1 | -4/+15 |
* | Include <string.h> to get "memcmp()" and "memcpy()" declared. | Guy Harris | 2001-06-28 | 1 | -1/+3 |
* | Move the fragment reassembly code into "reassemble.c" and | Guy Harris | 2001-06-08 | 1 | -0/+371 |