change the tlx dissector name to tlsx (#1648)

as it can be confused with https
tlsx is a dissector for TLS handshakes and not
HTTPS dissector.
This commit is contained in:
Alon Girmonsky
2024-12-08 20:36:58 -08:00
committed by GitHub
parent 80fa18cbba
commit 9b7e2e7144

View File

@@ -81,7 +81,7 @@ func CreateDefaultConfig() ConfigStruct {
// "tcp", // "tcp",
// "udp", // "udp",
"ws", "ws",
// "tls", // "tlsx",
"ldap", "ldap",
}, },
}, },