diff options
author | Luca Deri <deri@ntop.org> | 2020-10-27 08:40:00 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-10-27 08:40:00 +0100 |
commit | 48d640583a58de62ed1a500e2e98b19a9ffce1ef (patch) | |
tree | 50597afe6f0f70f01f0855a0b5eecf8fa2725206 /example/reader_util.c | |
parent | 948a9060378a2a33f5701947386492ff10cb2de6 (diff) |
Moved global in reader_util.c
Diffstat (limited to 'example/reader_util.c')
-rw-r--r-- | example/reader_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/reader_util.c b/example/reader_util.c index 3a8faed03..8c42afe85 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -86,9 +86,9 @@ extern u_int8_t enable_protocol_guess, enable_joy_stats, enable_payload_analyzer; extern u_int8_t verbose, human_readeable_string_len; extern u_int8_t max_num_udp_dissected_pkts /* 8 */, max_num_tcp_dissected_pkts /* 10 */; -extern u_int8_t enable_doh_dot_detection; static u_int32_t flow_id = 0; +u_int8_t enable_doh_dot_detection = 0; /* ****************************************************** */ struct flow_id_stats { |