doc: fix http_header_names example

pull/3237/merge
Victor Julien 8 years ago
parent 1e56cfe08e
commit 26e807ca34

@ -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*::

Loading…
Cancel
Save