Fix the dead initialization warnings found by clang's static analysis
[metze/wireshark/wip.git] / epan / tvbuff.c
2011-01-20 Stephen FisherFix the dead initialization warnings found by clang...
2011-01-14 Chris MaynardAdd tvb_get_[n|le]toh[40|48|56]() accessors. Addresses...
2011-01-12 Jeff MorrissThere's no need to call tvb_get_ptr() in here: just...
2011-01-12 Jeff MorrissIntroduce, and start using, tvb_get_const_stringz(...
2011-01-03 Stephen FisherIntroduce two new functions for Unicode (UTF-16) string...
2010-12-28 Anders BromanAdd tvb_bcd_dig_to_ep_str()
2010-12-23 Stephen FisherAdd a couple more comments to new unicode function...
2010-12-23 Stephen FisherRemove comment to myself that I forgot to remove before...
2010-12-23 Stephen FisherIntroduce new function called tvb_get_ephemeral_unicode...
2010-11-23 Anders BromanFrom Vincent Helfre:
2010-10-30 Jeff MorrissMake tvb_strncaseeql()'s size parameter be a size_t...
2010-10-30 Jeff MorrissMake tvb_strneql()'s size parameter be a size_t. Remov...
2010-08-16 Guy HarrisClean up indentation.
2010-08-16 Anders BromanFrom rodebiet:
2010-05-24 Guy HarrisRefer to the endianness arguments as "encoding" rather...
2010-04-28 Anders BromanFrom Jakub Zawadzki:
2010-04-28 Anders BromanFrom Jakub Zawadzki:
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-03-08 Anders BromanMake tvb_pbrk_guint8() return the found needle.
2010-01-28 Bill MeierFix various gcc -Wshadow warnings.
2010-01-25 Stig Bjørlykkeparent is not unused in tvb_child_uncompress().
2009-11-23 Jaap KeuterMake more output parameters optional.
2009-11-14 Gerasimos DimitriadisFrom yy:
2009-11-04 Kovarththanan Raja... tvb_format_text() always returns a non NULL pointer...
2009-10-08 Kovarththanan Raja... Add DISSECTOR_ASSERT() before dereferencing a possible...
2009-10-04 Kovarththanan Raja... Use g_new0() when allocating z_stream
2009-10-04 Kovarththanan Raja... Use GLibs CLAMP(). The current inlined implementation...
2009-10-04 Kovarththanan Raja... Delay allocation of z_stream
2009-10-04 Kovarththanan Raja... g_malloc0() doesn't return NULL so remove NULL error...
2009-09-20 Kovarththanan Raja... Remove 'type' formal parameter from tvb_new_with_subset()
2009-09-10 Kovarththanan Raja... offset_from_real_beginning() is only called with 0...
2009-08-16 Kovarththanan Raja... Add a new function, tvb_new_subset_remaining(), which...
2009-08-16 Kovarththanan Raja... Remove unused parameters
2009-08-16 Kovarththanan Raja... Remove the non-thread safe usage of 'last_tvb' variable...
2009-08-16 Kovarththanan Raja... Make some of the check_XXX functions accept the length...
2009-08-16 Kovarththanan Raja... Remove a non thread-safe usage (useful when/if we ever...
2009-08-15 Kovarththanan Raja... Use the slice allocator if GLIB >= 2,10,0 as suggested...
2009-08-15 Kovarththanan Raja... Add a missing DISSECTOR_ASSERT in tvb_init()
2009-08-15 Kovarththanan Raja... Make mem chunk static
2009-08-11 Kovarththanan Raja... (Trivial change) move ensure_contiguous() to reflect...
2009-08-11 Kovarththanan Raja... Turn a comment in fast_ensure_contiguous() into a DISSE...
2009-06-11 Stig BjørlykkeRemove some "statement not reached" warnings.
2009-06-08 Stig BjørlykkeFixed check for no_of_bits in tvb_get_bits16(), tvb_get...
2009-04-24 Stig BjørlykkeAdded tvb_format_stringzpad_wsp().
2009-04-05 Guy HarrisReapply the change from revision 27946.
2009-04-05 Gerald CombsBack out the previous change. As Guy pointed out, we...
2009-04-04 Gerald Combstvbuff.[ch]: Accept more size_t's.
2009-04-03 Guy HarrisDon't support a length of -1 meaning "to the end of...
2009-04-03 Gerald CombsMake the "length" argument of the tvb_mem* functions...
2009-04-01 Anders BromanAdd to new functions from the optimization patch:
2009-03-27 Stephen FisherIntroduce two new functions:
2009-03-13 Stig BjørlykkeFrom Jakub Zawadzki (bug 3331):
2008-07-08 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2008-06-20 Gerald CombsPort over the composite tvbuff fixes from /trunk-1.0.
2008-04-14 Jörg MayerGet rid of some unsued code: The warning causes a failu...
2008-04-12 Anders BromanFrom Michael McCartney:
2008-04-09 Anders BromanRemove:
2008-03-25 Ashok NarayananFixed bug with tvb_get_bits64(); the mask array had...
2008-03-04 Stig BjørlykkeAdd a inflateEnd() call to free up the stream in the...
2007-12-12 Anders Bromantvbuff.c - fix abug if reading last byte in tvb
2007-12-09 Anders BromanMove the routines tvb_skip_wsp() to tvbuff.c
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-16 Anders BromanAdd {} to some IF statements.
2007-10-27 Anders BromanApply yet another set of the optimization patches:
2007-05-19 Guy HarrisGet rid of unused variables.
2007-05-18 Anders BromanSplit tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16...
2007-05-08 Martin MathiesonFix proto_tree_add_bits_ret_val() (as now used by FP...
2007-04-28 Guy HarrisNULL is a pointer value; routines returning integral...
2007-04-28 Guy HarrisMake tvb_memdup(), like ep_tvb_memdup(), return a ...
2007-04-28 Anders BromanAdd:
2007-04-24 Guy HarrisFix definition of tvb_memcpy() to match declaration.
2007-04-24 Guy Harris"memcpy()" takes void *'s as arguments and returns...
2007-04-23 Guy HarrisMore const cleanup.
2007-04-23 Guy HarrisThe "needles" argument of guint8_pbrk() needs to be...
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2006-07-05 Gerald CombsMake our tvb exists before we try to dereference it...
2006-06-19 Anders BromanNew rutine tvb_format_text_wsp() which will change...
2006-05-21 Ronnie Sahlbergname change
2006-03-10 Tomas Kukosaadd guid-utils.h to Makefile.common
2006-03-10 Tomas Kukosanew FT_GUID handling - big/little endian supported
2006-01-07 Guy HarrisAdd some inflateEnd() calls to free up stuff associated...
2005-09-23 Ulf Lampingas tvb functions are frequently used by a lot of dissec...
2005-09-18 Ulf Lampingassert that tvb is not NULL
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-09-10 Guy HarrisAdd "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses...
2005-08-17 Ulf Lampingsnprintf -> g_snprintf
2005-08-10 Ronnie Sahlbergadd new function tvb_get_ephemeral_stringz()
2005-08-10 Ronnie Sahlbergrename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked...
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-28 Ronnie Sahlbergadd an ep version of tvb_fake_unicode()
2005-07-26 Luis Ontanonnew functions:
2005-07-24 Ronnie Sahlbergadd
2005-07-21 Gerald CombsWhen trying to handle gzip-compressed data, don't seek...
2005-04-28 Gerald CombsUse tvb_ensure_bytes_exist() in tvb_get_string() instea...
2005-03-28 Gerald CombsIn tvb_get_string(), throw an exception if our length...
2005-01-05 Guy HarrisFrom Chris Maynard: free up the z_stream we've allocate...
2004-12-30 Guy HarrisAdd a "tvb_bytes_to_str_punct()" routine, which wraps
2004-11-12 Guy HarrisFrom Charles Levert: in "tvb_fake_unicode()", convert...
next