diff options
author | Luca Deri <deri@ntop.org> | 2020-09-17 23:24:02 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-09-17 23:24:02 +0200 |
commit | d81bc1add631009eec2b6cb87e42720db4f17af3 (patch) | |
tree | c401ee25e5ee4f484e281b6d3e43ff41d77170bb /src/lib/ndpi_main.c | |
parent | 753b5dde16bae60299ca8e31afb4f519b13629c1 (diff) |
Reworked MDNS dissector that is not based on the DNS dissector
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index c74b4ec17..fe3ebbf9e 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3077,9 +3077,6 @@ void ndpi_set_protocol_detection_bitmask2(struct ndpi_detection_module_struct *n /* NETBIOS */ init_netbios_dissector(ndpi_str, &a, detection_bitmask); - /* MDNS */ - init_mdns_dissector(ndpi_str, &a, detection_bitmask); - /* IPP */ init_ipp_dissector(ndpi_str, &a, detection_bitmask); |