blob: 849f70423b7f890d36da7f50034a6aa3bfd0467f [file] [log] [blame]
Henrik Nordstromc2794132004-01-22 15:04:24 +00001This module matches the time to live field in the IP header.
2.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01003\fB\-\-ttl\-eq\fP \fIttl\fP
Henrik Nordstromc2794132004-01-22 15:04:24 +00004Matches the given TTL value.
5.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01006\fB\-\-ttl\-gt\fP \fIttl\fP
Henrik Nordstromc2794132004-01-22 15:04:24 +00007Matches if TTL is greater than the given TTL value.
8.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01009\fB\-\-ttl\-lt\fP \fIttl\fP
Henrik Nordstromc2794132004-01-22 15:04:24 +000010Matches if TTL is less than the given TTL value.