From f15da5f3bbe504d3db90c10cbc6b5dbeedb499fd Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 27 Mar 2017 13:05:50 -0400 Subject: [PATCH] Correct definition of ports for SMB used by the shaper wizard. Fixes #7434 --- src/etc/inc/wizardapp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/wizardapp.inc b/src/etc/inc/wizardapp.inc index b9eb68d347..8c0c93fd50 100644 --- a/src/etc/inc/wizardapp.inc +++ b/src/etc/inc/wizardapp.inc @@ -676,7 +676,7 @@ $othersplist = array(); $othersplist['smb'] = array(); /* Microsoft SMB and friends */ $othersplist['smb'][] = array('SMB1', 'tcp', '445', '445', 'both'); - $othersplist['smb'][] = array('SMB2', 'tcp', '137-139', '137-139', 'both'); + $othersplist['smb'][] = array('SMB2', 'tcp', '137', '139', 'both'); $othersplist['snmp'] = array(); /* Simple network management protocol */