New protocols

This commit is contained in:
李佳
2019-10-18 15:47:41 +08:00
parent 7a5a25c72c
commit bb6cfdf9a4
24 changed files with 11 additions and 64 deletions

View File

@@ -1,33 +1,11 @@
{
"pcap": {
"name": "gre_dns.pcap.json",
"abstract": {
"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"
}
}
"type": "normal",
"description": "最内层是DNS协议, 中间嵌套两层GRE隧道",
"layers": ["DNS", "GRE", "IPV4", "ETHERNET"],
"benchmark": {
"UDP": "{\"Proto\":\"UDP\",\"Stream_id\":0,\"Tuple4\":\"122.112.114.73.20755>115.238.253.235.53\",\"C2S_pkt\":1,\"C2S_byte\":44,\"C2S_lost_byte\":0,\"C2S_payload\":\"24ac8ec87827fc913b1fd1a20646bd94\",\"S2C_pkt\":0,\"S2C_byte\":0,\"S2C_lost_byte\":0,\"S2C_payload\":\"NULL\",\"Total_pkt\":1,\"Total_byte\":44}"
}
}
}