diff options
| author | liuxueli <[email protected]> | 2021-08-26 13:19:01 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-08-26 13:19:01 +0800 |
| commit | e33f9b48ce0129261444f791b6aef74bf238e58d (patch) | |
| tree | 8309ecfb6f58bea30cfa982a8aeee295892f792a /test | |
| parent | 314b09531fc195646a9f849f1bb3b6f4481296cc (diff) | |
TSG-7556: 支持解析quic RFC9000加密SNIv1.2.3
Diffstat (limited to 'test')
| -rw-r--r-- | test/pcap/2-ietf-rfc9000.pcap | bin | 0 -> 18421 bytes | |||
| -rw-r--r-- | test/quic_result.json | 9 |
2 files changed, 8 insertions, 1 deletions
diff --git a/test/pcap/2-ietf-rfc9000.pcap b/test/pcap/2-ietf-rfc9000.pcap Binary files differnew file mode 100644 index 0000000..84097c8 --- /dev/null +++ b/test/pcap/2-ietf-rfc9000.pcap 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" + } +] |
