Projet

Général

Profil

Télécharger (49,1 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / wizards / traffic_shaper_wizard_multi_all.xml @ b5bef5dc

1
<?xml version="1.0"?>
2
<pfsensewizard>
3
	<copyright><![CDATA[
4
	/*
5
	traffic_shaper_wizard_multi_all.xml
6
        part of pfSense (https://www.pfsense.org/)
7

    
8
        Copyright (C) 2005 Bill Marquette - bill.marquette@gmail.com.
9
	Copyright (C) 2008-2010 Ermal Luci
10
        All rights reserved.
11

    
12
        Redistribution and use in source and binary forms, with or without
13
        modification, are permitted provided that the following conditions are met:
14

    
15
        1. Redistributions of source code must retain the above copyright notice,
16
           this list of conditions and the following disclaimer.
17

    
18
        2. Redistributions in binary form must reproduce the above copyright
19
           notice, this list of conditions and the following disclaimer in the
20
           documentation and/or other materials provided with the distribution.
21

    
22
        THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
23
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
24
        AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25
        AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
26
        OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27
        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28
        INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
        POSSIBILITY OF SUCH DAMAGE.
32
	*/]]></copyright>
33

    
34
	<totalsteps>9</totalsteps>
35
	<step>
36
		<id>1</id>
37
		<title>pfSense Traffic Shaper Wizard</title>
38
		<disableheader>true</disableheader>
39
		<description>This wizard will guide you through setting up the pfSense traffic shaper.
40
			Please be aware that Custom Bandwidths should not exceed 30% of the interface/link bandwidth. Keep this in mind during the wizard.
41
		</description>
42
		<fields>
43
			<field>
44
				<type>listtopic</type>
45
				<name>Traffic shaper Wizard</name>
46
			</field>
47
			<field>
48
				<displayname>Enter number of WAN type connections</displayname>
49
				<name>numberofconnections</name>
50
				<type>input</type>
51
				<validate>^[0-9]+$</validate>
52
				<description>Number of connections you have</description>
53
				<bindstofield>ezshaper->step1->numberofconnections</bindstofield>
54
			</field>
55
			<field>
56
				<displayname>Enter number of LAN type interfaces</displayname>
57
				<name>numberoflocalinterfaces</name>
58
				<type>input</type>
59
				<validate>^[0-9]+$</validate>
60
				<description>Number of local interfaces you have</description>
61
				<bindstofield>ezshaper->step1->numberoflocalinterfaces</bindstofield>
62
			</field>
63
			<field>
64
				<name>Next</name>
65
				<type>submit</type>
66
			</field>
67
		</fields>
68
		<stepbeforeformdisplay>step1_stepbeforeformdisplay();</stepbeforeformdisplay>
69
		<stepsubmitphpaction>step1_submitphpaction();</stepsubmitphpaction>
70
		<includefile>/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc</includefile>
71
	</step>
72
	<step>
73
		<id>2</id>
74
		<title>pfSense Traffic Shaper Wizard</title>
75
		<description>Shaper configuration</description>
76
		<javascriptafterformdisplay/>
77
		<stepbeforeformdisplay>step2_stepbeforeformdisplay();</stepbeforeformdisplay>
78
		<stepsubmitphpaction>step2_stepsubmitphpaction();</stepsubmitphpaction>
79
		<includefile>/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc</includefile>
80
		<fields>
81
			<field>
82
				<name>Next</name>
83
				<type>submit</type>
84
			</field>
85
		</fields>
86
	</step>
87
	<step>
88
		<id>3</id>
89
		<title>pfSense Traffic Shaper Wizard</title>
90
		<description>Voice over IP</description>
91
		<fields>
92
			<field>
93
				<name>Enable</name>
94
				<type>checkbox</type>
95
				<typehint>Prioritize Voice over IP traffic</typehint>
96
				<description>This will raise the priority of VOIP traffic above all other traffic.</description>
97
				<bindstofield>ezshaper-&gt;step3-&gt;enable</bindstofield>
98
			</field>
99
			<field>
100
				<name>Next</name>
101
				<type>submit</type>
102
			</field>
103
			<field>
104
				<name>VOIP specific settings</name>
105
				<type>listtopic</type>
106
			</field>
107
			<field>
108
				<name>Provider</name>
109
				<type>select</type>
110
				<description>Choose Generic if your provider isn't listed.</description>
111
				<bindstofield>ezshaper-&gt;step3-&gt;provider</bindstofield>
112
				<options>
113
					<option>
114
						<name>Generic (lowdelay)</name>
115
						<value>Generic</value>
116
					</option>
117
					<option>
118
						<name>VoicePulse</name>
119
						<value>VoicePulse</value>
120
					</option>
121
					<option>
122
						<name>Asterisk/Vonage</name>
123
						<value>Asterisk</value>
124
					</option>
125
					<option>
126
						<name>PanasonicTDA</name>
127
						<value>Panasonic</value>
128
					</option>
129
				</options>
130
			</field>
131
			<field>
132
				<name>Upstream SIP Server</name>
133
				<type>inputalias</type>
134
				<description>(Optional) If this is chosen, the provider field will be overridden.  This allows you to provide the IP address of the &lt;strong&gt;remote&lt;/strong&gt; PBX or SIP Trunk to prioritize.  &lt;br /&gt;NOTE: You can also use a Firewall Alias in this location.</description>
135
				<bindstofield>ezshaper-&gt;step3-&gt;address</bindstofield>
136
				<message>IP Address field is non-blank and doesn't look like an IP address.</message>
137
			</field>
138
			<field>
139
				<name>Bandwidth</name>
140
				<type>input</type>
141
				<validate>^[0-9]*$</validate>
142
				<typehint>Total bandwidth in percentage(%)(should be between 5 and 40) guarantee for VOIP traffic.</typehint>
143
				<bindstofield>ezshaper-&gt;step3-&gt;bandwidth</bindstofield>
144
			</field>
145
			<field>
146
				<name>Next</name>
147
				<type>submit</type>
148
			</field>
149
		</fields>
150
		<stepbeforeformdisplay>step3_stepbeforeformdisplay();</stepbeforeformdisplay>
151
		<stepsubmitphpaction>step3_stepsubmitphpaction();</stepsubmitphpaction>
152
		<includefile>/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc</includefile>
153
	</step>
154
	<step>
155
		<id>4</id>
156
		<title>pfSense Traffic Shaper Wizard</title>
157
		<description>Penalty Box</description>
158
		<disableallfieldsbydefault>true</disableallfieldsbydefault>
159
		<fields>
160
			<field>
161
				<donotdisable>true</donotdisable>
162
				<name>Enable</name>
163
				<type>checkbox</type>
164
				<typehint>Penalize IP or Alias</typehint>
165
				<description>This will lower the priority of traffic from this IP or alias.</description>
166
				<enablefields>Address,Bandwidth,BandwidthSpeed</enablefields>
167
				<bindstofield>ezshaper-&gt;step4-&gt;enable</bindstofield>
168
			</field>
169
			<field>
170
				<name>Next</name>
171
				<type>submit</type>
172
			</field>
173
			<field>
174
				<name>PenaltyBox specific settings</name>
175
				<type>listtopic</type>
176
			</field>
177
			<field>
178
				<name>Address</name>
179
				<type>inputalias</type>
180
				<description>This allows you to just provide the IP address of the computer(s) or Penalize. NOTE: You can also use a Firewall Alias in this location.</description>
181
				<bindstofield>ezshaper-&gt;step4-&gt;address</bindstofield>
182
				<message>IP Address field is non-blank and doesn't look like an IP address.</message>
183
			</field>
184
			<field>
185
				<name>Bandwidth</name>
186
				<type>input</type>
187
				<validate>^[0-9]*$</validate>
188
				<message>Speed must be numerical.</message>
189
				<bindstofield>ezshaper-&gt;step4-&gt;bandwidth</bindstofield>
190
				<combinefieldsbegin>true</combinefieldsbegin>
191
			</field>
192
			<field>
193
				<combinefieldsend>true</combinefieldsend>
194
				<dontdisplayname>true</dontdisplayname>
195
				<dontcombinecells>true</dontcombinecells>
196
				<donotdisable>true</donotdisable>
197
                                <name>BandwidthSpeed</name>
198
				<description>The limit you want to apply.</description>
199
                                <type>select</type>
200
				<options>
201
				<option>
202
                                        <name>%</name>
203
                                        <value>%</value>
204
                                </option>
205
				<option>
206
					<name>bit/s</name>
207
					<value>b</value>
208
				</option>
209
				<option>
210
					<name>Kilobit/s</name>
211
					<value>Kb</value>
212
				</option>
213
				<option>
214
					<name>Megabit/s</name>
215
					<value>Mb</value>
216
				</option>
217
				<option>
218
					<name>Gigabit/s</name>
219
					<value>Gb</value>
220
				</option>
221
				</options>
222
                                <bindstofield>ezshaper->step4->bandwidthunit</bindstofield>
223
                        </field>
224
			<field>
225
				<name>Next</name>
226
				<type>submit</type>
227
			</field>
228
		</fields>
229
		<stepsubmitphpaction>step4_stepsubmitphpaction();</stepsubmitphpaction>
230
		<includefile>/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc</includefile>
231
	</step>
232
	<step>
233
		<id>5</id>
234
		<title>pfSense Traffic Shaper Wizard</title>
235
		<description>Peer to Peer networking</description>
236
		<disableallfieldsbydefault>true</disableallfieldsbydefault>
237
		<fields>
238
			<field>
239
				<donotdisable>true</donotdisable>
240
				<name>Enable</name>
241
				<type>checkbox</type>
242
				<typehint>Lower priority of Peer-to-Peer traffic</typehint>
243
				<description>This will lower the priority of P2P traffic below all other traffic.  Please check the items that you would like to prioritize lower than normal traffic.</description>
244
				<enablefields>p2pCatchAll,Bandwidth,BandwidthSpeed,Aimster,BitTorrent,BuddyShare,CuteMX,DCplusplus,dcc,DirectConnect,DirectFileExpress,EDonkey2000,FastTrack,Gnutella,grouper,hotComm,HotlineConnect,iMesh,Napster,OpenNap,Scour,Shareaza,SongSpy,WinMX</enablefields>
245
				<bindstofield>ezshaper-&gt;step5-&gt;enable</bindstofield>
246
			</field>
247
			<field>
248
				<name>Next</name>
249
				<type>submit</type>
250
			</field>
251
			<field>
252
				<name>p2p Catch all</name>
253
				<type>listtopic</type>
254
			</field>
255
			<field>
256
				<name>p2pCatchAll</name>
257
				<type>checkbox</type>
258
				<typehint>When enabled, all uncategorized traffic is fed to the p2p queue.</typehint>
259
				<bindstofield>ezshaper-&gt;step5-&gt;p2pcatchall</bindstofield>
260
			</field>
261
			<field>
262
				<name>Bandwidth</name>
263
				<type>input</type>
264
				<validate>^[0-9]*$</validate>
265
				<message>Speed must be numerical.</message>
266
				<bindstofield>ezshaper-&gt;step5-&gt;bandwidth</bindstofield>
267
				<combinefieldsbegin>true</combinefieldsbegin>
268
			</field>
269
			<field>
270
                                <combinefieldsend>true</combinefieldsend>
271
                                <dontdisplayname>true</dontdisplayname>
272
                                <dontcombinecells>true</dontcombinecells>
273
				<donotdisable>true</donotdisable>
274
                                <name>BandwidthSpeed</name>
275
                                <description>The limit you want to apply.</description>
276
                                <type>select</type>
277
                                <options>
278
				<option>
279
                                        <name>%</name>
280
                                        <value>%</value>
281
                                </option>
282
                                <option>
283
                                        <name>bit/s</name>
284
					<value>b</value>
285
                                </option>
286
                                <option>
287
                                        <name>Kilobit/s</name>
288
					<value>Kb</value>
289
                                </option>
290
                                <option>
291
                                        <name>Megabit/s</name>
292
					<value>Mb</value>
293
                                </option>
294
                                <option>
295
                                        <name>Gigabit/s</name>
296
					<value>Gb</value>
297
                                </option>
298
                                </options>
299
                                <bindstofield>ezshaper->step5->bandwidthunit</bindstofield>
300
                        </field>
301
			<field>
302
				<name>Enable/Disable specific P2P protocols</name>
303
				<type>listtopic</type>
304
			</field>
305
			<field>
306
				<name>Aimster</name>
307
				<type>checkbox</type>
308
				<typehint>Aimster and other P2P using the Aimster protocol and ports</typehint>
309
				<bindstofield>ezshaper-&gt;step5-&gt;aimster</bindstofield>
310
			</field>
311
			<field>
312
				<name>BitTorrent</name>
313
				<type>checkbox</type>
314
				<typehint>Bittorrent and other P2P using the Torrent protocol and ports</typehint>
315
				<bindstofield>ezshaper-&gt;step5-&gt;bittorrent</bindstofield>
316
			</field>
317
			<field>
318
				<name>BuddyShare</name>
319
				<type>checkbox</type>
320
				<typehint>BuddyShare and other P2P using the BuddyShare protocol and ports</typehint>
321
				<bindstofield>ezshaper-&gt;step5-&gt;buddyshare</bindstofield>
322
			</field>
323
			<field>
324
				<name>CuteMX</name>
325
				<type>checkbox</type>
326
				<typehint>CuteMX and other P2P using the CuteMX protocol and ports</typehint>
327
				<bindstofield>ezshaper-&gt;step5-&gt;cutemx</bindstofield>
328
			</field>
329
			<field>
330
				<name>DCplusplus</name>
331
				<type>checkbox</type>
332
				<typehint>DC++ and other P2P using the DC++ protocol and ports</typehint>
333
				<bindstofield>ezshaper-&gt;step5-&gt;dcplusplus</bindstofield>
334
			</field>
335
			<field>
336
				<name>DCC</name>
337
				<type>checkbox</type>
338
				<typehint>irc DCC file transfers</typehint>
339
				<bindstofield>ezshaper-&gt;step5-&gt;dcc</bindstofield>
340
			</field>
341
			<field>
342
				<name>DirectConnect</name>
343
				<type>checkbox</type>
344
				<typehint>DirectConnect and other P2P using the DirectConnect protocol and ports</typehint>
345
				<bindstofield>ezshaper-&gt;step5-&gt;directconnect</bindstofield>
346
			</field>
347
			<field>
348
				<name>DirectFileExpress</name>
349
				<type>checkbox</type>
350
				<typehint>DirectFileExpress and other P2P using the DirectFileExpress protocol and ports</typehint>
351
				<bindstofield>ezshaper-&gt;step5-&gt;directfileexpress</bindstofield>
352
			</field>
353
			<field>
354
				<name>eDonkey2000</name>
355
				<type>checkbox</type>
356
				<typehint>eDonkey and other P2P using the eDonkey protocol and ports</typehint>
357
				<bindstofield>ezshaper-&gt;step5-&gt;edonkey2000</bindstofield>
358
			</field>
359
			<field>
360
				<name>FastTrack</name>
361
				<type>checkbox</type>
362
				<typehint>FastTrack and other P2P using the FastTrack protocol and ports</typehint>
363
				<bindstofield>ezshaper-&gt;step5-&gt;fasttrack</bindstofield>
364
			</field>
365
			<field>
366
				<name>Gnutella</name>
367
				<type>checkbox</type>
368
				<typehint>Gnutella and other P2P using the Gnutella protocol and ports</typehint>
369
				<bindstofield>ezshaper-&gt;step5-&gt;gnutella</bindstofield>
370
			</field>
371
			<field>
372
				<name>grouper</name>
373
				<type>checkbox</type>
374
				<typehint>grouper and other P2P using the grouper protocol and ports</typehint>
375
				<bindstofield>ezshaper-&gt;step5-&gt;grouper</bindstofield>
376
			</field>
377
			<field>
378
				<name>hotComm</name>
379
				<type>checkbox</type>
380
				<typehint>hotComm and other P2P using the hotComm protocol and ports</typehint>
381
				<bindstofield>ezshaper-&gt;step5-&gt;hotcomm</bindstofield>
382
			</field>
383
			<field>
384
				<name>HotlineConnect</name>
385
				<type>checkbox</type>
386
				<typehint>HotlineConnect and other P2P using the HotlineConnect protocol and ports</typehint>
387
				<bindstofield>ezshaper-&gt;step5-&gt;hotlineconnect</bindstofield>
388
			</field>
389
			<field>
390
				<name>iMesh</name>
391
				<type>checkbox</type>
392
				<typehint>iMesh and other P2P using the iMesh protocol and ports</typehint>
393
				<bindstofield>ezshaper-&gt;step5-&gt;imesh</bindstofield>
394
			</field>
395
			<field>
396
				<name>Napster</name>
397
				<type>checkbox</type>
398
				<typehint>Napster and other P2P using the Napster protocol and ports</typehint>
399
				<bindstofield>ezshaper-&gt;step5-&gt;napster</bindstofield>
400
			</field>
401
			<field>
402
				<name>OpenNap</name>
403
				<type>checkbox</type>
404
				<typehint>OpenNap and other P2P using the OpenNap protocol and ports</typehint>
405
				<bindstofield>ezshaper-&gt;step5-&gt;opennap</bindstofield>
406
			</field>
407
			<field>
408
				<name>Scour</name>
409
				<type>checkbox</type>
410
				<typehint>Scour and other P2P using the Scour protocol and ports</typehint>
411
				<bindstofield>ezshaper-&gt;step5-&gt;scour</bindstofield>
412
			</field>
413
			<field>
414
				<name>Shareaza</name>
415
				<type>checkbox</type>
416
				<typehint>Shareaza and other P2P using the Shareaza protocol and ports</typehint>
417
				<bindstofield>ezshaper-&gt;step5-&gt;shareaza</bindstofield>
418
			</field>
419
			<field>
420
				<name>SongSpy</name>
421
				<type>checkbox</type>
422
				<typehint>SongSpy and other P2P using the SongSpy protocol and ports</typehint>
423
				<bindstofield>ezshaper-&gt;step5-&gt;songspy</bindstofield>
424
			</field>
425
			<field>
426
				<name>WinMX</name>
427
				<type>checkbox</type>
428
				<typehint>WinMX and other P2P using the WinMX protocol and ports</typehint>
429
				<bindstofield>ezshaper-&gt;step5-&gt;winmx</bindstofield>
430
			</field>
431
			<field>
432
				<name>Next</name>
433
				<type>submit</type>
434
			</field>
435
		</fields>
436
		<stepsubmitphpaction>step5_stepsubmitphpaction();</stepsubmitphpaction>
437
		<includefile>/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc</includefile>
438
	</step>
439
	<step>
440
		<id>6</id>
441
		<title>pfSense Traffic Shaper Wizard</title>
442
		<disableallfieldsbydefault>true</disableallfieldsbydefault>
443
		<description>Network Games</description>
444
		<fields>
445
			<field>
446
				<name>Enable</name>
447
				<type>checkbox</type>
448
				<typehint>Prioritize network gaming traffic</typehint>
449
				<description>This will raise the priority of gaming traffic to higher than most traffic.</description>
450
				<enablefields>BattleNET,EAOrigin,GameForWindowsLive,PlayStationConsoles,Steam,WiiConsoles,XboxConsoles,ARMA2,ARMA3,Battlefield2,Battlefield3,BattlefieldBC2,Borderlands,CallOfDuty,Counterstrike,Crysis2,Crysis3,DeltaForce,DeadSpace2,DeadSpace3,Dirt3,DOOM3,DragonAge2,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,FarCry3,GunZOnline,HalfLife,LeagueofLegends,Lineage2,MassEffect3,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,QuakeIII,QuakeIV,StarWarsTOR,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft</enablefields>
451
				<donotdisable>true</donotdisable>
452
				<bindstofield>ezshaper-&gt;step6-&gt;enable</bindstofield>
453
			</field>
454
			<field>
455
				<name>Next</name>
456
				<type>submit</type>
457
			</field>
458
			<field>
459
				<name>Enable/Disable specific game consoles and services</name>
460
				<type>listtopic</type>
461
			</field>
462
			<field>
463
				<name>BattleNET</name>
464
				<type>checkbox</type>
465
				<typehint>Battle.net - Virtually every game from Blizzard publishing should match this.  This includes the following game series: Starcraft, Diablo, Warcraft.  Guild Wars also uses this port.</typehint>
466
				<bindstofield>ezshaper-&gt;step6-&gt;battlenet</bindstofield>
467
			</field>
468
			<field>
469
				<name>EAOrigin</name>
470
				<type>checkbox</type>
471
				<typehint>EA Origin Client - Some PC games by EA use this.</typehint>
472
				<bindstofield>ezshaper-&gt;step6-&gt;eaorigin</bindstofield>
473
			</field>
474
				<field>
475
				<name>GameForWindowsLive</name>
476
				<type>checkbox</type>
477
				<typehint>Games for Windows Live</typehint>
478
				<bindstofield>ezshaper-&gt;step6-&gt;gamesforwindowslive</bindstofield>
479
			</field>
480
			<field>
481
				<name>PlayStationConsoles</name>
482
				<type>checkbox</type>
483
				<typehint>PlayStation Consoles - This should cover all ports required for the Playstation 4, Playstation, PS Vita</typehint>
484
				<bindstofield>ezshaper-&gt;step6-&gt;playstationconsoles</bindstofield>
485
			</field>
486
			<field>
487
				<name>Steam</name>
488
				<type>checkbox</type>
489
				<typehint>Steam Game Client (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Half-Life 2, COD: Black Ops Series, Borderlands 2, Natural Selection 2, Left 4 Dead Series, Portal 2 and many other games on the Steam)</typehint>
490
				<bindstofield>ezshaper-&gt;step6-&gt;steam</bindstofield>
491
			</field>
492
			<field>
493
				<name>WiiConsoles</name>
494
				<type>checkbox</type>
495
				<typehint>Wii Consoles - Wii, Wii U, DS and 3DS</typehint>
496
				<bindstofield>ezshaper-&gt;step6-&gt;wiiconsoles</bindstofield>
497
			</field>
498
			<field>
499
				<name>XboxConsoles</name>
500
				<type>checkbox</type>
501
				<typehint>Xbox Consoles - Xbox 360 and Xbox One</typehint>
502
				<bindstofield>ezshaper-&gt;step6-&gt;xboxconsoles</bindstofield>
503
			</field>
504
			<field>
505
				<name>Enable/Disable specific games</name>
506
				<type>listtopic</type>
507
			</field>
508
			<field>
509
				<name>ARMA2</name>
510
				<type>checkbox</type>
511
				<typehint>ARMA 2</typehint>
512
				<bindstofield>ezshaper-&gt;step6-&gt;arma2</bindstofield>
513
			</field>
514
			<field>
515
				<name>ARMA3</name>
516
				<type>checkbox</type>
517
				<typehint>ARMA 3</typehint>
518
				<bindstofield>ezshaper-&gt;step6-&gt;arma3</bindstofield>
519
			</field>
520
			<field>
521
				<name>Battlefield2</name>
522
				<type>checkbox</type>
523
				<typehint>Battlefield 2 - 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>
524
				<bindstofield>ezshaper-&gt;step6-&gt;battlefield2</bindstofield>
525
			</field>
526
			<field>
527
				<name>Battlefield3</name>
528
				<type>checkbox</type>
529
				<typehint>Battlefield 3 and 4 - 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>
530
				<bindstofield>ezshaper-&gt;step6-&gt;battlefield3</bindstofield>
531
			</field>
532
			<field>
533
				<name>BattlefieldBC2</name>
534
				<type>checkbox</type>
535
				<typehint>Battlefield: Bad Company 2</typehint>
536
				<bindstofield>ezshaper-&gt;step6-&gt;battlefieldbc2</bindstofield>
537
			</field>
538
			<field>
539
				<name>Borderlands</name>
540
				<type>checkbox</type>
541
				<typehint>Borderlands</typehint>
542
				<bindstofield>ezshaper-&gt;step6-&gt;borderlands</bindstofield>
543
			</field>
544
			<field>
545
				<name>CallOfDuty</name>
546
				<type>checkbox</type>
547
				<typehint>Call Of Duty (United Offensive)</typehint>
548
				<bindstofield>ezshaper-&gt;step6-&gt;callofduty</bindstofield>
549
			</field>
550
			<field>
551
				<name>Counterstrike</name>
552
				<type>checkbox</type>
553
				<typehint>Counterstrike.   The ultimate 1st person shooter.</typehint>
554
				<bindstofield>ezshaper-&gt;step6-&gt;counterstrike</bindstofield>
555
			</field>
556
			<field>
557
				<name>Crysis2</name>
558
				<type>checkbox</type>
559
				<typehint>Crysis 2</typehint>
560
				<bindstofield>ezshaper-&gt;step6-&gt;crysis2</bindstofield>
561
			</field>
562
			<field>
563
				<name>Crysis3</name>
564
				<type>checkbox</type>
565
				<typehint>Crysis 3</typehint>
566
				<bindstofield>ezshaper-&gt;step6-&gt;crysis3</bindstofield>
567
			</field>
568
			<field>
569
				<name>DeadSpace2</name>
570
				<type>checkbox</type>
571
				<typehint>Dead Space2 - this game uses a HUGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
572
				<bindstofield>ezshaper-&gt;step6-&gt;deadspace2</bindstofield>
573
			</field>
574
			<field>
575
				<name>DeadSpace3</name>
576
				<type>checkbox</type>
577
				<typehint>Dead Space 3</typehint>
578
				<bindstofield>ezshaper-&gt;step6-&gt;deadspace3</bindstofield>
579
			</field>
580
			<field>
581
				<name>DeltaForce</name>
582
				<type>checkbox</type>
583
				<typehint>Delta Force</typehint>
584
				<bindstofield>ezshaper-&gt;step6-&gt;deltaforce</bindstofield>
585
			</field>
586
			<field>
587
				<name>Dirt3</name>
588
				<type>checkbox</type>
589
				<typehint>Dirt 3</typehint>
590
				<bindstofield>ezshaper-&gt;step6-&gt;dirt3</bindstofield>
591
			</field>
592
			<field>
593
				<name>DOOM3</name>
594
				<type>checkbox</type>
595
				<typehint>DOOM3</typehint>
596
				<bindstofield>ezshaper-&gt;step6-&gt;doom3</bindstofield>
597
			</field>
598
			<field>
599
				<name>DragonAge2</name>
600
				<type>checkbox</type>
601
				<typehint>Dragon Age 2</typehint>
602
				<bindstofield>ezshaper-&gt;step6-&gt;dragonage2</bindstofield>
603
			</field>
604
			<field>
605
				<name>EmpireEarth</name>
606
				<type>checkbox</type>
607
				<typehint>Empire Earth</typehint>
608
				<bindstofield>ezshaper-&gt;step6-&gt;empireearth</bindstofield>
609
			</field>
610
			<field>
611
				<name>EveOnline</name>
612
				<type>checkbox</type>
613
				<typehint>EVE Online</typehint>
614
				<bindstofield>ezshaper-&gt;step6-&gt;eveonline</bindstofield>
615
			</field>
616
			<field>
617
				<name>Everquest</name>
618
				<type>checkbox</type>
619
				<typehint>Everquest - 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>
620
				<bindstofield>ezshaper-&gt;step6-&gt;everquest</bindstofield>
621
			</field>
622
			<field>
623
				<name>Everquest2</name>
624
				<type>checkbox</type>
625
				<typehint>Everquest II</typehint>
626
				<bindstofield>ezshaper-&gt;step6-&gt;everquest2</bindstofield>
627
			</field>
628
			<field>
629
				<name>FarCry</name>
630
				<type>checkbox</type>
631
				<typehint>Far Cry</typehint>
632
				<bindstofield>ezshaper-&gt;step6-&gt;farcry</bindstofield>
633
			</field>
634
			<field>
635
				<name>FarCry2</name>
636
				<type>checkbox</type>
637
				<typehint>Far Cry 2</typehint>
638
				<bindstofield>ezshaper-&gt;step6-&gt;farcry2</bindstofield>
639
			</field>
640
			<field>
641
				<name>FarCry3</name>
642
				<type>checkbox</type>
643
				<typehint>Far Cry 3</typehint>
644
				<bindstofield>ezshaper-&gt;step6-&gt;farcry3</bindstofield>
645
			</field>
646
			<field>
647
				<name>GunZOnline</name>
648
				<type>checkbox</type>
649
				<typehint>GunZ Online</typehint>
650
				<bindstofield>ezshaper-&gt;step6-&gt;gunzonline</bindstofield>
651
			</field>
652
			<field>
653
				<name>HalfLife</name>
654
				<type>checkbox</type>
655
				<typehint>Half-Life</typehint>
656
				<bindstofield>ezshaper-&gt;step6-&gt;halflife</bindstofield>
657
			</field>
658
			<field>
659
				<name>LeagueofLegends</name>
660
				<type>checkbox</type>
661
				<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>
662
				<bindstofield>ezshaper-&gt;step6-&gt;leagueoflegends</bindstofield>
663
			</field>
664
			<field>
665
				<name>Lineage2</name>
666
				<type>checkbox</type>
667
				<typehint>Lineage II</typehint>
668
				<bindstofield>ezshaper-&gt;step6-&gt;lineage2</bindstofield>
669
			</field>
670
			<field>
671
				<name>MassEffect3</name>
672
				<type>checkbox</type>
673
				<typehint>Mass Effect 3</typehint>
674
				<bindstofield>ezshaper-&gt;step6-&gt;masseffect3</bindstofield>
675
			</field>
676
			<field>
677
				<name>MechwarriorOnline</name>
678
				<type>checkbox</type>
679
				<typehint>MechWarrior: Online - 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>
680
				<bindstofield>ezshaper-&gt;step6-&gt;mechwarrioronline</bindstofield>
681
			</field>
682
			<field>
683
				<name>Minecraft</name>
684
				<type>checkbox</type>
685
				<typehint>Minecraft</typehint>
686
				<bindstofield>ezshaper-&gt;step6-&gt;minecraft</bindstofield>
687
			</field>
688
			<field>
689
				<name>PlanetSide</name>
690
				<type>checkbox</type>
691
				<typehint>PlanetSide</typehint>
692
				<bindstofield>ezshaper-&gt;step6-&gt;planetside</bindstofield>
693
			</field>
694
			<field>
695
				<name>PlanetSide2</name>
696
				<type>checkbox</type>
697
				<typehint>PlanetSide 2</typehint>
698
				<bindstofield>ezshaper-&gt;step6-&gt;planetside2</bindstofield>
699
			</field>
700
			<field>
701
				<name>OperationFlashpointDR</name>
702
				<type>checkbox</type>
703
				<typehint>Operation Flashpoint: Dragon Rising</typehint>
704
				<bindstofield>ezshaper-&gt;step6-&gt;operationflashpoint-dr</bindstofield>
705
			</field>
706
			<field>
707
				<name>QuakeIII</name>
708
				<type>checkbox</type>
709
				<typehint>Quake III</typehint>
710
				<bindstofield>ezshaper-&gt;step6-&gt;quakeiii</bindstofield>
711
			</field>
712
			<field>
713
				<name>QuakeIV</name>
714
				<type>checkbox</type>
715
				<typehint>Quake IV</typehint>
716
				<bindstofield>ezshaper-&gt;step6-&gt;quakeiv</bindstofield>
717
			</field>
718
			<field>
719
				<name>StarWarsTOR</name>
720
				<type>checkbox</type>
721
				<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>
722
				<bindstofield>ezshaper-&gt;step6-&gt;starwarstor</bindstofield>
723
			</field>
724
			<field>
725
				<name>TigerWoods2004PS2</name>
726
				<type>checkbox</type>
727
				<typehint>Tiger Woods 2004 for PS2</typehint>
728
				<bindstofield>ezshaper-&gt;step6-&gt;tigerwoods2004ps2</bindstofield>
729
			</field>
730
			<field>
731
				<name>TribesAscend</name>
732
				<type>checkbox</type>
733
				<typehint>Tribes Ascend</typehint>
734
				<bindstofield>ezshaper-&gt;step6-&gt;tribesascend</bindstofield>
735
			</field>
736
			<field>
737
				<name>UnrealTournament</name>
738
				<type>checkbox</type>
739
				<typehint>Unreal Tournament Series</typehint>
740
				<bindstofield>ezshaper-&gt;step6-&gt;unrealtournament</bindstofield>
741
			</field>
742
			<field>
743
				<name>WolfensteinEnemyTerritory</name>
744
				<type>checkbox</type>
745
				<typehint>Wolfenstein Enemy Territory</typehint>
746
				<bindstofield>ezshaper-&gt;step6-&gt;wolfet</bindstofield>
747
			</field>
748
			<field>
749
				<name>WorldOfWarcraft</name>
750
				<type>checkbox</type>
751
				<typehint>World of Warcraft</typehint>
752
				<bindstofield>ezshaper-&gt;step6-&gt;wow</bindstofield>
753
			</field>
754
			<field>
755
				<name>Next</name>
756
				<type>submit</type>
757
			</field>
758
		</fields>
759
		<includefile>/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc</includefile>
760
	</step>
761
	<step>
762
		<id>7</id>
763
		<title>pfSense Traffic Shaper Wizard</title>
764
		<disableallfieldsbydefault>true</disableallfieldsbydefault>
765
		<description>Raise or lower other Applications</description>
766
		<fields>
767
			<field>
768
				<name>Enable</name>
769
				<type>checkbox</type>
770
				<typehint>Other networking protocols</typehint>
771
				<description>This will help raise or lower the priority of other protocols higher than most traffic.</description>
772
				<enablefields>AppleRemoteDesktop,MSRDP,PCAnywhere,VNC,AIM,Facetime,GoogleHangouts,ICQ,IRC,Jabber,MSN,TeamSpeak,TeamSpeak3,Ventrilo,PPTP,IPSEC,iTunesRadio,StreamingMP3,RTSP,HTTP,IMAP,LotusNotes,POP3,SMTP,BattleNETDownloader,SteamDownloader,APNS,AppleMobileSync,CrashPlan,CVSUP,DNS,GIT,HBCI,ICMP,MySqlServer,NNTP,Slingbox,SMB,SNMP,Subversion</enablefields>
773
				<donotdisable>true</donotdisable>
774
				<bindstofield>ezshaper-&gt;step7-&gt;enable</bindstofield>
775
			</field>
776
			<field>
777
				<name>Next</name>
778
				<type>submit</type>
779
			</field>
780
			<field>
781
				<name>Remote Service / Terminal emulation</name>
782
				<type>listtopic</type>
783
			</field>
784
			<field>
785
				<name>AppleRemoteDesktop</name>
786
				<bindstofield>ezshaper-&gt;step7-&gt;appleremotedesktop</bindstofield>
787
				<type>select</type>
788
				<options>
789
					<option>
790
						<name>Default priority</name>
791
						<value>D</value>
792
					</option>
793
					<option>
794
						<name>Higher priority</name>
795
						<value>H</value>
796
					</option>
797
					<option>
798
						<name>Lower priority</name>
799
						<value>L</value>
800
					</option>
801
				</options>
802
				<typehint>Apple Remote Desktop</typehint>
803
			</field>
804
			<field>
805
				<name>MSRDP</name>
806
				<type>select</type>
807
				<bindstofield>ezshaper-&gt;step7-&gt;msrdp</bindstofield>
808
				<options>
809
					<option>
810
						<name>Default priority</name>
811
						<value>D</value>
812
					</option>
813
					<option>
814
						<name>Higher priority</name>
815
						<value>H</value>
816
					</option>
817
					<option>
818
						<name>Lower priority</name>
819
						<value>L</value>
820
					</option>
821
				</options>
822
				<typehint>Microsoft Remote Desktop Protocol</typehint>
823
			</field>
824
			<field>
825
				<name>PCAnywhere</name>
826
				<bindstofield>ezshaper-&gt;step7-&gt;pcanywhere</bindstofield>
827
				<type>select</type>
828
				<options>
829
					<option>
830
						<name>Default priority</name>
831
						<value>D</value>
832
					</option>
833
					<option>
834
						<name>Higher priority</name>
835
						<value>H</value>
836
					</option>
837
					<option>
838
						<name>Lower priority</name>
839
						<value>L</value>
840
					</option>
841
				</options>
842
				<typehint>Symantec PC Anywhere</typehint>
843
			</field>
844
			<field>
845
				<name>VNC</name>
846
				<bindstofield>ezshaper-&gt;step7-&gt;vnc</bindstofield>
847
				<type>select</type>
848
				<options>
849
					<option>
850
						<name>Default priority</name>
851
						<value>D</value>
852
					</option>
853
					<option>
854
						<name>Higher priority</name>
855
						<value>H</value>
856
					</option>
857
					<option>
858
						<name>Lower priority</name>
859
						<value>L</value>
860
					</option>
861
				</options>
862
				<typehint>Virtual Network Computing</typehint>
863
			</field>
864
			<field>
865
				<name>Messengers</name>
866
				<type>listtopic</type>
867
			</field>
868
			<field>
869
				<name>AIM</name>
870
				<bindstofield>ezshaper-&gt;step7-&gt;aolinstantmessenger</bindstofield>
871
				<type>select</type>
872
				<options>
873
					<option>
874
						<name>Default priority</name>
875
						<value>D</value>
876
					</option>
877
					<option>
878
						<name>Higher priority</name>
879
						<value>H</value>
880
					</option>
881
					<option>
882
						<name>Lower priority</name>
883
						<value>L</value>
884
					</option>
885
				</options>
886
				<typehint>AOL Instant Messenger</typehint>
887
			</field>
888
			<field>
889
				<name>Facetime</name>
890
				<bindstofield>ezshaper-&gt;step7-&gt;facetime</bindstofield>
891
				<type>select</type>
892
				<options>
893
					<option>
894
						<name>Default priority</name>
895
						<value>D</value>
896
					</option>
897
					<option>
898
						<name>Higher priority</name>
899
						<value>H</value>
900
					</option>
901
					<option>
902
						<name>Lower priority</name>
903
						<value>L</value>
904
					</option>
905
				</options>
906
				<typehint>Facetime</typehint>
907
			</field>
908
			<field>
909
				<name>ICQ</name>
910
				<bindstofield>ezshaper-&gt;step7-&gt;icq</bindstofield>
911
				<type>select</type>
912
				<options>
913
					<option>
914
						<name>Default priority</name>
915
						<value>D</value>
916
					</option>
917
					<option>
918
						<name>Higher priority</name>
919
						<value>H</value>
920
					</option>
921
					<option>
922
						<name>Lower priority</name>
923
						<value>L</value>
924
					</option>
925
				</options>
926
				<typehint>ICQ</typehint>
927
			</field>
928
			<field>
929
				<name>IRC</name>
930
				<type>select</type>
931
				<bindstofield>ezshaper-&gt;step7-&gt;irc</bindstofield>
932
				<options>
933
					<option>
934
						<name>Default priority</name>
935
						<value>D</value>
936
					</option>
937
					<option>
938
						<name>Higher priority</name>
939
						<value>H</value>
940
					</option>
941
					<option>
942
						<name>Lower priority</name>
943
						<value>L</value>
944
					</option>
945
				</options>
946
				<typehint>Internet Relay Chat</typehint>
947
			</field>
948
			<field>
949
				<name>Jabber</name>
950
				<type>select</type>
951
				<bindstofield>ezshaper-&gt;step7-&gt;jabber</bindstofield>
952
				<options>
953
					<option>
954
						<name>Default priority</name>
955
						<value>D</value>
956
					</option>
957
					<option>
958
						<name>Higher priority</name>
959
						<value>H</value>
960
					</option>
961
					<option>
962
						<name>Lower priority</name>
963
						<value>L</value>
964
					</option>
965
				</options>
966
				<typehint>Jabber instant messanger</typehint>
967
			</field>
968
			<field>
969
				<name>GoogleHangouts</name>
970
				<bindstofield>ezshaper-&gt;step7-&gt;googlehangouts</bindstofield>
971
				<type>select</type>
972
				<options>
973
					<option>
974
						<name>Default priority</name>
975
						<value>D</value>
976
					</option>
977
					<option>
978
						<name>Higher priority</name>
979
						<value>H</value>
980
					</option>
981
					<option>
982
						<name>Lower priority</name>
983
						<value>L</value>
984
					</option>
985
				</options>
986
				<typehint>Google Hangouts</typehint>
987
			</field>
988
			<field>
989
				<name>MSN</name>
990
				<bindstofield>ezshaper-&gt;step7-&gt;msnmessenger</bindstofield>
991
				<type>select</type>
992
				<options>
993
					<option>
994
						<name>Default priority</name>
995
						<value>D</value>
996
					</option>
997
					<option>
998
						<name>Higher priority</name>
999
						<value>H</value>
1000
					</option>
1001
					<option>
1002
						<name>Lower priority</name>
1003
						<value>L</value>
1004
					</option>
1005
				</options>
1006
				<typehint>MSN Messenger</typehint>
1007
			</field>
1008
			<field>
1009
				<name>Teamspeak</name>
1010
				<bindstofield>ezshaper-&gt;step7-&gt;teamspeak</bindstofield>
1011
				<type>select</type>
1012
				<options>
1013
					<option>
1014
						<name>Default priority</name>
1015
						<value>D</value>
1016
					</option>
1017
					<option>
1018
						<name>Higher priority</name>
1019
						<value>H</value>
1020
					</option>
1021
					<option>
1022
						<name>Lower priority</name>
1023
						<value>L</value>
1024
					</option>
1025
				</options>
1026
				<typehint>TeamSpeak</typehint>
1027
			</field>
1028
			<field>
1029
				<name>Teamspeak3</name>
1030
				<bindstofield>ezshaper-&gt;step7-&gt;teamspeak3</bindstofield>
1031
				<type>select</type>
1032
				<options>
1033
					<option>
1034
						<name>Default priority</name>
1035
						<value>D</value>
1036
					</option>
1037
					<option>
1038
						<name>Higher priority</name>
1039
						<value>H</value>
1040
					</option>
1041
					<option>
1042
						<name>Lower priority</name>
1043
						<value>L</value>
1044
					</option>
1045
				</options>
1046
				<typehint>TeamSpeak 3</typehint>
1047
			</field>
1048
			<field>
1049
				<name>Ventrilo</name>
1050
				<bindstofield>ezshaper-&gt;step7-&gt;ventrilo</bindstofield>
1051
				<type>select</type>
1052
				<options>
1053
					<option>
1054
						<name>Default priority</name>
1055
						<value>D</value>
1056
					</option>
1057
					<option>
1058
						<name>Higher priority</name>
1059
						<value>H</value>
1060
					</option>
1061
					<option>
1062
						<name>Lower priority</name>
1063
						<value>L</value>
1064
					</option>
1065
				</options>
1066
				<typehint>Ventrilo</typehint>
1067
			</field>
1068
			<field>
1069
				<name>VPN</name>
1070
				<type>listtopic</type>
1071
			</field>
1072
			<field>
1073
				<name>PPTP</name>
1074
				<type>select</type>
1075
				<bindstofield>ezshaper-&gt;step7-&gt;pptp</bindstofield>
1076
				<options>
1077
					<option>
1078
						<name>Default priority</name>
1079
						<value>D</value>
1080
					</option>
1081
					<option>
1082
						<name>Higher priority</name>
1083
						<value>H</value>
1084
					</option>
1085
					<option>
1086
						<name>Lower priority</name>
1087
						<value>L</value>
1088
					</option>
1089
				</options>
1090
				<typehint>Microsoft Point to Point tunneling protocol</typehint>
1091
			</field>
1092
			<field>
1093
				<name>IPSEC</name>
1094
				<type>select</type>
1095
				<bindstofield>ezshaper-&gt;step7-&gt;ipsec</bindstofield>
1096
				<options>
1097
					<option>
1098
						<name>Default priority</name>
1099
						<value>D</value>
1100
					</option>
1101
					<option>
1102
						<name>Higher priority</name>
1103
						<value>H</value>
1104
					</option>
1105
					<option>
1106
						<name>Lower priority</name>
1107
						<value>L</value>
1108
					</option>
1109
				</options>
1110
				<typehint>IPSEC VPN traffic</typehint>
1111
			</field>
1112
			<field>
1113
				<name>Multimedia/Streaming</name>
1114
				<type>listtopic</type>
1115
			</field>
1116
			<field>
1117
				<name>iTunesRadio</name>
1118
				<type>select</type>
1119
				<bindstofield>ezshaper-&gt;step7-&gt;itunesradio</bindstofield>
1120
				<options>
1121
					<option>
1122
						<name>Default priority</name>
1123
						<value>D</value>
1124
					</option>
1125
					<option>
1126
						<name>Higher priority</name>
1127
						<value>H</value>
1128
					</option>
1129
					<option>
1130
						<name>Lower priority</name>
1131
						<value>L</value>
1132
					</option>
1133
				</options>
1134
				<typehint>iTunes Radio - this rule uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
1135
			</field>
1136
			<field>
1137
				<name>StreamingMP3</name>
1138
				<type>select</type>
1139
				<bindstofield>ezshaper-&gt;step7-&gt;streamingmp3</bindstofield>
1140
				<options>
1141
					<option>
1142
						<name>Default priority</name>
1143
						<value>D</value>
1144
					</option>
1145
					<option>
1146
						<name>Higher priority</name>
1147
						<value>H</value>
1148
					</option>
1149
					<option>
1150
						<name>Lower priority</name>
1151
						<value>L</value>
1152
					</option>
1153
				</options>
1154
				<typehint>Streaming Media</typehint>
1155
			</field>
1156
			<field>
1157
				<name>RTSP</name>
1158
				<bindstofield>ezshaper-&gt;step7-&gt;rtsp</bindstofield>
1159
				<type>select</type>
1160
				<options>
1161
					<option>
1162
						<name>Default priority</name>
1163
						<value>D</value>
1164
					</option>
1165
					<option>
1166
						<name>Higher priority</name>
1167
						<value>H</value>
1168
					</option>
1169
					<option>
1170
						<name>Lower priority</name>
1171
						<value>L</value>
1172
					</option>
1173
				</options>
1174
				<typehint>RealTime streaming protocol</typehint>
1175
			</field>
1176
			<field>
1177
				<name>Web</name>
1178
				<type>listtopic</type>
1179
			</field>
1180
			<field>
1181
				<name>HTTP</name>
1182
				<type>select</type>
1183
				<bindstofield>ezshaper-&gt;step7-&gt;http</bindstofield>
1184
				<options>
1185
					<option>
1186
						<name>Default priority</name>
1187
						<value>D</value>
1188
					</option>
1189
					<option>
1190
						<name>Higher priority</name>
1191
						<value>H</value>
1192
					</option>
1193
					<option>
1194
						<name>Lower priority</name>
1195
						<value>L</value>
1196
					</option>
1197
				</options>
1198
				<typehint>HTTP and HTTPS aka Web Traffic</typehint>
1199
			</field>
1200
			<field>
1201
				<name>Mail</name>
1202
				<type>listtopic</type>
1203
			</field>
1204
			<field>
1205
				<name>SMTP</name>
1206
				<type>select</type>
1207
				<bindstofield>ezshaper-&gt;step7-&gt;smtp</bindstofield>
1208
				<options>
1209
					<option>
1210
						<name>Default priority</name>
1211
						<value>D</value>
1212
					</option>
1213
					<option>
1214
						<name>Higher priority</name>
1215
						<value>H</value>
1216
					</option>
1217
					<option>
1218
						<name>Lower priority</name>
1219
						<value>L</value>
1220
					</option>
1221
				</options>
1222
				<typehint>Mail Protocol</typehint>
1223
			</field>
1224
			<field>
1225
				<name>POP3</name>
1226
				<type>select</type>
1227
				<bindstofield>ezshaper-&gt;step7-&gt;pop3</bindstofield>
1228
				<options>
1229
					<option>
1230
						<name>Default priority</name>
1231
						<value>D</value>
1232
					</option>
1233
					<option>
1234
						<name>Higher priority</name>
1235
						<value>H</value>
1236
					</option>
1237
					<option>
1238
						<name>Lower priority</name>
1239
						<value>L</value>
1240
					</option>
1241
				</options>
1242
				<typehint>POP3 Protocol</typehint>
1243
			</field>
1244
			<field>
1245
				<name>IMAP</name>
1246
				<bindstofield>ezshaper-&gt;step7-&gt;imap</bindstofield>
1247
				<type>select</type>
1248
				<options>
1249
					<option>
1250
						<name>Default priority</name>
1251
						<value>D</value>
1252
					</option>
1253
					<option>
1254
						<name>Higher priority</name>
1255
						<value>H</value>
1256
					</option>
1257
					<option>
1258
						<name>Lower priority</name>
1259
						<value>L</value>
1260
					</option>
1261
				</options>
1262
				<typehint>IMAP Protocol</typehint>
1263
			</field>
1264
			<field>
1265
				<name>LotusNotes</name>
1266
				<bindstofield>ezshaper-&gt;step7-&gt;lotusnotes</bindstofield>
1267
				<type>select</type>
1268
				<options>
1269
					<option>
1270
						<name>Default priority</name>
1271
						<value>D</value>
1272
					</option>
1273
					<option>
1274
						<name>Higher priority</name>
1275
						<value>H</value>
1276
					</option>
1277
					<option>
1278
						<name>Lower priority</name>
1279
						<value>L</value>
1280
					</option>
1281
				</options>
1282
				<typehint>Lotus Notes</typehint>
1283
			</field>
1284
			<field>
1285
				<name>Game Downloader</name>
1286
				<type>listtopic</type>
1287
			</field>
1288
			<field>
1289
				<name>BattleNetDownloader</name>
1290
				<type>select</type>
1291
				<bindstofield>ezshaper-&gt;step7-&gt;battlenetdownloader</bindstofield>
1292
				<options>
1293
					<option>
1294
						<name>Default priority</name>
1295
						<value>D</value>
1296
					</option>
1297
					<option>
1298
						<name>Higher priority</name>
1299
						<value>H</value>
1300
					</option>
1301
					<option>
1302
						<name>Lower priority</name>
1303
						<value>L</value>
1304
					</option>
1305
				</options>
1306
				<typehint>Battle.NET Downloader</typehint>
1307
			</field>
1308
			<field>
1309
				<name>SteamDownloader</name>
1310
				<type>select</type>
1311
				<bindstofield>ezshaper-&gt;step7-&gt;steamdownloader</bindstofield>
1312
				<options>
1313
					<option>
1314
						<name>Default priority</name>
1315
						<value>D</value>
1316
					</option>
1317
					<option>
1318
						<name>Higher priority</name>
1319
						<value>H</value>
1320
					</option>
1321
					<option>
1322
						<name>Lower priority</name>
1323
						<value>L</value>
1324
					</option>
1325
				</options>
1326
				<typehint>Steam Downloader</typehint>
1327
			</field>
1328
			<field>
1329
				<name>Miscellaneous</name>
1330
				<type>listtopic</type>
1331
			</field>
1332
			<field>
1333
				<name>APNS</name>
1334
				<type>select</type>
1335
				<bindstofield>ezshaper-&gt;step7-&gt;apns</bindstofield>
1336
				<options>
1337
					<option>
1338
						<name>Default priority</name>
1339
						<value>D</value>
1340
					</option>
1341
					<option>
1342
						<name>Higher priority</name>
1343
						<value>H</value>
1344
					</option>
1345
					<option>
1346
						<name>Lower priority</name>
1347
						<value>L</value>
1348
					</option>
1349
				</options>
1350
				<typehint>Apple Push Notification Service</typehint>
1351
			</field>
1352
			<field>
1353
				<name>AppleMobileSync</name>
1354
				<type>select</type>
1355
				<bindstofield>ezshaper-&gt;step7-&gt;applemobilesync</bindstofield>
1356
				<options>
1357
					<option>
1358
						<name>Default priority</name>
1359
						<value>D</value>
1360
					</option>
1361
					<option>
1362
						<name>Higher priority</name>
1363
						<value>H</value>
1364
					</option>
1365
					<option>
1366
						<name>Lower priority</name>
1367
						<value>L</value>
1368
					</option>
1369
				</options>
1370
				<typehint>Apple Mobile Sync</typehint>
1371
			</field>
1372
			<field>
1373
				<name>CrashPlan</name>
1374
				<bindstofield>ezshaper-&gt;step7-&gt;crashplan</bindstofield>
1375
				<type>select</type>
1376
				<options>
1377
					<option>
1378
						<name>Default priority</name>
1379
						<value>D</value>
1380
					</option>
1381
					<option>
1382
						<name>Higher priority</name>
1383
						<value>H</value>
1384
					</option>
1385
					<option>
1386
						<name>Lower priority</name>
1387
						<value>L</value>
1388
					</option>
1389
				</options>
1390
				<typehint>CrashPlan</typehint>
1391
			</field>
1392
			<field>
1393
				<name>CVSUP</name>
1394
				<bindstofield>ezshaper-&gt;step7-&gt;cvsup</bindstofield>
1395
				<type>select</type>
1396
				<options>
1397
					<option>
1398
						<name>Default priority</name>
1399
						<value>D</value>
1400
					</option>
1401
					<option>
1402
						<name>Higher priority</name>
1403
						<value>H</value>
1404
					</option>
1405
					<option>
1406
						<name>Lower priority</name>
1407
						<value>L</value>
1408
					</option>
1409
				</options>
1410
				<typehint>CVSUP</typehint>
1411
			</field>
1412
			<field>
1413
				<name>DNS</name>
1414
				<type>select</type>
1415
				<bindstofield>ezshaper-&gt;step7-&gt;dns</bindstofield>
1416
				<options>
1417
					<option>
1418
						<name>Default priority</name>
1419
						<value>D</value>
1420
					</option>
1421
					<option>
1422
						<name>Higher priority</name>
1423
						<value>H</value>
1424
					</option>
1425
					<option>
1426
						<name>Lower priority</name>
1427
						<value>L</value>
1428
					</option>
1429
				</options>
1430
				<typehint>Domain Name Services</typehint>
1431
			</field>
1432
			<field>
1433
				<name>Git</name>
1434
				<bindstofield>ezshaper-&gt;step7-&gt;git</bindstofield>
1435
				<type>select</type>
1436
				<options>
1437
					<option>
1438
						<name>Default priority</name>
1439
						<value>D</value>
1440
					</option>
1441
					<option>
1442
						<name>Higher priority</name>
1443
						<value>H</value>
1444
					</option>
1445
					<option>
1446
						<name>Lower priority</name>
1447
						<value>L</value>
1448
					</option>
1449
				</options>
1450
				<typehint>Git Server</typehint>
1451
			</field>
1452
			<field>
1453
				<name>HBCI</name>
1454
				<bindstofield>ezshaper-&gt;step7-&gt;hbci</bindstofield>
1455
				<type>select</type>
1456
				<options>
1457
					<option>
1458
						<name>Default priority</name>
1459
						<value>D</value>
1460
					</option>
1461
					<option>
1462
						<name>Higher priority</name>
1463
						<value>H</value>
1464
					</option>
1465
					<option>
1466
						<name>Lower priority</name>
1467
						<value>L</value>
1468
					</option>
1469
				</options>
1470
				<typehint>HBCI</typehint>
1471
			</field>
1472
			<field>
1473
				<name>ICMP</name>
1474
				<bindstofield>ezshaper-&gt;step7-&gt;icmp</bindstofield>
1475
				<type>select</type>
1476
				<options>
1477
					<option>
1478
						<name>Default priority</name>
1479
						<value>D</value>
1480
					</option>
1481
					<option>
1482
						<name>Higher priority</name>
1483
						<value>H</value>
1484
					</option>
1485
					<option>
1486
						<name>Lower priority</name>
1487
						<value>L</value>
1488
					</option>
1489
				</options>
1490
				<typehint>ICMP Protocol</typehint>
1491
			</field>
1492
			<field>
1493
				<name>SMB</name>
1494
				<bindstofield>ezshaper-&gt;step7-&gt;smb</bindstofield>
1495
				<type>select</type>
1496
				<options>
1497
					<option>
1498
						<name>Default priority</name>
1499
						<value>D</value>
1500
					</option>
1501
					<option>
1502
						<name>Higher priority</name>
1503
						<value>H</value>
1504
					</option>
1505
					<option>
1506
						<name>Lower priority</name>
1507
						<value>L</value>
1508
					</option>
1509
				</options>
1510
				<typehint>Microsoft SMB Protocol and friends</typehint>
1511
			</field>
1512
			<field>
1513
				<name>SNMP</name>
1514
				<bindstofield>ezshaper-&gt;step7-&gt;snmp</bindstofield>
1515
				<type>select</type>
1516
				<options>
1517
					<option>
1518
						<name>Default priority</name>
1519
						<value>D</value>
1520
					</option>
1521
					<option>
1522
						<name>Higher priority</name>
1523
						<value>H</value>
1524
					</option>
1525
					<option>
1526
						<name>Lower priority</name>
1527
						<value>L</value>
1528
					</option>
1529
				</options>
1530
				<typehint>Simple Network Management Protocol</typehint>
1531
			</field>
1532
			<field>
1533
				<name>MySQLServer</name>
1534
				<bindstofield>ezshaper-&gt;step7-&gt;mysqlserver</bindstofield>
1535
				<type>select</type>
1536
				<options>
1537
					<option>
1538
						<name>Default priority</name>
1539
						<value>D</value>
1540
					</option>
1541
					<option>
1542
						<name>Higher priority</name>
1543
						<value>H</value>
1544
					</option>
1545
					<option>
1546
						<name>Lower priority</name>
1547
						<value>L</value>
1548
					</option>
1549
				</options>
1550
				<typehint>MySQL Server</typehint>
1551
			</field>
1552
			<field>
1553
				<name>NNTP</name>
1554
				<bindstofield>ezshaper-&gt;step7-&gt;nntp</bindstofield>
1555
				<type>select</type>
1556
				<options>
1557
					<option>
1558
						<name>Default priority</name>
1559
						<value>D</value>
1560
					</option>
1561
					<option>
1562
						<name>Higher priority</name>
1563
						<value>H</value>
1564
					</option>
1565
					<option>
1566
						<name>Lower priority</name>
1567
						<value>L</value>
1568
					</option>
1569
				</options>
1570
				<typehint>Internet News</typehint>
1571
			</field>
1572
			<field>
1573
				<name>Slingbox</name>
1574
				<bindstofield>ezshaper-&gt;step7-&gt;slingbox</bindstofield>
1575
				<type>select</type>
1576
				<options>
1577
					<option>
1578
						<name>Default priority</name>
1579
						<value>D</value>
1580
					</option>
1581
					<option>
1582
						<name>Higher priority</name>
1583
						<value>H</value>
1584
					</option>
1585
					<option>
1586
						<name>Lower priority</name>
1587
						<value>L</value>
1588
					</option>
1589
				</options>
1590
				<typehint>Slingbox</typehint>
1591
			</field>
1592
			<field>
1593
				<name>Subversion</name>
1594
				<bindstofield>ezshaper-&gt;step7-&gt;subversion</bindstofield>
1595
				<type>select</type>
1596
				<options>
1597
					<option>
1598
						<name>Default priority</name>
1599
						<value>D</value>
1600
					</option>
1601
					<option>
1602
						<name>Higher priority</name>
1603
						<value>H</value>
1604
					</option>
1605
					<option>
1606
						<name>Lower priority</name>
1607
						<value>L</value>
1608
					</option>
1609
				</options>
1610
				<typehint>Subversion Server</typehint>
1611
			</field>
1612
			<field>
1613
				<name>Next</name>
1614
				<type>submit</type>
1615
			</field>
1616
		</fields>
1617
		<includefile>/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc</includefile>
1618
	</step>
1619
	<step>
1620
		<id>8</id>
1621
		<title>pfSense Traffic Shaper Wizard</title>
1622
		<field>
1623
			<name>Reload profile notice</name>
1624
			<type>listtopic</type>
1625
		</field>
1626
		<description>    After pressing Finish the system will load the new profile.&lt;br/&gt;    Please note that this may take a moment.&lt;br/&gt;    Also note that the traffic shaper is stateful meaning that only new connections will be shaped.&lt;br/&gt;    If this is an issue please reset the state table after loading the profile.&lt;br/&gt;</description>
1627
		<fields>
1628
			<field>
1629
				<name>Finish</name>
1630
				<type>submit</type>
1631
			</field>
1632
		</fields>
1633
		<stepsubmitphpaction>step8_stepsubmitphpaction();</stepsubmitphpaction>
1634
		<includefile>/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc</includefile>
1635
	</step>
1636
</pfsensewizard>
(7-7/7)