From e40b11d7ef827c0e8519bcdc34619e7bcc92710f Mon Sep 17 00:00:00 2001 From: Harald Welte 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 00000000..6443ec36 --- /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