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
6over4/.gitignore vendored Normal file
View File

BIN
6over4/ipv6_over_ipv4.pcap Normal file

Binary file not shown.

View File

@@ -0,0 +1,42 @@
{
"pcap": {
"name": "ipv6_over_ipv4.pcap",
"md5sum": "5b512b3321164a73446bdd54f7d20057",
"description": "IPv6 over ipv4 tunnel, http request and response",
"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"
}
}
}
}
}

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"
}
}
}
}
}

0
gtp/.gitignore vendored Normal file
View File

BIN
gtp/gtp_simple.pcap Normal file

Binary file not shown.

0
ipv4/.gitignore vendored Normal file
View File

Binary file not shown.

BIN
ipv4/ipv4_frag_simple.pcap Normal file

Binary file not shown.

0
ipv6/.gitignore vendored Normal file
View File

BIN
ipv6/ipv6_frag_oos.pcap Normal file

Binary file not shown.

BIN
ipv6/ipv6_frag_simple.pcap Normal file

Binary file not shown.

BIN
l2tp/l2tp_http.pcap Normal file

Binary file not shown.

0
mpls/.gitignore vendored Normal file
View File

BIN
pptp/pptp_http.pcap Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
tcp/tcp_deduce_flow.pcap Normal file

Binary file not shown.

BIN
tcp/tcp_isn_c2s_single.pcap Normal file

Binary file not shown.

BIN
tcp/tcp_isn_s2c_single.pcap Normal file

Binary file not shown.

BIN
tcp/tcp_need_ack.pcap Normal file

Binary file not shown.

BIN
tcp/tcp_option.pcap Normal file

Binary file not shown.

BIN
tcp/tcp_out_of_order.pcap Normal file

Binary file not shown.

BIN
tcp/tcp_simple.pcap Normal file

Binary file not shown.

BIN
tcp/tcp_timeout_reset.pcap Normal file

Binary file not shown.

Binary file not shown.

0
teredo/.gitignore vendored Normal file
View File

BIN
teredo/teredo_http.pcap Normal file

Binary file not shown.

BIN
timer/timer_tcp_test.pcap Normal file

Binary file not shown.

0
udp/.gitignore vendored Normal file
View File

BIN
udp/udp_simple.pcap Normal file

Binary file not shown.

0
vlan/.gitignore vendored Normal file
View File