]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/file-extraction: fix highlight syntax
authorShivani Bhardwaj <shivani@oisf.net>
Wed, 14 Aug 2024 06:33:28 +0000 (12:03 +0530)
committerVictor Julien <victor@inliniac.net>
Sat, 31 Aug 2024 08:53:56 +0000 (10:53 +0200)
doc/userguide/file-extraction/file-extraction.rst

index b642ed3d2bdddfc90250b6177368207f03e8bd8d..482fd18df7056182081d3c0081e668983a5068cc 100644 (file)
@@ -153,6 +153,7 @@ Or only store files from black list checksum sha1 ?
 Or finally store files from black list checksum sha256 ?
 
 ::
+
   alert http any any -> any any (msg:"Black list checksum match and extract SHA256"; filesha256:fileextraction-chksum.list; filestore; sid:6; rev:1;)
 
 Bundled with the Suricata download, is a file with more example rules. In the archive, go to the `rules` directory and check the ``files.rules`` file.