aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap_opttypes.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-14wiretap: fix wtap_opttypes_cleanup() functionPascal Quantin1-16/+9
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+20
2017-01-20Fix typo.Guy Harris1-1/+1
2016-07-18block->options is never null; don't check for it.Guy Harris1-2/+1
2016-07-18Remove wtap_block_num_options_of_type().Guy Harris1-36/+0
2016-07-16Add APIs to remove option instances from blocks.Guy Harris1-16/+106
2016-07-15Squelch a compiler warning.Guy Harris1-1/+1
2016-07-15wtap_opttypes.c: Fix build error.Michael Mann1-1/+1
2016-07-15Do a deep copy in wtap_block_add_custom_option().Guy Harris1-1/+39
2016-07-15Squelch compiler warnings.Guy Harris1-2/+2
2016-07-15Fix signature of wtap_opttype_block_register().Guy Harris1-1/+1
2016-07-14Redo the block options APIs.Guy Harris1-414/+824
2016-06-15wtap: Make default_filter staticStig Bjørlykke1-2/+1
2016-06-06Add a routine to get an array of all instances of a string option.Guy Harris1-0/+30
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-0/+12
2016-05-30If routines return a wtap_opttype_return_val, declare them as doing so.Guy Harris1-10/+10
2016-05-26Remove write capabilities from wtap_optionblocks.Michael Mann1-419/+26
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-2/+21
2016-05-21wtap_opttypes: fix no previous prototype for function 'wtap_opttype_write_dat...Alexis La Goutte1-1/+1
2016-05-21Add ability to add custom block types.Michael Mann1-11/+39
2016-05-17Correctly write out the isb_startime and isb_endtime options.Guy Harris1-2/+17
2016-05-04wiretap: fix writing of 1 bytes long options in pcapng filesPascal Quantin1-3/+8
2016-04-19wtap: fix leak in optionblock management.Dario Lombardo1-2/+5
2016-03-09Initialize write function pointers when copying a new wtap block option.Michael Mann1-0/+2
2016-03-06Improve wiretap block capabilities.Michael Mann1-175/+606
2016-03-03Refactor wiretap option block types into a registration system.Michael Mann1-189/+259
2016-03-03Allocate GArray when copying stat blocks within IDB block.Michael Mann1-1/+1
2016-03-01NULL check GArray to prevent assertion.Michael Mann1-1/+2
2016-03-01Prevent use-after-free issues with pcapng.c/wtap_opttypes.cMichael Mann1-3/+8
2016-02-23Making wiretap option blocks more generic.Michael Mann1-0/+505