diff options
author | Luca Deri <deri@ntop.org> | 2019-10-04 14:13:53 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-10-04 14:13:53 +0200 |
commit | f83b2a0940cf86ee07305e970b9650efbfa4eb00 (patch) | |
tree | f41a4c3a6b720a8602cc656e9a72e8e08f04f622 /src | |
parent | 76ec74cbf15be6729ee9da28e8be18a6919cbc18 (diff) |
Fixed ndpi_extra_dissection_possible()
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 0fb53b327..61fbbcd07 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -6375,8 +6375,6 @@ u_int8_t ndpi_extra_dissection_possible(struct ndpi_detection_module_struct *ndp proto); #endif - if(flow->check_extra_packets) return(1); - switch(proto) { case NDPI_PROTOCOL_TLS: if(!flow->l4.tcp.tls_srv_cert_fingerprint_processed) |