aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-22Fix a comment typo: tvb_bcd_dig_to_wmem_packet_str() returns a WMEM-allocatedJeff Morriss1-3/+3
2014-08-02Add a routine to check whether all bytes implied by a 64-bit length exist.Guy Harris1-0/+6
2014-05-14Revert "Don't throw for offset at end of TVB with len -1."Evan Huus1-6/+0
2014-04-23Don't throw for offset at end of TVB with len -1.Evan Huus1-0/+6
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-0/+12
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan1-0/+32
2014-04-13Add ENC_ASCII_7BITS encodingPascal Quantin1-0/+23
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-0/+23
2014-04-07Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres functionAlexis La Goutte1-1/+1
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-7/+7
2014-03-06Have NFLOG TLV type and length be in host byte order.Guy Harris1-0/+17
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-26Document tvb_memdup() in more detail.Guy Harris1-4/+15
2014-02-26Regularize the formatting of some comments.Guy Harris1-5/+4
2014-02-26Fix a copy-and-pasteo.Guy Harris1-2/+2
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