aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-28From Mike Morrin:Anders Broman1-5/+10
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-0/+8
2011-12-21A simplified version of tvbuffs:Bill Meier1-45/+52
2011-10-03Fix tpo.Guy Harris1-1/+1
2011-10-03tvb_get_bits{16,32,64} get passed encoding values. Rename the argumentGuy Harris1-4/+4
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-0/+7
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-10/+0
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-1/+12
2011-07-03Add a tvb_get_ephemeral_string_enc() routine that's likeGuy Harris1-0/+5
2011-06-16Squelch some compiler warnings.Guy Harris1-1/+1
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-69/+6
2011-05-18- Optimize tvb_get_bits_bufJakub Zawadzki1-2/+2
2011-05-17Add generic tvb_get_bits_buf() which accepts any no_of_bits.Jakub Zawadzki1-0/+3
2011-01-28Mention that the fake tvb unicode functions have been supercededStephen Fisher1-0/+3
2011-01-14Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.Chris Maynard1-0/+6
2011-01-12Introduce, and start using, tvb_get_const_stringz(). This function returns aJeff Morriss1-2/+8
2011-01-03Introduce two new functions for Unicode (UTF-16) string handling:Stephen Fisher1-0/+6
2010-12-28Add tvb_bcd_dig_to_ep_str()Anders Broman1-1/+18
2010-12-23Introduce new function called tvb_get_ephemeral_unicode_stringz(), whichStephen Fisher1-0/+3
2010-10-30Make tvb_strncaseeql()'s size parameter be a size_t. Cast the size to int be...Jeff Morriss1-1/+1
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss1-1/+1
2010-08-29Doxygen changes.Anders Broman1-9/+10
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-1/+1
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-86/+86
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-70/+70
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-70/+70
2010-03-08Make tvb_pbrk_guint8() return the found needle.Anders Broman1-2/+3
2009-11-14From yy:Gerasimos Dimitriadis1-0/+7
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam1-2/+2
2009-08-16Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized ...Kovarththanan Rajaratnam1-0/+4
2009-08-11Be a little more explicit in our description of tvb_get_ptr.Gerald Combs1-5/+12
2009-04-24Added tvb_format_stringzpad_wsp().Stig Bjørlykke1-0/+6
2009-04-05Back out the previous change. As Guy pointed out, we might not want toGerald Combs1-13/+13
2009-04-04tvbuff.[ch]: Accept more size_t's.Gerald Combs1-13/+13
2009-04-03Make the "length" argument of the tvb_mem* functions a size_t since it'sGerald Combs1-4/+4
2009-04-01Add to new functions from the optimization patch:Anders Broman1-0/+10
2009-03-27Introduce two new functions:Stephen Fisher1-0/+10
2008-04-09Remove:Anders Broman1-4/+0
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cAnders Broman1-0/+21
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-2/+6
2007-05-18Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...Anders Broman1-1/+4
2007-04-28Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".Guy Harris1-1/+1
2007-04-28Add:Anders Broman1-0/+2
2007-04-24"memcpy()" takes void *'s as arguments and returns a void *; haveGuy Harris1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman1-0/+6
2006-05-21name changeRonnie Sahlberg1-3/+3
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-0/+7
2005-09-21fix/add doxygen commentsUlf Lamping1-2/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-0/+1