From: Victor Julien Date: Tue, 13 Feb 2018 10:41:33 +0000 (+0100) Subject: doc: fix http_header_names example X-Git-Tag: suricata-4.1.0-beta1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26e807ca34e5a93013019b02daa80c1eb4b58069;p=thirdparty%2Fsuricata.git doc: fix http_header_names example --- diff --git a/doc/userguide/rules/http-keywords.rst b/doc/userguide/rules/http-keywords.rst index e7fdae68a8..1e43fd1a41 100644 --- a/doc/userguide/rules/http-keywords.rst +++ b/doc/userguide/rules/http-keywords.rst @@ -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*::