aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap_opttypes.c
AgeCommit message (Expand)AuthorFilesLines
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