add pcap files.
This commit is contained in:
0
gre/.gitignore
vendored
Normal file
0
gre/.gitignore
vendored
Normal file
BIN
gre/gre_dns.pcap
Normal file
BIN
gre/gre_dns.pcap
Normal file
Binary file not shown.
33
gre/gre_dns.pcap.json
Normal file
33
gre/gre_dns.pcap.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user