mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add filter on DNS query
This commit is contained in:
parent
4d692beaee
commit
dd0201b184
4 changed files with 6 additions and 3 deletions
|
|
@ -1453,6 +1453,7 @@ function historical_flow_utils.get_tags()
|
|||
flow_defined_tags["user_agent"] = tag_utils.defined_tags["user_agent"]
|
||||
flow_defined_tags["last_server"] = tag_utils.defined_tags["last_server"]
|
||||
flow_defined_tags["netbios_name"] = tag_utils.defined_tags["netbios_name"]
|
||||
flow_defined_tags["dns_query"] = tag_utils.defined_tags["dns_query"]
|
||||
flow_defined_tags["dns_answer"] = tag_utils.defined_tags["dns_answer"]
|
||||
flow_defined_tags["mdns_answer"] = tag_utils.defined_tags["mdns_answer"]
|
||||
flow_defined_tags["mdns_name"] = tag_utils.defined_tags["mdns_name"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue