1
1
mirror of https://github.com/wader/fq.git synced 2024-09-17 14:57:09 +03:00
fq/format/tls/testdata
2023-12-25 00:32:42 +01:00
..
ciphers tls: Fix field name typos 2023-12-25 00:32:42 +01:00
dump-broken.pcapng tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
dump-broken.pcapng.fqtest interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
dump-broken.pcapng.keylog tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
dump.pcapng tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
dump.pcapng.keylog tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
help_tls.fqtest help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
ja3.fqtest tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
ja3.jq tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
README.md tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
split.jq tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
testtls.com.http1.1-tls1.2.pcap tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
testtls.com.http1.1-tls1.2.pcap.fqtest tls: Fix field name typos 2023-12-25 00:32:42 +01:00
testtls.com.http1.1-tls1.2.pcap.keylog tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
to_tar.jq tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00

dump.pcapng dump-broken.pcapng was created by Peter Wu and comes from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144.

dump.pcapng contains 73 tls connections with differens cipher suites. split.jq was used to split it into one pcap per connection named after cipher suit used.

dump-broken.pcapng is a broken SSL v3, uses extensions. dump-broken.pcapng.keylog not used yet.