From 6bc7f02e1387ab1d8bc46c1c35a34af942e171b5 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Fri, 7 Apr 2023 14:17:06 +0200 Subject: [PATCH] doc: rules can have http1 as protocol Ticket: #5962 --- doc/userguide/rules/intro.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/userguide/rules/intro.rst b/doc/userguide/rules/intro.rst index 6b0ac46961..557db8817a 100644 --- a/doc/userguide/rules/intro.rst +++ b/doc/userguide/rules/intro.rst @@ -84,7 +84,9 @@ There are a couple of additional TCP related protocol options: There are also a few so-called application layer protocols, or layer 7 protocols you can pick from. These are: -* http +* http (either HTTP1 or HTTP2) +* http1 +* http2 * ftp * tls (this includes ssl) * smb @@ -108,7 +110,6 @@ you can pick from. These are: * snmp * tftp * sip -* http2 The availability of these protocols depends on whether the protocol is enabled in the configuration file, suricata.yaml. -- 2.47.2