]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: update http.protocol description
authorGiuseppe Longo <giuseppe@glongo.it>
Tue, 23 Apr 2019 14:27:41 +0000 (16:27 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 25 Apr 2019 08:14:54 +0000 (10:14 +0200)
doc/userguide/rules/http-keywords.rst

index 2f8c041e34c9258b3c014ded0de08ad71d2e2b21..1f97954f45e97c00c46c5c1a90cbe7b328ae1c92 100644 (file)
@@ -244,6 +244,15 @@ Example::
 
     alert http any any -> any any (flow:to_server; http_protocol; content:"HTTP/1.0"; sid:1;)
 
+``http.protocol`` replaces the previous keyword name: ```http_protocol``. You may continue
++to use the previous name, but it's recommended that rules be converted to use
++the new name.
+
+Example::
+
+    alert http any any -> any any (flow:to_server; http.protocol; content:"HTTP/1.0"; sid:1;)
+
+
 http_request_line
 -----------------