summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2021-08-26 13:19:01 +0800
committerliuxueli <[email protected]>2021-08-26 13:19:01 +0800
commite33f9b48ce0129261444f791b6aef74bf238e58d (patch)
tree8309ecfb6f58bea30cfa982a8aeee295892f792a /test
parent314b09531fc195646a9f849f1bb3b6f4481296cc (diff)
TSG-7556: 支持解析quic RFC9000加密SNIv1.2.3
Diffstat (limited to 'test')
-rw-r--r--test/pcap/2-ietf-rfc9000.pcapbin0 -> 18421 bytes
-rw-r--r--test/quic_result.json9
2 files changed, 8 insertions, 1 deletions
diff --git a/test/pcap/2-ietf-rfc9000.pcap b/test/pcap/2-ietf-rfc9000.pcap
new file mode 100644
index 0000000..84097c8
--- /dev/null
+++ b/test/pcap/2-ietf-rfc9000.pcap
Binary files differ
diff --git a/test/quic_result.json b/test/quic_result.json
index b536765..21a3a41 100644
--- a/test/quic_result.json
+++ b/test/quic_result.json
@@ -3,4 +3,11 @@
"VERSION": "IETF QUIC 29",
"SNI": "www.facebook.com",
"name": "QUIC_RESULT_1"
- }]
+ },
+ {
+ "Tuple4": "192.168.60.32.59699>64.233.164.84.443",
+ "VERSION": "IETF QUIC RFC9000",
+ "SNI": "accounts.google.com",
+ "name": "QUIC_RESULT_2"
+ }
+]