From 26e807ca34e5a93013019b02daa80c1eb4b58069 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 13 Feb 2018 11:41:33 +0100 Subject: [PATCH] doc: fix http_header_names example --- doc/userguide/rules/http-keywords.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*::