Remove obsolete JA3 support

This commit is contained in:
Alfredo Cardigliano 2024-08-09 09:08:32 +02:00
parent 4b1b37103a
commit 548c9aeec5
28 changed files with 31 additions and 303 deletions

View file

@ -1390,8 +1390,6 @@ function historical_flow_utils.get_tags()
flow_defined_tags["snmp_interface"] = tag_utils.defined_tags["snmp_interface"]
flow_defined_tags["country"] = tag_utils.defined_tags["country"]
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["issuer_dn"] = tag_utils.defined_tags["issuer_dn"]
flow_defined_tags["http_method"] = tag_utils.defined_tags["http_method"]