aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-09-18 00:08:27 +0200
committerLuca Deri <deri@ntop.org>2020-09-18 00:08:27 +0200
commitb5b4512022061adf68e67a190fa64c1130b4fc33 (patch)
treebca07268827e62eb4805fa13bcefdf3b5f9e863c
parentd81bc1add631009eec2b6cb87e42720db4f17af3 (diff)
Added MDNS in extra packet dissection function
-rw-r--r--src/lib/ndpi_main.c1
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;