aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-18HTTP3: Huffman decodingJohn Thacker1-0/+9
2023-10-31wsutil: Rename inet_netw.[ch]João Valverde1-1/+1
2023-10-31epan: Move tvbuff functions to tvbuff.cJoão Valverde1-0/+31
2023-10-31wsutil: Move and consolidate CIDR codeJoão Valverde1-1/+1
2023-09-07Clean up handling of string encodings for byte arrays and absolute times.Guy Harris1-2/+2
2023-08-30epan: Don't create tvbuff subsets that contain more than reportedJohn Thacker1-8/+26
2023-01-10note that tvb_child_uncompress attaches to parentKevin Albertson1-8/+8
2023-01-10note to use the tvb_child_uncompress* alternativeKevin Albertson1-6/+12
2023-01-10note need to free return in uncompress functionsKevin Albertson1-0/+18
2022-12-28add tvbuff_zstd.cKevin Albertson1-0/+18
2022-10-19epan: centralize SDNV processing along other similar varint typesBrian Sipos1-1/+1
2022-10-18epan: Rename tvb_get_nstringz0()João Valverde1-18/+5
2022-10-16ftp: deal with UTF-8John Thacker1-0/+7
2022-10-10epan: Mark tvb_get_const_stringz() as deprecatedJoão Valverde1-1/+9
2022-09-03Fix bogus tvbuffs to make sure reported length >= captured length.Guy Harris1-1/+7
2022-02-06epan: Add BASE_SHOW_UTF_8_PRINTABLEJohn Thacker1-0/+12
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-1/+1
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-10-23exceptions: set FragmentBoundsError priority above ContainedBoundsErrorJohn Thacker1-1/+3
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-1/+8
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