aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-13As suggested by Anders: back out 37112.Jeff Morriss1-40/+4
2011-05-13We should get rid of g_mem_chunk_alloc() as it leaks memoryAnders Broman1-4/+40
2011-03-21From Jakub Zawadzki via wireshark-dev: Fix comment.Chris Maynard1-1/+1
2011-03-03When reassembling fragments, don't stop looking at fragments just because theJeff Morriss1-40/+39
2011-02-18Fix a few errors found by Clang scan-build.Gerald Combs1-0/+3
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+12
2010-12-11Rework some comments.Bill Meier1-18/+28
2010-12-11Fix bug #5477: fuzz-test failure found by using G_SLICE=debug-blocks.Bill Meier1-2/+18
2010-12-08Mark parameter as unused.Anders Broman1-1/+1
2010-12-08reassemble.c: In function 'free_all_fragments':Anders Broman1-1/+1
2010-12-08fragment_free_key to be used only if Glib >= 2.10Anders Broman1-0/+2
2010-12-08Reassemble.c leaks memory for GLIB > 2.8Anders Broman1-13/+63
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatJeff Morriss1-1/+1
2010-09-30Use the name from hf_fragment instead of hf_fragments when we only haveStig Bjørlykke1-3/+9
2010-09-07Put the number of fragments/segments in front of the element to avoid Stig Bjørlykke1-3/+5
2010-09-07From Yaniv Kaul via bug 4550:Stig Bjørlykke1-6/+12
2010-05-24Fix reassemble_test's (copy of the) proto_tree_add_item() prototype to get itJeff Morriss1-23/+32
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-58/+58
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-58/+58
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-58/+58
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+12
2009-10-20Set a mem_chunk to NULL after we destroy it. This should fix the SolarisGerald Combs1-0/+1
2009-10-19Make it actually work with glib < 2.10Jeff Morriss1-0/+6
2009-10-18Make it build on glib < 2.10.Stig Bjørlykke1-1/+1
2009-10-18dcerpc_fragment_key_copy(): don't se_alloc() the key:Jeff Morriss1-1/+7
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-6/+16
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-16Use the slice allocator if GLIB >= 2,10,0Kovarththanan Rajaratnam1-2/+48
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam1-1/+1
2009-08-12White space changesKovarththanan Rajaratnam1-192/+192
2009-07-27reassemble.h: update two comments; reassemble.c: correct a typo.Bill Meier1-1/+1
2009-07-16Check for an overflow. This should hopefully fix bug 3672.Gerald Combs1-1/+2
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-5/+2
2008-05-21Reword comment a bit ...Bill Meier1-3/+3
2008-05-21Fix for bug #2470; (don't memcmp past end of g_malloc'd buffer).Bill Meier1-13/+22
2008-05-07Fix a few typos ....Bill Meier1-14/+14
2007-11-10Apply yet another set of the optimization patches:Anders Broman1-56/+38
2007-08-15Added fragment_start_seq_check to start a reassembly without adding any data.Stig Bjørlykke1-0/+40
2007-06-24Added a new function, fragment_end_seq_next(), to end the Graeme Lunt1-53/+137
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-1/+1
2007-02-21From Richard van der Hoff:Anders Broman1-215/+231
2007-02-19Squelch a few unused parameter warnings.Jeff Morriss1-1/+1
2007-01-19Fix the SCCP dissector so it doesn't show non-segmented DT1 messages asJeff Morriss1-17/+7
2006-11-21Fix pluralization of "bytes" so it doesn't say "1 bytes".Guy Harris1-5/+7
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-22simply use DISSECTOR_ASSERT() to detect tvb problems instead of my previous c...Ulf Lamping1-3/+1
2006-01-22add fragment_get_reassembled_id so the handed id doesn't need to be a packet ...Ulf Lamping1-0/+21
2006-01-15Hi All,Jaap Keuter1-3/+6
2005-09-20Don't try to reassemble a zero-length fragment. Add a comment toGerald Combs1-0/+2
2005-09-12fix reassembling problem I've introduced yesterday, by using fragment_add_seq...Ulf Lamping1-7/+14