From 3dc2d8933b8147b751d19ff22dec00b774e1b7e4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 23 Jun 2005 23:04:46 +0000 Subject: Add RTSP protocol --- usr/local/www/wizards/traffic_shaper_wizard.xml | 31 ++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index bc8c231..03871a3 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -974,7 +974,7 @@ checkbox Other networking protocols This will help raise or lower the priority of other protocols higher than most traffic. - MSRDP,PPTP,IPSEC,StreamingMP3,IRC,DNS,HTTP,SMTP,POP3,ICMP,IMAP,SMB + MSRDP,PPTP,IPSEC,StreamingMP3,IRC,DNS,HTTP,SMTP,POP3,ICMP,IMAP,SMB,RTSP true ezshaper->step6->enable @@ -1225,7 +1225,27 @@ Microsoft SMB Protocol and friends - + + + RTSP + ezshaper->step6->rtsp + select + + + + + + RealTime streaming protocol + Next submit @@ -1398,7 +1418,12 @@ /* Microsoft SMB and friends */ $othersplist[] = array('SMB1', 'tcp', '445', '445', 'both', $_POST['smb']); $othersplist[] = array('SMB2', 'tcp', '137-139', '137-139', 'both', $_POST['smb']); - } + + + if($_POST['rtsp'] != "") { + /* realtime streaming protocol */ + $othersplist[] = array('RTSP1', 'tcp', '554', '554', 'both', $_POST['rtsp']); + } } /* XXX: add some more protocols here! */ -- cgit v1.1