| Commit message (Expand) | Author | Age | Files | Lines |
* | Rev 29427 added packet_add_new_data_source() with a comment indicating that | Jeff Morriss | 2010-10-30 | 1 | -1/+1 |
* | Use the name from hf_fragment instead of hf_fragments when we only have | Stig Bjørlykke | 2010-09-30 | 1 | -3/+9 |
* | Put the number of fragments/segments in front of the element to avoid | Stig Bjørlykke | 2010-09-07 | 1 | -3/+5 |
* | From Yaniv Kaul via bug 4550: | Stig Bjørlykke | 2010-09-07 | 1 | -6/+12 |
* | Fix reassemble_test's (copy of the) proto_tree_add_item() prototype to get it | Jeff Morriss | 2010-05-24 | 1 | -23/+32 |
* | From Yaniv Kaul: constify parameters | Bill Meier | 2010-04-03 | 1 | -58/+58 |
* | Revert SVN #32360 until Windows compilation errors corrected. | Bill Meier | 2010-04-02 | 1 | -58/+58 |
* | From Yaniv Kaul: constify parameters | Bill Meier | 2010-04-02 | 1 | -58/+58 |
* | Introduce "Reassembled length" filter element for all protocols doing | Stig Bjørlykke | 2010-02-02 | 1 | -0/+12 |
* | Set a mem_chunk to NULL after we destroy it. This should fix the Solaris | Gerald Combs | 2009-10-20 | 1 | -0/+1 |
* | Make it actually work with glib < 2.10 | Jeff Morriss | 2009-10-19 | 1 | -0/+6 |
* | Make it build on glib < 2.10. | Stig Bjørlykke | 2009-10-18 | 1 | -1/+1 |
* | dcerpc_fragment_key_copy(): don't se_alloc() the key: | Jeff Morriss | 2009-10-18 | 1 | -1/+7 |
* | Split a bunch of init routines into init() and cleanup(). This allows us to f... | Kovarththanan Rajaratnam | 2009-09-06 | 1 | -6/+16 |
* | Switch a bunch of dissectors over to using tvb_new_subset_remaining() | Kovarththanan Rajaratnam | 2009-08-16 | 1 | -1/+1 |
* | Use the slice allocator if GLIB >= 2,10,0 | Kovarththanan Rajaratnam | 2009-08-16 | 1 | -2/+48 |
* | This patch introduces packet_add_new_data_source() which effectively deprecat... | Kovarththanan Rajaratnam | 2009-08-15 | 1 | -1/+1 |
* | White space changes | Kovarththanan Rajaratnam | 2009-08-12 | 1 | -192/+192 |
* | reassemble.h: update two comments; reassemble.c: correct a typo. | Bill Meier | 2009-07-27 | 1 | -1/+1 |
* | Check for an overflow. This should hopefully fix bug 3672. | Gerald Combs | 2009-07-16 | 1 | -1/+2 |
* | From Jakub Zawadzki (bug 3331): | Stig Bjørlykke | 2009-03-13 | 1 | -5/+2 |
* | Reword comment a bit ... | Bill Meier | 2008-05-21 | 1 | -3/+3 |
* | Fix for bug #2470; (don't memcmp past end of g_malloc'd buffer). | Bill Meier | 2008-05-21 | 1 | -13/+22 |
* | Fix a few typos .... | Bill Meier | 2008-05-07 | 1 | -14/+14 |
* | Apply yet another set of the optimization patches: | Anders Broman | 2007-11-10 | 1 | -56/+38 |
* | Added fragment_start_seq_check to start a reassembly without adding any data. | Stig Bjørlykke | 2007-08-15 | 1 | -0/+40 |
* | Added a new function, fragment_end_seq_next(), to end the | Graeme Lunt | 2007-06-24 | 1 | -53/+137 |
* | Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errors | Stephen Fisher | 2007-03-26 | 1 | -1/+1 |
* | From Richard van der Hoff: | Anders Broman | 2007-02-21 | 1 | -215/+231 |
* | Squelch a few unused parameter warnings. | Jeff Morriss | 2007-02-19 | 1 | -1/+1 |
* | Fix the SCCP dissector so it doesn't show non-segmented DT1 messages as | Jeff Morriss | 2007-01-19 | 1 | -17/+7 |
* | Fix pluralization of "bytes" so it doesn't say "1 bytes". | Guy Harris | 2006-11-21 | 1 | -5/+7 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | simply use DISSECTOR_ASSERT() to detect tvb problems instead of my previous c... | Ulf Lamping | 2006-01-22 | 1 | -3/+1 |
* | add fragment_get_reassembled_id so the handed id doesn't need to be a packet ... | Ulf Lamping | 2006-01-22 | 1 | -0/+21 |
* | Hi All, | Jaap Keuter | 2006-01-15 | 1 | -3/+6 |
* | Don't try to reassemble a zero-length fragment. Add a comment to | Gerald Combs | 2005-09-20 | 1 | -0/+2 |
* | fix reassembling problem I've introduced yesterday, by using fragment_add_seq... | Ulf Lamping | 2005-09-12 | 1 | -7/+14 |
* | rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit, | Ulf Lamping | 2005-09-11 | 1 | -1/+1 |
* | fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in... | Ulf Lamping | 2005-09-10 | 1 | -1/+26 |
* | remove two more GMemChunks | Ronnie Sahlberg | 2005-08-14 | 1 | -18/+5 |
* | If we do reassembly and hand the packet to the dissector, and the | Guy Harris | 2005-07-29 | 1 | -0/+12 |
* | char -> const char warning fixes | Jörg Mayer | 2005-07-26 | 1 | -1/+1 |
* | When reassembling a packet, all data, including data with | Guy Harris | 2005-07-25 | 1 | -14/+41 |
* | Fix indentation. | Guy Harris | 2005-07-24 | 1 | -1/+1 |
* | "fragment_add_common()" isn't used outside this file - make it static. | Guy Harris | 2005-07-24 | 1 | -47/+44 |
* | Don't crash if we're handed a zero-length fragment. Fixes bug 272. Although | Gerald Combs | 2005-07-05 | 1 | -2/+3 |
* | add a generated toplevel line between the connectionless DCE/RPC protocol and... | Ulf Lamping | 2005-06-02 | 1 | -6/+14 |
* | add a generated toplevel line between the TCP protocol and the desegmented co... | Ulf Lamping | 2005-06-02 | 1 | -7/+16 |
* | From Peter Johansson: Fix a segmentation fault in the reassembly code. | Gerald Combs | 2005-04-19 | 1 | -6/+11 |