aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/ndpi_main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c
index c17b971a1..a4a69eab8 100644
--- a/src/lib/ndpi_main.c
+++ b/src/lib/ndpi_main.c
@@ -248,7 +248,12 @@ u_int8_t ndpi_is_subprotocol_informative(struct ndpi_detection_module_struct *nd
return(0);
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;