From 057c21c4f461579e53230d1c67262aeb7534a214 Mon Sep 17 00:00:00 2001 From: uhei Date: Thu, 12 Oct 2023 16:20:14 +0200 Subject: [PATCH] fix(ja4): IPv6 has Hop Limit and not TTL (#13) hop limit not ttl fix --- python/ja4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ja4.py b/python/ja4.py index 76a5ccd..0cc7644 100644 --- a/python/ja4.py +++ b/python/ja4.py @@ -56,7 +56,7 @@ def version_check(ver): 'ipv6': { 'src': 'src', 'dst': 'dst', - 'ttl': 'ttl' + 'ttl': 'hlim' }, 'tcp': { 'flags': 'flags',