summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_tcp.man
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-16 11:25:27 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-16 11:25:27 +0000
commit977343357e926f89bb8b80128f256eba32dc0922 (patch)
tree57ce6d728ef642bd594ec1b166909a032bc40e89 /extensions/libip6t_tcp.man
parent793fdce6a02c5dd801c5226fc692e66d92a073e7 (diff)
Adds missing explanations about FIN in mask part of '--syn' in libip[6]_tcp.c
and libip6t_tcp.man.
Diffstat (limited to 'extensions/libip6t_tcp.man')
-rw-r--r--extensions/libip6t_tcp.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_tcp.man b/extensions/libip6t_tcp.man
index 31cc493..41b89a4 100644
--- a/extensions/libip6t_tcp.man
+++ b/extensions/libip6t_tcp.man
@@ -32,7 +32,7 @@ will only match packets with the SYN flag set, and the ACK, FIN and
RST flags unset.
.TP
.B "[!] --syn"
-Only match TCP packets with the SYN bit set and the ACK and RST bits
+Only match TCP packets with the SYN bit set and the ACK,RST and FIN bits
cleared. Such packets are used to request TCP connection initiation;
for example, blocking such packets coming in an interface will prevent
incoming TCP connections, but outgoing TCP connections will be