aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
Commit message (Expand)AuthorAgeFilesLines
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Make the encoding argument uniformly guint rather than gint.Guy Harris2012-05-151-3/+3
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-141-0/+8
* Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs2012-04-041-8/+8
* Update comments about tvbuff.Bill Meier2012-03-161-16/+21
* From Mike Morrin:Anders Broman2012-02-281-5/+10
* Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs2011-12-291-0/+8
* A simplified version of tvbuffs:Bill Meier2011-12-211-45/+52
* Fix tpo.Guy Harris2011-10-031-1/+1
* tvb_get_bits{16,32,64} get passed encoding values. Rename the argumentGuy Harris2011-10-031-4/+4
* Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman2011-09-261-0/+7
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-111-10/+0
* Add some additional routine variants that handle string encodings, andGuy Harris2011-07-051-1/+12
* Add a tvb_get_ephemeral_string_enc() routine that's likeGuy Harris2011-07-031-0/+5
* Squelch some compiler warnings.Guy Harris2011-06-161-1/+1
* Make TVBs opaque for most users.Jeff Morriss2011-05-271-69/+6
* - Optimize tvb_get_bits_bufJakub Zawadzki2011-05-181-2/+2
* Add generic tvb_get_bits_buf() which accepts any no_of_bits.Jakub Zawadzki2011-05-171-0/+3
* Mention that the fake tvb unicode functions have been supercededStephen Fisher2011-01-281-0/+3
* Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.Chris Maynard2011-01-141-0/+6
* Introduce, and start using, tvb_get_const_stringz(). This function returns aJeff Morriss2011-01-121-2/+8
* Introduce two new functions for Unicode (UTF-16) string handling:Stephen Fisher2011-01-031-0/+6
* Add tvb_bcd_dig_to_ep_str()Anders Broman2010-12-281-1/+18
* Introduce new function called tvb_get_ephemeral_unicode_stringz(), whichStephen Fisher2010-12-231-0/+3
* Make tvb_strncaseeql()'s size parameter be a size_t. Cast the size to int be...Jeff Morriss2010-10-301-1/+1
* Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss2010-10-301-1/+1
* Doxygen changes.Anders Broman2010-08-291-9/+10
* Refer to the endianness arguments as "encoding" rather thanGuy Harris2010-05-241-1/+1
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-86/+86
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-70/+70
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-70/+70
* Make tvb_pbrk_guint8() return the found needle.Anders Broman2010-03-081-2/+3
* From yy:Gerasimos Dimitriadis2009-11-141-0/+7
* offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam2009-09-101-2/+2
* Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized ...Kovarththanan Rajaratnam2009-08-161-0/+4
* Be a little more explicit in our description of tvb_get_ptr.Gerald Combs2009-08-111-5/+12
* Added tvb_format_stringzpad_wsp().Stig Bjørlykke2009-04-241-0/+6
* Back out the previous change. As Guy pointed out, we might not want toGerald Combs2009-04-051-13/+13
* tvbuff.[ch]: Accept more size_t's.Gerald Combs2009-04-041-13/+13
* Make the "length" argument of the tvb_mem* functions a size_t since it'sGerald Combs2009-04-031-4/+4
* Add to new functions from the optimization patch:Anders Broman2009-04-011-0/+10
* Introduce two new functions:Stephen Fisher2009-03-271-0/+10
* Remove:Anders Broman2008-04-091-4/+0
* Move the routines tvb_skip_wsp() to tvbuff.cAnders Broman2007-12-091-0/+21
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-2/+6
* Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...Anders Broman2007-05-181-1/+4
* Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".Guy Harris2007-04-281-1/+1
* Add:Anders Broman2007-04-281-0/+2
* "memcpy()" takes void *'s as arguments and returns a void *; haveGuy Harris2007-04-241-2/+2
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-1/+1