aboutsummaryrefslogtreecommitdiffstats
path: root/extras/packetforge/parsegraph/nodes/mac.json
blob: fab690b559ddc1b0bfc336166ed5bb8231265c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "type" : "node",
    "name" : "mac",
    "layout" : [
        {
            "name" : "dst",
            "size" : "48",
            "format" : "mac",
            "default" : "00:00:00:00:00:01"
        },
        {
            "name" : "src",
            "size" : "48",
            "format" : "mac",
            "default" : "00:00:00:00:00:02"
        },
        {
            "name" : "ethertype",
            "size" : "16"
        }
    ]
}