From 890f1bf2954328f5e811757754d815dedf6f92c1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 28 Feb 2019 14:28:23 +0000 Subject: [PATCH] suricata: Disable decoding for Teredo This decoder is not very accurate and Teredo has been disabled in Windows by default. Nobody will use this. Signed-off-by: Michael Tremer Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 0131059108..369ed2ab2f 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -665,7 +665,7 @@ decoder: # Teredo decoder is known to not be completely accurate # it will sometimes detect non-teredo as teredo. teredo: - enabled: true + enabled: false ## -- 2.39.2