aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap_opttypes.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-16Export wtap_optionblock_copy_options() symbolPascal Quantin1-1/+1
2016-06-06Add a routine to get an array of all instances of a string option.Guy Harris1-0/+11
2016-06-06Directly use wtap_opttypes calls to fetch SHB options.Guy Harris1-0/+96
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-0/+10
2016-05-30If routines return a wtap_opttype_return_val, declare them as doing so.Guy Harris1-38/+58
2016-05-28Make wtap_optionblock_foreach_option public.Guy Harris1-1/+1
2016-05-26Remove write capabilities from wtap_optionblocks.Michael Mann1-31/+3
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-1/+12
2016-05-21Add ability to add custom block types.Michael Mann1-2/+11
2016-03-06Improve wiretap block capabilities.Michael Mann1-83/+66
2016-03-03Refactor wiretap option block types into a registration system.Michael Mann1-1/+2
2016-02-27wtap (opttypes.h): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+2
2016-02-23Making wiretap option blocks more generic.Michael Mann1-0/+250