* [PATCH 2/3] Suricata: enable full detection for missing protocols
@ 2019-02-07 17:41 Peter Müller
2019-02-07 20:34 ` Stefan Schantl
0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2019-02-07 17:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 758 bytes --]
These are IMAP and MSN, which can be safely enabled.
Partially fixes #11808
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
Cc: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2/3] Suricata: enable full detection for missing protocols
2019-02-07 17:41 [PATCH 2/3] Suricata: enable full detection for missing protocols Peter Müller
@ 2019-02-07 20:34 ` Stefan Schantl
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schantl @ 2019-02-07 20:34 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 833 bytes --]
Merged.
Best regards,
-Stefan
> These are IMAP and MSN, which can be safely enabled.
>
> Partially fixes #11808
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> Cc: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> 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:
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-07 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-07 17:41 [PATCH 2/3] Suricata: enable full detection for missing protocols Peter Müller
2019-02-07 20:34 ` Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox