From c94d02380675b6689ce168f3dfaed319337c3907 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky Date: Wed, 13 May 2026 12:30:49 -0700 Subject: [PATCH] Enable tlsx dissector by default --- config/configStruct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configStruct.go b/config/configStruct.go index e5640c200..15b14bedc 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -135,7 +135,7 @@ func CreateDefaultConfig() ConfigStruct { // "tcp", // "udp", "ws", - // "tlsx", + "tlsx", "ldap", "radius", "diameter",