mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Added MDNS to the list of unidirectional-allowed protocols
This commit is contained in:
parent
f0ade98875
commit
b21da60e19
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ local script = {
|
|||
-- #################################################################
|
||||
|
||||
local function unidirectionalProtoWhitelist(proto_id)
|
||||
if((proto_id == 17) -- Syslog
|
||||
if(
|
||||
(proto_id == 8) -- MDNS
|
||||
or (proto_id == 17) -- Syslog
|
||||
or (proto_id == 18) -- DHCP
|
||||
or (proto_id == 87) -- RTP
|
||||
or (proto_id == 103) -- DHCPV6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue