aboutsummaryrefslogtreecommitdiffstats
path: root/extras/packetforge/parsegraph/nodes/sctp.json
blob: 58ef88cec55c16c25bb43e03c253114fa8ba590a (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" : "sctp",
    "layout" : [
        {
            "name" : "src",
            "size" : "16"
        },
        {
            "name" : "dst",
            "size" : "16"
        },
        {
            "name" : "veificationtag",
            "size" : "16"
        },
        {
            "name" : "checksum",
            "size" : "16"
        }
    ]
}