aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-28In tvb_get_string(), throw an exception if our length is less than zero.Gerald Combs1-2/+6
2005-01-05From Chris Maynard: free up the z_stream we've allocated before failureGuy Harris1-0/+2
2004-12-30Add a "tvb_bytes_to_str_punct()" routine, which wrapsGuy Harris1-0/+11
2004-11-12From Charles Levert: in "tvb_fake_unicode()", convert non-ASCIIGuy Harris1-4/+4
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-0/+18
2004-08-02Most developers have only 10 fingers, not 16. :-)Guy Harris1-3/+3
2004-08-02From Kelly Byrd: fix tvb_uncompress() for GZIP encoded content.Olivier Biot1-3/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-10From Jerry Talkington: speed up tvb_uncompress() by increasing the minimalOlivier Biot1-17/+69
2004-05-07Memory management of tvb_uncompress() needs tvb_set_free_cb().Olivier Biot1-1/+2
2004-05-06From Kendy Kutzner: a char should be compared with '\0', not NULL.Olivier Biot1-3/+3
2004-05-05From Jerry Talkington:Olivier Biot1-1/+244
2004-03-23Use "tvb_format_text()" to display strings, so we handle non-printableGuy Harris1-1/+25
2004-02-19Constify a bunch of stuff.Guy Harris1-25/+33
2004-02-01Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as theGuy Harris1-6/+6
2004-02-01packet-dcerpc-afs4int.cJörg Mayer1-3/+3
2004-01-23Change return type of tvb_format_text from guint8* to gchar*.Jörg Mayer1-2/+2
2003-12-24In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, notGuy Harris1-2/+2
2003-12-23Have "tvb_ensure_length_remaining()" throw the appropriate exception ifGuy Harris1-1/+12
2003-12-03Replace two expensive macros with a much simpler mechanismRonnie Sahlberg1-14/+21
2003-12-03performance updateRonnie Sahlberg1-11/+2
2003-12-02Move the definition of the tvbuff_t structure and friends to tvbuff.hRonnie Sahlberg1-68/+1
2003-09-28"compute_offset_length()" must, if it returns FALSE, and "exception" isGuy Harris1-5/+5
2003-09-10Make tvb_find_tvb() return -1 if either tvb length is 0. Otherwise, anGerald Combs1-1/+5
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-1/+31
2003-08-08A bufsize of 0 makes no sense in either "tvb_get_nstringz()" orGuy Harris1-11/+8
2003-06-12Add new routines:Guy Harris1-10/+63
2003-06-09Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not toGuy Harris1-6/+24
2003-06-04Use "tvb_ensure_bytes_exist()" to check, in "tvb_fake_unicode()", toGuy Harris1-7/+3
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs1-1/+7
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs1-26/+26
2003-04-28Fix several buffer and integer overflow issues discovered by Timo Sirainen.Gerald Combs1-12/+22
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,Guy Harris1-1/+36
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-2/+2
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris1-12/+52
2002-05-13Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyGuy Harris1-5/+63
2002-05-05Have "tvb_ensure_length_remaining()" directly callGuy Harris1-11/+8
2002-05-05Make "tvb_ensure_length_remaining()" return a "guint" - it can't returnGuy Harris1-2/+3
2002-04-24Use "gfloat" and "gdouble", rather than "float" and "double", as theGuy Harris1-15/+13
2002-04-24Use Ashok's IEEE-float-to-long code as the basis forGuy Harris1-29/+170
2002-04-12Add (untested) routines to fetch IEEE single-precision andGuy Harris1-1/+125
2002-03-06tvb_get_nstringz() needs to terminate a string with a NUL if theGilbert Ramirez1-13/+62
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-20/+18
2002-02-01Squelch a GCC warning.Guy Harris1-1/+2
2002-02-01Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez1-1/+17
2002-01-04Throw a BoundsError if a length parameter in a tvbuff-accessor is < -1.Gilbert Ramirez1-3/+9
2001-11-20Get rid of "tvb_compat()"; it's no longer needed (the one remaining callGuy Harris1-10/+1
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-11-03TVBUFF_SUBSET tvbuffs share a "ds_name" with the parent tvbuff, so theirGuy Harris1-5/+11