aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-10-04 14:16:07 +0200
committerLuca Deri <deri@ntop.org>2019-10-04 14:16:07 +0200
commit0a46cba821f19fe103bec5687d98f7212b7c111a (patch)
treec89a9177e4c669abe96e61887ee1c5a8c364a763
parentf719ef4fb0a84b6d0b83fa5aa39efd872618c25c (diff)
Optimized ndpi_extra_dissection_possible()
-rw-r--r--src/lib/ndpi_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c
index 4fb3b68cf..684af5a0f 100644
--- a/src/lib/ndpi_main.c
+++ b/src/lib/ndpi_main.c
@@ -6358,8 +6358,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)