aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-12Add 'fragment_table_destroy()' wmeier1-2/+26
2012-08-09Use g_slice allocation for 'reassembled_table' keys (instead of se allocation).wmeier1-10/+10
2012-08-09From Jakub Zawadzki: Fix for memory leak in reassemble.cwmeier1-13/+33
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -morriss1-3/+5
2012-01-14Remove obsolete comments referring to mem_chunks.wmeier1-7/+4
2012-01-14Remove obsolete GLIB_CHECK_VERSION(2,10,0) checksjmayer1-39/+0
2011-09-22(Trivial) Fix a typo in a comment.wmeier1-1/+1
2011-07-19Use ENC_NA for hf_fragments (FT_NONE).stig1-4/+2
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-108/+5
2011-05-13As suggested by Anders: back out 37112.morriss1-40/+4
2011-05-13We should get rid of g_mem_chunk_alloc() as it leaks memoryetxrab1-4/+40
2011-03-21From Jakub Zawadzki via wireshark-dev: Fix comment.cmaynard1-1/+1
2011-03-03When reassembling fragments, don't stop looking at fragments just because themorriss1-40/+39
2011-02-18Fix a few errors found by Clang scan-build.gerald1-0/+3
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+12
2010-12-11Rework some comments.wmeier1-18/+28
2010-12-11Fix bug #5477: fuzz-test failure found by using G_SLICE=debug-blocks.wmeier1-2/+18
2010-12-08Mark parameter as unused.etxrab1-1/+1
2010-12-08reassemble.c: In function 'free_all_fragments':etxrab1-1/+1
2010-12-08fragment_free_key to be used only if Glib >= 2.10etxrab1-0/+2
2010-12-08Reassemble.c leaks memory for GLIB > 2.8etxrab1-13/+63
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatmorriss1-1/+1
2010-09-30Use the name from hf_fragment instead of hf_fragments when we only havestig1-3/+9
2010-09-07Put the number of fragments/segments in front of the element to avoid stig1-3/+5
2010-09-07From Yaniv Kaul via bug 4550:stig1-6/+12
2010-05-24Fix reassemble_test's (copy of the) proto_tree_add_item() prototype to get itmorriss1-23/+32
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-58/+58
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-58/+58
2010-04-02From Yaniv Kaul: constify parameterswmeier1-58/+58
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+12
2009-10-20Set a mem_chunk to NULL after we destroy it. This should fix the Solarisgerald1-0/+1
2009-10-19Make it actually work with glib < 2.10morriss1-0/+6
2009-10-18Make it build on glib < 2.10.stig1-1/+1
2009-10-18dcerpc_fragment_key_copy(): don't se_alloc() the key:morriss1-1/+7
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...krj1-6/+16
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-16Use the slice allocator if GLIB >= 2,10,0krj1-2/+48
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...krj1-1/+1
2009-08-12White space changeskrj1-192/+192
2009-07-27reassemble.h: update two comments; reassemble.c: correct a typo.wmeier1-1/+1
2009-07-16Check for an overflow. This should hopefully fix bug 3672.gerald1-1/+2
2009-03-13From Jakub Zawadzki (bug 3331):stig1-5/+2
2008-05-21Reword comment a bit ...wmeier1-3/+3
2008-05-21Fix for bug #2470; (don't memcmp past end of g_malloc'd buffer).wmeier1-13/+22
2008-05-07Fix a few typos ....wmeier1-14/+14
2007-11-10Apply yet another set of the optimization patches:etxrab1-56/+38
2007-08-15Added fragment_start_seq_check to start a reassembly without adding any data.stig1-0/+40
2007-06-24Added a new function, fragment_end_seq_next(), to end the gal1-53/+137
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorssfisher1-1/+1