FoxIO-LLC / ja4

JA4+ is a suite of network fingerprinting standards
https://foxio.io
Other
989 stars 85 forks source link

Handling of non-ascii charactors in ALPN #178

Open StarlightIbuki opened 2 weeks ago

StarlightIbuki commented 2 weeks ago

The Rust implementation treats all non-ascii bytes as '9', while the document says they will be represented by the first/last hex digit of their numeric representation. Should we update the documentation?