mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Added the nDPI fingerprint filter to historical flows (#9966)
This commit is contained in:
parent
8d043c100d
commit
60b407abde
4 changed files with 9 additions and 0 deletions
|
|
@ -1545,6 +1545,7 @@ function historical_flow_utils.get_tags()
|
|||
flow_defined_tags["post_nat_ipv4_dst_addr"] = tag_utils.defined_tags["post_nat_ipv4_dst_addr"]
|
||||
flow_defined_tags["post_nat_dst_port"] = tag_utils.defined_tags["post_nat_dst_port"]
|
||||
flow_defined_tags["verdict"] = tag_utils.defined_tags["verdict"]
|
||||
flow_defined_tags["ndpi_fingerprint"] = tag_utils.defined_tags["ndpi_fingerprint"]
|
||||
|
||||
return flow_defined_tags
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue