| Commit message (Expand) | Author | Age | Files | Lines |
* | Make our tvb exists before we try to dereference it. Fixes some of the | Gerald Combs | 2006-07-05 | 1 | -32/+35 |
* | New rutine tvb_format_text_wsp() which will change "whiite space" characters ... | Anders Broman | 2006-06-19 | 1 | -0/+21 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -8/+8 |
* | add guid-utils.h to Makefile.common | Tomas Kukosa | 2006-03-10 | 1 | -4/+0 |
* | new FT_GUID handling - big/little endian supported | Tomas Kukosa | 2006-03-10 | 1 | -0/+35 |
* | Add some inflateEnd() calls to free up stuff associated with a stream | Guy Harris | 2006-01-07 | 1 | -1/+7 |
* | as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_AS... | Ulf Lamping | 2005-09-23 | 1 | -55/+55 |
* | assert that tvb is not NULL | Ulf Lamping | 2005-09-18 | 1 | -0/+1 |
* | Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, | Guy Harris | 2005-09-11 | 1 | -1/+0 |
* | Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 and | Guy Harris | 2005-09-10 | 1 | -0/+25 |
* | snprintf -> g_snprintf | Ulf Lamping | 2005-08-17 | 1 | -2/+2 |
* | add new function tvb_get_ephemeral_stringz() | Ronnie Sahlberg | 2005-08-10 | 1 | -0/+26 |
* | rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ... | Ronnie Sahlberg | 2005-08-10 | 1 | -6/+3 |
* | rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu... | Ronnie Sahlberg | 2005-08-10 | 1 | -1/+1 |
* | add an ep version of tvb_fake_unicode() | Ronnie Sahlberg | 2005-07-28 | 1 | -0/+38 |
* | new functions: | Luis Ontanon | 2005-07-26 | 1 | -2/+30 |
* | add | Ronnie Sahlberg | 2005-07-24 | 1 | -0/+32 |
* | When trying to handle gzip-compressed data, don't seek past the end of our | Gerald Combs | 2005-07-21 | 1 | -0/+6 |
* | Use tvb_ensure_bytes_exist() in tvb_get_string() instead of throwing an | Gerald Combs | 2005-04-28 | 1 | -2/+1 |
* | In tvb_get_string(), throw an exception if our length is less than zero. | Gerald Combs | 2005-03-28 | 1 | -2/+6 |
* | From Chris Maynard: free up the z_stream we've allocated before failure | Guy Harris | 2005-01-05 | 1 | -0/+2 |
* | Add a "tvb_bytes_to_str_punct()" routine, which wraps | Guy Harris | 2004-12-30 | 1 | -0/+11 |
* | From Charles Levert: in "tvb_fake_unicode()", convert non-ASCII | Guy Harris | 2004-11-12 | 1 | -4/+4 |
* | Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit | Guy Harris | 2004-08-22 | 1 | -0/+18 |
* | Most developers have only 10 fingers, not 16. :-) | Guy Harris | 2004-08-02 | 1 | -3/+3 |
* | From Kelly Byrd: fix tvb_uncompress() for GZIP encoded content. | Olivier Biot | 2004-08-02 | 1 | -3/+3 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Jerry Talkington: speed up tvb_uncompress() by increasing the minimal | Olivier Biot | 2004-05-10 | 1 | -17/+69 |
* | Memory management of tvb_uncompress() needs tvb_set_free_cb(). | Olivier Biot | 2004-05-07 | 1 | -1/+2 |
* | From Kendy Kutzner: a char should be compared with '\0', not NULL. | Olivier Biot | 2004-05-06 | 1 | -3/+3 |
* | From Jerry Talkington: | Olivier Biot | 2004-05-05 | 1 | -1/+244 |
* | Use "tvb_format_text()" to display strings, so we handle non-printable | Guy Harris | 2004-03-23 | 1 | -1/+25 |
* | Constify a bunch of stuff. | Guy Harris | 2004-02-19 | 1 | -25/+33 |
* | Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as the | Guy Harris | 2004-02-01 | 1 | -6/+6 |
* | packet-dcerpc-afs4int.c | Jörg Mayer | 2004-02-01 | 1 | -3/+3 |
* | Change return type of tvb_format_text from guint8* to gchar*. | Jörg Mayer | 2004-01-23 | 1 | -2/+2 |
* | In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, not | Guy Harris | 2003-12-24 | 1 | -2/+2 |
* | Have "tvb_ensure_length_remaining()" throw the appropriate exception if | Guy Harris | 2003-12-23 | 1 | -1/+12 |
* | Replace two expensive macros with a much simpler mechanism | Ronnie Sahlberg | 2003-12-03 | 1 | -14/+21 |
* | performance update | Ronnie Sahlberg | 2003-12-03 | 1 | -11/+2 |
* | Move the definition of the tvbuff_t structure and friends to tvbuff.h | Ronnie Sahlberg | 2003-12-02 | 1 | -68/+1 |
* | "compute_offset_length()" must, if it returns FALSE, and "exception" is | Guy Harris | 2003-09-28 | 1 | -5/+5 |
* | Make tvb_find_tvb() return -1 if either tvb length is 0. Otherwise, an | Gerald Combs | 2003-09-10 | 1 | -1/+5 |
* | Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). | Gilbert Ramirez | 2003-08-27 | 1 | -1/+31 |
* | A bufsize of 0 makes no sense in either "tvb_get_nstringz()" or | Guy Harris | 2003-08-08 | 1 | -11/+8 |
* | Add new routines: | Guy Harris | 2003-06-12 | 1 | -10/+63 |
* | Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not to | Guy Harris | 2003-06-09 | 1 | -6/+24 |
* | Use "tvb_ensure_bytes_exist()" to check, in "tvb_fake_unicode()", to | Guy Harris | 2003-06-04 | 1 | -7/+3 |
* | More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Bad | Gerald Combs | 2003-05-19 | 1 | -1/+7 |
* | Modify tvb_get_nstringz*() to behave more like snprintf(). Make changes | Gerald Combs | 2003-04-30 | 1 | -26/+26 |