Fix JA3 and JA4 serialization + Add JA4_c_hash filter

This commit is contained in:
Nicolo Maio 2024-02-22 19:00:11 +01:00
parent 96ff6dd32b
commit 24e81d3ef9
7 changed files with 48 additions and 30 deletions

View file

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