]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: fix typo on example
authorEmilienCourt <emilien.court@telecomnancy.eu>
Wed, 4 Dec 2019 10:07:26 +0000 (11:07 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 5 Dec 2019 12:38:10 +0000 (13:38 +0100)
Quotes have been forgotten in the dnp3.data example, which throws an
SC_ERR_INVALID_SIGNATURE(39) if used like in the example.

doc/userguide/rules/dnp3-keywords.rst

index 88763306158ca06f774fbb0574c4a1cd39a09280..36f5afd69904ccd35f0f745b9bf3c5006cbfeb5f 100644 (file)
@@ -146,4 +146,4 @@ Example
 
 ::
 
-  dnp3_data; content:|c3 06|;
+  dnp3_data; content:"|c3 06|";