aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-17Revert the optimization in r52578. As Jakub predicted, it caused at least oneEvan Huus1-3/+0
2013-10-13So a while back Jeff added some code to check that the offset+length passed toEvan Huus1-0/+3
2013-10-12If the offset is out of bounds, have tvb_length_remaining() and tvb_reported_...Chris Maynard1-4/+3
2013-09-22More emem -> wmem conversion:Pascal Quantin1-24/+12
2013-09-22emem -> wmem conversion:Pascal Quantin1-44/+24
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-6/+6
2013-08-31Update a comment with the correct memory allocator typePascal Quantin1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-0/+2
2013-07-14Export tvb_free_chain() so that tvbtest can use it.Guy Harris1-1/+1
2013-07-13Add support for cloning TVBs, move tvb_new() prototype to wtap-int.hJakub Zawadzki1-4/+4
2013-07-11Fix two problems in tvbuff.hJakub Zawadzki1-1/+3
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-0/+2
2013-07-10tvbuff: replace type with operation vtableJakub Zawadzki1-7/+0
2013-05-30Add Doxygen boilerplate for some of our core modules and data structures.Gerald Combs1-3/+9
2013-04-20When we're dissecting the beginning of a fragmented packet that weGuy Harris1-19/+13
2013-04-18Add to tvbuffs a "fragment length" field; if the tvbuff represents theGuy Harris1-1/+12
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-94/+98
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-20Add a tvb_new_subset_length() that takes a tvbuff, an offset in aGuy Harris1-0/+6
2013-02-20Reflect that tvb_new() is now an internal routine.Guy Harris1-2/+1
2013-02-20No more tvb_new(), so no more need for tvb_set_real_data() orGuy Harris1-17/+10
2013-02-19Make tvb_new() an internal routine to epan/tvbuff.c; we export variousGuy Harris1-5/+0
2012-10-26(Minor) Use correct description for tvb_find_guint8().Bill Meier1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Make the encoding argument uniformly guint rather than gint.Guy Harris1-3/+3
2012-05-14Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-0/+8
2012-04-04Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs1-8/+8
2012-03-16Update comments about tvbuff.Bill Meier1-16/+21
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