name change
[gd/wireshark/.git] / epan / tvbuff.h
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...
2002-05-05 Guy HarrisMake "tvb_ensure_length_remaining()" return a "guint...
2002-04-24 Guy HarrisUse "gfloat" and "gdouble", rather than "float" and...
2002-04-12 Guy HarrisAdd (untested) routines to fetch IEEE single-precision and
2002-03-06 Gilbert Ramireztvb_get_nstringz() needs to terminate a string with...
2002-02-18 Guy HarrisDon't give tvbuffs names; instead, give data sources...
2002-02-01 Gilbert RamirezProvide tvb_ensure_length_remaining(), which is like
2001-11-20 Guy HarrisGet rid of "tvb_compat()"; it's no longer needed (the...
2001-11-15 Guy HarrisGet rid of NullTVB, the "compat_top_tvb" member of...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-31 Guy HarrisPut "extern" in front of a pile of function declarations.
2001-10-29 Guy HarrisStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-26 Gilbert RamirezFix some signed/unsigned comparison warnings. In the...
2001-07-02 Guy HarrisTvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
2001-05-27 Guy HarrisFix a comment, and update Gerald's e-mail address.
2001-03-23 Jeff FosterChanges required to support multiple named data sources.
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2000-12-27 Guy HarrisTvbuffify the RIP and OSPF dissectors.
2000-12-25 Guy HarrisAdd a new "tvb_strsize()" routine, which finds the...
2000-11-18 Guy HarrisTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-14 Gilbert RamirezAdd tvb_set_child_real_data_tvbuff(), which allows...
2000-11-13 Guy HarrisMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-11 Guy HarrisMake the string-to-compare-with arguments to "tvb_strne...
2000-11-10 Guy HarrisAllow "tvb_find_guint8()", "tvb_pbrk_guint8()", and...
2000-11-10 Guy HarrisTvbuffify the SAP and SDP dissectors.
2000-11-09 Guy HarrisTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-09-27 Gilbert RamirezFirst step in moving core Ethereal routines to libepan.