blob: ffd2e6c0ca23277abf87029bf0f5ca96361b50f8 [file] [log] [blame]
You Wange24d6272018-03-27 21:18:50 -07001[
2 {
3 "ipVersion": 4,
4 "sIP": "10.2.0.1",
5 "group": "224.2.0.1",
6 "sPorts": ["of:0000000000000002/9"],
You Wange24d6272018-03-27 21:18:50 -07007 "dHosts": ["00:AA:00:00:00:01/None"],
8 "scapy": {
9 "src": {
10 "host": "h3v4",
11 "interface": "h3v4-eth0",
12 "Ether": "01:00:5e:02:00:01",
13 "UDP": 40051,
You Wangece951a2018-04-16 13:34:43 -070014 "filter": "ip multicast and dst host 224.2.0.1 and udp dst port 40051",
You Wange24d6272018-03-27 21:18:50 -070015 "packet": "dst=01:00:5e:02:00:01 src=00:aa:00:00:00:02"
16 },
17 "dst": [
18 {
19 "host": "h1v4"
20 }
21 ]
22 }
23 },
24 {
25 "ipVersion": 6,
26 "sIP": "1002::3fe",
27 "group": "ff08::3fe",
28 "sPorts": ["of:0000000000000002/6"],
You Wange24d6272018-03-27 21:18:50 -070029 "dHosts": ["00:BB:00:00:00:01/None"],
30 "scapy": {
31 "src": {
32 "host": "h3v6",
33 "interface": "h3v6-eth0",
34 "Ether": "33:33:00:00:03:fe",
35 "UDP": 40051,
You Wangece951a2018-04-16 13:34:43 -070036 "filter": "ip6 multicast and dst host ff08::3fe and udp dst port 40051",
You Wange24d6272018-03-27 21:18:50 -070037 "packet": "dst=33:33:00:00:03:fe src=00:bb:00:00:00:02"
38 },
39 "dst": [
40 {
41 "host": "h1v6"
42 }
43 ]
44 }
45 }
46]