]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
add iptables 'helper' match manpage section (Herve Eychenne)
authorHervé Eychenne <rv@wallfire.org>
Mon, 3 Mar 2003 22:23:22 +0000 (22:23 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 3 Mar 2003 22:23:22 +0000 (22:23 +0000)
extensions/libipt_helper.c
iptables.8

index 8c59e2a66ccbe62dc634559da46c9b39a8b30688..4b16e0210dc3f3517c4452b896b652ce111bf6ff 100644 (file)
@@ -14,7 +14,7 @@ help(void)
 {
        printf(
 "helper match v%s options:\n"
-"[!] --helper value         Match helper value\n"
+"[!] --helper string        Match helper identified by string\n"
 "\n",
 IPTABLES_VERSION);
 }
index db9a691b2e2a3a61af20c00eb43883822d3a3f5d..c1039fb042fe9c4c100a03ea8807139bcd2fd093 100644 (file)
@@ -445,6 +445,17 @@ into it's according numeric value.
 This module matches the SPIs in ESP header of IPSec packets.
 .TP
 .BR "--espspi " "[!] \fIspi\fP[:\fIspi\fP]"
+.SS helper
+This module matches packets related to a specific conntrack-helper.
+.TP
+.BI "--helper " "string"
+Matches packets related to the specified conntrack-helper.
+.TP
+string can be "ftp" for packets related to a ftp-session on default port.
+For other ports append -portnr to the value, ie. "ftp-2121".
+.br
+Same rules apply for other conntrack-helpers.
+.br
 .SS icmp
 This extension is loaded if `--protocol icmp' is specified.  It
 provides the following option: