aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-04From Anthony Coddington:Anders Broman1-0/+6
2013-04-22Fix some Dead Store (Dead initialization) Warning found by Clang Fix also ind...Alexis La Goutte1-10/+10
2013-04-20Fix typo - we want to check if the pointer is NULL, not if the valueEvan Huus1-1/+1
2013-04-18When we throw a reassembly error, remember the error, so that, if weGuy Harris1-105/+286
2013-03-25Include a message with all ReassemblyError exceptions; they're expectedGuy Harris1-1/+1
2013-03-25From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8502Evan Huus1-2/+31
2013-03-24make local functions static.Anders Broman1-1/+1
2013-03-23Make reassembly_table_destroy() clear the function pointers and emptyGuy Harris1-0/+32
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-463/+463
2013-03-15From beroset:Anders Broman1-23/+23
2013-03-06Followup to r48011, answering my own XXX comment:Evan Huus1-3/+1
2013-03-02Define a new exception for reassembly errors, and throw it in several casesEvan Huus1-34/+47
2013-01-08From Evan:Martin Kaiser1-5/+33
2012-12-27Add full modelines and minor whitespace fixes.Evan Huus1-3/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+6
2012-08-12Add 'fragment_table_destroy()' Bill Meier1-2/+26
2012-08-09Use g_slice allocation for 'reassembled_table' keys (instead of se allocation).Bill Meier1-10/+10
2012-08-09From Jakub Zawadzki: Fix for memory leak in reassemble.cBill Meier1-13/+33
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-3/+5
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-7/+4
2012-01-14Remove obsolete GLIB_CHECK_VERSION(2,10,0) checksJörg Mayer1-39/+0
2011-09-22(Trivial) Fix a typo in a comment.Bill Meier1-1/+1
2011-07-19Use ENC_NA for hf_fragments (FT_NONE).Stig Bjørlykke1-4/+2
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-108/+5
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