mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fix JA3 and JA4 serialization + Add JA4_c_hash filter
This commit is contained in:
parent
96ff6dd32b
commit
24e81d3ef9
7 changed files with 48 additions and 30 deletions
|
|
@ -1311,6 +1311,7 @@ function historical_flow_utils.get_tags()
|
|||
flow_defined_tags["l7_error_id"] = tag_utils.defined_tags["l7_error_id"]
|
||||
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["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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue