]> git.ipfire.org Git - thirdparty/suricata.git/commit
ja4: handles non alphanumeric alpn
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 23 Sep 2024 09:30:19 +0000 (11:30 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 25 Sep 2024 04:54:59 +0000 (06:54 +0200)
commit1e152d1f1060a5afd39496d4f2556e7159cd22cc
tree32b6506ceac348eba75bdb2c84bc73e2cc050d2b
parent9203656496c4081260817cce018a0d8fd57869b5
ja4: handles non alphanumeric alpn

Ticket: 7267

Follows more closely the specification :
https://github.com/FoxIO-LLC/ja4/blob/main/technical_details/JA4.md#alpn-extension-value

Also fixes the case with a single-char alpn.
rust/src/ja4.rs