From 09cd95d54ab5141795a0653b1f6a6149725dbbf7 Mon Sep 17 00:00:00 2001 From: Simone Mainardi Date: Tue, 17 Dec 2019 18:12:15 +0100 Subject: Fixes informative subprotocols Wrongly marked subprotocols were causing issues on ntopng. This fixes https://github.com/ntop/ntopng/issues/3129 --- src/lib/ndpi_main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 95f9d1268..c2fe18556 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -256,10 +256,6 @@ u_int8_t ndpi_is_subprotocol_informative(struct ndpi_detection_module_struct *nd switch(protoId) { /* All dissectors that have calls to ndpi_match_host_subprotocol() */ case NDPI_PROTOCOL_DNS: - case NDPI_PROTOCOL_HTTP: - case NDPI_PROTOCOL_TLS: - case NDPI_PROTOCOL_QUIC: - case NDPI_PROTOCOL_FBZERO: return(1); break; -- cgit v1.2.3