]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide: add details about tcp flow pass 9361/head
authorjason taylor <jtfas90@gmail.com>
Thu, 15 Jun 2023 18:17:24 +0000 (18:17 +0000)
committerjason taylor <jtfas90@gmail.com>
Tue, 8 Aug 2023 14:59:45 +0000 (14:59 +0000)
Signed-off-by: jason taylor <jtfas90@gmail.com>
doc/userguide/configuration/suricata-yaml.rst

index 254a7912a323feb9d0d0b0cfcfe357131b370039..28f5ff7a991eff5ab3f8ab1935eda8b74697ce1b 100644 (file)
@@ -98,7 +98,8 @@ happen when a signature matches and contains one of those Actions:
 
 If a signature matches and contains pass, Suricata stops scanning the
 packet and skips to the end of all rules (only for the current
-packet).
+packet). If the signature matches on a TCP connection, the entire
+flow will be passed but details of the flow will still be logged.
 
 2) Drop