From a025e71fa822d9a211bbc0446155423b47033837 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sat, 6 Aug 2005 21:13:04 +0000 Subject: add support for new 'dccp' protocol match --- extensions/libipt_dccp.man | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extensions/libipt_dccp.man (limited to 'extensions/libipt_dccp.man') diff --git a/extensions/libipt_dccp.man b/extensions/libipt_dccp.man new file mode 100644 index 0000000..6443ec3 --- /dev/null +++ b/extensions/libipt_dccp.man @@ -0,0 +1,12 @@ +.TP +\fB--source-port\fR,\fB--sport \fR[\fB!\fR] \fIport\fR[\fB:\fIport\fR] +.TP +\fB--destination-port\fR,\fB--dport \fR[\fB!\fR] \fIport\fR[\fB:\fIport\fR] +.TP +\fB--dccp-types\fR [\fB!\fR] \fImask\fP +Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated +list of packet types. Packet types are: +.BR "REQUEST RESPONSE DATA ACK DATAACK CLOSEREQ CLOSE RESET SYNC SYNCACK INVALID" . +.TP +\fB--dccp-option\fR [\fB!\fR\] \fInumber\fP +Match if DCP option set. -- cgit v1.2.3