Skip to content

Releases: FoxIO-LLC/ja4

v0.18.5

17 Jan 20:44
aca2a0f
Compare
Choose a tag to compare
  • Update dependencies.

ja4-wireshark-plugins-2025.01.17.15: Wireshark crash fixes for 4.4 (#189)

17 Jan 14:15
d27aa27
Compare
Choose a tag to compare
Fix a crash when fetching `ssh.direction` caused by using the wrong
function in #128. `fvalue_get_uinteger()` doesn't support the
`FT_BOOLEAN` field, but `fvalue_get_uinteger64()` does.

Fix a crash in `locate_tree()` when the first child of the passed-in
tree is non-null but has a null `finfo` member.

These fixes allow the plugin to pass the test suite on the current main
branch (`master`) of Wireshark when built as an in-tree plugin.

ja4-wireshark-plugins-2024.11.08.19: Merge pull request #181 from MattCarothers/fix_python_string_copy_crash

08 Nov 21:19
3f37b93
Compare
Choose a tag to compare

v0.18.4

30 Sep 15:57
1631c58
Compare
Choose a tag to compare
ci (release.yml): Allow missing CHANGELOG.md entry (#176)

In rare cases (e.g. #174) we may want to run the "release" CI job
to generate the binaries without making any code changes.

ja4-wireshark-plugins-2024.09.27.55: Merge pull request #171 from vnetman/main

27 Sep 14:55
1dd6666
Compare
Choose a tag to compare
Fix 4.0 plugin build breakage. Update binaries for 4.0, 4.2 and 4.4.

ja4-wireshark-plugins-2024.09.20.17

20 Sep 19:17
bc1806c
Compare
Choose a tag to compare
automated builds for linux, mac and windows wireshark plugins (#170)

v0.18.3

10 Sep 20:53
126df0f
Compare
Choose a tag to compare

Fixed

  • Fix parsing of tshark --version output.

Updating Tag for zkg install

21 Mar 19:43
2597395
Compare
Choose a tag to compare

Updating Release Tag to fix Zeek "zkg install" installing an old version of JA4+

v0.18.1

05 Feb 14:06
16e9298
Compare
Choose a tag to compare

Fixed

  • JA4H: Sort cookie-pairs properly (#58).

v0.18.0

04 Feb 01:53
db49b59
Compare
Choose a tag to compare

Fixed

  • Generate a JA4SSH fingerprint every 200 SSH (layer 7) packets.
  • Fix calculation of JA4H_c (#58).