| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the encoding argument uniformly guint rather than gint. | Guy Harris | 2012-05-15 | 1 | -3/+3 |
* | Get rid of remaining Booleans-as-encoding-arguments in | Guy Harris | 2012-05-14 | 1 | -0/+8 |
* | Make bit_offset in _tvb_get_bits64 and related functions unsigned. This | Gerald Combs | 2012-04-04 | 1 | -8/+8 |
* | Update comments about tvbuff. | Bill Meier | 2012-03-16 | 1 | -16/+21 |
* | From Mike Morrin: | Anders Broman | 2012-02-28 | 1 | -5/+10 |
* | Add 'extern "C"' wrappers and #include guards to various header files. | Gerald Combs | 2011-12-29 | 1 | -0/+8 |
* | A simplified version of tvbuffs: | Bill Meier | 2011-12-21 | 1 | -45/+52 |
* | Fix tpo. | Guy Harris | 2011-10-03 | 1 | -1/+1 |
* | tvb_get_bits{16,32,64} get passed encoding values. Rename the argument | Guy Harris | 2011-10-03 | 1 | -4/+4 |
* | Move tvb_new_octet_aligned() to tvbuff.c and use it. | Anders Broman | 2011-09-26 | 1 | -0/+7 |
* | More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versions | Gerald Combs | 2011-07-11 | 1 | -10/+0 |
* | Add some additional routine variants that handle string encodings, and | Guy Harris | 2011-07-05 | 1 | -1/+12 |
* | Add a tvb_get_ephemeral_string_enc() routine that's like | Guy Harris | 2011-07-03 | 1 | -0/+5 |
* | Squelch some compiler warnings. | Guy Harris | 2011-06-16 | 1 | -1/+1 |
* | Make TVBs opaque for most users. | Jeff Morriss | 2011-05-27 | 1 | -69/+6 |
* | - Optimize tvb_get_bits_buf | Jakub Zawadzki | 2011-05-18 | 1 | -2/+2 |
* | Add generic tvb_get_bits_buf() which accepts any no_of_bits. | Jakub Zawadzki | 2011-05-17 | 1 | -0/+3 |
* | Mention that the fake tvb unicode functions have been superceded | Stephen Fisher | 2011-01-28 | 1 | -0/+3 |
* | Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082. | Chris Maynard | 2011-01-14 | 1 | -0/+6 |
* | Introduce, and start using, tvb_get_const_stringz(). This function returns a | Jeff Morriss | 2011-01-12 | 1 | -2/+8 |
* | Introduce two new functions for Unicode (UTF-16) string handling: | Stephen Fisher | 2011-01-03 | 1 | -0/+6 |
* | Add tvb_bcd_dig_to_ep_str() | Anders Broman | 2010-12-28 | 1 | -1/+18 |
* | Introduce new function called tvb_get_ephemeral_unicode_stringz(), which | Stephen Fisher | 2010-12-23 | 1 | -0/+3 |
* | Make tvb_strncaseeql()'s size parameter be a size_t. Cast the size to int be... | Jeff Morriss | 2010-10-30 | 1 | -1/+1 |
* | Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary... | Jeff Morriss | 2010-10-30 | 1 | -1/+1 |
* | Doxygen changes. | Anders Broman | 2010-08-29 | 1 | -9/+10 |
* | Refer to the endianness arguments as "encoding" rather than | Guy Harris | 2010-05-24 | 1 | -1/+1 |
* | 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 |