From: Philippe Antoine Date: Fri, 7 Apr 2023 12:17:06 +0000 (+0200) Subject: doc: rules can have http1 as protocol X-Git-Tag: suricata-7.0.0-rc2~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8727%2Fhead;p=thirdparty%2Fsuricata.git doc: rules can have http1 as protocol Ticket: #5962 --- 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.