aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde2-2/+2
2022-10-08Add log init message to main()João Valverde1-0/+3
2022-08-13epan: Rearrange column includesJohn Thacker1-0/+1
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-5/+5
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry1-2/+2
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-1/+1
2021-12-12Add remaining header files to DoxygenMoshe Kaplan1-0/+1
2021-07-04Move version_info.[ch] to ui/João Valverde2-3/+2
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-2/+5
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+4
2021-05-21fuzzshark: close a leak.Guy Harris1-1/+3
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-37/+20
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-0/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris2-2/+2
2019-07-18fuzzshark: add usage documentationPeter Wu1-3/+41
2019-01-12CMake: use object libraries to avoid redundant buildsPeter Wu1-2/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris2-1/+2
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-20/+3
2018-11-29CMake: Fix some transitive link dependenciesJoão Valverde1-1/+2
2018-10-21fuzz: Fix assertion failed: (fuzz_handle != NULL) for fuzzshark_ipPeter Wu1-1/+4
2018-10-20fuzzshark: integrate oss-fuzz targets in CMakePeter Wu4-0/+809