aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
Commit message (Expand)AuthorAgeFilesLines
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-58/+58
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-58/+58
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-58/+58
* Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke2010-02-021-0/+12
* Set a mem_chunk to NULL after we destroy it. This should fix the SolarisGerald Combs2009-10-201-0/+1
* Make it actually work with glib < 2.10Jeff Morriss2009-10-191-0/+6
* Make it build on glib < 2.10.Stig Bjørlykke2009-10-181-1/+1
* dcerpc_fragment_key_copy(): don't se_alloc() the key:Jeff Morriss2009-10-181-1/+7
* Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam2009-09-061-6/+16
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-1/+1
* Use the slice allocator if GLIB >= 2,10,0Kovarththanan Rajaratnam2009-08-161-2/+48
* This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam2009-08-151-1/+1
* White space changesKovarththanan Rajaratnam2009-08-121-192/+192
* reassemble.h: update two comments; reassemble.c: correct a typo.Bill Meier2009-07-271-1/+1
* Check for an overflow. This should hopefully fix bug 3672.Gerald Combs2009-07-161-1/+2
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-5/+2
* Reword comment a bit ...Bill Meier2008-05-211-3/+3
* Fix for bug #2470; (don't memcmp past end of g_malloc'd buffer).Bill Meier2008-05-211-13/+22
* Fix a few typos ....Bill Meier2008-05-071-14/+14
* Apply yet another set of the optimization patches:Anders Broman2007-11-101-56/+38
* Added fragment_start_seq_check to start a reassembly without adding any data.Stig Bjørlykke2007-08-151-0/+40
* Added a new function, fragment_end_seq_next(), to end the Graeme Lunt2007-06-241-53/+137
* Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher2007-03-261-1/+1
* From Richard van der Hoff:Anders Broman2007-02-211-215/+231
* Squelch a few unused parameter warnings.Jeff Morriss2007-02-191-1/+1
* Fix the SCCP dissector so it doesn't show non-segmented DT1 messages asJeff Morriss2007-01-191-17/+7
* Fix pluralization of "bytes" so it doesn't say "1 bytes".Guy Harris2006-11-211-5/+7
* name changeRonnie Sahlberg2006-05-211-2/+2
* simply use DISSECTOR_ASSERT() to detect tvb problems instead of my previous c...Ulf Lamping2006-01-221-3/+1
* add fragment_get_reassembled_id so the handed id doesn't need to be a packet ...Ulf Lamping2006-01-221-0/+21
* Hi All,Jaap Keuter2006-01-151-3/+6
* Don't try to reassemble a zero-length fragment. Add a comment toGerald Combs2005-09-201-0/+2
* fix reassembling problem I've introduced yesterday, by using fragment_add_seq...Ulf Lamping2005-09-121-7/+14
* rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,Ulf Lamping2005-09-111-1/+1
* fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in...Ulf Lamping2005-09-101-1/+26
* remove two more GMemChunksRonnie Sahlberg2005-08-141-18/+5
* If we do reassembly and hand the packet to the dissector, and theGuy Harris2005-07-291-0/+12
* char -> const char warning fixesJörg Mayer2005-07-261-1/+1
* When reassembling a packet, all data, including data withGuy Harris2005-07-251-14/+41
* Fix indentation.Guy Harris2005-07-241-1/+1
* "fragment_add_common()" isn't used outside this file - make it static.Guy Harris2005-07-241-47/+44
* Don't crash if we're handed a zero-length fragment. Fixes bug 272. AlthoughGerald Combs2005-07-051-2/+3
* add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping2005-06-021-6/+14
* add a generated toplevel line between the TCP protocol and the desegmented co...Ulf Lamping2005-06-021-7/+16
* From Peter Johansson: Fix a segmentation fault in the reassembly code.Gerald Combs2005-04-191-6/+11
* In fragment_unhash(), free our key data _after_ we remove the key fromGerald Combs2005-04-151-5/+5
* use DISSECTOR_ASSERT instead of g_assertUlf Lamping2005-03-231-1/+1
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-0/+1833