From 76357350fdad26dc2832fd12d2173057b1d77cf9 Mon Sep 17 00:00:00 2001 From: Giuseppe Longo Date: Tue, 23 Apr 2019 16:27:41 +0200 Subject: [PATCH] doc: update http.protocol description --- doc/userguide/rules/http-keywords.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/userguide/rules/http-keywords.rst b/doc/userguide/rules/http-keywords.rst index 2f8c041e34..1f97954f45 100644 --- a/doc/userguide/rules/http-keywords.rst +++ b/doc/userguide/rules/http-keywords.rst @@ -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 -----------------