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.0.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c40c34ad22adf56ce9e50ba253cf3d27c50ec55;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 6d38460b97..613496a5f6 100644 --- a/doc/userguide/rules/http-keywords.rst +++ b/doc/userguide/rules/http-keywords.rst @@ -485,7 +485,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*::