aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-09Add tvb_get_token_lenMichael Mann1-0/+20
2018-10-21Add tvb_ascii_isprint APIMichael Mann1-0/+7
2018-04-20Update some comments.Guy Harris1-19/+19
2018-04-10Rename the last argument to tvb_new_subset_length().Guy Harris1-2/+2
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-0/+13
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-1/+1
2018-01-02Add ENC_VARINT_QUICAlexis La Goutte1-1/+2
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-09Add ENC_VARINT_PROTOBUFMichael Mann1-0/+14
2017-01-31Have tvb_format_text use wmem_packet_scope() memory.Michael Mann1-1/+2
2017-01-31Have tvb_format_stringzpad use wmem_packet_scope() memory.Michael Mann1-1/+2
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-2/+2
2017-01-13Decode TBCD strings in GSM MAP as per the GSM MAP spec.Guy Harris1-1/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-4/+4
2016-10-08add tvb_find_guint16() utilityFrancesco Fondelli1-0/+3
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris1-1/+1
2016-01-03If you want nstime_t, include <wsutil/nstime.h>.Guy Harris1-4/+4
2016-01-03If you want struct e_in6_addr, include <epan/ipv6-utils.h>.Guy Harris1-1/+1
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-20/+0
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-3/+0
2015-06-24Remove the last deprecated tvb_length callsEvan Huus1-6/+0
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-3/+3
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-3/+8
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-7/+1
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-1/+1
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-0/+6
2015-01-02tvb: implement endianness-paramterized gettersEvan Huus1-1/+14
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-1/+1
2014-11-29Revert "Add QNX' QNET protocol"Guy Harris1-11/+0
2014-11-29Add QNX' QNET protocolAlexis La Goutte1-0/+11
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