Home | History | Annotate | Download | only in extensions
      1 This module matches the time to live field in the IP header.
      2 .TP
      3 .BI "--ttl-eq " "ttl"
      4 Matches the given TTL value.
      5 .TP
      6 .BI "--ttl-gt " "ttl"
      7 Matches if TTL is greater than the given TTL value.
      8 .TP
      9 .BI "--ttl-lt " "ttl"
     10 Matches if TTL is less than the given TTL value.
     11