]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: rules can have http1 as protocol 8727/head
authorPhilippe Antoine <pantoine@oisf.net>
Fri, 7 Apr 2023 12:17:06 +0000 (14:17 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 14 Apr 2023 12:54:25 +0000 (14:54 +0200)
Ticket: #5962

doc/userguide/rules/intro.rst

index 6b0ac46961d12899c2e26416fa4986190c06e7aa..557db8817abf330df3c23957022d668dbdb4e550 100644 (file)
@@ -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.