Henrik Nordstrom | c279413 | 2004-01-22 15:04:24 +0000 | [diff] [blame] | 1 | This module matches the time IPv6 fragmentathion header |
| 2 | .TP |
| 3 | .BI "--fragid " "[!]" "id[:id]" |
| 4 | Matches the given fragmentation ID (range). |
| 5 | .TP |
| 6 | .BI "--fraglen " "[!]" "length" |
| 7 | Matches the total length of this header. |
| 8 | .TP |
| 9 | .BI "--fragres " |
| 10 | Matches the reserved field, too. |
| 11 | .TP |
| 12 | .BI "--fragfirst " |
| 13 | Matches on the first fragment. |
| 14 | .TP |
| 15 | .BI "[--fragmore]" |
| 16 | Matches if there are more fragments. |
| 17 | .TP |
| 18 | .BI "[--fraglast]" |
| 19 | Matches if this is the last fragement. |