From: Victor Julien Date: Wed, 18 Jan 2017 10:37:25 +0000 (+0100) Subject: smb: add tcp/445 to proto detect fallback X-Git-Tag: suricata-3.2.1~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2501%2Fhead;p=thirdparty%2Fsuricata.git smb: add tcp/445 to proto detect fallback --- 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