summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author李佳 <[email protected]>2019-10-18 15:47:41 +0800
committer李佳 <[email protected]>2019-10-18 15:47:41 +0800
commitaa0a91c6d3f3b77103af65261f5133f70dcf4e24 (patch)
tree0997ed37c16cbd4eb1f82898c2bac1ff3d210c13
parent7a5a25c72ce18f0724e50d2125cec09d334e0c57 (diff)
parentbb6cfdf9a4d43b02c52c0a2ab94f351d3b0213b5 (diff)
Merge branch 'new_protocols' into 'master'
New protocols See merge request public_resources/benchmark_pcap!2
-rw-r--r--4over6/ip4_over_ip6.pcapbin0 -> 356083 bytes
-rw-r--r--6over4/ipv6_over_ipv4.pcap.json41
-rw-r--r--bfd/BFD_keepalive.pcapbin0 -> 5600 bytes
-rw-r--r--bgp/bgp.pcapbin0 -> 1607 bytes
-rw-r--r--bgp/bgp_shutdown_communication.pcapbin0 -> 946 bytes
-rw-r--r--gre/gre_dns.pcap.json34
-rw-r--r--isakmp/isakmp.pcapbin0 -> 11642 bytes
-rw-r--r--line_protocol/ip4_over_ip6.pcapbin0 -> 356083 bytes
-rw-r--r--mms/5_sanfrancisco_encoder2_MMS.pcapbin0 -> 729417 bytes
-rw-r--r--mms/mms_2012_01_05.pcapbin0 -> 981581 bytes
-rw-r--r--ntp/ntp.pcapbin0 -> 3851 bytes
-rw-r--r--pptp/pptp_encrypt.pcapbin0 -> 110342 bytes
-rw-r--r--radius/radius.pcapbin0 -> 235 bytes
-rw-r--r--rtmp/hkstv.hk.lxdns.com.pcapbin0 -> 1498984 bytes
-rw-r--r--rtmp/shenyang.pcapbin0 -> 1713144 bytes
-rw-r--r--rtsp/rtsp_RDT_UDP.pcapbin0 -> 2039205 bytes
-rw-r--r--rtsp/xunlei_player_BigBuckBunny_115k.mov.pcapbin0 -> 649008 bytes
-rw-r--r--sctp/M3UA-SCCP-RANAP SIGNALLING.pcapbin0 -> 2212 bytes
-rw-r--r--sctp/SCTP-INIT-Collision.pcapbin0 -> 3712 bytes
-rw-r--r--sctp/http_over_sctp.capbin0 -> 48992 bytes
-rw-r--r--sctp/isup.pcapbin0 -> 704 bytes
-rw-r--r--ssdp/ssdp.pcapbin0 -> 59184 bytes
-rw-r--r--statd/influxdb_statd.pcapbin0 -> 4468 bytes
-rw-r--r--tcp/tcp_reset_call_order.pcapbin0 -> 2182 bytes
24 files changed, 11 insertions, 64 deletions
diff --git a/4over6/ip4_over_ip6.pcap b/4over6/ip4_over_ip6.pcap
new file mode 100644
index 0000000..e5c1dec
--- /dev/null
+++ b/4over6/ip4_over_ip6.pcap
Binary files differ
diff --git a/6over4/ipv6_over_ipv4.pcap.json b/6over4/ipv6_over_ipv4.pcap.json
index 9fcc76e..f0ce8a2 100644
--- a/6over4/ipv6_over_ipv4.pcap.json
+++ b/6over4/ipv6_over_ipv4.pcap.json
@@ -1,42 +1,11 @@
{
- "pcap": {
- "name": "ipv6_over_ipv4.pcap",
+ "abstract": {
"md5sum": "5b512b3321164a73446bdd54f7d20057",
- "description": "IPv6 over ipv4 tunnel, http request and response",
+ "type": "normal",
+ "description": "最内层是HTTP协议, 基于IPv6 over IPv4隧道, TCP双向流, 包含SYN包",
"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"
- }
- }
+ "benchmark": {
+ "TCP": "{\"Proto\":\"TCP\",\"Stream_id\":0,\"Tuple4\":\"2001:da8:200:900e:200:5efe:d24d:58a3.52556>2600:140e:6::1702:1058.80\",\"C2S_pkt\":1,\"C2S_byte\":97,\"C2S_lost_byte\":0,\"C2S_payload\":\"4abdfc5bc27fd17ff6aaa83dea959a36\",\"S2C_pkt\":1,\"S2C_byte\":179,\"S2C_lost_byte\":0,\"S2C_payload\":\"80d168f5799e6f3ec783ab47b3aae0b7\",\"Total_pkt\":2,\"Total_byte\":276}"
}
}
} \ No newline at end of file
diff --git a/bfd/BFD_keepalive.pcap b/bfd/BFD_keepalive.pcap
new file mode 100644
index 0000000..305c7b6
--- /dev/null
+++ b/bfd/BFD_keepalive.pcap
Binary files differ
diff --git a/bgp/bgp.pcap b/bgp/bgp.pcap
new file mode 100644
index 0000000..8ffdc37
--- /dev/null
+++ b/bgp/bgp.pcap
Binary files differ
diff --git a/bgp/bgp_shutdown_communication.pcap b/bgp/bgp_shutdown_communication.pcap
new file mode 100644
index 0000000..6eab435
--- /dev/null
+++ b/bgp/bgp_shutdown_communication.pcap
Binary files differ
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
diff --git a/isakmp/isakmp.pcap b/isakmp/isakmp.pcap
new file mode 100644
index 0000000..1198106
--- /dev/null
+++ b/isakmp/isakmp.pcap
Binary files differ
diff --git a/line_protocol/ip4_over_ip6.pcap b/line_protocol/ip4_over_ip6.pcap
new file mode 100644
index 0000000..e5c1dec
--- /dev/null
+++ b/line_protocol/ip4_over_ip6.pcap
Binary files differ
diff --git a/mms/5_sanfrancisco_encoder2_MMS.pcap b/mms/5_sanfrancisco_encoder2_MMS.pcap
new file mode 100644
index 0000000..58218ee
--- /dev/null
+++ b/mms/5_sanfrancisco_encoder2_MMS.pcap
Binary files differ
diff --git a/mms/mms_2012_01_05.pcap b/mms/mms_2012_01_05.pcap
new file mode 100644
index 0000000..5e732b1
--- /dev/null
+++ b/mms/mms_2012_01_05.pcap
Binary files differ
diff --git a/ntp/ntp.pcap b/ntp/ntp.pcap
new file mode 100644
index 0000000..997d9fb
--- /dev/null
+++ b/ntp/ntp.pcap
Binary files differ
diff --git a/pptp/pptp_encrypt.pcap b/pptp/pptp_encrypt.pcap
new file mode 100644
index 0000000..cf2cdd8
--- /dev/null
+++ b/pptp/pptp_encrypt.pcap
Binary files differ
diff --git a/radius/radius.pcap b/radius/radius.pcap
new file mode 100644
index 0000000..b646be3
--- /dev/null
+++ b/radius/radius.pcap
Binary files differ
diff --git a/rtmp/hkstv.hk.lxdns.com.pcap b/rtmp/hkstv.hk.lxdns.com.pcap
new file mode 100644
index 0000000..9de06ac
--- /dev/null
+++ b/rtmp/hkstv.hk.lxdns.com.pcap
Binary files differ
diff --git a/rtmp/shenyang.pcap b/rtmp/shenyang.pcap
new file mode 100644
index 0000000..4898e94
--- /dev/null
+++ b/rtmp/shenyang.pcap
Binary files differ
diff --git a/rtsp/rtsp_RDT_UDP.pcap b/rtsp/rtsp_RDT_UDP.pcap
new file mode 100644
index 0000000..e442b4e
--- /dev/null
+++ b/rtsp/rtsp_RDT_UDP.pcap
Binary files differ
diff --git a/rtsp/xunlei_player_BigBuckBunny_115k.mov.pcap b/rtsp/xunlei_player_BigBuckBunny_115k.mov.pcap
new file mode 100644
index 0000000..5b7380d
--- /dev/null
+++ b/rtsp/xunlei_player_BigBuckBunny_115k.mov.pcap
Binary files differ
diff --git a/sctp/M3UA-SCCP-RANAP SIGNALLING.pcap b/sctp/M3UA-SCCP-RANAP SIGNALLING.pcap
new file mode 100644
index 0000000..2b7dde7
--- /dev/null
+++ b/sctp/M3UA-SCCP-RANAP SIGNALLING.pcap
Binary files differ
diff --git a/sctp/SCTP-INIT-Collision.pcap b/sctp/SCTP-INIT-Collision.pcap
new file mode 100644
index 0000000..0949af6
--- /dev/null
+++ b/sctp/SCTP-INIT-Collision.pcap
Binary files differ
diff --git a/sctp/http_over_sctp.cap b/sctp/http_over_sctp.cap
new file mode 100644
index 0000000..d355066
--- /dev/null
+++ b/sctp/http_over_sctp.cap
Binary files differ
diff --git a/sctp/isup.pcap b/sctp/isup.pcap
new file mode 100644
index 0000000..39f16b9
--- /dev/null
+++ b/sctp/isup.pcap
Binary files differ
diff --git a/ssdp/ssdp.pcap b/ssdp/ssdp.pcap
new file mode 100644
index 0000000..d9c4dc0
--- /dev/null
+++ b/ssdp/ssdp.pcap
Binary files differ
diff --git a/statd/influxdb_statd.pcap b/statd/influxdb_statd.pcap
new file mode 100644
index 0000000..cf7acb8
--- /dev/null
+++ b/statd/influxdb_statd.pcap
Binary files differ
diff --git a/tcp/tcp_reset_call_order.pcap b/tcp/tcp_reset_call_order.pcap
new file mode 100644
index 0000000..a1ce214
--- /dev/null
+++ b/tcp/tcp_reset_call_order.pcap
Binary files differ