doc/userguide: add missing app-layer protocols

pull/13894/head
Victor Julien 2 months ago committed by Victor Julien
parent 2623e67a80
commit 91f258e2bc

@ -91,11 +91,16 @@ you can pick from. These are:
* http (either HTTP1 or HTTP2) * http (either HTTP1 or HTTP2)
* http1 * http1
* http2 * http2
* ftp
* tls (this includes ssl) * tls (this includes ssl)
* quic
* ftp (ftp command channel)
* ftp-data (ftp data channel)
* smb * smb
* dns * dns
* doh2 (dns over http/2)
* mdns
* dcerpc * dcerpc
* ldap
* dhcp * dhcp
* ssh * ssh
* smtp * smtp
@ -108,6 +113,7 @@ you can pick from. These are:
* ike * ike
* krb5 * krb5
* bittorrent-dht * bittorrent-dht
* mqtt
* ntp * ntp
* dhcp * dhcp
* rfb * rfb
@ -115,7 +121,9 @@ you can pick from. These are:
* snmp * snmp
* tftp * tftp
* sip * sip
* telnet
* websocket * websocket
* pgsql
The availability of these protocols depends on whether the protocol The availability of these protocols depends on whether the protocol
is enabled in the configuration file, suricata.yaml. is enabled in the configuration file, suricata.yaml.

Loading…
Cancel
Save