]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: fix http_header_names example
authorVictor Julien <victor@inliniac.net>
Tue, 13 Feb 2018 10:41:33 +0000 (11:41 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 22 Mar 2018 08:59:22 +0000 (09:59 +0100)
doc/userguide/rules/http-keywords.rst

index e7fdae68a86ada5206bdc851fe0ca255b339ef26..1e43fd1a4197ede79df0410366fbb38f2ba14734 100644 (file)
@@ -482,7 +482,7 @@ Example rule::
 Example to make sure *only* Host is present::
 
     alert http any any -> any any (http_header_names; \
-            content:"|0d 0a 0d 0a|Host|0d 0a 0d 0a|"; sid:1;)
+            content:"|0d 0a|Host|0d 0a 0d 0a|"; sid:1;)
 
 Example to make sure *User-Agent* is directly after *Host*::