From 9b7e2e7144ca04a080785a938d08b58c53222239 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:36:58 -0800 Subject: [PATCH] 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. --- config/configStruct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configStruct.go b/config/configStruct.go index 833326e2a..952755eee 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -81,7 +81,7 @@ func CreateDefaultConfig() ConfigStruct { // "tcp", // "udp", "ws", - // "tls", + // "tlsx", "ldap", }, },