Project

General

Profile

Download (24.2 KB) Statistics
| Branch: | Tag: | Revision:
1 751dd5b3 Ermal
<?php
2 cd95b46e Ermal
/*
3
        part of pfSense (http://www.pfsense.org/)
4
5
        Copyright (C) 2006 Bill Marquette - bill.marquette@gmail.com.
6
        Copyright (C) 2006 Scott Ullrich - sullrich@pfsense.com.
7
        Copyright (C) 2008-2010 Ermal Lu?i
8
        All rights reserved.
9
10
        Redistribution and use in source and binary forms, with or without
11
        modification, are permitted provided that the following conditions are met:
12
13
        1. Redistributions of source code must retain the above copyright notice,
14
           this list of conditions and the following disclaimer.
15
16
        2. Redistributions in binary form must reproduce the above copyright
17
           notice, this list of conditions and the following disclaimer in the
18
           documentation and/or other materials provided with the distribution.
19
20
        THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
21
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
22
        AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23
        AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
24
        OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25
        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26
        INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
        POSSIBILITY OF SUCH DAMAGE.
30
*/
31 751dd5b3 Ermal
32
$gamesplist = array();
33
34 435e715f unknown
$gamesplist['arma2'] = array();
35
	/* ARMA 2 */
36
	$gamesplist['arma2'][] = array('arma2', 'udp', '2302', '2310', 'both');
37
	
38
$gamesplist['battlenet'] = array();
39
	/* Blizzard Publishing games */
40
	$gamesplist['battlenet'][] = array('Battle.NET-game1-tcp', 'tcp', '6112', '6119', 'both'); //diablo, diablo2, starcraft, warcraft 2, warcraft 3
41
	$gamesplist['battlenet'][] = array('Battle.NET-game1-udp', 'udp', '6112', '6119', 'both'); //diablo, diablo2, starcraft, warcraft 2
42
	$gamesplist['battlenet'][] = array('Battle.NET-diablo2', 'tcp', '4000', '4000', 'both'); //diablo2
43
	$gamesplist['battlenet'][] = array('Battle.NET-game2', 'tcp', '1119', '1119', 'both');  //diablo3, starcraft 2
44
45 751dd5b3 Ermal
$gamesplist['battlefield2'] = array();
46
	/* Battlefield 2 */
47
	$gamesplist['battlefield2'][] = array('BF2-1500-4999', 'udp', '1500', '4999', 'both');
48
	$gamesplist['battlefield2'][] = array('BF2-4711', 'tcp', '4711', '4711', 'both');
49
	$gamesplist['battlefield2'][] = array('BF2-16567', 'udp', '16567', '16567', 'both');
50
	$gamesplist['battlefield2'][] = array('BF2-27900', 'udp', '27900', '27900', 'both');
51
	$gamesplist['battlefield2'][] = array('BF2-28910', 'tcp', '28910', '28910', 'both');
52
	$gamesplist['battlefield2'][] = array('BF2-29900-29901-UDP', 'udp', '29900', '29901', 'both');
53
	$gamesplist['battlefield2'][] = array('BF2-29900-29901-TCP', 'tcp', '29900', '29901', 'both');
54
	$gamesplist['battlefield2'][] = array('BF2-27900', 'udp', '27900', '27900', 'both');
55
	$gamesplist['battlefield2'][] = array('BF2-55123-55125', 'udp', '55123', '55125', 'both');
56 9bf5a970 fsSnowboard
	
57
$gamesplist['battlefield3'] = array();
58
	/* Battlefield 3 */
59
	$gamesplist['battlefield3'][] = array('BF3-1', 'tcp', '9988', '9988', 'both');
60
	$gamesplist['battlefield3'][] = array('BF3-2', 'tcp', '20000', '20100', 'both');
61
	$gamesplist['battlefield3'][] = array('BF3-3', 'tcp', '22990', '22990', 'both');
62
	$gamesplist['battlefield3'][] = array('BF3-4', 'tcp', '17502', '17502', 'both');
63
	$gamesplist['battlefield3'][] = array('BF3-5', 'tcp', '42127', '42127', 'both');
64
	$gamesplist['battlefield3'][] = array('BF3-6', 'udp', '3659', '3659', 'both');
65
	$gamesplist['battlefield3'][] = array('BF3-7', 'udp', '14000', '14016', 'both');
66
	$gamesplist['battlefield3'][] = array('BF3-8', 'udp', '22990', '23006', 'both');
67
	$gamesplist['battlefield3'][] = array('BF3-9', 'udp', '25200', '25300', 'both');
68
69
$gamesplist['battlefieldbc2'] = array();
70
	/* Battlefield Bad Company 2 */
71
	$gamesplist['battlefieldbc2'][] = array('BFBC2-1', 'tcp', '18390', '18390', 'both');
72
	$gamesplist['battlefieldbc2'][] = array('BFBC2-2', 'tcp', '18395', '18395', 'both');
73
	$gamesplist['battlefieldbc2'][] = array('BFBC2-3', 'udp', '18395', '18395', 'both');
74
	$gamesplist['battlefieldbc2'][] = array('BFBC2-4', 'tcp', '13505', '13505', 'both');
75
76
$gamesplist['borderlands'] = array();
77
	/* Borderlands */
78
	$gamesplist['borderlands'][] = array('Borderlands-udp', 'udp', '7777', '7777', 'both');
79
	$gamesplist['borderlands'][] = array('Borderlands-tcp', 'tcp', '7777', '7777', 'both');
80 751dd5b3 Ermal
81 435e715f unknown
$gamesplist['callofduty'] = array();
82
	/* Call Of Duty */
83
	$gamesplist['callofduty'][] = array('CallOfDuty1', 'tcp', '28960', '28960', 'both');
84
	$gamesplist['callofduty'][] = array('CallOfDuty2', 'udp', '28960', '28960', 'both');
85
86 751dd5b3 Ermal
$gamesplist['counterstrike'] = array();
87
	/* counter strike */
88 435e715f unknown
	$gamesplist['counterstrike'][] = array('CS-Titan', 'udp', '6003', '6003', 'both');
89
	$gamesplist['counterstrike'][] = array('CS-Authentication', 'udp', '7002', '7002', 'both');
90
	$gamesplist['counterstrike'][] = array('CS-Client', 'udp', '6003', '6003', 'both');
91
	$gamesplist['counterstrike'][] = array('CS-Masterserver', 'udp', '27010', '27010', 'both');
92
	$gamesplist['counterstrike'][] = array('CS-Mod-Server', 'udp', '27011', '27011', 'both');
93
	$gamesplist['counterstrike'][] = array('CS-Chat', 'udp', '27012', '27012', 'both');
94
	$gamesplist['counterstrike'][] = array('CS-HL-Serverport1', 'udp', '27013', '27013', 'both');
95
	$gamesplist['counterstrike'][] = array('CS-HL-Serverport2', 'udp', '27014', '27014', 'both');
96
	$gamesplist['counterstrike'][] = array('CS-HL-Serverport', 'udp', '27015', '27015', 'both');
97
98
$gamesplist['crysis2'] = array();
99
	/* Crysis 2 */
100
	$gamesplist['crysis2'][] = array('Crysis2', 'udp', '64100', '64100', 'both');
101 751dd5b3 Ermal
102
$gamesplist['deltaforce'] = array();
103
	/* delta force */
104
	$gamesplist['deltaforce'][] = array('Delta1', 'udp', '17478', '17488', 'both');
105
106 435e715f unknown
$gamesplist['dirt3'] = array();
107
	/* ARMA 2 */
108
	$gamesplist['dirt3'][] = array('Dirt3-1', 'tcp', '2300', '2400', 'both');
109
	$gamesplist['dirt3'][] = array('Dirt3-2', 'udp', '2300', '2400', 'both');
110
	$gamesplist['dirt3'][] = array('Dirt3-3', 'udp', '6073', '6073', 'both');	
111
	$gamesplist['dirt3'][] = array('Dirt3-4', 'tcp', '47624', '47624', 'both');
112 751dd5b3 Ermal
113
$gamesplist['doom3'] = array();
114
	/* doom3 */
115
	$gamesplist['doom3'][] = array('DOOM3-1', 'udp', '27650', '27650', 'both');
116
	$gamesplist['doom3'][] = array('DOOM3-2', 'udp', '27666', '27666', 'both');
117
118 435e715f unknown
$gamesplist['eveonline'] = array();
119
	/* EVE Online */
120
	$gamesplist['eveonline'][] = array('EVEOnline-tcp', 'tcp', '26000', '26000', 'both');
121
	$gamesplist['eveonline'][] = array('EVEOnline-udp', 'udp', '26000', '26000', 'both');
122
	$gamesplist['eveonline'][] = array('EVEOnline-alternate-tcp', 'tcp', '3724', '3724', 'both');
123
	$gamesplist['eveonline'][] = array('EVEOnline-alternate-udp', 'udp', '3724', '3724', 'both');
124
125 751dd5b3 Ermal
$gamesplist['empireearth'] = array();
126
	/* empire earth */
127
	$gamesplist['empireearth'][] = array('EmpireEarth-1', 'tcp', '33335', '33336', 'both');
128
	$gamesplist['empireearth'][] = array('EmpireEarth-2', 'udp', '33334', '33334', 'both');
129
130
$gamesplist['everquest'] = array();
131
	/* everquest */
132
	$gamesplist['everquest'][] = array('Everquest-1', 'tcp', '1024', '6000', 'both');
133
	$gamesplist['everquest'][] = array('Everquest-2', 'tcp', '7000', '7000', 'both');
134
	$gamesplist['everquest'][] = array('Everquest-3', 'udp', '1024', '6000', 'both');
135
	$gamesplist['everquest'][] = array('Everquest-4', 'udp', '7000', '7000', 'both');
136
137
$gamesplist['everquest2'] = array();
138
	/* everquest2 */
139
	$gamesplist['everquest2'][] = array('Everquest2-1', 'tcp', '7000', '7000', 'both');
140
	$gamesplist['everquest2'][] = array('Everquest2-2', 'udp', '3016', '3021', 'both');
141
	$gamesplist['everquest2'][] = array('Everquest2-3', 'udp', '9100', '9100', 'both');
142
	$gamesplist['everquest2'][] = array('Everquest2-4', 'udp', '9700', '9703', 'both');
143
	$gamesplist['everquest2'][] = array('Everquest2-5', 'udp', '32800', '33000', 'both');
144
145
$gamesplist['farcry'] = array();
146
	/* far cry */
147
	$gamesplist['farcry'][] = array('FarCry-1', 'tcp', '49001', '49002', 'both');
148
	$gamesplist['farcry'][] = array('FarCry-2', 'udp', '49001', '49002', 'both');
149
150 435e715f unknown
$gamesplist['farcry2'] = array();
151
	/* FarCry 2*/
152
	$gamesplist['farcry2'][] = array('FarCry2-tcp', 'tcp', '9000', '9004', 'both');
153
	$gamesplist['farcry2'][] = array('FarCry2-udp', 'udp', '9000', '9004', 'both');
154
155 9bf5a970 fsSnowboard
$gamesplist['farcry3'] = array();
156
	/* FarCry 3*/
157
	$gamesplist['farcry3'][] = array('FarCry3-game', 'udp', '9000', '9000', 'both');
158
	$gamesplist['farcry3'][] = array('FarCry3-punkbuster', 'udp', '10009', '10009', 'both');
159
	
160 435e715f unknown
$gamesplist['gunzonline'] = array();
161
	/* GunZ Online */
162
	$gamesplist['gunzonline'][] = array('GunZOnline', 'udp', '7700', '7700', 'both');
163 751dd5b3 Ermal
164
$gamesplist['halflife'] = array();
165
	/* halflife */
166
	$gamesplist['halflife'][] = array('HL-1', 'tcp', '27015', '27015', 'both');
167
	$gamesplist['halflife'][] = array('HL-2', 'udp', '27650', '27650', 'both');
168
	$gamesplist['halflife'][] = array('HL-3', 'udp', '27666', '27666', 'both');
169
170 435e715f unknown
$gamesplist['halo2'] = array();
171
	/* Halo2 + XBOX Live */
172
	$gamesplist['halo2'][] = array('Halo2-1', 'udp', '88', '88', 'both');
173
	$gamesplist['halo2'][] = array('Halo2-2', 'udp', '3074', '3074', 'both');
174
	$gamesplist['halo2'][] = array('Halo2-3', 'tcp', '3074', '3074', 'both');
175 751dd5b3 Ermal
176 9bf5a970 fsSnowboard
$gamesplist['leagueoflegends'] = array();
177
	/* League of Legends */
178
	$gamesplist['leagueoflegends'][] = array('LeagueofLegends-1', 'udp', '5000', '5500', 'both');
179
	$gamesplist['leagueoflegends'][] = array('LeagueofLegends-2', 'tcp', '2099', '2099', 'both');
180
	$gamesplist['leagueoflegends'][] = array('LeagueofLegends-3', 'tcp', '5222', '5223', 'both');
181
182 751dd5b3 Ermal
$gamesplist['lineage2'] = array();
183
	/* Lineage II */
184
	$gamesplist['lineage2'][] = array('Lineage2-2009', 'tcp', '2009', '2009', 'both');
185
	$gamesplist['lineage2'][] = array('Lineage2-2106', 'tcp', '2106', '2106', 'both');
186
	$gamesplist['lineage2'][] = array('Lineage2-7777', 'tcp', '7777', '7777', 'both');
187
188 906e513a fsSnowboard
$gamesplist['mechwarrioronline'] = array();
189 435e715f unknown
	/* MechWarrior: Online */
190 906e513a fsSnowboard
	$gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-tcp1', 'tcp', '45461', '45461', 'both');
191
	$gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-tcp2', 'tcp', '45464', '45464', 'both');
192
	$gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-game', 'udp', '21000', '30000', 'both'); // 9000 ports
193 435e715f unknown
194
$gamesplist['minecraft'] = array();
195
	/* Minecraft */
196 906e513a fsSnowboard
	$gamesplist['minecraft'][] = array('Minecraft-tcp', 'tcp', '25565', '25565', 'both');
197
	$gamesplist['minecraft'][] = array('Minecraft-udp', 'udp', '25565', '25565', 'both');
198 435e715f unknown
199
$gamesplist['operationflashpoint-dr'] = array();
200
	/* Operation Flashpoint: Dragon Rising */
201
	$gamesplist['operationflashpoint-dr'][] = array('operationflashpoint-dr-game', 'udp', '9105', '9105', 'both');
202
203
$gamesplist['planetside'] = array();
204
	/* PlanetSide */
205
	$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7000', '7000', 'both');
206
	$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7080', '7080', 'both');
207
	$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '3016', '3021', 'both');
208
	$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '45000', '45010', 'both');
209
	$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '30000', '30500', 'both');
210
	
211
$gamesplist['planetside2'] = array();
212
	/* PlanetSide 2 */
213
	$gamesplist['planetside2'][] = array('PlanetSide2-game', 'udp', '20040', '20199', 'both');
214
	$gamesplist['planetside2'][] = array('PlanetSide2-voice', 'udp', '5062', '5062', 'both');
215
	
216
$gamesplist['playstation3'] = array();
217
	/* PlayStation 2 */
218
	$gamesplist['playstation3'][] = array('PS3-pshome1', 'tcp', '3478', '3480', 'both');
219
	$gamesplist['playstation3'][] = array('PS3-pshome2', 'tcp', '8080', '8080', 'both');
220
	$gamesplist['playstation3'][] = array('PS3-tcp1', 'tcp', '5223', '5223', 'both');
221
	$gamesplist['playstation3'][] = array('PS3-tcp2', 'tcp', '10070', '10080', 'both');
222
	$gamesplist['playstation3'][] = array('PS3-udp1', 'udp', '3478', '3479', 'both');
223
	$gamesplist['playstation3'][] = array('PS3-udp2', 'udp', '3658', '3658', 'both');
224
	$gamesplist['playstation3'][] = array('PS3-udp3', 'udp', '10070', '10070', 'both');
225
	$gamesplist['playstation3'][] = array('PS3-remoteplay', 'tcp', '9293', '9293', 'both');
226
	
227
$gamesplist['quakeiii'] = array();
228
	/* quake3 */
229
	$gamesplist['quakeiii'][] = array('quakeiii', 'udp', '27910', '27919', 'both');
230 9bf5a970 fsSnowboard
	
231
$gamesplist['quakeiv'] = array();
232
	/* quake4 */
233
	$gamesplist['quakeiv'][] = array('quakeiv-server-udp', 'udp', '27650', '27650', 'both');
234
	$gamesplist['quakeiv'][] = array('quakeiv-server-tcp', 'tcp', '27650', '27650', 'both');
235
	$gamesplist['quakeiv'][] = array('quakeiv-client-udp', 'udp', '28004', '28004', 'both');
236
	$gamesplist['quakeiv'][] = array('quakeiv-client-tcp', 'tcp', '28004', '28004', 'both');
237
238
$gamesplist['starwarstor'] = array();
239
	/* quake3 */
240
	$gamesplist['starwarstor'][] = array('StarWarsTOR-1', 'tcp', '8995', '8995', 'both');
241
	$gamesplist['starwarstor'][] = array('StarWarsTOR-2', 'tcp', '12000', '12999', 'both');
242
	$gamesplist['starwarstor'][] = array('StarWarsTOR-2', 'tcp', '20000', '30000', 'both');
243 435e715f unknown
244
$gamesplist['steam'] = array();
245
	/* Steam Games */
246 9bf5a970 fsSnowboard
	$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
247
	$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
248 435e715f unknown
	$gamesplist['steam'][] = array('steam-hltv', 'udp', '27015', '27030', 'both');
249
	$gamesplist['steam'][] = array('steam-1', 'udp', '4380', '4380', 'both');
250
	$gamesplist['steam'][] = array('steam-2', 'udp', '1200', '1200', 'both');
251
	$gamesplist['steam'][] = array('steam-voice', 'udp', '3478', '3480', 'both');
252
	//NOTE: steam downloads, probably don't want this in the game que
253
	//$gamesplist['steam'][] = array('steam-downloads', 'tcp', '27014', '27050', 'both');
254
255
$gamesplist['tigerwoods2004ps2'] = array();
256
	/* tiger woods 2004 ps2 */
257 71461d38 fsSnowboard
	$gamesplist['tigerwoods2004ps2'][] = array('TigerWoods2004-Player', 'udp', '3658', '3658', 'both');
258
	$gamesplist['tigerwoods2004ps2'][] = array('TigerWoods2004-Player2', 'udp', '6000', '6000', 'both');
259
	$gamesplist['tigerwoods2004ps2'][] = array('TigerWoods2004-EA', 'tcp', '10300', '10301', 'both');
260 435e715f unknown
261
$gamesplist['tribesascend'] = array();
262
	/* Tribes Ascend */
263
	$gamesplist['tribesascend'][] = array('tribesascend-tcp', 'tcp', '9000', '9001', 'both');
264
	$gamesplist['tribesascend'][] = array('tribesascend-udp', 'udp', '9002', '9999', 'both');
265
266
$gamesplist['unrealtournament'] = array();
267
	/* Unreal Tournament */
268
	$gamesplist['unrealtournament'][] = array('UT-game-udp', 'udp', '7777', '7787', 'both');
269
	$gamesplist['unrealtournament'][] = array('UT-game-tcp', 'tcp', '7777', '7787', 'both');
270
	$gamesplist['unrealtournament'][] = array('UT-voice', 'udp', '3783', '3783', 'both');
271
272
$gamesplist['wolfet'] = array();
273
	/* wolfenstein enemy territory */
274
	$gamesplist['wolfet'][] = array('WolfET-1', 'tcp', '27960', '27960', 'both');
275 751dd5b3 Ermal
276 d560b783 Ermal
$gamesplist['wow'] = array();
277 435e715f unknown
	/* World of Warcraft */
278 d560b783 Ermal
	$gamesplist['wow'][] = array('WoW', 'tcp', '3724', '3724', 'both');
279 435e715f unknown
	$gamesplist['wow'][] = array('WoW-voice', 'udp', '1119', '1119', 'both');
280
	$gamesplist['wow'][] = array('WoW-voice', 'udp', '3724', '3724', 'both');
281 751dd5b3 Ermal
282
$gamesplist['xbox360'] = array();
283 435e715f unknown
	/* XBox360 and Games for Windows Live*/
284 751dd5b3 Ermal
	$gamesplist['xbox360'][] = array('xbox360-1', 'udp', '88', '88', 'both');
285
	$gamesplist['xbox360'][] = array('xbox360-2', 'udp', '3074', '3074', 'both');
286
	$gamesplist['xbox360'][] = array('xbox360-3', 'tcp', '3074', '3074', 'both');
287
288
289
$voiplist = array();
290
291
   /* asterisk server / same as vonage */
292
$voiplist['Asterisk'] = array();
293 eea89a5c Ermal
	$voiplist['Asterisk'][] = array('Asterisk', 'udp', '5060', '5069', 'both');
294
	$voiplist['Asterisk'][] = array('Asterisk', 'udp', '10000', '20000', 'both');
295 751dd5b3 Ermal
296
    /* VoicePulse server */	
297
$voiplist['VoicePulse'] = array();
298
	$voiplist['VoicePulse'][] = array('VoicePulse', 'udp', '16384', '16482', 'both');
299
	$voiplist['VoicePulse'][] = array('VoicePulse', 'udp', '4569', '4569', 'both');
300
301
    /* Panasonic Hybrid PBX */
302
$voiplist['Panasonic'] = array();
303
	$voiplist['Panasonic'][] = array('Panasonic1', 'udp', '8000', '8063', 'both');
304
	$voiplist['Panasonic'][] = array('Panasonic2', 'udp', '9300', '9301', 'both');
305
	$voiplist['Panasonic'][] = array('Panasonic3', 'udp', '2747', '2747', 'both');
306
307
308
$p2plist = array();
309
	/* To add p2p clients, push Descr,Protocol,Start,End,src/dest/both onto p2plist */
310
	$p2plist['aimster'] = array();
311
		$p2plist['aimster'][] = array('Aimster', 'tcp', '7668', '7668', 'both');
312
	$p2plist['bittorrent'] = array(); 
313
		$p2plist['bittorrent'][] = array('BitTorrent', 'tcp', '6881', '6999', 'both');
314
		$p2plist['bittorrent'][] = array('BitTorrent', 'udp', '6881', '6999', 'both');
315
	$p2plist['buddyshare'] = array();
316
		$p2plist['buddyshare'][] = array('BuddyShare', 'tcp', '7788', '7788', 'both');
317
	$p2plist['cutemx'] = array();
318
		$p2plist['cutemx'][] = array('CuteMX', 'tcp', '2340', '2340', 'both');
319
	$p2plist['dc++'] = array();
320
		$p2plist['dc++'][] = array('DC++', 'tcp', '1412', '1412', 'both');
321
	$p2plist['dcc'] = array();
322
		$p2plist['dcc'][] = array('dcc', 'tcp', '6666', '6668', 'both');
323
	$p2plist['directconnect'] = array();
324
		$p2plist['directconnect'][] = array('DirectConnect', 'tcp', '412', '412', 'both');
325
	$p2plist['directfileexpress'] = array();
326
		$p2plist['directfileexpress'][] = array('DirectFileExpress', 'tcp', '1044', '1045', 'both');
327
	$p2plist['edonkey2000'] = array();
328
		$p2plist['edonkey2000'][] = array('EDonkey2000', 'tcp', '4661', '4665', 'both');
329
	$p2plist['fastTrack'] = array();
330
		$p2plist['fastTrack'][] = array('FastTrack', 'tcp', '1214', '1214', 'both');
331
	$p2plist['gnutella'] = array(); 
332
		$p2plist['gnutella'][] = array('Gnutella-TCP', 'tcp', '6346', '6346', 'both');
333
		$p2plist['gnutella'][] = array('Gnutella-UDP', 'udp', '6346', '6346', 'both');
334
	$p2plist['grouper'] = array();
335
		$p2plist['grouper'][] = array('grouper', 'tcp', '8038', '8039', 'both');
336
	$p2plist['hotcomm'] = array();
337
		$p2plist['hotcomm'][] = array('hotComm', 'tcp', '28864', '28865', 'both');
338
	$p2plist['hotlineconnect'] = array();
339
		$p2plist['hotlineconnect'][] = array('HotlineConnect', 'tcp', '5500', '5503', 'both');
340
	$p2plist['imesh'] = array();
341
		$p2plist['imesh'][] = array('iMesh', 'tcp', '4329', '4329', 'both');
342
	$p2plist['napster'] = array();
343
		$p2plist['napster'][] = array('Napster', 'tcp', '6699', '6701', 'both');
344
	$p2plist['opennap'] = array();
345
		$p2plist['opennap'][] = array('OpenNap', 'tcp', '8888', '8889', 'both');
346
	$p2plist['scour'] = array();
347
		$p2plist['scour'][] = array('Scour', 'tcp', '8311', '8311', 'both');
348
	$p2plist['shareaza'] = array();
349
		$p2plist['shareaza'][] = array('Shareaza', 'tcp', '6346', '6346', 'both');
350
	$p2plist['songspy'] = array();
351
		$p2plist['songspy'][] = array('SongSpy', 'tcp', '5190', '5190', 'both');
352
	$p2plist['winmx'] = array();
353
		$p2plist['winmx'][] = array('WinMX', 'tcp', '6699', '6699', 'both');
354
355
356
357
$othersplist = array();
358
	/* Unlike other areas we are posting the queue H or L or BLANK */
359
360
	$othersplist['msrdp'] = array();
361
		/* MSRDP */
362
		$othersplist['msrdp'][] = array('MSRDP', 'tcp', '3389', '3389', 'both');
363
	$othersplist['pptp'] = array();
364
		/* PPTP */
365
		$othersplist['pptp'][] = array('PPTP', 'tcp', '1723', '1723', 'both');
366
		$othersplist['pptp'][] = array('PPTPGRE', 'gre', '', '', 'both');
367
	$othersplist['ipsec'] = array();
368
		/* IPSEC */
369
		$othersplist['ipsec'][] = array('IPSEC', 'udp', '500', '500', 'both');
370
		$othersplist['ipsec'][] = array('IPSEC', 'ah', '', '', 'both');
371
		$othersplist['ipsec'][] = array('IPSEC', 'esp', '', '', 'both');
372
	$othersplist['streamingmp3'] = array();
373
		/* streaming mp3 media aka shoutcast */
374
		$othersplist['streamingmp3'][] = array('STREAMINGMP3', 'tcp', '8000', '8100', 'both');
375
	$othersplist['irc'] = array();
376
		/* internet relay chat */
377
		$othersplist['irc'][] = array('IRC', 'tcp', '6667', '6670', 'both');
378
	$othersplist['jabber'] = array();
379
		/* jabber */
380
		$othersplist['jabber'][] = array('IRC', 'tcp', '5222', '5222', 'both');
381
		$othersplist['jabber'][] = array('IRC', 'tcp', '5223', '5223', 'both');
382
		$othersplist['jabber'][] = array('IRC', 'tcp', '5269', '5269', 'both');
383
	$othersplist['dns'] = array();
384
		/* domain name system */
385
		$othersplist['dns'][] = array('DNS1', 'tcp', '53', '53', 'both');
386
		$othersplist['dns'][] = array('DNS2', 'udp', '53', '53', 'both');
387
	$othersplist['http'] = array();
388
		/* HTTP aka Web Traffic */
389
		$othersplist['http'][] = array('HTTP', 'tcp', '80', '80', 'both');
390
		$othersplist['http'][] = array('HTTPS', 'tcp', '443', '443', 'both');
391
	$othersplist['smtp'] = array();
392
		/* Secure shell traffic */
393
		$othersplist['smtp'][] = array('SMTP', 'tcp', '25', '25', 'both');
394
	$othersplist['pop3'] = array();
395
		/* Post Office Protocol - POP3 */
396
		$othersplist['pop3'][] = array('POP3', 'tcp', '110', '110', 'both');
397
	$othersplist['icmp'] = array();
398
		/* ICMP */
399
		$othersplist['icmp'][] = array('ICMP', 'icmp', '', '', 'both');
400
	$othersplist['imap'] = array();
401
		/* IMAP */
402
		$othersplist['imap'][] = array('IMAP', 'tcp', '143', '143', 'both');
403
	$othersplist['smb'] = array();
404
		/* Microsoft SMB and friends */
405
		$othersplist['smb'][] = array('SMB1', 'tcp', '445', '445', 'both');
406
		$othersplist['smb'][] = array('SMB2', 'tcp', '137-139', '137-139', 'both');
407
	$othersplist['rtsp'] = array();
408
		/* realtime streaming protocol */
409
		$othersplist['rtsp'][] = array('RTSP1', 'tcp', '554', '554', 'both');
410
	$othersplist['snmp'] = array();
411
		/* Simple network management protocol */
412
		$othersplist['snmp'][] = array('SNMP', 'tcp', '161', '161', 'both');
413
		$othersplist['snmp'][] = array('SNMP2', 'udp', '161', '161', 'both');
414
	$othersplist['vnc'] = array();
415
		/* virtual network control */
416
		$othersplist['vnc'][] = array('VNC', 'tcp', '5900', '5930', 'both');
417
	$othersplist['appleremotedesktop'] = array();
418
		/* apple remote desktop */
419
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop1', 'tcp', '3283', '3283', 'both');
420
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop2', 'tcp', '5900', '5900', 'both');
421
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop3', 'udp', '3283', '3283', 'both');
422
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop4', 'udp', '5900', '5900', 'both');
423
	$othersplist['icq'] = array();
424
		/* icq */
425
		$othersplist['icq'][] = array('ICQ1', 'tcp', '5190', '5190', 'both');
426
		$othersplist['icq'][] = array('ICQ2', 'udp', '5190', '5190', 'both');
427
	$othersplist['lotusnotes'] = array();
428
		/* lotus notes */
429
		$othersplist['lotusnotes'][] = array('LotusNotes1', 'tcp', '1352', '1352', 'both');
430
		$othersplist['lotusnotes'][] = array('LotusNotes2', 'udp', '1352', '1352', 'both');
431
	$othersplist['aolinstantmessenger'] = array();
432
		/* AIM */
433
		$othersplist['aolinstantmessenger'][] = array('AIM', 'tcp', '5190', '5190', 'both');
434
	$othersplist['msnmessenger'] = array();
435
		/* msn messenger */
436
		$othersplist['msnmessenger'][] = array('MSN1', 'tcp', '1863', '1863', 'both');
437
		$othersplist['msnmessenger'][] = array('MSN2', 'tcp', '6891', '6900', 'both');
438
		$othersplist['msnmessenger'][] = array('MSN3', 'tcp', '6901', '6901', 'both');
439
		$othersplist['msnmessenger'][] = array('MSN4', 'udp', '6901', '6901', 'both');
440
	$othersplist['mysqlserver'] = array();
441
		/* mysql server */
442
		$othersplist['mysqlserver'][] = array('MySQL1', 'tcp', '3306', '3306', 'both');
443
	$othersplist['nntp'] = array();
444
		/* nntp */
445
		$othersplist['nntp'][] = array('NNTP1', 'tcp', '119', '119', 'both');
446
		$othersplist['nntp'][] = array('NNTP2', 'udp', '119', '119', 'both');
447
	$othersplist['pcanywhere'] = array();
448
		/* symantec pc anywhere */
449
		$othersplist['pcanywhere'][] = array('pcany1', 'tcp', '5631', '5631', 'both');
450
		$othersplist['pcanywhere'][] = array('pcany2', 'udp', '5632', '5632', 'both');
451
	$othersplist['teamspeak'] = array();
452
		/* teamspeak  */
453
		$othersplist['teamspeak'][] = array('teamspeak1', 'tcp', '14534', '14534', 'both');
454
		$othersplist['teamspeak'][] = array('teamspeak2', 'tcp', '51234', '51234', 'both');
455
		$othersplist['teamspeak'][] = array('teamspeak3', 'udp', '8767', '8768', 'both');
456
	$othersplist['cvsup'] = array();
457
		/* cvs  */
458
		$othersplist['cvsup'][] = array('cvsup', 'tcp', '5999', '5999', 'both');
459
	$othersplist['hbci'] = array();
460
		/* HBCI  */
461
		$othersplist['hbci'][] = array('HBCI', 'tcp', '3000', '3000', 'both');
462
	$othersplist['slingbox'] = array();
463
		$othersplist['slingbox'][] = array('Slingbox1', 'tcp', '5001', '5001', 'both');
464
		$othersplist['slingbox'][] = array('Slingbox2', 'udp', '5001', '5001', 'both');
465
466
467 b3795cb9 Ermal
?>