~bkerensa/ubuntu/raring/iptables/new-upstream-version

« back to all changes in this revision

Viewing changes to extensions/libipt_ttl.c

  • Committer: Benjamin Kerensa
  • Date: 2012-11-21 23:34:55 UTC
  • mfrom: (5.1.10)
  • Revision ID: bkerensa@ubuntu.com-20121121233455-tqxuqfnht4mf8y12
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
{
21
21
        printf(
22
22
"ttl match options:\n"
23
 
"  --ttl-eq value       Match time to live value\n"
 
23
"[!] --ttl-eq value     Match time to live value\n"
24
24
"  --ttl-lt value       Match TTL < value\n"
25
25
"  --ttl-gt value       Match TTL > value\n");
26
26
}