From 15f4144edac75c831d0f1ff69c01df3a6f6d9529 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 18 Jan 2017 11:37:25 +0100 Subject: [PATCH] smb: add tcp/445 to proto detect fallback --- suricata.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index d4d813ee57..b733ea1b10 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -706,7 +706,7 @@ app-layer: smb: enabled: yes detection-ports: - dp: 139 + dp: 139, 445 # smb2 detection is disabled internally inside the engine. #smb2: # enabled: yes -- 2.47.2