diff options
| author | liuxueli <[email protected]> | 2021-10-27 16:11:33 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-10-27 16:11:33 +0800 |
| commit | 1294d5371b5eab6c2f5e516e9346f8b1cf294e97 (patch) | |
| tree | 2e44d1c4b4b48868fed24ae7215ec5a98d6ec529 /test/pcap/https/https_result.json | |
| parent | 2eb650d47a9ac1c251196d4d056126c7ccd47ab1 (diff) | |
TSG-8152: 增加解析qtype=HTTPS的数据包的测试用例v2.0.18
Diffstat (limited to 'test/pcap/https/https_result.json')
| -rw-r--r-- | test/pcap/https/https_result.json | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/test/pcap/https/https_result.json b/test/pcap/https/https_result.json new file mode 100644 index 0000000..40c3f77 --- /dev/null +++ b/test/pcap/https/https_result.json @@ -0,0 +1,106 @@ +[{ + "Tuple4": "36.249.111.140.13557>119.167.180.139.53", + "dns_qname": "stat.umu.cn", + "dns_qtype": 65, + "dns_qclass": 1, + "dns_qr": 0, + "dns_opcode": 0, + "dns_rd": 0, + "rr": { + "rr": [{ + "name": "", + "type": 41, + "udp_payload": 512, + "rcode": 0, + "version": 0, + "Z": 1, + "rdlength": 12 + }] + }, + "name": "DNS_RESULT_1" + }, { + "Tuple4": "218.85.152.149.47030>36.249.51.254.53", + "dns_qname": "vpn1.gslb.xiamenair.com.cn", + "dns_qtype": 65, + "dns_qclass": 1, + "dns_qr": 1, + "dns_opcode": 0, + "dns_rd": 0, + "rr": { + "rr": [{ + "name": "xiamenair.com.cn", + "type": 6, + "class": 1, + "ttl": 60, + "rdlength": 62, + "mname": "External-F5-1.xiamenair.com", + "rname": "hostmaster.External-F5-1.xiamenair.com", + "serial": 532, + "refresh": 10800, + "retry": 3600, + "cname": 604800, + "minimum": 60 + }, { + "name": "", + "type": 41, + "udp_payload": 4096, + "rcode": 0, + "version": 0, + "Z": 1, + "rdlength": 0 + }] + }, + "name": "DNS_RESULT_2" + }, { + "Tuple4": "2408:8248:4a81:34:f233:e584:18bc:c39.13687>2408:8000:da00::1.53", + "dns_qname": "cdn.ynuf.aliapp.org.w.alikunlun.com.l.longwanservice.cn", + "dns_qtype": 65, + "dns_qclass": 1, + "dns_qr": 0, + "dns_opcode": 0, + "dns_rd": 1, + "rr": { + "rr": [] + }, + "name": "DNS_RESULT_3" + }, { + "Tuple4": "59.49.49.242.49230>36.251.191.37.53", + "dns_qname": "bi.sdns.yearconsports.com", + "dns_qtype": 65, + "dns_qclass": 1, + "dns_qr": 1, + "dns_opcode": 0, + "dns_rd": 0, + "rr": { + "rr": [{ + "name": "", + "type": 41, + "udp_payload": 4096, + "rcode": 0, + "version": 0, + "Z": 0, + "rdlength": 0 + }] + }, + "name": "DNS_RESULT_4" + }, { + "Tuple4": "183.207.113.105.47311>36.249.2.210.53", + "dns_qname": "slfk.ntkfqjy.com", + "dns_qtype": 65, + "dns_qclass": 1, + "dns_qr": 1, + "dns_opcode": 0, + "dns_rd": 0, + "rr": { + "rr": [{ + "name": "", + "type": 41, + "udp_payload": 4096, + "rcode": 0, + "version": 0, + "Z": 1, + "rdlength": 0 + }] + }, + "name": "DNS_RESULT_5" +}] |
