aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Make our tvb exists before we try to dereference it. Fixes some of the Gerald Combs2006-07-051-32/+35
* New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman2006-06-191-0/+21
* name changeRonnie Sahlberg2006-05-211-8/+8
* add guid-utils.h to Makefile.commonTomas Kukosa2006-03-101-4/+0
* new FT_GUID handling - big/little endian supportedTomas Kukosa2006-03-101-0/+35
* Add some inflateEnd() calls to free up stuff associated with a streamGuy Harris2006-01-071-1/+7
* as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_AS...Ulf Lamping2005-09-231-55/+55
* assert that tvb is not NULLUlf Lamping2005-09-181-0/+1
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-1/+0
* Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andGuy Harris2005-09-101-0/+25
* snprintf -> g_snprintfUlf Lamping2005-08-171-2/+2
* add new function tvb_get_ephemeral_stringz()Ronnie Sahlberg2005-08-101-0/+26
* rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ...Ronnie Sahlberg2005-08-101-6/+3
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-1/+1
* add an ep version of tvb_fake_unicode()Ronnie Sahlberg2005-07-281-0/+38
* new functions:Luis Ontanon2005-07-261-2/+30
* addRonnie Sahlberg2005-07-241-0/+32
* When trying to handle gzip-compressed data, don't seek past the end of our Gerald Combs2005-07-211-0/+6
* Use tvb_ensure_bytes_exist() in tvb_get_string() instead of throwing an Gerald Combs2005-04-281-2/+1
* In tvb_get_string(), throw an exception if our length is less than zero.Gerald Combs2005-03-281-2/+6
* From Chris Maynard: free up the z_stream we've allocated before failureGuy Harris2005-01-051-0/+2
* Add a "tvb_bytes_to_str_punct()" routine, which wrapsGuy Harris2004-12-301-0/+11
* From Charles Levert: in "tvb_fake_unicode()", convert non-ASCIIGuy Harris2004-11-121-4/+4
* Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris2004-08-221-0/+18
* Most developers have only 10 fingers, not 16. :-)Guy Harris2004-08-021-3/+3
* From Kelly Byrd: fix tvb_uncompress() for GZIP encoded content.Olivier Biot2004-08-021-3/+3
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Jerry Talkington: speed up tvb_uncompress() by increasing the minimalOlivier Biot2004-05-101-17/+69
* Memory management of tvb_uncompress() needs tvb_set_free_cb().Olivier Biot2004-05-071-1/+2
* From Kendy Kutzner: a char should be compared with '\0', not NULL.Olivier Biot2004-05-061-3/+3
* From Jerry Talkington:Olivier Biot2004-05-051-1/+244
* Use "tvb_format_text()" to display strings, so we handle non-printableGuy Harris2004-03-231-1/+25
* Constify a bunch of stuff.Guy Harris2004-02-191-25/+33
* Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as theGuy Harris2004-02-011-6/+6
* packet-dcerpc-afs4int.cJörg Mayer2004-02-011-3/+3
* Change return type of tvb_format_text from guint8* to gchar*.Jörg Mayer2004-01-231-2/+2
* In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, notGuy Harris2003-12-241-2/+2
* Have "tvb_ensure_length_remaining()" throw the appropriate exception ifGuy Harris2003-12-231-1/+12
* Replace two expensive macros with a much simpler mechanismRonnie Sahlberg2003-12-031-14/+21
* performance updateRonnie Sahlberg2003-12-031-11/+2
* Move the definition of the tvbuff_t structure and friends to tvbuff.hRonnie Sahlberg2003-12-021-68/+1
* "compute_offset_length()" must, if it returns FALSE, and "exception" isGuy Harris2003-09-281-5/+5
* Make tvb_find_tvb() return -1 if either tvb length is 0. Otherwise, anGerald Combs2003-09-101-1/+5
* Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez2003-08-271-1/+31
* A bufsize of 0 makes no sense in either "tvb_get_nstringz()" orGuy Harris2003-08-081-11/+8
* Add new routines:Guy Harris2003-06-121-10/+63
* Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not toGuy Harris2003-06-091-6/+24
* Use "tvb_ensure_bytes_exist()" to check, in "tvb_fake_unicode()", toGuy Harris2003-06-041-7/+3
* More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs2003-05-191-1/+7
* Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2003-04-301-26/+26