-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathicmp3.json
More file actions
68 lines (64 loc) · 2.23 KB
/
icmp3.json
File metadata and controls
68 lines (64 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"DeviceID" : "udp:54.37.158.10:8888",
"SoR" : [
{
"RuleID": 6,
"RuleIDLength": 3,
"Compression": [
{"FID": "IPV6.VER", "TV": 6, "MO": "equal", "CDA": "not-sent"},
{"FID": "IPV6.TC", "TV": 0, "MO": "equal", "CDA": "not-sent"},
{"FID": "IPV6.FL", "TV": 0, "MO": "ignore","CDA": "not-sent"},
{"FID": "IPV6.LEN", "MO": "ignore","CDA": "compute-length"},
{"FID": "IPV6.NXT", "TV": 58, "MO": "equal", "CDA": "not-sent"},
{"FID": "IPV6.HOP_LMT", "TV" : 255,"MO": "ignore","CDA": "not-sent"},
{"FID": "IPV6.DEV_PREFIX","TV": "2001:470:1F21:1D2::/64",
"MO": "equal","CDA": "not-sent"},
{"FID": "IPV6.DEV_IID", "TV": "::2","MO": "equal","CDA": "not-sent"},
{"FID": "IPV6.APP_PREFIX", "MO": "ignore","CDA": "value-sent"},
{"FID": "IPV6.APP_IID", "MO": "ignore","CDA": "value-sent"},
{"FID": "ICMPV6.TYPE", "DI": "DW", "TV": 128,"MO": "equal","CDA": "not-sent"},
{"FID": "ICMPV6.TYPE", "DI": "UP", "TV": 129,"MO": "equal","CDA": "not-sent"},
{"FID": "ICMPV6.CODE", "TV": 0, "MO": "equal","CDA": "not-sent"},
{"FID": "ICMPV6.CKSUM", "TV": 0, "MO": "ignore","CDA": "compute-checksum"},
{"FID": "ICMPV6.IDENT", "TV": 0,"MO": "ignore","CDA": "value-sent"},
{"FID": "ICMPV6.SEQNO", "TV": 0,"MO": "ignore","CDA": "value-sent"}
]
},{
"RuleID" : 12,
"RuleIDLength" : 11,
"Fragmentation" : {
"FRMode": "AckOnError",
"FRDirection": "DW",
"FRModeProfile": {
"dtagSize": 2,
"WSize": 7,
"FCNSize": 3,
"ackBehavior": "afterAll1",
"tileSize": 16,
"MICAlgorithm": "crc32",
"MICWordSize": 8,
"L2WordSize": 8,
"lastTileInAll1": false
}
}
},{
"RuleID" : 13,
"RuleIDLength" : 11,
"Fragmentation" : {
"FRMode": "AckOnError",
"FRDirection": "UP",
"FRModeProfile": {
"dtagSize": 2,
"WSize": 7,
"FCNSize": 3,
"ackBehavior": "afterAll1",
"tileSize": 16,
"MICAlgorithm": "crc32",
"MICWordSize": 8,
"L2WordSize": 8,
"lastTileInAll1": false
}
}
}
]
}