From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 2/3] Suricata: enable full detection for missing protocols Date: Thu, 07 Feb 2019 17:41:00 +0000 Message-ID: <859c3571-3175-fc8c-9418-f59cd991385e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1551242081022478434==" List-Id: --===============1551242081022478434== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit These are IMAP and MSN, which can be safely enabled. Partially fixes #11808 Signed-off-by: Peter Müller Cc: Stefan Schantl --- config/suricata/suricata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index dd7e53584..d7302788c 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -182,9 +182,9 @@ app-layer: content-inspect-min-size: 32768 content-inspect-window: 4096 imap: - enabled: detection-only + enabled: yes msn: - enabled: detection-only + enabled: yes smb: enabled: yes detection-ports: -- 2.16.4 --===============1551242081022478434==--