summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorMartin Fuchs <mfuchs@pfsense.org>2007-09-15 18:35:37 +0000
committerMartin Fuchs <mfuchs@pfsense.org>2007-09-15 18:35:37 +0000
commit0f66f9a2ee6b6804a64d4cf0d2c1e444e4fd4737 (patch)
tree75fd2794ca92f0284fcdc835687460cca92fc1ef /usr
parentb91645212816823bf3cae9e70bac303cb3034448 (diff)
downloadpfsense-0f66f9a2ee6b6804a64d4cf0d2c1e444e4fd4737.zip
pfsense-0f66f9a2ee6b6804a64d4cf0d2c1e444e4fd4737.tar.gz
add MMS (TCP/UDP) to protocol definitions
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 947aa94..1df8a66 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -126,6 +126,7 @@ $wkports = array(3389 => "MS RDP",
1512 => "MS WINS",
1701 => "L2TP",
1723 => "PPTP",
+ 1755 => "MMS/TCP",
1812 => "Radius",
1813 => "Radius-accounting",
3000 => "HBCI",
@@ -135,7 +136,8 @@ $wkports = array(3389 => "MS RDP",
5060 => "SIP",
5190 => "ICQ",
5900 => "VNC",
- 5999 => "CVSup");
+ 5999 => "CVSup",
+ 7000 => "MMS/UDP");
$specialnets = array("wanip" => "WAN address", "lanip" => "LAN address", "lan" => "LAN net", "pptp" => "PPTP clients");
OpenPOWER on IntegriCloud