From a9547da138871ff019aaa51092544d9ca005dffd Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Tue, 3 Nov 2020 11:35:52 +0100 Subject: QUIC: fix dissection of Initial packets coalesced with 0-RTT one (#1044) * QUIC: fix dissection of Initial packets coalesced with 0-RTT one * QUIC: fix a memory leak --- tests/pcap/quic_0RTT.pcap | Bin 0 -> 2644 bytes tests/result/quic_0RTT.pcap.out | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 tests/pcap/quic_0RTT.pcap create mode 100644 tests/result/quic_0RTT.pcap.out (limited to 'tests') diff --git a/tests/pcap/quic_0RTT.pcap b/tests/pcap/quic_0RTT.pcap new file mode 100644 index 000000000..7ade88654 Binary files /dev/null and b/tests/pcap/quic_0RTT.pcap differ diff --git a/tests/result/quic_0RTT.pcap.out b/tests/result/quic_0RTT.pcap.out new file mode 100644 index 000000000..50c318c89 --- /dev/null +++ b/tests/result/quic_0RTT.pcap.out @@ -0,0 +1,8 @@ +QUIC 2 2588 1 + +JA3 Host Stats: + IP Address # JA3C + 1 ::1 1 + + + 1 UDP [::1]:60459 <-> [::1]:4443 [proto: 188/QUIC][cat: Web/5][1 pkts/1294 bytes <-> 1 pkts/1294 bytes][Goodput ratio: 95/95][0.00 sec][ALPN: h3-32][TLS Supported Versions: TLSv1.3;TLSv1.3 (draft);TLSv1.3 (draft);TLSv1.3 (draft)][TLSv1.3][Client: abcd][JA3C: a7b629a5bd67bfc25e2c78b3daa4c12f][Plen Bins: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0] -- cgit v1.2.3