add auto gtest
This commit is contained in:
@@ -1183,7 +1183,7 @@ int quic_process(struct streaminfo *pstream, struct _quic_context* _context, int
|
||||
ret=parse_gquic_Q046(pstream, _context, a_packet, (char *)udp_detail->pdata, udp_detail->datalen, &used_len);
|
||||
break;
|
||||
default:
|
||||
if(is_gquic>=GQUIC_VERSION_Q001 && GQUIC_VERSION_Q022<=GQUIC_VERSION_Q043)
|
||||
if(is_gquic>=GQUIC_VERSION_Q001 && is_gquic<=GQUIC_VERSION_Q043)
|
||||
{
|
||||
ret=gquic_proc_unencrypt(pstream, _context, a_packet, (char *)udp_detail->pdata, udp_detail->datalen, &used_len);
|
||||
}
|
||||
|
||||
@@ -35,7 +35,22 @@ add_library(${lib_name}_test_plug SHARED ${lib_name}_test_plug.cpp)
|
||||
target_link_libraries(${lib_name}_test_plug MESA_prof_load cjson)
|
||||
set_target_properties(${lib_name}_test_plug PROPERTIES PREFIX "")
|
||||
|
||||
add_test(NAME COPY_FTP_SO COMMAND sh -c "cp ${CMAKE_BINARY_DIR}/${lib_name}.so ${PROTO_TEST_RUN_DIR}/plug/protocol/${lib_name}/${lib_name}.so")
|
||||
add_test(NAME COPY_QUIC_SO COMMAND sh -c "cp ${CMAKE_BINARY_DIR}/${lib_name}.so ${PROTO_TEST_RUN_DIR}/plug/protocol/${lib_name}/${lib_name}.so")
|
||||
add_test(NAME COPY_TEST_SO COMMAND sh -c "cp ${CMAKE_CURRENT_BINARY_DIR}/${lib_name}_test_plug.so ${PROTO_TEST_RUN_DIR}/plug/business/${lib_name}_test_plug/${lib_name}_test_plug.so")
|
||||
add_test(NAME QUIC_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
|
||||
add_test(NAME IQUIC_29_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/iquic/29//${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/iquic/29/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME QUIC_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/rfc9000/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/rfc9000/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_23_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/23/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/23/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_25_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/25/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/25/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_33_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/33/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/33/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_34_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/34/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/34/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_35_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/35/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/35/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_37_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/37/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/37/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_39_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/39/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/39/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_41_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/41/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/41/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_43_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/43/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/43/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_44_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/44/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/44/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_46_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/46/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/46/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME GQUIC_50_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/50/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/gquic/50/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME MVFST_01_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/mvfst/01/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/mvfst/01/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME MVFST_02_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/mvfst/02/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/mvfst/02/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
add_test(NAME TQUIC_TEST COMMAND proto_test_main ${CMAKE_CURRENT_SOURCE_DIR}/pcap/tquic/${lib_name}_result.json -f "find ${CMAKE_CURRENT_SOURCE_DIR}/pcap/tquic/ -name *.pcap|sort -V" WORKING_DIRECTORY ${PROTO_TEST_RUN_DIR})
|
||||
|
||||
Binary file not shown.
Binary file not shown.
12
test/pcap/gquic/23/quic_result.json
Normal file
12
test/pcap/gquic/23/quic_result.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[{
|
||||
"Tuple4": "85.117.117.169.47762>173.194.73.95.443",
|
||||
"VERSION": "Google QUIC 23",
|
||||
"SNI": "www.googleapis.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "85.117.123.193.19270>64.233.165.95.443",
|
||||
"VERSION": "Google QUIC 23",
|
||||
"SNI": "www.googleapis.com",
|
||||
"SNI": "www.googleapis.com",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}]
|
||||
Binary file not shown.
Binary file not shown.
12
test/pcap/gquic/25/quic_result.json
Normal file
12
test/pcap/gquic/25/quic_result.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[{
|
||||
"Tuple4": "85.117.113.98.4340>74.125.131.95.443",
|
||||
"VERSION": "Google QUIC 25",
|
||||
"SNI": "www.googleapis.com",
|
||||
"SNI": "www.googleapis.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "90.143.184.225.63062>173.194.222.95.443",
|
||||
"VERSION": "Google QUIC 25",
|
||||
"SNI": "www.googleapis.com",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}]
|
||||
Binary file not shown.
7
test/pcap/gquic/33/quic_result.json
Normal file
7
test/pcap/gquic/33/quic_result.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[{
|
||||
"Tuple4": "90.143.189.5.8026>173.194.188.40.443",
|
||||
"VERSION": "Google QUIC 33",
|
||||
"SNI": "r3---sn-4g5ednse.googlevideo.com",
|
||||
"SNI": "r3---sn-4g5ednse.googlevideo.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}]
|
||||
Binary file not shown.
7
test/pcap/gquic/34/quic_result.json
Normal file
7
test/pcap/gquic/34/quic_result.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[{
|
||||
"Tuple4": "85.117.125.8.21243>173.194.73.102.443",
|
||||
"VERSION": "Google QUIC 34",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}]
|
||||
Binary file not shown.
Binary file not shown.
13
test/pcap/gquic/35/quic_result.json
Normal file
13
test/pcap/gquic/35/quic_result.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[{
|
||||
"Tuple4": "85.117.122.194.32370>173.194.220.138.443",
|
||||
"VERSION": "Google QUIC 35",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "85.117.122.21.21396>173.194.220.138.443",
|
||||
"VERSION": "Google QUIC 35",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
140
test/pcap/gquic/37/quic_result.json
Normal file
140
test/pcap/gquic/37/quic_result.json
Normal file
@@ -0,0 +1,140 @@
|
||||
[{
|
||||
"Tuple4": "90.143.185.235.17239>173.194.44.6.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "www.youtube.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "10.32.121.249.33765>64.233.161.95.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "instantmessaging-pa.googleapis.com",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}, {
|
||||
"Tuple4": "10.35.127.134.42356>64.233.165.139.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "clients4.google.com",
|
||||
"name": "QUIC_RESULT_3"
|
||||
}, {
|
||||
"Tuple4": "185.57.74.232.43276>173.194.44.78.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "www.youtube.com",
|
||||
"name": "QUIC_RESULT_4"
|
||||
}, {
|
||||
"Tuple4": "185.57.74.32.52134>74.125.232.249.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "googleads.g.doubleclick.net",
|
||||
"name": "QUIC_RESULT_5"
|
||||
}, {
|
||||
"Tuple4": "195.162.27.132.31404>217.76.77.81.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "r6---sn-5auxa-unxe.googlevideo.com",
|
||||
"name": "QUIC_RESULT_6"
|
||||
}, {
|
||||
"Tuple4": "195.162.27.132.31405>217.76.77.81.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "r6---sn-5auxa-unxe.googlevideo.com",
|
||||
"name": "QUIC_RESULT_7"
|
||||
}, {
|
||||
"Tuple4": "85.117.112.160.21969>64.233.165.95.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "www.googleapis.com",
|
||||
"name": "QUIC_RESULT_8"
|
||||
}, {
|
||||
"Tuple4": "85.117.113.62.29644>173.194.73.95.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "youtubei.googleapis.com",
|
||||
"name": "QUIC_RESULT_9"
|
||||
}, {
|
||||
"Tuple4": "85.117.116.192.18140>173.194.44.1.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "www.youtube.com",
|
||||
"name": "QUIC_RESULT_10"
|
||||
}, {
|
||||
"Tuple4": "85.117.116.195.38495>173.194.222.132.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "yt3.ggpht.com",
|
||||
"name": "QUIC_RESULT_11"
|
||||
}, {
|
||||
"Tuple4": "85.117.123.242.33040>64.233.162.95.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "www.googleapis.com",
|
||||
"name": "QUIC_RESULT_12"
|
||||
}, {
|
||||
"Tuple4": "85.117.126.141.34209>64.233.164.132.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "yt3.ggpht.com",
|
||||
"SNI": "yt3.ggpht.com",
|
||||
"SNI": "yt3.ggpht.com",
|
||||
"name": "QUIC_RESULT_13"
|
||||
}, {
|
||||
"Tuple4": "85.117.126.166.46412>173.194.44.4.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "www.youtube.com",
|
||||
"SNI": "www.youtube.com",
|
||||
"name": "QUIC_RESULT_14"
|
||||
}, {
|
||||
"Tuple4": "85.117.126.63.9977>64.233.165.113.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "clients4.google.com",
|
||||
"SNI": "clients4.google.com",
|
||||
"name": "QUIC_RESULT_15"
|
||||
}, {
|
||||
"Tuple4": "85.117.126.68.44666>173.194.44.41.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "clients4.google.com",
|
||||
"name": "QUIC_RESULT_16"
|
||||
}, {
|
||||
"Tuple4": "90.143.176.79.38351>108.177.14.119.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "i.ytimg.com",
|
||||
"name": "QUIC_RESULT_17"
|
||||
}, {
|
||||
"Tuple4": "90.143.176.91.52171>173.194.222.101.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "clients4.google.com",
|
||||
"SNI": "clients4.google.com",
|
||||
"SNI": "clients4.google.com",
|
||||
"name": "QUIC_RESULT_18"
|
||||
}, {
|
||||
"Tuple4": "90.143.178.25.15835>173.194.73.119.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "i.ytimg.com",
|
||||
"name": "QUIC_RESULT_19"
|
||||
}, {
|
||||
"Tuple4": "90.143.179.24.35032>173.194.32.196.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "clients4.google.com",
|
||||
"SNI": "clients4.google.com",
|
||||
"name": "QUIC_RESULT_20"
|
||||
}, {
|
||||
"Tuple4": "90.143.180.185.57766>173.194.32.196.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "clients4.google.com",
|
||||
"name": "QUIC_RESULT_21"
|
||||
}, {
|
||||
"Tuple4": "90.143.183.75.19770>74.125.232.167.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "www.youtube.com",
|
||||
"name": "QUIC_RESULT_22"
|
||||
}, {
|
||||
"Tuple4": "90.143.184.225.24092>173.194.222.95.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "youtubei.googleapis.com",
|
||||
"name": "QUIC_RESULT_23"
|
||||
}, {
|
||||
"Tuple4": "90.143.186.194.32570>173.194.44.1.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "www.youtube.com",
|
||||
"name": "QUIC_RESULT_24"
|
||||
}, {
|
||||
"Tuple4": "90.143.188.47.22565>64.233.162.95.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "youtubei.googleapis.com",
|
||||
"SNI": "youtubei.googleapis.com",
|
||||
"name": "QUIC_RESULT_25"
|
||||
}, {
|
||||
"Tuple4": "90.143.190.56.19723>108.177.14.102.443",
|
||||
"VERSION": "Google QUIC 37",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"name": "QUIC_RESULT_26"
|
||||
}]
|
||||
Binary file not shown.
9
test/pcap/gquic/39/quic_result.json
Normal file
9
test/pcap/gquic/39/quic_result.json
Normal file
@@ -0,0 +1,9 @@
|
||||
[{
|
||||
"Tuple4": "85.117.119.45.22495>173.194.73.101.443",
|
||||
"VERSION": "Google QUIC 39",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"SNI": "redirector.googlevideo.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}]
|
||||
Binary file not shown.
Binary file not shown.
13
test/pcap/gquic/41/quic_result.json
Normal file
13
test/pcap/gquic/41/quic_result.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[{
|
||||
"Tuple4": "90.143.180.56.28496>64.233.165.113.443",
|
||||
"VERSION": "Google QUIC 41",
|
||||
"SNI": "s.youtube.com",
|
||||
"SNI": "s.youtube.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "90.143.189.30.53357>64.233.165.95.443",
|
||||
"VERSION": "Google QUIC 41",
|
||||
"SNI": "youtubei.googleapis.com",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}]
|
||||
|
||||
Binary file not shown.
6
test/pcap/gquic/43/quic_result.json
Normal file
6
test/pcap/gquic/43/quic_result.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[{
|
||||
"Tuple4": "112.43.145.231.18699>112.46.25.216.443",
|
||||
"VERSION": "Google QUIC 43",
|
||||
"SNI": "client.weixin.qq.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
142
test/pcap/gquic/44/quic_result.json
Normal file
142
test/pcap/gquic/44/quic_result.json
Normal file
@@ -0,0 +1,142 @@
|
||||
[{
|
||||
"Tuple4": "90.143.191.8.24288>173.194.113.183.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "146.158.67.194.1044>108.177.14.138.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}, {
|
||||
"Tuple4": "185.57.75.21.44739>173.194.73.132.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "yt3.ggpht.com",
|
||||
"name": "QUIC_RESULT_3"
|
||||
}, {
|
||||
"Tuple4": "212.154.234.46.62716>74.125.131.156.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "stats.g.doubleclick.net",
|
||||
"SNI": "stats.g.doubleclick.net",
|
||||
"name": "QUIC_RESULT_4"
|
||||
}, {
|
||||
"Tuple4": "2.135.246.186.56653>173.194.113.166.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "www.google-analytics.com",
|
||||
"SNI": "www.google-analytics.com",
|
||||
"name": "QUIC_RESULT_5"
|
||||
}, {
|
||||
"Tuple4": "85.117.110.235.48996>74.125.131.211.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "proxy.googlezip.net",
|
||||
"name": "QUIC_RESULT_6"
|
||||
}, {
|
||||
"Tuple4": "85.117.112.180.21665>173.194.113.153.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "adservice.google.kz",
|
||||
"name": "QUIC_RESULT_7"
|
||||
}, {
|
||||
"Tuple4": "85.117.112.180.61808>64.233.165.132.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "yt3.ggpht.com",
|
||||
"name": "QUIC_RESULT_8"
|
||||
}, {
|
||||
"Tuple4": "85.117.114.90.16060>64.233.165.94.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "www.google.kz",
|
||||
"SNI": "www.google.kz",
|
||||
"name": "QUIC_RESULT_9"
|
||||
}, {
|
||||
"Tuple4": "85.117.117.190.11567>64.233.165.94.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "www.google.kz",
|
||||
"name": "QUIC_RESULT_10"
|
||||
}, {
|
||||
"Tuple4": "85.117.117.190.48098>173.194.221.95.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "safebrowsing.googleapis.com",
|
||||
"name": "QUIC_RESULT_11"
|
||||
}, {
|
||||
"Tuple4": "85.117.119.57.4009>64.233.162.155.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "stats.g.doubleclick.net",
|
||||
"name": "QUIC_RESULT_12"
|
||||
}, {
|
||||
"Tuple4": "85.117.126.11.11719>64.233.165.138.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "play.google.com",
|
||||
"name": "QUIC_RESULT_13"
|
||||
}, {
|
||||
"Tuple4": "85.117.126.11.29355>173.194.220.94.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "beacons3.gvt2.com",
|
||||
"name": "QUIC_RESULT_14"
|
||||
}, {
|
||||
"Tuple4": "85.117.126.11.45264>74.125.205.102.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "clients2.google.com",
|
||||
"name": "QUIC_RESULT_15"
|
||||
}, {
|
||||
"Tuple4": "89.218.169.150.55676>173.194.32.238.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "www.google-analytics.com",
|
||||
"SNI": "www.google-analytics.com",
|
||||
"name": "QUIC_RESULT_16"
|
||||
}, {
|
||||
"Tuple4": "89.218.79.162.64017>173.194.73.95.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "ajax.googleapis.com",
|
||||
"name": "QUIC_RESULT_17"
|
||||
}, {
|
||||
"Tuple4": "90.143.176.186.54278>173.194.32.194.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "clients4.google.com",
|
||||
"name": "QUIC_RESULT_18"
|
||||
}, {
|
||||
"Tuple4": "90.143.177.184.59077>74.125.232.247.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "www.gstatic.com",
|
||||
"name": "QUIC_RESULT_19"
|
||||
}, {
|
||||
"Tuple4": "90.143.177.184.5951>173.194.44.26.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "googleads.g.doubleclick.net",
|
||||
"name": "QUIC_RESULT_20"
|
||||
}, {
|
||||
"Tuple4": "90.143.178.243.51779>64.233.164.94.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "update.googleapis.com",
|
||||
"SNI": "update.googleapis.com",
|
||||
"name": "QUIC_RESULT_21"
|
||||
}, {
|
||||
"Tuple4": "90.143.181.226.34777>74.125.232.237.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "googleads.g.doubleclick.net",
|
||||
"SNI": "googleads.g.doubleclick.net",
|
||||
"name": "QUIC_RESULT_22"
|
||||
}, {
|
||||
"Tuple4": "90.143.181.245.31397>74.125.232.191.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "www.google.kz",
|
||||
"name": "QUIC_RESULT_23"
|
||||
}, {
|
||||
"Tuple4": "90.143.187.227.10862>64.233.165.139.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "www.google-analytics.com",
|
||||
"name": "QUIC_RESULT_24"
|
||||
}, {
|
||||
"Tuple4": "90.143.187.227.10863>64.233.165.139.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "www.google-analytics.com",
|
||||
"name": "QUIC_RESULT_25"
|
||||
}, {
|
||||
"Tuple4": "90.143.187.227.4586>173.194.44.58.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "googleads.g.doubleclick.net",
|
||||
"SNI": "googleads.g.doubleclick.net",
|
||||
"name": "QUIC_RESULT_26"
|
||||
}, {
|
||||
"Tuple4": "90.143.188.64.2542>64.233.165.94.443",
|
||||
"VERSION": "Google QUIC 44",
|
||||
"SNI": "beacons5.gvt2.com",
|
||||
"SNI": "beacons5.gvt2.com",
|
||||
"name": "QUIC_RESULT_27"
|
||||
}]
|
||||
Binary file not shown.
Binary file not shown.
11
test/pcap/gquic/46/quic_result.json
Normal file
11
test/pcap/gquic/46/quic_result.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[{
|
||||
"Tuple4": "36.142.158.169.16385>36.189.11.71.443",
|
||||
"VERSION": "Google QUIC 46",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "172.16.30.79.65003>203.208.50.45.443",
|
||||
"VERSION": "Google QUIC 46",
|
||||
"SNI": "pagead2.googlesyndication.com",
|
||||
"SNI": "pagead2.googlesyndication.com",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16
test/pcap/gquic/50/quic_result.json
Normal file
16
test/pcap/gquic/50/quic_result.json
Normal file
@@ -0,0 +1,16 @@
|
||||
[{
|
||||
"Tuple4": "172.20.9.135.65045>64.233.162.119.443",
|
||||
"VERSION": "Google QUIC 50",
|
||||
"SNI": "i.ytimg.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "172.20.9.135.61564>173.194.221.103.443",
|
||||
"VERSION": "Google QUIC 50",
|
||||
"SNI": "www.google.com",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}, {
|
||||
"Tuple4": "172.20.9.135.49347>64.233.165.93.443",
|
||||
"VERSION": "Google QUIC 50",
|
||||
"SNI": "www.youtube.com",
|
||||
"name": "QUIC_RESULT_3"
|
||||
}]
|
||||
0
test/pcap/1-iquic.pcap → test/pcap/iquic/29/1-iquic-29-192.168.50.29.61891-31.13.77.35.443.pcap
Executable file → Normal file
0
test/pcap/1-iquic.pcap → test/pcap/iquic/29/1-iquic-29-192.168.50.29.61891-31.13.77.35.443.pcap
Executable file → Normal file
Binary file not shown.
Binary file not shown.
11
test/pcap/iquic/29/quic_result.json
Normal file
11
test/pcap/iquic/29/quic_result.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[{
|
||||
"Tuple4": "192.168.50.29.61891>31.13.77.35.443",
|
||||
"VERSION": "IETF QUIC 29",
|
||||
"SNI": "www.facebook.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}, {
|
||||
"Tuple4": "192.168.50.33.57220>114.250.70.38.443",
|
||||
"VERSION": "IETF QUIC 29",
|
||||
"SNI": "securepubads.g.doubleclick.net",
|
||||
"name": "QUIC_RESULT_2"
|
||||
}]
|
||||
Binary file not shown.
6
test/pcap/mvfst/01/quic_result.json
Normal file
6
test/pcap/mvfst/01/quic_result.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[{
|
||||
"Tuple4": "192.168.60.9.55659>69.171.250.63.443",
|
||||
"VERSION": "Facebook mvfst 01",
|
||||
"SNI": "i.instagram.com",
|
||||
"name": "QUIC_RESULT_1"
|
||||
}]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user