From 0f66f9a2ee6b6804a64d4cf0d2c1e444e4fd4737 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 15 Sep 2007 18:35:37 +0000 Subject: add MMS (TCP/UDP) to protocol definitions --- usr/local/www/guiconfig.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr') 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"); -- cgit v1.1