Skip to content

Commit

Permalink
rust/ja4: Add capture files and expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
vvv committed Oct 8, 2023
1 parent 72ce15b commit c11bf06
Show file tree
Hide file tree
Showing 39 changed files with 2,893 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target
rust/target
.DS_Store
.vscode/
Binary file added pcap/browsers-x509.pcapng
Binary file not shown.
Binary file added pcap/chrome-cloudflare-quic-with-secrets.pcapng
Binary file not shown.
Binary file added pcap/http1-with-cookies.pcapng
Binary file not shown.
Binary file added pcap/http1.pcapng
Binary file not shown.
Binary file added pcap/http2-with-cookies.pcapng
Binary file not shown.
Binary file added pcap/ipv6.pcapng
Binary file not shown.
Binary file added pcap/latest.pcapng
Binary file not shown.
Binary file added pcap/quic-tls-handshake.pcapng
Binary file not shown.
Binary file added pcap/quic-with-several-tls-frames.pcapng
Binary file not shown.
Binary file added pcap/ssh-scp-1050.pcap
Binary file not shown.
Binary file added pcap/ssh.pcapng
Binary file not shown.
Binary file added pcap/ssh2.pcapng
Binary file not shown.
Binary file added pcap/tls-handshake.pcapng
Binary file not shown.
Binary file added pcap/tls-sni.pcapng
Binary file not shown.
Binary file added pcap/tls3.pcapng
Binary file not shown.
9 changes: 8 additions & 1 deletion rust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.0] - 2023-10-08

### Added

- Add capture files and expected output.

## [0.14.0] - 2023-10-04

### Added

- Add Rust sources of `ja4` and `ja4x` CLI tools.

[unreleased]: https://github.com/FoxIO-LLC/ja4/compare/v0.14.0...HEAD
[unreleased]: https://github.com/FoxIO-LLC/ja4/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/FoxIO-LLC/ja4/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/FoxIO-LLC/ja4/releases/tag/v0.14.0
Loading

0 comments on commit c11bf06

Please sign in to comment.