summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfsSnowboard <tyler@tylerthecomputerguy.com>2013-01-12 22:42:26 -0500
committerfsSnowboard <tyler@tylerthecomputerguy.com>2013-01-12 22:42:26 -0500
commit9bf5a970abda036d39d4b653e421140b1b3df4a8 (patch)
tree5dee41a35f917c8d925e896ce4002c4c7c35fcb9
parent906e513a599884ef5f6ee62190d7b76c3bf683ff (diff)
downloadpfsense-9bf5a970abda036d39d4b653e421140b1b3df4a8.zip
pfsense-9bf5a970abda036d39d4b653e421140b1b3df4a8.tar.gz
more games for traffic shaper
-rw-r--r--etc/inc/wizardapp.inc53
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml46
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_dedicated.xml46
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.xml46
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml46
5 files changed, 226 insertions, 11 deletions
diff --git a/etc/inc/wizardapp.inc b/etc/inc/wizardapp.inc
index e6fb1f7..c15c162 100644
--- a/etc/inc/wizardapp.inc
+++ b/etc/inc/wizardapp.inc
@@ -42,7 +42,6 @@ $gamesplist['battlenet'] = array();
$gamesplist['battlenet'][] = array('Battle.NET-diablo2', 'tcp', '4000', '4000', 'both'); //diablo2
$gamesplist['battlenet'][] = array('Battle.NET-game2', 'tcp', '1119', '1119', 'both'); //diablo3, starcraft 2
-
$gamesplist['battlefield2'] = array();
/* Battlefield 2 */
$gamesplist['battlefield2'][] = array('BF2-1500-4999', 'udp', '1500', '4999', 'both');
@@ -54,6 +53,30 @@ $gamesplist['battlefield2'] = array();
$gamesplist['battlefield2'][] = array('BF2-29900-29901-TCP', 'tcp', '29900', '29901', 'both');
$gamesplist['battlefield2'][] = array('BF2-27900', 'udp', '27900', '27900', 'both');
$gamesplist['battlefield2'][] = array('BF2-55123-55125', 'udp', '55123', '55125', 'both');
+
+$gamesplist['battlefield3'] = array();
+ /* Battlefield 3 */
+ $gamesplist['battlefield3'][] = array('BF3-1', 'tcp', '9988', '9988', 'both');
+ $gamesplist['battlefield3'][] = array('BF3-2', 'tcp', '20000', '20100', 'both');
+ $gamesplist['battlefield3'][] = array('BF3-3', 'tcp', '22990', '22990', 'both');
+ $gamesplist['battlefield3'][] = array('BF3-4', 'tcp', '17502', '17502', 'both');
+ $gamesplist['battlefield3'][] = array('BF3-5', 'tcp', '42127', '42127', 'both');
+ $gamesplist['battlefield3'][] = array('BF3-6', 'udp', '3659', '3659', 'both');
+ $gamesplist['battlefield3'][] = array('BF3-7', 'udp', '14000', '14016', 'both');
+ $gamesplist['battlefield3'][] = array('BF3-8', 'udp', '22990', '23006', 'both');
+ $gamesplist['battlefield3'][] = array('BF3-9', 'udp', '25200', '25300', 'both');
+
+$gamesplist['battlefieldbc2'] = array();
+ /* Battlefield Bad Company 2 */
+ $gamesplist['battlefieldbc2'][] = array('BFBC2-1', 'tcp', '18390', '18390', 'both');
+ $gamesplist['battlefieldbc2'][] = array('BFBC2-2', 'tcp', '18395', '18395', 'both');
+ $gamesplist['battlefieldbc2'][] = array('BFBC2-3', 'udp', '18395', '18395', 'both');
+ $gamesplist['battlefieldbc2'][] = array('BFBC2-4', 'tcp', '13505', '13505', 'both');
+
+$gamesplist['borderlands'] = array();
+ /* Borderlands */
+ $gamesplist['borderlands'][] = array('Borderlands-udp', 'udp', '7777', '7777', 'both');
+ $gamesplist['borderlands'][] = array('Borderlands-tcp', 'tcp', '7777', '7777', 'both');
$gamesplist['callofduty'] = array();
/* Call Of Duty */
@@ -129,6 +152,11 @@ $gamesplist['farcry2'] = array();
$gamesplist['farcry2'][] = array('FarCry2-tcp', 'tcp', '9000', '9004', 'both');
$gamesplist['farcry2'][] = array('FarCry2-udp', 'udp', '9000', '9004', 'both');
+$gamesplist['farcry3'] = array();
+ /* FarCry 3*/
+ $gamesplist['farcry3'][] = array('FarCry3-game', 'udp', '9000', '9000', 'both');
+ $gamesplist['farcry3'][] = array('FarCry3-punkbuster', 'udp', '10009', '10009', 'both');
+
$gamesplist['gunzonline'] = array();
/* GunZ Online */
$gamesplist['gunzonline'][] = array('GunZOnline', 'udp', '7700', '7700', 'both');
@@ -145,6 +173,12 @@ $gamesplist['halo2'] = array();
$gamesplist['halo2'][] = array('Halo2-2', 'udp', '3074', '3074', 'both');
$gamesplist['halo2'][] = array('Halo2-3', 'tcp', '3074', '3074', 'both');
+$gamesplist['leagueoflegends'] = array();
+ /* League of Legends */
+ $gamesplist['leagueoflegends'][] = array('LeagueofLegends-1', 'udp', '5000', '5500', 'both');
+ $gamesplist['leagueoflegends'][] = array('LeagueofLegends-2', 'tcp', '2099', '2099', 'both');
+ $gamesplist['leagueoflegends'][] = array('LeagueofLegends-3', 'tcp', '5222', '5223', 'both');
+
$gamesplist['lineage2'] = array();
/* Lineage II */
$gamesplist['lineage2'][] = array('Lineage2-2009', 'tcp', '2009', '2009', 'both');
@@ -193,11 +227,24 @@ $gamesplist['playstation3'] = array();
$gamesplist['quakeiii'] = array();
/* quake3 */
$gamesplist['quakeiii'][] = array('quakeiii', 'udp', '27910', '27919', 'both');
+
+$gamesplist['quakeiv'] = array();
+ /* quake4 */
+ $gamesplist['quakeiv'][] = array('quakeiv-server-udp', 'udp', '27650', '27650', 'both');
+ $gamesplist['quakeiv'][] = array('quakeiv-server-tcp', 'tcp', '27650', '27650', 'both');
+ $gamesplist['quakeiv'][] = array('quakeiv-client-udp', 'udp', '28004', '28004', 'both');
+ $gamesplist['quakeiv'][] = array('quakeiv-client-tcp', 'tcp', '28004', '28004', 'both');
+
+$gamesplist['starwarstor'] = array();
+ /* quake3 */
+ $gamesplist['starwarstor'][] = array('StarWarsTOR-1', 'tcp', '8995', '8995', 'both');
+ $gamesplist['starwarstor'][] = array('StarWarsTOR-2', 'tcp', '12000', '12999', 'both');
+ $gamesplist['starwarstor'][] = array('StarWarsTOR-2', 'tcp', '20000', '30000', 'both');
$gamesplist['steam'] = array();
/* Steam Games */
- $gamesplist['steam'][] = array('steam-game-udp', 'udp', '27000', '27015', 'both'); //america's army 3, cs:s, cs:go, HL2
- $gamesplist['steam'][] = array('steam-game-tcp', 'tcp', '27000', '27015', 'both'); //america's army 3, cs:s, cs:go, HL2
+ $gamesplist['steam'][] = array('steam-game-udp', 'udp', '27000', '27030', 'both'); //america's army 3, cs:s, cs:go, HL2, COD: Black Ops, COD: Black Ops 2, Natural Selection 2
+ $gamesplist['steam'][] = array('steam-game-tcp', 'tcp', '27000', '27030', 'both'); //america's army 3, cs:s, cs:go, HL2, COD: Black Ops, COD: Black Ops 2, Natural Selection 2
$gamesplist['steam'][] = array('steam-hltv', 'udp', '27015', '27030', 'both');
$gamesplist['steam'][] = array('steam-1', 'udp', '4380', '4380', 'both');
$gamesplist['steam'][] = array('steam-2', 'udp', '1200', '1200', 'both');
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 64b274c..d50926a 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -433,7 +433,7 @@
<type>checkbox</type>
<typehint>Prioritize network gaming traffic</typehint>
<description>This will raise the priority of gaming traffic to higher than most traffic.</description>
- <enablefields>ARMA2,BattleNET,Battlefield2,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,GunZOnline,HalfLife,Halo2,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,Steam,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
+ <enablefields>ARMA2,BattleNET,Battlefield2,Battlefield3,BattlefieldBC2,Borderlands,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,FarCry3,GunZOnline,HalfLife,Halo2,LeagueofLegends,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,QuakeIV,Steam,StarWarsTOR,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
<donotdisable>true</donotdisable>
<bindstofield>ezshaper-&gt;step6-&gt;enable</bindstofield>
</field>
@@ -464,6 +464,24 @@
<bindstofield>ezshaper-&gt;step6-&gt;battlefield2</bindstofield>
</field>
<field>
+ <name>Battlefield3</name>
+ <type>checkbox</type>
+ <typehint>Battlefield 3 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;battlefield3</bindstofield>
+ </field>
+ <field>
+ <name>BattlefieldBC2</name>
+ <type>checkbox</type>
+ <typehint>Battlefield: Bad Company 2</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;battlefieldbc2</bindstofield>
+ </field>
+ <field>
+ <name>Borderlands</name>
+ <type>checkbox</type>
+ <typehint>Borderlands</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;borderlands</bindstofield>
+ </field>
+ <field>
<name>CallOfDuty</name>
<type>checkbox</type>
<typehint>Call Of Duty (United Offensive)</typehint>
@@ -536,6 +554,12 @@
<bindstofield>ezshaper-&gt;step6-&gt;farcry2</bindstofield>
</field>
<field>
+ <name>FarCry3</name>
+ <type>checkbox</type>
+ <typehint>Far Cry 3</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;farcry3</bindstofield>
+ </field>
+ <field>
<name>GunZOnline</name>
<type>checkbox</type>
<typehint>GunZ Online</typehint>
@@ -554,6 +578,12 @@
<bindstofield>ezshaper-&gt;step6-&gt;halo2xbox</bindstofield>
</field>
<field>
+ <name>LeagueofLegends</name>
+ <type>checkbox</type>
+ <typehint>League of Legends - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;leagueoflegends</bindstofield>
+ </field>
+ <field>
<name>Lineage2</name>
<type>checkbox</type>
<typehint>Lineage II</typehint>
@@ -602,9 +632,21 @@
<bindstofield>ezshaper-&gt;step6-&gt;quakeiii</bindstofield>
</field>
<field>
+ <name>QuakeIV</name>
+ <type>checkbox</type>
+ <typehint>Quake IV</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;quakeiv</bindstofield>
+ </field>
+ <field>
+ <name>StarWarsTOR</name>
+ <type>checkbox</type>
+ <typehint>StarWars: The Old Republic - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;starwarstor</bindstofield>
+ </field>
+ <field>
<name>Steam</name>
<type>checkbox</type>
- <typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2)</typehint>
+ <typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2, COD: Black Ops Series, Borderlands 2, Natural Selection 2, Left 4 Dead Series, Portal 2)</typehint>
<bindstofield>ezshaper-&gt;step6-&gt;steam</bindstofield>
</field>
<field>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
index 7a3d7ca..b3da36f 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
@@ -438,7 +438,7 @@
<type>checkbox</type>
<typehint>Prioritize network gaming traffic</typehint>
<description>This will raise the priority of gaming traffic to higher than most traffic.</description>
- <enablefields>ARMA2,BattleNET,Battlefield2,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,GunZOnline,HalfLife,Halo2,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,Steam,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
+ <enablefields>ARMA2,BattleNET,Battlefield2,Battlefield3,BattlefieldBC2,Borderlands,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,FarCry3,GunZOnline,HalfLife,Halo2,LeagueofLegends,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,QuakeIV,Steam,StarWarsTOR,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
<donotdisable>true</donotdisable>
<bindstofield>ezshaper-&gt;step6-&gt;enable</bindstofield>
</field>
@@ -469,6 +469,24 @@
<bindstofield>ezshaper-&gt;step6-&gt;battlefield2</bindstofield>
</field>
<field>
+ <name>Battlefield3</name>
+ <type>checkbox</type>
+ <typehint>Battlefield 3 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;battlefield3</bindstofield>
+ </field>
+ <field>
+ <name>BattlefieldBC2</name>
+ <type>checkbox</type>
+ <typehint>Battlefield: Bad Company 2</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;battlefieldbc2</bindstofield>
+ </field>
+ <field>
+ <name>Borderlands</name>
+ <type>checkbox</type>
+ <typehint>Borderlands</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;borderlands</bindstofield>
+ </field>
+ <field>
<name>CallOfDuty</name>
<type>checkbox</type>
<typehint>Call Of Duty (United Offensive)</typehint>
@@ -541,6 +559,12 @@
<bindstofield>ezshaper-&gt;step6-&gt;farcry2</bindstofield>
</field>
<field>
+ <name>FarCry3</name>
+ <type>checkbox</type>
+ <typehint>Far Cry 3</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;farcry3</bindstofield>
+ </field>
+ <field>
<name>GunZOnline</name>
<type>checkbox</type>
<typehint>GunZ Online</typehint>
@@ -559,6 +583,12 @@
<bindstofield>ezshaper-&gt;step6-&gt;halo2xbox</bindstofield>
</field>
<field>
+ <name>LeagueofLegends</name>
+ <type>checkbox</type>
+ <typehint>League of Legends - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;leagueoflegends</bindstofield>
+ </field>
+ <field>
<name>Lineage2</name>
<type>checkbox</type>
<typehint>Lineage II</typehint>
@@ -607,9 +637,21 @@
<bindstofield>ezshaper-&gt;step6-&gt;quakeiii</bindstofield>
</field>
<field>
+ <name>QuakeIV</name>
+ <type>checkbox</type>
+ <typehint>Quake IV</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;quakeiv</bindstofield>
+ </field>
+ <field>
+ <name>StarWarsTOR</name>
+ <type>checkbox</type>
+ <typehint>StarWars: The Old Republic - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;starwarstor</bindstofield>
+ </field>
+ <field>
<name>Steam</name>
<type>checkbox</type>
- <typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2)</typehint>
+ <typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2, COD: Black Ops Series, Borderlands 2, Natural Selection 2, Left 4 Dead Series, Portal 2)</typehint>
<bindstofield>ezshaper-&gt;step6-&gt;steam</bindstofield>
</field>
<field>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
index a1a224c..520e232 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
@@ -446,7 +446,7 @@
<type>checkbox</type>
<typehint>Prioritize network gaming traffic</typehint>
<description>This will raise the priority of gaming traffic to higher than most traffic.</description>
- <enablefields>ARMA2,BattleNET,Battlefield2,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,GunZOnline,HalfLife,Halo2,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,Steam,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
+ <enablefields>ARMA2,BattleNET,Battlefield2,Battlefield3,BattlefieldBC2,Borderlands,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,FarCry3,GunZOnline,HalfLife,Halo2,LeagueofLegends,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,QuakeIV,Steam,StarWarsTOR,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
<donotdisable>true</donotdisable>
<bindstofield>ezshaper-&gt;step6-&gt;enable</bindstofield>
</field>
@@ -477,6 +477,24 @@
<bindstofield>ezshaper-&gt;step6-&gt;battlefield2</bindstofield>
</field>
<field>
+ <name>Battlefield3</name>
+ <type>checkbox</type>
+ <typehint>Battlefield 3 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;battlefield3</bindstofield>
+ </field>
+ <field>
+ <name>BattlefieldBC2</name>
+ <type>checkbox</type>
+ <typehint>Battlefield: Bad Company 2</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;battlefieldbc2</bindstofield>
+ </field>
+ <field>
+ <name>Borderlands</name>
+ <type>checkbox</type>
+ <typehint>Borderlands</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;borderlands</bindstofield>
+ </field>
+ <field>
<name>CallOfDuty</name>
<type>checkbox</type>
<typehint>Call Of Duty (United Offensive)</typehint>
@@ -549,6 +567,12 @@
<bindstofield>ezshaper-&gt;step6-&gt;farcry2</bindstofield>
</field>
<field>
+ <name>FarCry3</name>
+ <type>checkbox</type>
+ <typehint>Far Cry 3</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;farcry3</bindstofield>
+ </field>
+ <field>
<name>GunZOnline</name>
<type>checkbox</type>
<typehint>GunZ Online</typehint>
@@ -567,6 +591,12 @@
<bindstofield>ezshaper-&gt;step6-&gt;halo2xbox</bindstofield>
</field>
<field>
+ <name>LeagueofLegends</name>
+ <type>checkbox</type>
+ <typehint>League of Legends - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;leagueoflegends</bindstofield>
+ </field>
+ <field>
<name>Lineage2</name>
<type>checkbox</type>
<typehint>Lineage II</typehint>
@@ -615,9 +645,21 @@
<bindstofield>ezshaper-&gt;step6-&gt;quakeiii</bindstofield>
</field>
<field>
+ <name>QuakeIV</name>
+ <type>checkbox</type>
+ <typehint>Quake IV</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;quakeiv</bindstofield>
+ </field>
+ <field>
+ <name>StarWarsTOR</name>
+ <type>checkbox</type>
+ <typehint>StarWars: The Old Republic - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;starwarstor</bindstofield>
+ </field>
+ <field>
<name>Steam</name>
<type>checkbox</type>
- <typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2)</typehint>
+ <typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2, COD: Black Ops Series, Borderlands 2, Natural Selection 2, Left 4 Dead Series, Portal 2)</typehint>
<bindstofield>ezshaper-&gt;step6-&gt;steam</bindstofield>
</field>
<field>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
index e0afdf8..2cf155f 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
@@ -497,7 +497,7 @@
<type>checkbox</type>
<typehint>Prioritize network gaming traffic</typehint>
<description>This will raise the priority of gaming traffic to higher than most traffic.</description>
- <enablefields>ARMA2,BattleNET,Battlefield2,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,GunZOnline,HalfLife,Halo2,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,Steam,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
+ <enablefields>ARMA2,BattleNET,Battlefield2,Battlefield3,BattlefieldBC2,Borderlands,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,FarCry3,GunZOnline,HalfLife,Halo2,LeagueofLegends,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,QuakeIV,Steam,StarWarsTOR,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
<donotdisable>true</donotdisable>
<bindstofield>ezshaper-&gt;step6-&gt;enable</bindstofield>
</field>
@@ -528,6 +528,24 @@
<bindstofield>ezshaper-&gt;step6-&gt;battlefield2</bindstofield>
</field>
<field>
+ <name>Battlefield3</name>
+ <type>checkbox</type>
+ <typehint>Battlefield 3 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;battlefield3</bindstofield>
+ </field>
+ <field>
+ <name>BattlefieldBC2</name>
+ <type>checkbox</type>
+ <typehint>Battlefield: Bad Company 2</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;battlefieldbc2</bindstofield>
+ </field>
+ <field>
+ <name>Borderlands</name>
+ <type>checkbox</type>
+ <typehint>Borderlands</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;borderlands</bindstofield>
+ </field>
+ <field>
<name>CallOfDuty</name>
<type>checkbox</type>
<typehint>Call Of Duty (United Offensive)</typehint>
@@ -600,6 +618,12 @@
<bindstofield>ezshaper-&gt;step6-&gt;farcry2</bindstofield>
</field>
<field>
+ <name>FarCry3</name>
+ <type>checkbox</type>
+ <typehint>Far Cry 3</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;farcry3</bindstofield>
+ </field>
+ <field>
<name>GunZOnline</name>
<type>checkbox</type>
<typehint>GunZ Online</typehint>
@@ -618,6 +642,12 @@
<bindstofield>ezshaper-&gt;step6-&gt;halo2xbox</bindstofield>
</field>
<field>
+ <name>LeagueofLegends</name>
+ <type>checkbox</type>
+ <typehint>League of Legends - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;leagueoflegends</bindstofield>
+ </field>
+ <field>
<name>Lineage2</name>
<type>checkbox</type>
<typehint>Lineage II</typehint>
@@ -666,9 +696,21 @@
<bindstofield>ezshaper-&gt;step6-&gt;quakeiii</bindstofield>
</field>
<field>
+ <name>QuakeIV</name>
+ <type>checkbox</type>
+ <typehint>Quake IV</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;quakeiv</bindstofield>
+ </field>
+ <field>
+ <name>StarWarsTOR</name>
+ <type>checkbox</type>
+ <typehint>StarWars: The Old Republic - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
+ <bindstofield>ezshaper-&gt;step6-&gt;starwarstor</bindstofield>
+ </field>
+ <field>
<name>Steam</name>
<type>checkbox</type>
- <typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2)</typehint>
+ <typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2, COD: Black Ops Series, Borderlands 2, Natural Selection 2, Left 4 Dead Series, Portal 2)</typehint>
<bindstofield>ezshaper-&gt;step6-&gt;steam</bindstofield>
</field>
<field>
OpenPOWER on IntegriCloud