Skip to content

Commit

Permalink
Added addr_dump_path definition
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Oct 10, 2024
1 parent 2e5edd2 commit 7bdb279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/fuzz_ndpi_reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7bdb279

Please sign in to comment.