TSG-8364: 支持配置文件配置最多解析N数据包
This commit is contained in:
@@ -58,3 +58,4 @@ add_test(NAME QUIC_RFC9000 COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/p
|
||||
add_test(NAME QUIC_RFC9000_FRAGMENT COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/rfc9000-fragment/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/rfc9000-fragment/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME QUIC_RFC9000_SPECIAL COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/rfc9000-special/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/rfc9000-special/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME QUIC_AIRPORT COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/airport/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/airport -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME QUIC_SPECIAL COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/special/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/special/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
|
||||
@@ -57,6 +57,8 @@
|
||||
}, {
|
||||
"Tuple4": "85.117.117.190.11567>64.233.165.94.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "www.google.kz",
|
||||
"UA": "dev Chrome/73.0.3664.3 Windows NT 6.3; Win64; x64",
|
||||
"name": "QUIC_RESULT_10"
|
||||
}, {
|
||||
"Tuple4": "85.117.117.190.48098>173.194.221.95.443",
|
||||
@@ -67,6 +69,8 @@
|
||||
}, {
|
||||
"Tuple4": "85.117.119.57.4009>64.233.162.155.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "stats.g.doubleclick.net",
|
||||
"UA": "dev Chrome/73.0.3664.3 Windows NT 6.1; Win64; x64",
|
||||
"name": "QUIC_RESULT_12"
|
||||
}, {
|
||||
"Tuple4": "85.117.126.11.11719>64.233.165.138.443",
|
||||
|
||||
Binary file not shown.
BIN
test/pcap/special/1-no-parse-sni-draft-29.37645.pcap
Normal file
BIN
test/pcap/special/1-no-parse-sni-draft-29.37645.pcap
Normal file
Binary file not shown.
Binary file not shown.
BIN
test/pcap/special/2-no-parse-sni-rfc9000.61269.pcap
Normal file
BIN
test/pcap/special/2-no-parse-sni-rfc9000.61269.pcap
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
26
test/pcap/special/quic_result.json
Normal file
26
test/pcap/special/quic_result.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[{
|
||||
"Tuple4": "10.83.31.23.37645>142.250.180.42.443",
|
||||
"VERSION": "IETF QUIC 29",
|
||||
"SNI": "play.googleapis.com",
|
||||
"UA": "com.google.android.gms Cronet/92.0.4515.131",
|
||||
"VERSION": "IETF QUIC 29",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "192.168.1.6.61269>142.250.180.42.443",
|
||||
"VERSION": "IETF QUIC RFC9000",
|
||||
"SNI": "content-autofill.googleapis.com",
|
||||
"UA": "Chrome/94.0.4606.81 Windows NT 10.0; Win64; x64",
|
||||
"VERSION": "IETF QUIC RFC9000",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}, {
|
||||
"Tuple4": "10.129.24.130.52558>213.55.110.12.443",
|
||||
"VERSION": "Google QUIC 43",
|
||||
"SNI": "r1---sn-xuj-5qqz.googlevideo.com",
|
||||
"UA": "com.google.android.youtube Cronet/80.0.3970.3",
|
||||
"VERSION": "Google QUIC 43",
|
||||
"name": "QUIC_RESULT_3"
|
||||
}, {
|
||||
"Tuple4": "197.156.101.97.12388>142.250.185.46.443",
|
||||
"VERSION": "IETF QUIC RFC9000",
|
||||
"name": "QUIC_RESULT_4"
|
||||
}]
|
||||
Reference in New Issue
Block a user