aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-26Some g_free() -> wmem_free() changes missed in earlier checkins.Guy Harris1-2/+2
2014-02-26More tvbuff API deprecation, comment expansion, and documentation updates.Guy Harris1-33/+80
2014-02-22TVB API deprecations and cleanupEvan Huus1-17/+25
2014-01-21Get rid of tvb_get_faked_unicode() - tvb_get_string_enc() does the jobGuy Harris1-13/+0
2014-01-21Fix declaration of tvb_get_string().Guy Harris1-1/+1
2014-01-21Don't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARACTER mapping forGuy Harris1-6/+11
2014-01-20tvb_get_string(): replace 8bit characters with the unicode replacement charMartin Kaiser1-5/+6
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-0/+13
2013-12-30Add new function: tvb_skip_guint8()Jakub Zawadzki1-0/+2
2013-12-22(Trivial)Bill Meier1-2/+2
2013-12-21Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki1-0/+9
2013-12-21Get rid of tvb_get_unicode_string() and tvb_get_unicode_stringz();Guy Harris1-10/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus1-1/+1
2013-12-17Handle signed integers > 32 bits. Bug 8454 (https://bugs.wireshark.org/bugzi...Michael Mann1-0/+6
2013-11-10Remove <epan/ipv6-utils.h> from tvbuff.Jakub Zawadzki1-1/+2
2013-11-10exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...Jakub Zawadzki1-1/+0
2013-11-09I have added tvb_get_bits_buf() in r37217, nobody is using it, remove.Jakub Zawadzki1-7/+0
2013-11-03Try to clarify the documentation for tvb_length_remaining() and tvb_reported_...Chris Maynard1-3/+4
2013-10-31Make declarations consistent, fix typos, remove tabs, use consistent indentat...Chris Maynard1-136/+189
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