add pcap files.

This commit is contained in:
lijia
2019-07-09 15:38:58 +08:00
parent 4e8bf5f428
commit e5cd557cd1
34 changed files with 75 additions and 0 deletions

0
gre/.gitignore vendored Normal file
View File

BIN
gre/gre_dns.pcap Normal file

Binary file not shown.

33
gre/gre_dns.pcap.json Normal file
View File

@@ -0,0 +1,33 @@
{
"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"
}
}
}
}
}