Fix the typo in JA3 server hash display

This commit is contained in:
Nicolo Maio 2024-02-23 10:06:13 +01:00
parent ff5cc04da1
commit 09b264779d

View file

@ -1141,8 +1141,8 @@ function format_tls_info(tls_info)
if tls_info["ja3_server_hash"] then
tls_info["ja3_server_hash"] = i18n("copy_button", {
full_name = tls_info["ja3_client_hash"],
name = tls_info["ja3_client_hash"]
full_name = tls_info["ja3_server_hash"],
name = tls_info["ja3_server_hash"]
})
end