Mark an unused parameter as such
[metze/wireshark/wip.git] / epan / reassemble.c
2013-10-08 Evan HuusReorganize handling of incomplete fragments slightly...
2013-10-01 Michael MannRemove check_col.
2013-09-13 Jörg MayerExplicitly include emem.h where it is needed
2013-09-07 Evan Huus- no need for a doubly-linked list of TVBs, single...
2013-07-17 Jakub ZawadzkiRemove fragment_data, add fragment_head, fragment_item...
2013-07-14 Guy HarrisA bit more comment updating.
2013-07-14 Guy HarrisFix a comment.
2013-07-14 Guy HarrisCast the result of g_malloc(), to avoid warnings about...
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-06-04 Anders BromanFrom Anthony Coddington:
2013-04-22 Alexis La GoutteFix some Dead Store (Dead initialization) Warning found...
2013-04-20 Evan HuusFix typo - we want to check if the pointer is NULL...
2013-04-18 Guy HarrisWhen we throw a reassembly error, remember the error...
2013-03-25 Guy HarrisInclude a message with all ReassemblyError exceptions...
2013-03-25 Evan HuusFrom Roland Knall via https://bugs.wireshark.org/bugzil...
2013-03-24 Anders Bromanmake local functions static.
2013-03-23 Guy HarrisMake reassembly_table_destroy() clear the function...
2013-03-22 Guy HarrisDon't wire into the reassembly code the notion that...
2013-03-15 Anders BromanFrom beroset:
2013-03-06 Evan HuusFollowup to r48011, answering my own XXX comment:
2013-03-02 Evan HuusDefine a new exception for reassembly errors, and throw...
2013-01-08 Martin KaiserFrom Evan:
2012-12-27 Evan HuusAdd full modelines and minor whitespace fixes.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-07 Jeff MorrissFrom Robert Bullen via https://bugs.wireshark.org/bugzi...
2012-08-12 Bill MeierAdd 'fragment_table_destroy()'
2012-08-09 Bill MeierUse g_slice allocation for 'reassembled_table' keys...
2012-08-09 Bill MeierFrom Jakub Zawadzki: Fix for memory leak in reassemble.c
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-02-28 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-01-14 Bill MeierRemove obsolete comments referring to mem_chunks.
2012-01-14 Jörg MayerRemove obsolete GLIB_CHECK_VERSION(2,10,0) checks
2011-09-22 Bill Meier(Trivial) Fix a typo in a comment.
2011-07-19 Stig BjørlykkeUse ENC_NA for hf_fragments (FT_NONE).
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-05-13 Jeff MorrissAs suggested by Anders: back out 37112.
2011-05-13 Anders BromanWe should get rid of g_mem_chunk_alloc() as it leaks...
2011-03-21 Chris MaynardFrom Jakub Zawadzki via wireshark-dev: Fix comment.
2011-03-03 Jeff MorrissWhen reassembling fragments, don't stop looking at...
2011-02-18 Gerald CombsFix a few errors found by Clang scan-build.
2011-01-30 Stig BjørlykkeIntroduce "Fragment count" filter element for all proto...
2010-12-11 Bill MeierRework some comments.
2010-12-11 Bill MeierFix bug #5477: fuzz-test failure found by using G_SLICE...
2010-12-08 Anders BromanMark parameter as unused.
2010-12-08 Anders Bromanreassemble.c: In function 'free_all_fragments':
2010-12-08 Anders Bromanfragment_free_key to be used only if Glib >= 2.10
2010-12-08 Anders BromanReassemble.c leaks memory for GLIB > 2.8
2010-10-30 Jeff MorrissRev 29427 added packet_add_new_data_source() with a...
2010-09-30 Stig BjørlykkeUse the name from hf_fragment instead of hf_fragments...
2010-09-07 Stig BjørlykkePut the number of fragments/segments in front of the...
2010-09-07 Stig BjørlykkeFrom Yaniv Kaul via bug 4550:
2010-05-24 Jeff MorrissFix reassemble_test's (copy of the) proto_tree_add_item...
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2010-02-02 Stig BjørlykkeIntroduce "Reassembled length" filter element for all...
2009-10-20 Gerald CombsSet a mem_chunk to NULL after we destroy it. This shoul...
2009-10-19 Jeff MorrissMake it actually work with glib < 2.10
2009-10-18 Stig BjørlykkeMake it build on glib < 2.10.
2009-10-18 Jeff Morrissdcerpc_fragment_key_copy(): don't se_alloc() the key:
2009-09-06 Kovarththanan Raja... Split a bunch of init routines into init() and cleanup...
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-16 Kovarththanan Raja... Use the slice allocator if GLIB >= 2,10,0
2009-08-15 Kovarththanan Raja... This patch introduces packet_add_new_data_source()...
2009-08-12 Kovarththanan Raja... White space changes
2009-07-27 Bill Meierreassemble.h: update two comments; reassemble.c: correc...
2009-07-16 Gerald CombsCheck for an overflow. This should hopefully fix bug...
2009-03-13 Stig BjørlykkeFrom Jakub Zawadzki (bug 3331):
2008-05-21 Bill MeierReword comment a bit ...
2008-05-21 Bill MeierFix for bug #2470; (don't memcmp past end of g_malloc...
2008-05-07 Bill MeierFix a few typos ....
2007-11-10 Anders BromanApply yet another set of the optimization patches:
2007-08-15 Stig BjørlykkeAdded fragment_start_seq_check to start a reassembly...
2007-06-24 Graeme LuntAdded a new function, fragment_end_seq_next(), to end the
2007-03-26 Stephen FisherFix a bunch more warnings. Add -Werror when using...
2007-02-21 Anders BromanFrom Richard van der Hoff:
2007-02-19 Jeff MorrissSquelch a few unused parameter warnings.
2007-01-19 Jeff MorrissFix the SCCP dissector so it doesn't show non-segmented...
2006-11-21 Guy HarrisFix pluralization of "bytes" so it doesn't say "1 bytes".
2006-05-21 Ronnie Sahlbergname change
2006-01-22 Ulf Lampingsimply use DISSECTOR_ASSERT() to detect tvb problems...
2006-01-22 Ulf Lampingadd fragment_get_reassembled_id so the handed id doesn...
2006-01-15 Jaap KeuterHi All,
2005-09-20 Gerald CombsDon't try to reassemble a zero-length fragment. Add...
2005-09-12 Ulf Lampingfix reassembling problem I've introduced yesterday...
2005-09-11 Ulf Lampingrename fragment_add_dcerpc -> fragment_add_dcerpc_dg...
2005-09-10 Ulf Lampingfix DCE/RPC defragmentation, if both middle and last...
2005-08-14 Ronnie Sahlbergremove two more GMemChunks
2005-07-29 Guy HarrisIf we do reassembly and hand the packet to the dissecto...
2005-07-26 Jörg Mayerchar -> const char warning fixes
2005-07-25 Guy HarrisWhen reassembling a packet, all data, including data...
2005-07-24 Guy HarrisFix indentation.
2005-07-24 Guy Harris"fragment_add_common()" isn't used outside this file...
2005-07-05 Gerald CombsDon't crash if we're handed a zero-length fragment...
2005-06-02 Ulf Lampingadd a generated toplevel line between the connectionles...
2005-06-02 Ulf Lampingadd a generated toplevel line between the TCP protocol...
2005-04-19 Gerald CombsFrom Peter Johansson: Fix a segmentation fault in the...
2005-04-15 Gerald CombsIn fragment_unhash(), free our key data _after_ we...
2005-03-23 Ulf Lampinguse DISSECTOR_ASSERT instead of g_assert
2005-02-09 Lars RolandMove the following files from /trunk to /trunk/epan: