aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-18[Reassembly] Fix a reassembly case where the two fragments are in the sameAndersBroman1-1/+8
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2014-09-25reassembly: fix when fragment cut off by snapshotEvan Huus1-2/+7
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-7/+7
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-07Revert r53118 as it breaks reassemble_test.Michael Mann1-5/+5
2013-11-06Correctly report segments marked with REASSEMBLE_FLAGS_NO_FRAG_NUMBER. Bug 9...Michael Mann1-5/+5
2013-10-08Reorganize handling of incomplete fragments slightly. The logic hasn't changedEvan Huus1-9/+15
2013-10-01Remove check_col.Michael Mann1-5/+2
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-2/+1
2013-09-07- no need for a doubly-linked list of TVBs, single is simplerEvan Huus1-1/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-79/+81
2013-07-14A bit more comment updating.Guy Harris1-1/+1
2013-07-14Fix a comment.Guy Harris1-4/+4
2013-07-14Cast the result of g_malloc(), to avoid warnings about trying to compileGuy Harris1-4/+4
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-68/+69
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