Bugfixes of ASTERIX I034
[metze/wireshark/wip.git] / wiretap / wtap_opttypes.c
2018-11-20 Peter Wuwiretap: add read/write support for Decryption Secrets...
2018-08-11 Guy HarrisAdd support for reading and writing the new if_hardware...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-20 Dario Lombardowiretap: use SPDX identifiers (partial work).
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-02-14 Pascal Quantinwiretap: fix wtap_opttypes_cleanup() function
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-01-20 Guy HarrisFix typo.
2016-07-18 Guy Harrisblock->options is never null; don't check for it.
2016-07-18 Guy HarrisRemove wtap_block_num_options_of_type().
2016-07-16 Guy HarrisAdd APIs to remove option instances from blocks.
2016-07-15 Guy HarrisSquelch a compiler warning.
2016-07-15 Michael Mannwtap_opttypes.c: Fix build error.
2016-07-15 Guy HarrisDo a deep copy in wtap_block_add_custom_option().
2016-07-15 Guy HarrisSquelch compiler warnings.
2016-07-15 Guy HarrisFix signature of wtap_opttype_block_register().
2016-07-14 Guy HarrisRedo the block options APIs.
2016-06-15 Stig Bjørlykkewtap: Make default_filter static
2016-06-06 Guy HarrisAdd a routine to get an array of all instances of a...
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-05-30 Guy HarrisIf routines return a wtap_opttype_return_val, declare...
2016-05-26 Michael MannRemove write capabilities from wtap_optionblocks.
2016-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-05-21 Alexis La Gouttewtap_opttypes: fix no previous prototype for function...
2016-05-21 Michael MannAdd ability to add custom block types.
2016-05-17 Guy HarrisCorrectly write out the isb_startime and isb_endtime...
2016-05-04 Pascal Quantinwiretap: fix writing of 1 bytes long options in pcapng...
2016-04-19 Dario Lombardowtap: fix leak in optionblock management.
2016-03-09 Michael MannInitialize write function pointers when copying a new...
2016-03-06 Michael MannImprove wiretap block capabilities.
2016-03-03 Michael MannRefactor wiretap option block types into a registration...
2016-03-03 Michael MannAllocate GArray when copying stat blocks within IDB...
2016-03-01 Michael MannNULL check GArray to prevent assertion.
2016-03-01 Michael MannPrevent use-after-free issues with pcapng.c/wtap_opttypes.c
2016-02-23 Michael MannMaking wiretap option blocks more generic.