aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap_opttypes.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-30wiretap: Preserve NRBs with editcap, mergecap, and tsharkJohn Thacker1-1/+1
2023-01-21wiretap: Reprocess Name Resolution Blocks during redissectJohn Thacker1-0/+8
2022-12-09wiretap: Validate UTF-8 encoding for pcapngJoão Valverde1-0/+11
2022-10-12Match declaration style of other functions.Guy Harris1-1/+2
2022-10-11Use "a" before consonant sounds, use "an" before vowel sounds.Guy Harris1-4/+4
2022-08-20pcapng: add support displaying hash from pcapngStephen Hemminger1-1/+22
2022-01-17Frame: Parsing of PCAPNG Option Block PEN 46254Dr. Lars Völker1-0/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-11-08BBLog: Fix support of TCP window scalingMichael Tuexen1-0/+8
2021-09-09wtap_opttypes: move the specialized options after the custom options.Guy Harris1-66/+65
2021-08-30pcapng: write packet and Netflix custom blocks the same as other blocks.Guy Harris1-20/+62
2021-08-27Add initial support for BBLog filesMichael Tuexen1-2/+158
2021-08-04Fix header documentation and styleJaap Keuter1-15/+21
2021-07-14wiretap: clean up option definitions a bit.Guy Harris1-11/+10
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-6/+189
2021-07-01wiretap: change some comments.Guy Harris1-2/+2
2021-07-01wiretap: add WTAP_BLOCK_SYSDIG_EVENT block type for future use.Guy Harris1-0/+1
2021-06-27wiretap: have the "for each option" routine return a success/fail indication.Guy Harris1-2/+2
2021-06-27wtap_opttypes: clean up comments.Guy Harris1-4/+9
2021-06-23pcapng: add support for custom optionsMichael Tuexen1-82/+111
2021-06-17Just call the block type for custom blocks WTAP_BLOCK_CUSTOM.Guy Harris1-1/+1
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-2/+2
2021-06-06pcapng: add support for custom blocksMichael Tuexen1-0/+1
2021-05-24wiretap: change wtapng_mandatory_section_t to wtapng_section_mandatory_t.Guy Harris1-1/+1
2021-02-24wiretap: add a block type for systemd journal entries.Guy Harris1-1/+3
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-3/+27
2021-02-14wiretap: remove duplicate declaration of wtap_block_get_type().Guy Harris1-7/+0
2021-02-10Remove the existing "custom block" mechanism:Guy Harris1-4/+72
2021-02-09wiretap: add an API to get the type of a block.Guy Harris1-0/+7
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-6/+12
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris1-15/+37
2021-01-30wiretap: fix indentation.Guy Harris1-1/+1
2021-01-30wiretap: add wtap_block_set_nth_string_option_value_format().Guy Harris1-0/+14
2021-01-30wiretap: clean up comments.Guy Harris1-5/+4
2021-01-30Refer to options whose data isn't a simple data type as "structured".Guy Harris1-6/+6
2020-10-21Add a routine to make a newly-allocated copy of a block.Guy Harris1-0/+6
2020-10-11Fix many spelling errorsРоман Донченко1-2/+2
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-0/+1
2018-08-11Add support for reading and writing the new if_hardware IDB option.Guy Harris1-1/+11
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-4/+4
2017-02-20wtap_opttypes(.h): fix commas at the end of enumerator lists are a C++11 exte...Alexis La Goutte1-1/+1
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+4
2016-07-16Comment cleanups.Guy Harris1-9/+9
2016-07-16Add APIs to remove option instances from blocks.Guy Harris1-0/+22
2016-07-15Update comments, give option numbers in decimal.Guy Harris1-27/+27
2016-07-14Redo the block options APIs.Guy Harris1-76/+218
2016-06-16randpktdump: fix a crash.Dario Lombardo1-1/+1