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-…/6over4/ipv6_over_ipv4.pcap.json
2019-07-09 15:38:58 +08:00

42 lines
785 B
JSON

{
"pcap": {
"name": "ipv6_over_ipv4.pcap",
"md5sum": "5b512b3321164a73446bdd54f7d20057",
"description": "IPv6 over ipv4 tunnel, http request and response",
"layers": ["HTTP", "TCP", "IPV6", "IPV4", "ETHERNET"],
"Statistics": {
"ETHERNETE": {
"packet": 10,
"bytes": 1240
},
"IPV4": {
"packet": 10,
"bytes": 1240
},
"IPV6": {
"packet": 10,
"bytes": 1240
},
"TCP": {
"C2S": {
"packet": 5,
"bytes": 97
},
"S2C": {
"packet": 4,
"bytes": 179
}
},
"HTTP": {
"REQUEST": {
"Host": "www.msftncsi.com",
"Url": "www.msftncsi.com/ncsi.txt"
},
"RESPONSE": {
"Content-Length": 14,
"Content-Type": "text/plain"
}
}
}
}
}