This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
public-resources-benchmark-…/gre/gre_dns.pcap.json
2019-07-09 15:38:58 +08:00

33 lines
556 B
JSON

{
"pcap": {
"name": "gre_dns.pcap.json",
"md5sum": "9242d1b85676308cee9b56e6a5fea3f4",
"description": "DNS over two gre layer",
"layers": ["DNS", "UDP", "GRE", "IPV4", "ETHERNET"],
"Statistics": {
"ETHERNETE": {
"packet": 1,
"bytes": 138
},
"IPV4": {
"packet": 1,
"bytes": 124
},
"UDP": {
"C2S": {
"packet": 1,
"bytes": 52
},
"S2C": {
"packet": 0,
"bytes": 0
}
},
"DNS": {
"Query": {
"Name": "www.desheng28.com"
}
}
}
}
}