(Trivial) Fix spellling in a comment.
[metze/wireshark/wip.git] / epan / tvbuff.h
2014-01-21 guyGet rid of tvb_get_faked_unicode() - tvb_get_string_enc...
2014-01-21 guyFix declaration of tvb_get_string().
2014-01-21 guyDon't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARA...
2014-01-20 martinktvb_get_string(): replace 8bit characters with the...
2014-01-01 pascalAdd proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_...
2013-12-30 darkjamesAdd new function: tvb_skip_guint8()
2013-12-22 wmeier(Trivial)
2013-12-21 darkjamesMove base64_to_tvb() to tvbuff_base64.c
2013-12-21 guyGet rid of tvb_get_unicode_string() and tvb_get_unicode...
2013-12-19 eapacheRename a couple of to_str functions to have ep_ in...
2013-12-18 eapacheAdd a sixteenth element to all BCD digit sets to avoid...
2013-12-17 mmannHandle signed integers > 32 bits. Bug 8454 (https...
2013-11-10 darkjamesRemove <epan/ipv6-utils.h> from tvbuff.
2013-11-10 darkjamesexceptions.h not needed by tvbuff.h (no much progress...
2013-11-09 darkjamesI have added tvb_get_bits_buf() in r37217, nobody is...
2013-11-03 cmaynardTry to clarify the documentation for tvb_length_remaini...
2013-10-31 cmaynardMake declarations consistent, fix typos, remove tabs...
2013-10-17 eapacheRevert the optimization in r52578. As Jakub predicted...
2013-10-13 eapacheSo a while back Jeff added some code to check that...
2013-10-12 cmaynardIf the offset is out of bounds, have tvb_length_remaini...
2013-09-22 pascalMore emem -> wmem conversion:
2013-09-22 pascalemem -> wmem conversion:
2013-09-21 eapacheAdd _g_ to the names of functions that allocate glib...
2013-08-31 pascalUpdate a comment with the correct memory allocator...
2013-07-14 darkjamesRewrite reassemble API to use TVBs instead of raw data.
2013-07-14 guyExport tvb_free_chain() so that tvbtest can use it.
2013-07-13 darkjamesAdd support for cloning TVBs, move tvb_new() prototype...
2013-07-11 darkjamesFix two problems in tvbuff.h
2013-07-11 darkjamespacket dissection now takes pointer to tvb instead...
2013-07-10 darkjamestvbuff: replace type with operation vtable
2013-05-30 geraldAdd Doxygen boilerplate for some of our core modules...
2013-04-20 guyWhen we're dissecting the beginning of a fragmented...
2013-04-18 guyAdd to tvbuffs a "fragment length" field; if the tvbuff...
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 wmeierFix spelling/typos found using a list of commonly missp...
2013-02-20 guyAdd a tvb_new_subset_length() that takes a tvbuff,...
2013-02-20 guyReflect that tvb_new() is now an internal routine.
2013-02-20 guyNo more tvb_new(), so no more need for tvb_set_real_dat...
2013-02-19 guyMake tvb_new() an internal routine to epan/tvbuff.c...
2012-10-26 wmeier(Minor) Use correct description for tvb_find_guint8().
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-05-15 guyMake the encoding argument uniformly guint rather than...
2012-05-14 guyGet rid of remaining Booleans-as-encoding-arguments in
2012-04-04 geraldMake bit_offset in _tvb_get_bits64 and related function...
2012-03-16 wmeierUpdate comments about tvbuff.
2012-02-28 etxrabFrom Mike Morrin:
2011-12-29 geraldAdd 'extern "C"' wrappers and #include guards to variou...
2011-12-21 wmeierA simplified version of tvbuffs:
2011-10-03 guyFix tpo.
2011-10-03 guytvb_get_bits{16,32,64} get passed encoding values....
2011-09-26 etxrabMove tvb_new_octet_aligned() to tvbuff.c and use it.
2011-07-11 geraldMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-07-05 guyAdd some additional routine variants that handle string...
2011-07-03 guyAdd a tvb_get_ephemeral_string_enc() routine that's...
2011-06-16 guySquelch some compiler warnings.
2011-05-27 morrissMake TVBs opaque for most users.
2011-05-18 darkjames- Optimize tvb_get_bits_buf
2011-05-17 darkjamesAdd generic tvb_get_bits_buf() which accepts any no_of_...
2011-01-28 sfisherMention that the fake tvb unicode functions have been...
2011-01-14 cmaynardAdd tvb_get_[n|le]toh[40|48|56]() accessors. Addresses...
2011-01-12 morrissIntroduce, and start using, tvb_get_const_stringz(...
2011-01-03 sfisherIntroduce two new functions for Unicode (UTF-16) string...
2010-12-28 etxrabAdd tvb_bcd_dig_to_ep_str()
2010-12-23 sfisherIntroduce new function called tvb_get_ephemeral_unicode...
2010-10-30 morrissMake tvb_strncaseeql()'s size parameter be a size_t...
2010-10-30 morrissMake tvb_strneql()'s size parameter be a size_t. Remov...
2010-08-29 etxrabDoxygen changes.
2010-05-24 guyRefer to the endianness arguments as "encoding" rather...
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-03-09 guyMark unused arguments.
2009-11-14 dimegFrom yy:
2009-09-10 krjoffset_from_real_beginning() is only called with 0...
2009-08-16 krjAdd a new function, tvb_new_subset_remaining(), which...
2009-08-11 geraldBe a little more explicit in our description of tvb_get...
2009-04-24 stigAdded tvb_format_stringzpad_wsp().
2009-04-05 geraldBack out the previous change. As Guy pointed out, we...
2009-04-04 geraldtvbuff.[ch]: Accept more size_t's.
2009-04-03 geraldMake the "length" argument of the tvb_mem* functions...
2009-04-01 etxrabAdd to new functions from the optimization patch:
2009-03-27 sfisherIntroduce two new functions:
2008-04-09 etxrabRemove:
2007-12-09 etxrabMove the routines tvb_skip_wsp() to tvbuff.c
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-05-18 etxrabSplit tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16...
2007-04-28 guyMake tvb_memdup(), like ep_tvb_memdup(), return a ...
2007-04-28 etxrabAdd:
2007-04-24 guy"memcpy()" takes void *'s as arguments and returns...
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2006-06-19 etxrabNew rutine tvb_format_text_wsp() which will change...
2006-05-21 sahlbergname change
2006-03-10 kukosanew FT_GUID handling - big/little endian supported
2005-09-21 ulflfix/add doxygen comments
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-09-10 guyAdd "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses...
2005-08-17 ulflsnprintf -> g_snprintf
2005-08-10 sahlbergadd new function tvb_get_ephemeral_stringz()
2005-08-10 sahlbergrename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked...
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
next