blob: f043c79a1e9c4a7f6991a0481df4d2c7fc280d35 [file] [log] [blame]
Henrik Nordstromc2794132004-01-22 15:04:24 +00001This module matches the time to live field in the IP header.
2.TP
3.BI "--ttl-eq " "ttl"
4Matches the given TTL value.
5.TP
6.BI "--ttl-gt " "ttl"
7Matches if TTL is greater than the given TTL value.
8.TP
9.BI "--ttl-lt " "ttl"
10Matches if TTL is less than the given TTL value.