diff options
author | Luca Deri <deri@ntop.org> | 2024-10-10 18:18:04 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-10-10 18:18:04 +0200 |
commit | 7bdb2796c3c478d99ffd1bb97e74bfa1766f58c0 (patch) | |
tree | 931fd451accab1d1829c95054836f2d57b5e5ed4 | |
parent | 2e5edd2cc956b420f6b9e2a2ffec7d435694a69a (diff) |
Added addr_dump_path definition
-rw-r--r-- | fuzz/fuzz_ndpi_reader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/fuzz_ndpi_reader.c b/fuzz/fuzz_ndpi_reader.c index 784e506d9..c529de7c2 100644 --- a/fuzz/fuzz_ndpi_reader.c +++ b/fuzz/fuzz_ndpi_reader.c @@ -23,6 +23,7 @@ u_int8_t max_num_udp_dissected_pkts = 0, max_num_tcp_dissected_pkts = 0; /* Disa int malloc_size_stats = 0; FILE *fingerprint_fp = NULL; bool do_load_lists = false; +char *addr_dump_path = NULL; extern void ndpi_report_payload_stats(FILE *out); |