| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | This module matches the time to live field in the IP header. |
| 2 | .TP | ||||
| 3 | \fB\-\-ttl\-eq\fP \fIttl\fP | ||||
| 4 | Matches the given TTL value. | ||||
| 5 | .TP | ||||
| 6 | \fB\-\-ttl\-gt\fP \fIttl\fP | ||||
| 7 | Matches if TTL is greater than the given TTL value. | ||||
| 8 | .TP | ||||
| 9 | \fB\-\-ttl\-lt\fP \fIttl\fP | ||||
| 10 | Matches if TTL is less than the given TTL value. | ||||