Skip to content

Commit

Permalink
fix(ja4): IPv6 has Hop Limit and not TTL (#13)
Browse files Browse the repository at this point in the history
hop limit not ttl fix
  • Loading branch information
uhei authored Oct 12, 2023
1 parent 602d709 commit 057c21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ja4.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def version_check(ver):
'ipv6': {
'src': 'src',
'dst': 'dst',
'ttl': 'ttl'
'ttl': 'hlim'
},
'tcp': {
'flags': 'flags',
Expand Down

0 comments on commit 057c21c

Please sign in to comment.