Add casts to fix mac buildbots.
[metze/wireshark/wip.git] / epan / tvbuff.h
2013-08-31 Pascal QuantinUpdate a comment with the correct memory allocator...
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-07-14 Guy HarrisExport tvb_free_chain() so that tvbtest can use it.
2013-07-13 Jakub ZawadzkiAdd support for cloning TVBs, move tvb_new() prototype...
2013-07-11 Jakub ZawadzkiFix two problems in tvbuff.h
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-07-10 Jakub Zawadzkitvbuff: replace type with operation vtable
2013-05-30 Gerald CombsAdd Doxygen boilerplate for some of our core modules...
2013-04-20 Guy HarrisWhen we're dissecting the beginning of a fragmented...
2013-04-18 Guy HarrisAdd to tvbuffs a "fragment length" field; if the tvbuff...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-02-20 Guy HarrisAdd a tvb_new_subset_length() that takes a tvbuff,...
2013-02-20 Guy HarrisReflect that tvb_new() is now an internal routine.
2013-02-20 Guy HarrisNo more tvb_new(), so no more need for tvb_set_real_dat...
2013-02-19 Guy HarrisMake tvb_new() an internal routine to epan/tvbuff.c...
2012-10-26 Bill Meier(Minor) Use correct description for tvb_find_guint8().
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-15 Guy HarrisMake the encoding argument uniformly guint rather than...
2012-05-14 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-04-04 Gerald CombsMake bit_offset in _tvb_get_bits64 and related function...
2012-03-16 Bill MeierUpdate comments about tvbuff.
2012-02-28 Anders BromanFrom Mike Morrin:
2011-12-29 Gerald CombsAdd 'extern "C"' wrappers and #include guards to variou...
2011-12-21 Bill MeierA simplified version of tvbuffs:
2011-10-03 Guy HarrisFix tpo.
2011-10-03 Guy Harristvb_get_bits{16,32,64} get passed encoding values....
2011-09-26 Anders BromanMove tvb_new_octet_aligned() to tvbuff.c and use it.
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-07-05 Guy HarrisAdd some additional routine variants that handle string...
2011-07-03 Guy HarrisAdd a tvb_get_ephemeral_string_enc() routine that's...
2011-06-16 Guy HarrisSquelch some compiler warnings.
2011-05-27 Jeff MorrissMake TVBs opaque for most users.
2011-05-18 Jakub Zawadzki- Optimize tvb_get_bits_buf
2011-05-17 Jakub ZawadzkiAdd generic tvb_get_bits_buf() which accepts any no_of_...
2011-01-28 Stephen FisherMention that the fake tvb unicode functions have been...
2011-01-14 Chris MaynardAdd tvb_get_[n|le]toh[40|48|56]() accessors. Addresses...
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 FisherIntroduce new function called tvb_get_ephemeral_unicode...
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-29 Anders BromanDoxygen changes.
2010-05-24 Guy HarrisRefer to the endianness arguments as "encoding" rather...
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.
2009-11-14 Gerasimos DimitriadisFrom yy:
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-11 Gerald CombsBe a little more explicit in our description of tvb_get...
2009-04-24 Stig BjørlykkeAdded tvb_format_stringzpad_wsp().
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 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:
2008-04-09 Anders BromanRemove:
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-05-18 Anders BromanSplit tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16...
2007-04-28 Guy HarrisMake tvb_memdup(), like ep_tvb_memdup(), return a ...
2007-04-28 Anders BromanAdd:
2007-04-24 Guy Harris"memcpy()" takes void *'s as arguments and returns...
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2006-06-19 Anders BromanNew rutine tvb_format_text_wsp() which will change...
2006-05-21 Ronnie Sahlbergname change
2006-03-10 Tomas Kukosanew FT_GUID handling - big/little endian supported
2005-09-21 Ulf Lampingfix/add doxygen comments
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-01-07 Guy HarrisDoxygen cleanups, from Mike Duigou.
2004-12-30 Guy HarrisAdd a "tvb_bytes_to_str_punct()" routine, which wraps
2004-08-22 Guy HarrisAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-05-05 Olivier BiotFrom Jerry Talkington:
2004-03-23 Guy HarrisUse "tvb_format_text()" to display strings, so we handl...
2004-02-19 Guy HarrisConstify a bunch of stuff.
2004-02-01 Guy HarrisMake "tvb_strneql()" take a "gchar *" rather than a...
2004-02-01 Jörg Mayerpacket-dcerpc-afs4int.c
2004-01-23 Jörg MayerChange return type of tvb_format_text from guint8*...
2003-12-03 Ronnie Sahlbergperformance update
2003-12-02 Ronnie SahlbergMove the definition of the tvbuff_t structure and frien...
2003-08-27 Gilbert RamirezAdd a "contains" operator for byte-strings, strings...
2003-06-12 Guy HarrisAdd new routines:
2003-05-19 Gerald CombsMore tvb_get_nstringz0() fixes. Timo Sirainen pointed...
2003-04-30 Gerald CombsModify tvb_get_nstringz*() to behave more like snprintf...
2003-02-24 Guy HarrisRename "fake_unicode()" to "tvb_fake_unicode()" as...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-17 Guy HarrisAdd an extra argument to "tvb_find_line_end()", which...
2002-05-13 Guy HarrisAdd a "tvb_ensure_bytes_exist()", which is like "tvb_by...
next