summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ttl.man
blob: 849f70423b7f890d36da7f50034a6aa3bfd0467f (plain)
1
2
3
4
5
6
7
8
9
10
This module matches the time to live field in the IP header.
.TP
\fB\-\-ttl\-eq\fP \fIttl\fP
Matches the given TTL value.
.TP
\fB\-\-ttl\-gt\fP \fIttl\fP
Matches if TTL is greater than the given TTL value.
.TP
\fB\-\-ttl\-lt\fP \fIttl\fP
Matches if TTL is less than the given TTL value.