diff options
| author | 李佳 <[email protected]> | 2019-10-18 15:47:41 +0800 |
|---|---|---|
| committer | 李佳 <[email protected]> | 2019-10-18 15:47:41 +0800 |
| commit | bb6cfdf9a4d43b02c52c0a2ab94f351d3b0213b5 (patch) | |
| tree | 0997ed37c16cbd4eb1f82898c2bac1ff3d210c13 /gre | |
| parent | 7a5a25c72ce18f0724e50d2125cec09d334e0c57 (diff) | |
New protocols
Diffstat (limited to 'gre')
| -rw-r--r-- | gre/gre_dns.pcap.json | 34 |
1 files changed, 6 insertions, 28 deletions
diff --git a/gre/gre_dns.pcap.json b/gre/gre_dns.pcap.json index 0c6f3ae..74fdfaa 100644 --- a/gre/gre_dns.pcap.json +++ b/gre/gre_dns.pcap.json @@ -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}"
}
}
}
\ No newline at end of file |
