Skip to content

Tags: FoxIO-LLC/ja4

Tags

v0.18.8

Toggle v0.18.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.2 including JA4D

wireshark-v0.1.4

Toggle wireshark-v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #270 from vlvkobal/fix-ja4d

wireshark-v0.1.3

Toggle wireshark-v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #263 from vlvkobal/fix-build

wireshark-v0.1.2

Toggle wireshark-v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added software names

wireshark-v0.1.1

Toggle wireshark-v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #257 from vlvkobal/fix-crash

wireshark-v0.1.0

Toggle wireshark-v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #253 from vlvkobal/reapply-tap

ja4-wireshark-plugins-2025.08.07.35

Toggle ja4-wireshark-plugins-2025.08.07.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ja4l_delta and ja4ls_delta derived fields to JA4 wireshark plugin (

…#245)

* Add JA4L delta

* Add JA4D to the documentation

* Use FT_DOUBLE for delta fields

ja4-wireshark-plugins-2025.08.05.37

Toggle ja4-wireshark-plugins-2025.08.05.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Wireshark: minor tweaks to wmem_strbuf use (#241)

Minor changes to some cases of how wmem strbufs are used. There is
minimal performance benefit, but hopefully improved code clarity.

Replace `wmem_strbuf_append_printf(buf, "%s", str)` with
`wmem_strbuf_append(buf, str)`. Replace
`wmem_strbuf_append_printf(buf, "%c", c)` with
`wmem_strbuf_append_c(buf, c)`. These changes avoid the overhead of
parsing a printf format string when it's redundant.

Use `wmem_strbuf_dup()` to duplicate a strbuf instead of
`wmem_strbuf_new(..., wmem_strbuf_get_str(oldbuf))` for slight
improvement in readability. (This change may cause a conflict
with #240 that is trivial to resolve.)

Use `wmem_strbuf_finalize()` when getting the final value of a strbuf.
For strings allocated in the file scope, this reduces the memory used by
the final string. The function is effectively a no-op for strings
allocated in the packet scope, but still makes clear to future readers
when a string is expected to undergo no further changes.

ja4-wireshark-plugins-2025.08.05.35

Toggle ja4-wireshark-plugins-2025.08.05.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update copyright year (#242)

v0.18.7

Toggle v0.18.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md