Added MQTT detection

This commit is contained in:
2025-10-09 17:42:55 +02:00
parent 13dc5a5d50
commit 05686075c4
3 changed files with 237 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import (
const (
ProtocolDNS = "dns"
ProtocolHTTP = "http"
ProtocolMQTT = "mqtt"
ProtocolMySQL = "mysql"
ProtocolPostgreSQL = "postgresql"
ProtocolSSH = "ssh"