doc: add note about fast_pattern w base64_data

Bug 5220
pull/11072/head
Shivani Bhardwaj 11 months ago committed by Victor Julien
parent 363050616a
commit 6d92596548

@ -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.

Loading…
Cancel
Save