Added the nDPI fingerprint filter to historical flows (#9966)

This commit is contained in:
Manuel Ceroni 2026-01-20 11:36:19 +01:00 committed by GitHub
parent 8d043c100d
commit 60b407abde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 0 deletions

View file

@ -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