| Commit message (Expand) | Author | Age | Files | Lines |
* | From Yaniv Kaul: constify parameters | Bill Meier | 2010-04-03 | 1 | -86/+86 |
* | Revert SVN #32360 until Windows compilation errors corrected. | Bill Meier | 2010-04-02 | 1 | -70/+70 |
* | From Yaniv Kaul: constify parameters | Bill Meier | 2010-04-02 | 1 | -70/+70 |
* | Make tvb_pbrk_guint8() return the found needle. | Anders Broman | 2010-03-08 | 1 | -2/+3 |
* | From yy: | Gerasimos Dimitriadis | 2009-11-14 | 1 | -0/+7 |
* | offset_from_real_beginning() is only called with 0 as second argument, so rem... | Kovarththanan Rajaratnam | 2009-09-10 | 1 | -2/+2 |
* | Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized ... | Kovarththanan Rajaratnam | 2009-08-16 | 1 | -0/+4 |
* | Be a little more explicit in our description of tvb_get_ptr. | Gerald Combs | 2009-08-11 | 1 | -5/+12 |
* | Added tvb_format_stringzpad_wsp(). | Stig Bjørlykke | 2009-04-24 | 1 | -0/+6 |
* | Back out the previous change. As Guy pointed out, we might not want to | Gerald Combs | 2009-04-05 | 1 | -13/+13 |
* | tvbuff.[ch]: Accept more size_t's. | Gerald Combs | 2009-04-04 | 1 | -13/+13 |
* | Make the "length" argument of the tvb_mem* functions a size_t since it's | Gerald Combs | 2009-04-03 | 1 | -4/+4 |
* | Add to new functions from the optimization patch: | Anders Broman | 2009-04-01 | 1 | -0/+10 |
* | Introduce two new functions: | Stephen Fisher | 2009-03-27 | 1 | -0/+10 |
* | Remove: | Anders Broman | 2008-04-09 | 1 | -4/+0 |
* | Move the routines tvb_skip_wsp() to tvbuff.c | Anders Broman | 2007-12-09 | 1 | -0/+21 |
* | strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda | Guy Harris | 2007-11-27 | 1 | -2/+6 |
* | Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb... | Anders Broman | 2007-05-18 | 1 | -1/+4 |
* | Make tvb_memdup(), like ep_tvb_memdup(), return a "void *". | Guy Harris | 2007-04-28 | 1 | -1/+1 |
* | Add: | Anders Broman | 2007-04-28 | 1 | -0/+2 |
* | "memcpy()" takes void *'s as arguments and returns a void *; have | Guy Harris | 2007-04-24 | 1 | -2/+2 |
* | Add some GCC warnings to the standard set, and add some others to the | Guy Harris | 2007-04-23 | 1 | -1/+1 |
* | New rutine tvb_format_text_wsp() which will change "whiite space" characters ... | Anders Broman | 2006-06-19 | 1 | -0/+6 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -3/+3 |
* | new FT_GUID handling - big/little endian supported | Tomas Kukosa | 2006-03-10 | 1 | -0/+7 |
* | fix/add doxygen comments | Ulf Lamping | 2005-09-21 | 1 | -2/+2 |
* | Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, | Guy Harris | 2005-09-11 | 1 | -0/+1 |
* | Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 and | Guy Harris | 2005-09-10 | 1 | -0/+9 |
* | snprintf -> g_snprintf | Ulf Lamping | 2005-08-17 | 1 | -1/+1 |
* | add new function tvb_get_ephemeral_stringz() | Ronnie Sahlberg | 2005-08-10 | 1 | -0/+9 |
* | rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ... | Ronnie Sahlberg | 2005-08-10 | 1 | -8/+11 |
* | rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu... | Ronnie Sahlberg | 2005-08-10 | 1 | -5/+11 |
* | add an ep version of tvb_fake_unicode() | Ronnie Sahlberg | 2005-07-28 | 1 | -0/+6 |
* | new functions: | Luis Ontanon | 2005-07-26 | 1 | -0/+6 |
* | add | Ronnie Sahlberg | 2005-07-24 | 1 | -0/+5 |
* | Doxygen cleanups, from Mike Duigou. | Guy Harris | 2005-01-07 | 1 | -47/+58 |
* | Add a "tvb_bytes_to_str_punct()" routine, which wraps | Guy Harris | 2004-12-30 | 1 | -0/+8 |
* | Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit | Guy Harris | 2004-08-22 | 1 | -0/+2 |
* | 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: | Olivier Biot | 2004-05-05 | 1 | -1/+8 |
* | Use "tvb_format_text()" to display strings, so we handle non-printable | Guy Harris | 2004-03-23 | 1 | -1/+7 |
* | Constify a bunch of stuff. | Guy Harris | 2004-02-19 | 1 | -2/+2 |
* | Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as the | Guy Harris | 2004-02-01 | 1 | -2/+2 |
* | packet-dcerpc-afs4int.c | Jörg Mayer | 2004-02-01 | 1 | -2/+2 |
* | Change return type of tvb_format_text from guint8* to gchar*. | Jörg Mayer | 2004-01-23 | 1 | -2/+2 |
* | performance update | Ronnie Sahlberg | 2003-12-03 | 1 | -2/+5 |
* | Move the definition of the tvbuff_t structure and friends to tvbuff.h | Ronnie Sahlberg | 2003-12-02 | 1 | -6/+68 |
* | Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). | Gilbert Ramirez | 2003-08-27 | 1 | -1/+8 |
* | Add new routines: | Guy Harris | 2003-06-12 | 1 | -1/+21 |
* | More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Bad | Gerald Combs | 2003-05-19 | 1 | -1/+3 |