aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-29Doxygen changes.etxrab1-9/+10
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-1/+1
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-86/+86
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-70/+70
2010-04-02From Yaniv Kaul: constify parameterswmeier1-70/+70
2010-03-09Mark unused arguments.guy1-2/+3
2009-11-14From yy:dimeg1-0/+7
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...krj1-2/+2
2009-08-16Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized ...krj1-0/+4
2009-08-11Be a little more explicit in our description of tvb_get_ptr.gerald1-5/+12
2009-04-24Added tvb_format_stringzpad_wsp().stig1-0/+6
2009-04-05Back out the previous change. As Guy pointed out, we might not want togerald1-13/+13
2009-04-04tvbuff.[ch]: Accept more size_t's.gerald1-13/+13
2009-04-03Make the "length" argument of the tvb_mem* functions a size_t since it'sgerald1-4/+4
2009-04-01Add to new functions from the optimization patch:etxrab1-0/+10
2009-03-27Introduce two new functions:sfisher1-0/+10
2008-04-09Remove:etxrab1-4/+0
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cetxrab1-0/+21
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-2/+6
2007-05-18Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...etxrab1-1/+4
2007-04-28Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".guy1-1/+1
2007-04-28Add:etxrab1-0/+2
2007-04-24"memcpy()" takes void *'s as arguments and returns a void *; haveguy1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...etxrab1-0/+6
2006-05-21name changesahlberg1-3/+3
2006-03-10new FT_GUID handling - big/little endian supportedkukosa1-0/+7
2005-09-21fix/add doxygen commentsulfl1-2/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-0/+1
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andguy1-0/+9
2005-08-17snprintf -> g_snprintfulfl1-1/+1
2005-08-10add new function tvb_get_ephemeral_stringz()sahlberg1-0/+9
2005-08-10rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ...sahlberg1-8/+11
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-5/+11
2005-07-28add an ep version of tvb_fake_unicode()sahlberg1-0/+6
2005-07-26new functions:lego1-0/+6
2005-07-24addsahlberg1-0/+5
2005-01-07Doxygen cleanups, from Mike Duigou.guy1-47/+58
2004-12-30Add a "tvb_bytes_to_str_punct()" routine, which wrapsguy1-0/+8
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-05From Jerry Talkington:obiot1-1/+8
2004-03-23Use "tvb_format_text()" to display strings, so we handle non-printableguy1-1/+7
2004-02-19Constify a bunch of stuff.guy1-2/+2
2004-02-01Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as theguy1-2/+2
2004-02-01packet-dcerpc-afs4int.cjmayer1-2/+2
2004-01-23Change return type of tvb_format_text from guint8* to gchar*.jmayer1-2/+2
2003-12-03performance updatesahlberg1-2/+5
2003-12-02Move the definition of the tvbuff_t structure and friends to tvbuff.hsahlberg1-6/+68
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram1-1/+8