add pcap files.
This commit is contained in:
0
6over4/.gitignore
vendored
Normal file
0
6over4/.gitignore
vendored
Normal file
BIN
6over4/ipv6_over_ipv4.pcap
Normal file
BIN
6over4/ipv6_over_ipv4.pcap
Normal file
Binary file not shown.
42
6over4/ipv6_over_ipv4.pcap.json
Normal file
42
6over4/ipv6_over_ipv4.pcap.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user