diff options
author | Luca Deri <deri@ntop.org> | 2021-03-14 20:48:21 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-03-14 20:48:21 +0100 |
commit | 565a7bfce3902f83acf1c9f2a19f7931534a31e2 (patch) | |
tree | 614a39f8b11dd1d33ddd92ea3fefe8b9fd6d14fc /example/reader_util.c | |
parent | e58527536dea58cb7cf9627421e16a885f311712 (diff) |
Reworked extendal dependency across testing tools
Diffstat (limited to 'example/reader_util.c')
-rw-r--r-- | example/reader_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/reader_util.c b/example/reader_util.c index 95c6b04ad..36c178176 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -89,6 +89,8 @@ extern u_int8_t max_num_udp_dissected_pkts /* 24 */, max_num_tcp_dissected_pkts static u_int32_t flow_id = 0; u_int8_t enable_doh_dot_detection = 0; +u_int8_t enable_ja3_plus = 0; + /* ****************************************************** */ struct flow_id_stats { @@ -402,10 +404,8 @@ static int parse_debug_proto(struct ndpi_detection_module_struct *ndpi_mod, char /* ***************************************************** */ extern char *_debug_protocols; -extern u_int8_t enable_ja3_plus; static int _debug_protocols_ok = 0; - struct ndpi_workflow* ndpi_workflow_init(const struct ndpi_workflow_prefs * prefs, pcap_t * pcap_handle) { struct ndpi_detection_module_struct * module; |