From: EmilienCourt Date: Wed, 4 Dec 2019 10:07:26 +0000 (+0100) Subject: doc: fix typo on example X-Git-Tag: suricata-5.0.1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50bb8d4cb25d8e4c4c4d7f70973b1f38e41dc9b1;p=thirdparty%2Fsuricata.git doc: fix typo on example Quotes have been forgotten in the dnp3.data example, which throws an SC_ERR_INVALID_SIGNATURE(39) if used like in the example. --- diff --git a/doc/userguide/rules/dnp3-keywords.rst b/doc/userguide/rules/dnp3-keywords.rst index 8876330615..36f5afd699 100644 --- a/doc/userguide/rules/dnp3-keywords.rst +++ b/doc/userguide/rules/dnp3-keywords.rst @@ -146,4 +146,4 @@ Example :: - dnp3_data; content:|c3 06|; + dnp3_data; content:"|c3 06|";