diff options
-rw-r--r-- | src/lib/ndpi_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index fe3ebbf9e..ba497652e 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -6475,6 +6475,7 @@ u_int8_t ndpi_extra_dissection_possible(struct ndpi_detection_module_struct *ndp break; case NDPI_PROTOCOL_DNS: + case NDPI_PROTOCOL_MDNS: if(flow->protos.dns.num_answers == 0) return(1); break; |