Add a tvb_get_ephemeral_string_enc() routine that's like
[obnox/wireshark/wip.git] / epan / tvbuff.h
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...
2005-07-28 sahlbergadd an ep version of tvb_fake_unicode()
2005-07-26 legonew functions:
2005-07-24 sahlbergadd
2005-01-07 guyDoxygen cleanups, from Mike Duigou.
2004-12-30 guyAdd a "tvb_bytes_to_str_punct()" routine, which wraps
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-05 obiotFrom Jerry Talkington:
2004-03-23 guyUse "tvb_format_text()" to display strings, so we handl...
2004-02-19 guyConstify a bunch of stuff.
2004-02-01 guyMake "tvb_strneql()" take a "gchar *" rather than a...
2004-02-01 jmayerpacket-dcerpc-afs4int.c
2004-01-23 jmayerChange return type of tvb_format_text from guint8*...
2003-12-03 sahlbergperformance update
2003-12-02 sahlbergMove the definition of the tvbuff_t structure and frien...
2003-08-27 gramAdd a "contains" operator for byte-strings, strings...
2003-06-12 guyAdd new routines:
2003-05-19 geraldMore tvb_get_nstringz0() fixes. Timo Sirainen pointed...
2003-04-30 geraldModify tvb_get_nstringz*() to behave more like snprintf...
2003-02-24 guyRename "fake_unicode()" to "tvb_fake_unicode()" as...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-17 guyAdd an extra argument to "tvb_find_line_end()", which...
2002-05-13 guyAdd a "tvb_ensure_bytes_exist()", which is like "tvb_by...
2002-05-05 guyMake "tvb_ensure_length_remaining()" return a "guint...
2002-04-24 guyUse "gfloat" and "gdouble", rather than "float" and...
2002-04-12 guyAdd (untested) routines to fetch IEEE single-precision and
2002-03-06 gramtvb_get_nstringz() needs to terminate a string with...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-01 gramProvide tvb_ensure_length_remaining(), which is like
2001-11-20 guyGet rid of "tvb_compat()"; it's no longer needed (the...
2001-11-15 guyGet rid of NullTVB, the "compat_top_tvb" member of...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-10-31 guyPut "extern" in front of a pile of function declarations.
2001-10-29 guyStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-26 gramFix some signed/unsigned comparison warnings. In the...
2001-07-02 guyTvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
2001-05-27 guyFix a comment, and update Gerald's e-mail address.
2001-03-23 jfosterChanges required to support multiple named data sources.
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2000-12-27 guyTvbuffify the RIP and OSPF dissectors.
2000-12-25 guyAdd a new "tvb_strsize()" routine, which finds the...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-14 gramAdd tvb_set_child_real_data_tvbuff(), which allows...
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-11 guyMake the string-to-compare-with arguments to "tvb_strne...
2000-11-10 guyAllow "tvb_find_guint8()", "tvb_pbrk_guint8()", and...
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-11-09 guyTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.