aboutsummaryrefslogtreecommitdiffstats
path: root/tools/oss-fuzzshark
AgeCommit message (Expand)AuthorFilesLines
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2017-12-21fuzzshark: fix no previous prototype for function 'LLVMFuzzerTestOneInput/LLV...Alexis La Goutte3-3/+168
2017-12-14Refactor plugin registration and loadingJoão Valverde1-14/+0
2017-12-14Fix types.Guy Harris1-3/+3
2017-12-12fuzzer: add check for ftell return value (CID: 1426073).Dario Lombardo1-0/+1
2017-12-08oss-fuzzshark: fix compilation.Jakub Zawadzki1-1/+1
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-10/+9
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-2/+2
2017-12-07Add fuzzshark to cmake/autotools.Jakub Zawadzki2-19/+177
2017-12-06oss-fuzzshark: fix handler of epan->get_frame_ts to fix build.Jakub Zawadzki1-1/+1
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-1/+1
2017-12-01Get rid of some void pointers.Gerald Combs1-1/+1
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-5/+1
2017-11-21oss-fuzzshark: fix linking issues due to register_all_protocols() removed fro...Jakub Zawadzki1-1/+5
2017-11-04oss-fuzzshark: force direct mallocMichael Mann1-0/+3
2017-10-26oss-fuzzshark: add missing include to fix implicit declaration of color_filte...Jakub Zawadzki1-0/+1
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-06-09Just print the string color_filters_init() provides on an error.Guy Harris1-1/+1
2017-04-24fuzzshark: try to fix oss-build, remove oss-fuzzshark.c in old location.Jakub Zawadzki1-0/+2
2017-04-24oss-fuzzshark: Copy to separate directory, add build script.Jakub Zawadzki2-0/+408