]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add note about fast_pattern w base64_data
authorShivani Bhardwaj <shivani@oisf.net>
Fri, 22 Mar 2024 06:07:39 +0000 (11:37 +0530)
committerVictor Julien <victor@inliniac.net>
Tue, 14 May 2024 16:00:17 +0000 (18:00 +0200)
Bug 5220

doc/userguide/rules/base64-keywords.rst

index 7daf0c2603a987e2161466d30b6aeb499c199dec..81db203448a28e9e7c8f9a64b8aa96a1aeb951fc 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:: ``base64_data`` cannot be used with ``fast_pattern`` and will result in a rule load error.