[netfilter-cvslog] r6913 - in trunk/conntrack-tools: . extensions

pablo at netfilter.org pablo at netfilter.org
Wed Jul 18 22:25:33 CEST 2007


Author: pablo at netfilter.org
Date: 2007-07-18 22:25:33 +0200 (Wed, 18 Jul 2007)
New Revision: 6913

Removed:
   trunk/conntrack-tools/extensions/libct_proto_icmp.man
   trunk/conntrack-tools/extensions/libct_proto_tcp.man
   trunk/conntrack-tools/extensions/libct_proto_udp.man
Modified:
   trunk/conntrack-tools/ChangeLog
   trunk/conntrack-tools/conntrack.8
Log:
include protocol filter parameters in the manpage


Modified: trunk/conntrack-tools/ChangeLog
===================================================================
--- trunk/conntrack-tools/ChangeLog	2007-07-18 20:04:00 UTC (rev 6912)
+++ trunk/conntrack-tools/ChangeLog	2007-07-18 20:25:33 UTC (rev 6913)
@@ -20,6 +20,7 @@
 o fix per-protocol filtering, eg. conntrack -L -p tcp 
 o show per-protocol help, ie. conntrack -h -p tcp
 o add alias --src for --orig-src and alias --dst for --orig-dst
+o include protocol filters in the manpage
 
 version 0.9.4 (2007/07/02)
 ------------------------------

Modified: trunk/conntrack-tools/conntrack.8
===================================================================
--- trunk/conntrack-tools/conntrack.8	2007-07-18 20:04:00 UTC (rev 6912)
+++ trunk/conntrack-tools/conntrack.8	2007-07-18 20:25:33 UTC (rev 6913)
@@ -127,6 +127,49 @@
 .TP
 .BI "--mask-dst " IP_ADDRESS
 Specify the destination address mask of an expectation.
+.SS PROTOCOL FILTER PARAMETERS
+.TP
+TCP-specific fields:
+.TP
+.BI "--orig-port-src " "PORT"
+Source port in original direction
+.TP
+.BI "--orig-port-dst " "PORT"
+Destination port in original direction
+.TP
+.BI "--reply-port-src " "PORT"
+Source port in reply direction
+.TP
+.BI "--reply-port-dst " "PORT"
+Destination port in reply direction
+.TP
+.BI "--state " "[NONE | SYN_SENT | SYN_RECV | ESTABLISHED | FIN_WAIT | CLOSE_WAIT | LAST_ACK | TIME_WAIT | CLOSE | LISTEN]"
+TCP state
+.TP
+UDP-specific fields:
+.TP
+.BI "--orig-port-src " "PORT"
+Source port in original direction
+.TP
+.BI "--orig-port-dst " "PORT"
+Destination port in original direction
+.TP
+.BI "--reply-port-src " "PORT"
+Source port in reply direction
+.TP
+.BI "--reply-port-dst " "PORT"
+Destination port in reply direction
+.TP
+ICMP-specific fields:
+.TP
+.BI "--icmp-type " "TYPE"
+ICMP Type. Has to be specified numerically.
+.TP
+.BI "--icmp-code " "CODE"
+ICMP Code. Has to be specified numerically.
+.TP
+.BI "--icmp-id " "ID"
+ICMP Id. Has to be specified numerically (non-mandatory)
 .SH DIAGNOSTICS
 The exit code is 0 for correct function.  Errors which appear to be caused by
 invalid command line parameters cause an exit code of 2.  Any other errors

Deleted: trunk/conntrack-tools/extensions/libct_proto_icmp.man
===================================================================
--- trunk/conntrack-tools/extensions/libct_proto_icmp.man	2007-07-18 20:04:00 UTC (rev 6912)
+++ trunk/conntrack-tools/extensions/libct_proto_icmp.man	2007-07-18 20:25:33 UTC (rev 6913)
@@ -1,10 +0,0 @@
-This module matches on ICMP-specific fields.
-.TP
-.BI "--icmp-type " "TYPE"
-ICMP Type. Has to be specified numerically.
-.TP
-.BI "--icmp-code " "CODE"
-ICMP Code. Has to be specified numerically.
-.TP
-.BI "--icmp-id " "ID"
-ICMP Id. Has to be specified numerically.

Deleted: trunk/conntrack-tools/extensions/libct_proto_tcp.man
===================================================================
--- trunk/conntrack-tools/extensions/libct_proto_tcp.man	2007-07-18 20:04:00 UTC (rev 6912)
+++ trunk/conntrack-tools/extensions/libct_proto_tcp.man	2007-07-18 20:25:33 UTC (rev 6913)
@@ -1,16 +0,0 @@
-This module matches on TCP-specific fields.
-.TP
-.BI "--orig-port-src " "PORT"
-Source port in original direction
-.TP
-.BI "--orig-port-dst " "PORT"
-Destination port in original direction
-.TP
-.BI "--reply-port-src " "PORT"
-Source port in reply direction
-.TP
-.BI "--reply-port-dst " "PORT"
-Destination port in reply direction
-.TP
-.BI "--state " "[NONE|SYN_SENT|SYN_RECV|ESTABLISHED|FIN_WAIT|CLOSE_WAIT|LAST_ACK|TIME_WAIT|CLOSE|LISTEN]"
-TCP state

Deleted: trunk/conntrack-tools/extensions/libct_proto_udp.man
===================================================================
--- trunk/conntrack-tools/extensions/libct_proto_udp.man	2007-07-18 20:04:00 UTC (rev 6912)
+++ trunk/conntrack-tools/extensions/libct_proto_udp.man	2007-07-18 20:25:33 UTC (rev 6913)
@@ -1,13 +0,0 @@
-This module matches on UDP-specific fields.
-.TP
-.BI "--orig-port-src " "PORT"
-Source port in original direction
-.TP
-.BI "--orig-port-dst " "PORT"
-Destination port in original direction
-.TP
-.BI "--reply-port-src " "PORT"
-Source port in reply direction
-.TP
-.BI "--reply-port-dst " "PORT"
-Destination port in reply direction




More information about the netfilter-cvslog mailing list