diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2007-07-18 20:25:33 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2007-07-18 20:25:33 +0000 |
commit | 1f285fc475b0c445b4787599017624b0ad047ffe (patch) | |
tree | b5eb809ab8c775b811e0c9914ab146a254ab5ad3 /conntrack.8 | |
parent | 18bbf19becaab7dc4137406928f96ad089192f69 (diff) | |
download | conntrack-tools-1f285fc475b0c445b4787599017624b0ad047ffe.tar.gz conntrack-tools-1f285fc475b0c445b4787599017624b0ad047ffe.zip |
include protocol filter parameters in the manpage
Diffstat (limited to 'conntrack.8')
-rw-r--r-- | conntrack.8 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/conntrack.8 b/conntrack.8 index bb9b0e0..d095d6c 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -127,6 +127,49 @@ Specify the source address mask of an expectation. .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 |