mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added mdns and netbios historical filters (#7535)
This commit is contained in:
parent
74583a3b7b
commit
944af146e3
4 changed files with 40 additions and 0 deletions
|
|
@ -1241,6 +1241,11 @@ function historical_flow_utils.get_tags()
|
|||
flow_defined_tags["http_url"] = tag_utils.defined_tags["http_url"]
|
||||
flow_defined_tags["http_return"] = tag_utils.defined_tags["http_return"]
|
||||
flow_defined_tags["user_agent"] = tag_utils.defined_tags["user_agent"]
|
||||
flow_defined_tags["netbios_name"] = tag_utils.defined_tags["netbios_name"]
|
||||
flow_defined_tags["mdns_answer"] = tag_utils.defined_tags["mdns_answer"]
|
||||
flow_defined_tags["mdns_name"] = tag_utils.defined_tags["mdns_name"]
|
||||
flow_defined_tags["mdns_name_txt"] = tag_utils.defined_tags["mdns_name_txt"]
|
||||
flow_defined_tags["mdns_ssid"] = tag_utils.defined_tags["mdns_ssid"]
|
||||
flow_defined_tags["cli_location"] = tag_utils.defined_tags["cli_location"]
|
||||
flow_defined_tags["srv_location"] = tag_utils.defined_tags["srv_location"]
|
||||
flow_defined_tags["traffic_direction"] = tag_utils.defined_tags["traffic_direction"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue