]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add note about fast_pattern w base64_data 10846/head
authorShivani Bhardwaj <shivani@oisf.net>
Wed, 3 Apr 2024 07:12:11 +0000 (12:42 +0530)
committerVictor Julien <victor@inliniac.net>
Mon, 15 Apr 2024 08:08:40 +0000 (10:08 +0200)
Bug 6859

doc/userguide/rules/base64-keywords.rst

index 7daf0c2603a987e2161466d30b6aeb499c199dec..190fdb5bf1cbcfb3af77144bef229858cd3cc748 100644 (file)
@@ -62,3 +62,5 @@ Example::
     alert http any any -> any any (msg:"Example"; content:"somestring"; http_uri; \
          base64_decode:bytes 8, offset 1, relative; \
          base64_data; content:"test"; sid:10001; rev:1;)
+
+.. note:: ``fast_pattern`` is ineffective with ``base64_data``