mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add IssuerDN and Last Server filters. (#7032)
This commit is contained in:
parent
fd6b0958c3
commit
21379070f5
5 changed files with 19 additions and 1 deletions
|
|
@ -1333,10 +1333,12 @@ function historical_flow_utils.get_tags()
|
|||
flow_defined_tags["ja3_client"] = tag_utils.defined_tags["ja3_client"]
|
||||
flow_defined_tags["ja3_server"] = tag_utils.defined_tags["ja3_server"]
|
||||
flow_defined_tags["ja4_client"] = tag_utils.defined_tags["ja4_client"]
|
||||
flow_defined_tags["issuer_dn"] = tag_utils.defined_tags["issuer_dn"]
|
||||
flow_defined_tags["http_method"] = tag_utils.defined_tags["http_method"]
|
||||
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["last_server"] = tag_utils.defined_tags["last_server"]
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue