aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-12/+10
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-15tvbuff: add tvb_ensure_reported_length_remaining().Guy Harris1-0/+4
2021-05-08http: Add dissection of HTTP2-SettingsAnders Broman1-0/+1
2021-02-22ZVT: Addedd dissection of amount, terminal ID, date and time. Registration fix.Grzegorz Niemirowski1-2/+19
2020-12-10Introduce ENC_BCD_ODD_NUM_DIG in order to handle odd number of digitsAnders Broman1-2/+3
2020-11-29Fix function documentationJaap Keuter1-1/+1
2020-11-25tvb: Add base64_tvb_to_new_tvb()Anders Broman1-0/+12
2020-09-28Add some more string encodings.Guy Harris1-3/+51
2020-08-21tvb: add tvb_get_bits_arrayFilipe Laíns1-0/+4
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-0/+16
2020-01-09tvbuff.h: Fix formatting inside a comment.Joerg Mayer1-1/+0
2019-12-26Find the line ending using tvb_find_line_end().Guy Harris1-6/+6
2019-09-05kafka: Cleanup to use "native" APIs.Michael Mann1-1/+1
2019-08-16tvbuff.h: Fix doxygen comment of base64_to_tvb()Maksim Salau1-1/+1
2019-08-13tvb: Improve documentation of base64_to_tvb.Anders Broman1-1/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-24Add a routine to fetch raw bytes into a fixed-length buffer as a string.Guy Harris1-0/+8
2019-07-15smb2: add support for decompressionAurelien Aptel1-0/+60
2019-04-22Add brotli decompression support for HTTP and HTTP2 dissectors.Dániel Bakai1-0/+18
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