diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2024-01-09 21:49:30 +0100 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-01-18 10:21:24 +0100 |
commit | 88720331ae6c68e99816ae3eee5f618fdddac02f (patch) | |
tree | 4646cf5c6120e3bb29181644df6465e54750aa3c /fuzz/fuzz_readerutils_parseprotolist.cpp | |
parent | 1289951b322c66295cdb03b3c26a6cdd24cc160d (diff) |
config: remove `enum ndpi_prefs`
Diffstat (limited to 'fuzz/fuzz_readerutils_parseprotolist.cpp')
-rw-r--r-- | fuzz/fuzz_readerutils_parseprotolist.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fuzz/fuzz_readerutils_parseprotolist.cpp b/fuzz/fuzz_readerutils_parseprotolist.cpp index b41a83d09..c80ae8340 100644 --- a/fuzz/fuzz_readerutils_parseprotolist.cpp +++ b/fuzz/fuzz_readerutils_parseprotolist.cpp @@ -13,7 +13,6 @@ u_int8_t enable_protocol_guess = 1, enable_payload_analyzer = 0; u_int8_t enable_flow_stats = 0; u_int8_t human_readeable_string_len = 5; u_int8_t max_num_udp_dissected_pkts = 16 /* 8 is enough for most protocols, Signal requires more */, max_num_tcp_dissected_pkts = 80 /* due to telnet */; -ndpi_init_prefs init_prefs = ndpi_track_flow_payload | ndpi_enable_tcp_ack_payload_heuristic; int enable_malloc_bins = 0; int malloc_size_stats = 0; int max_malloc_bins = 14; |