]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: Add missing ")" in example
authorAndreas Dolp <dev@andreas-dolp.de>
Sat, 2 Apr 2022 12:02:40 +0000 (14:02 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 1 Jun 2022 07:47:53 +0000 (09:47 +0200)
doc/userguide/rules/ssh-keywords.rst

index 526aa06d7b85c61ec85ae36870c5f959f23dcd4b..83d2f2fe8d34b67593b7c6e69c3039ca7a18aa5d 100644 (file)
@@ -113,7 +113,7 @@ Example::
 
   alert ssh any any -> any any (msg:"match hassh-string"; \
       ssh.hassh.string; content:"none,zlib@openssh.com,zlib"; \
-      sid:1000030;
+      sid:1000030;)
 
 ``ssh.hassh.string`` is a 'sticky buffer'.