aboutsummaryrefslogtreecommitdiffstats
path: root/tools/oss-fuzzshark
AgeCommit message (Expand)AuthorFilesLines
2018-10-20fuzzshark: integrate oss-fuzz targets in CMakePeter Wu4-725/+8
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs1-2/+2
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-1/+1
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-24oss-fuzzshark: use install directory for headers. Install missing one.Jakub Zawadzki1-2/+1
2018-03-07spdx: more licenses converted.Dario Lombardo2-34/+2
2018-03-07More licenses converted to SPDX.Dario Lombardo1-13/+1
2018-02-20fuzzshark: don't fuzz udplite.Jakub Zawadzki1-1/+2
2018-02-15fuzzshark: disable reassembly for few protocolsYour Name1-4/+30
2018-02-12fuzzshark: disable protocol in fuzzer if it's used by other fuzzer.Jakub Zawadzki2-7/+43
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-9/+9
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02fuzzshark: use SPDX identifier.Dario Lombardo1-14/+1
2018-02-01oss-fuzzshark: try to fix oss-fuzz assert fails.Jakub Zawadzki1-5/+10
2018-02-01oss-fuzzshark: test code to debug some oss-fuzz assert fails.Jakub Zawadzki1-0/+5
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