Get rid of TestBigEndian and AC_C_BIGENDIAN.
[metze/wireshark/wip.git] / epan / reassemble.c
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-01-29 AndersBromanUse g_list_prepend, it's more efficient.
2017-01-29 Michael MannRegister reassembly tables
2017-01-22 Alexis La Gouttereassemble: fix no previous prototype for ‘reassembly_t...
2017-01-21 Dario Lombardoreassemble: add cleanup routine.
2016-12-10 Guy HarrisInitialize fd_head->frame in all cases where we allocat...
2016-11-19 John A. ThackerReassemble: fix premature free
2016-11-03 John A. ThackerFragmentation reassembly as in PPP MP (RFC 1990/2686)
2016-04-03 Peter Wureassemble: remove special treatment for truncated...
2016-02-26 João ValverdeAdd free_address_wmem(), fix warnings [-Wcast-qual]
2016-02-24 Peter WuExtend reassembly documentation
2016-02-10 Guy HarrisSuggest pushing a decision lower in the code.
2016-02-08 João ValverdeRevert "Add free_address_wmem() and other extensions...
2016-02-07 João ValverdeAdd free_address_wmem() and other extensions to address API
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2015-11-06 João Valverdereassemble: Add key destroy function to g_hash_table
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-06-24 Evan HuusRemove deprecated tvb_length calls
2015-04-21 Evan Huusreassembly: address a 15-year old XXX comment
2015-03-18 AndersBroman[Reassembly] Fix a reassembly case where the two fragme...
2015-01-18 Guy HarrisRemove some apparently-unnecessary includes of emem.h.
2014-09-25 Evan Huusreassembly: fix when fragment cut off by snapshot
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-07 Michael MannRevert r53118 as it breaks reassemble_test.
2013-11-06 Michael MannCorrectly report segments marked with REASSEMBLE_FLAGS_...
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...
next