Support reading in and storing multiple Section Header and Name Resolution blocks.
[metze/wireshark/wip.git] / wiretap / wtap_opttypes.c
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.