summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_frag.man
blob: fff3db3b95cb91c91d728ca4fa7de3d22d93c44b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This module matches the time IPv6 fragmentathion header
.TP
.BI "--fragid " "[!]" "id[:id]"
Matches the given fragmentation ID (range).
.TP
.BI "--fraglen " "[!]" "length"
Matches the total length of this header.
.TP
.BI "--fragres "
Matches the reserved field, too.
.TP
.BI "--fragfirst "
Matches on the first fragment.
.TP
.BI "[--fragmore]"
Matches if there are more fragments.
.TP
.BI "[--fraglast]"
Matches if this is the last fragement.