Project

General

Profile

Download (21.4 KB) Statistics
| Branch: | Tag: | Revision:
1
<?php
2
/*
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

    
32
$gamesplist = array();
33

    
34
$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

    
46
$gamesplist['battlefield2'] = array();
47
	/* Battlefield 2 */
48
	$gamesplist['battlefield2'][] = array('BF2-1500-4999', 'udp', '1500', '4999', 'both');
49
	$gamesplist['battlefield2'][] = array('BF2-4711', 'tcp', '4711', '4711', 'both');
50
	$gamesplist['battlefield2'][] = array('BF2-16567', 'udp', '16567', '16567', 'both');
51
	$gamesplist['battlefield2'][] = array('BF2-27900', 'udp', '27900', '27900', 'both');
52
	$gamesplist['battlefield2'][] = array('BF2-28910', 'tcp', '28910', '28910', 'both');
53
	$gamesplist['battlefield2'][] = array('BF2-29900-29901-UDP', 'udp', '29900', '29901', 'both');
54
	$gamesplist['battlefield2'][] = array('BF2-29900-29901-TCP', 'tcp', '29900', '29901', 'both');
55
	$gamesplist['battlefield2'][] = array('BF2-27900', 'udp', '27900', '27900', 'both');
56
	$gamesplist['battlefield2'][] = array('BF2-55123-55125', 'udp', '55123', '55125', 'both');
57

    
58
$gamesplist['callofduty'] = array();
59
	/* Call Of Duty */
60
	$gamesplist['callofduty'][] = array('CallOfDuty1', 'tcp', '28960', '28960', 'both');
61
	$gamesplist['callofduty'][] = array('CallOfDuty2', 'udp', '28960', '28960', 'both');
62

    
63
$gamesplist['counterstrike'] = array();
64
	/* counter strike */
65
	$gamesplist['counterstrike'][] = array('CS-Titan', 'udp', '6003', '6003', 'both');
66
	$gamesplist['counterstrike'][] = array('CS-Authentication', 'udp', '7002', '7002', 'both');
67
	$gamesplist['counterstrike'][] = array('CS-Client', 'udp', '6003', '6003', 'both');
68
	$gamesplist['counterstrike'][] = array('CS-Masterserver', 'udp', '27010', '27010', 'both');
69
	$gamesplist['counterstrike'][] = array('CS-Mod-Server', 'udp', '27011', '27011', 'both');
70
	$gamesplist['counterstrike'][] = array('CS-Chat', 'udp', '27012', '27012', 'both');
71
	$gamesplist['counterstrike'][] = array('CS-HL-Serverport1', 'udp', '27013', '27013', 'both');
72
	$gamesplist['counterstrike'][] = array('CS-HL-Serverport2', 'udp', '27014', '27014', 'both');
73
	$gamesplist['counterstrike'][] = array('CS-HL-Serverport', 'udp', '27015', '27015', 'both');
74

    
75
$gamesplist['crysis2'] = array();
76
	/* Crysis 2 */
77
	$gamesplist['crysis2'][] = array('Crysis2', 'udp', '64100', '64100', 'both');
78

    
79
$gamesplist['deltaforce'] = array();
80
	/* delta force */
81
	$gamesplist['deltaforce'][] = array('Delta1', 'udp', '17478', '17488', 'both');
82

    
83
$gamesplist['dirt3'] = array();
84
	/* ARMA 2 */
85
	$gamesplist['dirt3'][] = array('Dirt3-1', 'tcp', '2300', '2400', 'both');
86
	$gamesplist['dirt3'][] = array('Dirt3-2', 'udp', '2300', '2400', 'both');
87
	$gamesplist['dirt3'][] = array('Dirt3-3', 'udp', '6073', '6073', 'both');	
88
	$gamesplist['dirt3'][] = array('Dirt3-4', 'tcp', '47624', '47624', 'both');
89

    
90
$gamesplist['doom3'] = array();
91
	/* doom3 */
92
	$gamesplist['doom3'][] = array('DOOM3-1', 'udp', '27650', '27650', 'both');
93
	$gamesplist['doom3'][] = array('DOOM3-2', 'udp', '27666', '27666', 'both');
94

    
95
$gamesplist['eveonline'] = array();
96
	/* EVE Online */
97
	$gamesplist['eveonline'][] = array('EVEOnline-tcp', 'tcp', '26000', '26000', 'both');
98
	$gamesplist['eveonline'][] = array('EVEOnline-udp', 'udp', '26000', '26000', 'both');
99
	$gamesplist['eveonline'][] = array('EVEOnline-alternate-tcp', 'tcp', '3724', '3724', 'both');
100
	$gamesplist['eveonline'][] = array('EVEOnline-alternate-udp', 'udp', '3724', '3724', 'both');
101

    
102
$gamesplist['empireearth'] = array();
103
	/* empire earth */
104
	$gamesplist['empireearth'][] = array('EmpireEarth-1', 'tcp', '33335', '33336', 'both');
105
	$gamesplist['empireearth'][] = array('EmpireEarth-2', 'udp', '33334', '33334', 'both');
106

    
107
$gamesplist['everquest'] = array();
108
	/* everquest */
109
	$gamesplist['everquest'][] = array('Everquest-1', 'tcp', '1024', '6000', 'both');
110
	$gamesplist['everquest'][] = array('Everquest-2', 'tcp', '7000', '7000', 'both');
111
	$gamesplist['everquest'][] = array('Everquest-3', 'udp', '1024', '6000', 'both');
112
	$gamesplist['everquest'][] = array('Everquest-4', 'udp', '7000', '7000', 'both');
113

    
114
$gamesplist['everquest2'] = array();
115
	/* everquest2 */
116
	$gamesplist['everquest2'][] = array('Everquest2-1', 'tcp', '7000', '7000', 'both');
117
	$gamesplist['everquest2'][] = array('Everquest2-2', 'udp', '3016', '3021', 'both');
118
	$gamesplist['everquest2'][] = array('Everquest2-3', 'udp', '9100', '9100', 'both');
119
	$gamesplist['everquest2'][] = array('Everquest2-4', 'udp', '9700', '9703', 'both');
120
	$gamesplist['everquest2'][] = array('Everquest2-5', 'udp', '32800', '33000', 'both');
121

    
122
$gamesplist['farcry'] = array();
123
	/* far cry */
124
	$gamesplist['farcry'][] = array('FarCry-1', 'tcp', '49001', '49002', 'both');
125
	$gamesplist['farcry'][] = array('FarCry-2', 'udp', '49001', '49002', 'both');
126

    
127
$gamesplist['farcry2'] = array();
128
	/* FarCry 2*/
129
	$gamesplist['farcry2'][] = array('FarCry2-tcp', 'tcp', '9000', '9004', 'both');
130
	$gamesplist['farcry2'][] = array('FarCry2-udp', 'udp', '9000', '9004', 'both');
131

    
132
$gamesplist['gunzonline'] = array();
133
	/* GunZ Online */
134
	$gamesplist['gunzonline'][] = array('GunZOnline', 'udp', '7700', '7700', 'both');
135

    
136
$gamesplist['halflife'] = array();
137
	/* halflife */
138
	$gamesplist['halflife'][] = array('HL-1', 'tcp', '27015', '27015', 'both');
139
	$gamesplist['halflife'][] = array('HL-2', 'udp', '27650', '27650', 'both');
140
	$gamesplist['halflife'][] = array('HL-3', 'udp', '27666', '27666', 'both');
141

    
142
$gamesplist['halo2'] = array();
143
	/* Halo2 + XBOX Live */
144
	$gamesplist['halo2'][] = array('Halo2-1', 'udp', '88', '88', 'both');
145
	$gamesplist['halo2'][] = array('Halo2-2', 'udp', '3074', '3074', 'both');
146
	$gamesplist['halo2'][] = array('Halo2-3', 'tcp', '3074', '3074', 'both');
147

    
148
$gamesplist['lineage2'] = array();
149
	/* Lineage II */
150
	$gamesplist['lineage2'][] = array('Lineage2-2009', 'tcp', '2009', '2009', 'both');
151
	$gamesplist['lineage2'][] = array('Lineage2-2106', 'tcp', '2106', '2106', 'both');
152
	$gamesplist['lineage2'][] = array('Lineage2-7777', 'tcp', '7777', '7777', 'both');
153

    
154
$gamesplist['mechwarrioronline'] = array();
155
	/* MechWarrior: Online */
156
	$gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-tcp1', 'tcp', '45461', '45461', 'both');
157
	$gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-tcp2', 'tcp', '45464', '45464', 'both');
158
	$gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-game', 'udp', '21000', '30000', 'both'); // 9000 ports
159

    
160
$gamesplist['minecraft'] = array();
161
	/* Minecraft */
162
	$gamesplist['minecraft'][] = array('Minecraft-tcp', 'tcp', '25565', '25565', 'both');
163
	$gamesplist['minecraft'][] = array('Minecraft-udp', 'udp', '25565', '25565', 'both');
164

    
165
$gamesplist['operationflashpoint-dr'] = array();
166
	/* Operation Flashpoint: Dragon Rising */
167
	$gamesplist['operationflashpoint-dr'][] = array('operationflashpoint-dr-game', 'udp', '9105', '9105', 'both');
168

    
169
$gamesplist['planetside'] = array();
170
	/* PlanetSide */
171
	$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7000', '7000', 'both');
172
	$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7080', '7080', 'both');
173
	$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '3016', '3021', 'both');
174
	$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '45000', '45010', 'both');
175
	$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '30000', '30500', 'both');
176
	
177
$gamesplist['planetside2'] = array();
178
	/* PlanetSide 2 */
179
	$gamesplist['planetside2'][] = array('PlanetSide2-game', 'udp', '20040', '20199', 'both');
180
	$gamesplist['planetside2'][] = array('PlanetSide2-voice', 'udp', '5062', '5062', 'both');
181
	
182
$gamesplist['playstation3'] = array();
183
	/* PlayStation 2 */
184
	$gamesplist['playstation3'][] = array('PS3-pshome1', 'tcp', '3478', '3480', 'both');
185
	$gamesplist['playstation3'][] = array('PS3-pshome2', 'tcp', '8080', '8080', 'both');
186
	$gamesplist['playstation3'][] = array('PS3-tcp1', 'tcp', '5223', '5223', 'both');
187
	$gamesplist['playstation3'][] = array('PS3-tcp2', 'tcp', '10070', '10080', 'both');
188
	$gamesplist['playstation3'][] = array('PS3-udp1', 'udp', '3478', '3479', 'both');
189
	$gamesplist['playstation3'][] = array('PS3-udp2', 'udp', '3658', '3658', 'both');
190
	$gamesplist['playstation3'][] = array('PS3-udp3', 'udp', '10070', '10070', 'both');
191
	$gamesplist['playstation3'][] = array('PS3-remoteplay', 'tcp', '9293', '9293', 'both');
192
	
193
$gamesplist['quakeiii'] = array();
194
	/* quake3 */
195
	$gamesplist['quakeiii'][] = array('quakeiii', 'udp', '27910', '27919', 'both');
196

    
197
$gamesplist['steam'] = array();
198
	/* Steam Games */
199
	$gamesplist['steam'][] = array('steam-game-udp', 'udp', '27000', '27015', 'both');  //america's army 3, cs:s, cs:go, HL2
200
	$gamesplist['steam'][] = array('steam-game-tcp', 'tcp', '27000', '27015', 'both');  //america's army 3, cs:s, cs:go, HL2
201
	$gamesplist['steam'][] = array('steam-hltv', 'udp', '27015', '27030', 'both');
202
	$gamesplist['steam'][] = array('steam-1', 'udp', '4380', '4380', 'both');
203
	$gamesplist['steam'][] = array('steam-2', 'udp', '1200', '1200', 'both');
204
	$gamesplist['steam'][] = array('steam-voice', 'udp', '3478', '3480', 'both');
205
	//NOTE: steam downloads, probably don't want this in the game que
206
	//$gamesplist['steam'][] = array('steam-downloads', 'tcp', '27014', '27050', 'both');
207

    
208
$gamesplist['tigerwoods2004ps2'] = array();
209
	/* tiger woods 2004 ps2 */
210
	$gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player', 'udp', '3658', '3658', 'both');
211
	$gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player2', 'udp', '6000', '6000', 'both');
212
	$gamesplist['tigerwoods2004ps2'][] = array('Outbound2EA', 'tcp', '10300', '10301', 'both');
213

    
214
$gamesplist['tribesascend'] = array();
215
	/* Tribes Ascend */
216
	$gamesplist['tribesascend'][] = array('tribesascend-tcp', 'tcp', '9000', '9001', 'both');
217
	$gamesplist['tribesascend'][] = array('tribesascend-udp', 'udp', '9002', '9999', 'both');
218

    
219
$gamesplist['unrealtournament'] = array();
220
	/* Unreal Tournament */
221
	$gamesplist['unrealtournament'][] = array('UT-game-udp', 'udp', '7777', '7787', 'both');
222
	$gamesplist['unrealtournament'][] = array('UT-game-tcp', 'tcp', '7777', '7787', 'both');
223
	$gamesplist['unrealtournament'][] = array('UT-voice', 'udp', '3783', '3783', 'both');
224

    
225
$gamesplist['wolfet'] = array();
226
	/* wolfenstein enemy territory */
227
	$gamesplist['wolfet'][] = array('WolfET-1', 'tcp', '27960', '27960', 'both');
228

    
229
$gamesplist['wow'] = array();
230
	/* World of Warcraft */
231
	$gamesplist['wow'][] = array('WoW', 'tcp', '3724', '3724', 'both');
232
	$gamesplist['wow'][] = array('WoW-voice', 'udp', '1119', '1119', 'both');
233
	$gamesplist['wow'][] = array('WoW-voice', 'udp', '3724', '3724', 'both');
234

    
235
$gamesplist['xbox360'] = array();
236
	/* XBox360 and Games for Windows Live*/
237
	$gamesplist['xbox360'][] = array('xbox360-1', 'udp', '88', '88', 'both');
238
	$gamesplist['xbox360'][] = array('xbox360-2', 'udp', '3074', '3074', 'both');
239
	$gamesplist['xbox360'][] = array('xbox360-3', 'tcp', '3074', '3074', 'both');
240

    
241

    
242
$voiplist = array();
243

    
244
   /* asterisk server / same as vonage */
245
$voiplist['Asterisk'] = array();
246
	$voiplist['Asterisk'][] = array('Asterisk', 'udp', '5060', '5069', 'both');
247
	$voiplist['Asterisk'][] = array('Asterisk', 'udp', '10000', '20000', 'both');
248

    
249
    /* VoicePulse server */	
250
$voiplist['VoicePulse'] = array();
251
	$voiplist['VoicePulse'][] = array('VoicePulse', 'udp', '16384', '16482', 'both');
252
	$voiplist['VoicePulse'][] = array('VoicePulse', 'udp', '4569', '4569', 'both');
253

    
254
    /* Panasonic Hybrid PBX */
255
$voiplist['Panasonic'] = array();
256
	$voiplist['Panasonic'][] = array('Panasonic1', 'udp', '8000', '8063', 'both');
257
	$voiplist['Panasonic'][] = array('Panasonic2', 'udp', '9300', '9301', 'both');
258
	$voiplist['Panasonic'][] = array('Panasonic3', 'udp', '2747', '2747', 'both');
259

    
260

    
261
$p2plist = array();
262
	/* To add p2p clients, push Descr,Protocol,Start,End,src/dest/both onto p2plist */
263
	$p2plist['aimster'] = array();
264
		$p2plist['aimster'][] = array('Aimster', 'tcp', '7668', '7668', 'both');
265
	$p2plist['bittorrent'] = array(); 
266
		$p2plist['bittorrent'][] = array('BitTorrent', 'tcp', '6881', '6999', 'both');
267
		$p2plist['bittorrent'][] = array('BitTorrent', 'udp', '6881', '6999', 'both');
268
	$p2plist['buddyshare'] = array();
269
		$p2plist['buddyshare'][] = array('BuddyShare', 'tcp', '7788', '7788', 'both');
270
	$p2plist['cutemx'] = array();
271
		$p2plist['cutemx'][] = array('CuteMX', 'tcp', '2340', '2340', 'both');
272
	$p2plist['dc++'] = array();
273
		$p2plist['dc++'][] = array('DC++', 'tcp', '1412', '1412', 'both');
274
	$p2plist['dcc'] = array();
275
		$p2plist['dcc'][] = array('dcc', 'tcp', '6666', '6668', 'both');
276
	$p2plist['directconnect'] = array();
277
		$p2plist['directconnect'][] = array('DirectConnect', 'tcp', '412', '412', 'both');
278
	$p2plist['directfileexpress'] = array();
279
		$p2plist['directfileexpress'][] = array('DirectFileExpress', 'tcp', '1044', '1045', 'both');
280
	$p2plist['edonkey2000'] = array();
281
		$p2plist['edonkey2000'][] = array('EDonkey2000', 'tcp', '4661', '4665', 'both');
282
	$p2plist['fastTrack'] = array();
283
		$p2plist['fastTrack'][] = array('FastTrack', 'tcp', '1214', '1214', 'both');
284
	$p2plist['gnutella'] = array(); 
285
		$p2plist['gnutella'][] = array('Gnutella-TCP', 'tcp', '6346', '6346', 'both');
286
		$p2plist['gnutella'][] = array('Gnutella-UDP', 'udp', '6346', '6346', 'both');
287
	$p2plist['grouper'] = array();
288
		$p2plist['grouper'][] = array('grouper', 'tcp', '8038', '8039', 'both');
289
	$p2plist['hotcomm'] = array();
290
		$p2plist['hotcomm'][] = array('hotComm', 'tcp', '28864', '28865', 'both');
291
	$p2plist['hotlineconnect'] = array();
292
		$p2plist['hotlineconnect'][] = array('HotlineConnect', 'tcp', '5500', '5503', 'both');
293
	$p2plist['imesh'] = array();
294
		$p2plist['imesh'][] = array('iMesh', 'tcp', '4329', '4329', 'both');
295
	$p2plist['napster'] = array();
296
		$p2plist['napster'][] = array('Napster', 'tcp', '6699', '6701', 'both');
297
	$p2plist['opennap'] = array();
298
		$p2plist['opennap'][] = array('OpenNap', 'tcp', '8888', '8889', 'both');
299
	$p2plist['scour'] = array();
300
		$p2plist['scour'][] = array('Scour', 'tcp', '8311', '8311', 'both');
301
	$p2plist['shareaza'] = array();
302
		$p2plist['shareaza'][] = array('Shareaza', 'tcp', '6346', '6346', 'both');
303
	$p2plist['songspy'] = array();
304
		$p2plist['songspy'][] = array('SongSpy', 'tcp', '5190', '5190', 'both');
305
	$p2plist['winmx'] = array();
306
		$p2plist['winmx'][] = array('WinMX', 'tcp', '6699', '6699', 'both');
307

    
308

    
309

    
310
$othersplist = array();
311
	/* Unlike other areas we are posting the queue H or L or BLANK */
312

    
313
	$othersplist['msrdp'] = array();
314
		/* MSRDP */
315
		$othersplist['msrdp'][] = array('MSRDP', 'tcp', '3389', '3389', 'both');
316
	$othersplist['pptp'] = array();
317
		/* PPTP */
318
		$othersplist['pptp'][] = array('PPTP', 'tcp', '1723', '1723', 'both');
319
		$othersplist['pptp'][] = array('PPTPGRE', 'gre', '', '', 'both');
320
	$othersplist['ipsec'] = array();
321
		/* IPSEC */
322
		$othersplist['ipsec'][] = array('IPSEC', 'udp', '500', '500', 'both');
323
		$othersplist['ipsec'][] = array('IPSEC', 'ah', '', '', 'both');
324
		$othersplist['ipsec'][] = array('IPSEC', 'esp', '', '', 'both');
325
	$othersplist['streamingmp3'] = array();
326
		/* streaming mp3 media aka shoutcast */
327
		$othersplist['streamingmp3'][] = array('STREAMINGMP3', 'tcp', '8000', '8100', 'both');
328
	$othersplist['irc'] = array();
329
		/* internet relay chat */
330
		$othersplist['irc'][] = array('IRC', 'tcp', '6667', '6670', 'both');
331
	$othersplist['jabber'] = array();
332
		/* jabber */
333
		$othersplist['jabber'][] = array('IRC', 'tcp', '5222', '5222', 'both');
334
		$othersplist['jabber'][] = array('IRC', 'tcp', '5223', '5223', 'both');
335
		$othersplist['jabber'][] = array('IRC', 'tcp', '5269', '5269', 'both');
336
	$othersplist['dns'] = array();
337
		/* domain name system */
338
		$othersplist['dns'][] = array('DNS1', 'tcp', '53', '53', 'both');
339
		$othersplist['dns'][] = array('DNS2', 'udp', '53', '53', 'both');
340
	$othersplist['http'] = array();
341
		/* HTTP aka Web Traffic */
342
		$othersplist['http'][] = array('HTTP', 'tcp', '80', '80', 'both');
343
		$othersplist['http'][] = array('HTTPS', 'tcp', '443', '443', 'both');
344
	$othersplist['smtp'] = array();
345
		/* Secure shell traffic */
346
		$othersplist['smtp'][] = array('SMTP', 'tcp', '25', '25', 'both');
347
	$othersplist['pop3'] = array();
348
		/* Post Office Protocol - POP3 */
349
		$othersplist['pop3'][] = array('POP3', 'tcp', '110', '110', 'both');
350
	$othersplist['icmp'] = array();
351
		/* ICMP */
352
		$othersplist['icmp'][] = array('ICMP', 'icmp', '', '', 'both');
353
	$othersplist['imap'] = array();
354
		/* IMAP */
355
		$othersplist['imap'][] = array('IMAP', 'tcp', '143', '143', 'both');
356
	$othersplist['smb'] = array();
357
		/* Microsoft SMB and friends */
358
		$othersplist['smb'][] = array('SMB1', 'tcp', '445', '445', 'both');
359
		$othersplist['smb'][] = array('SMB2', 'tcp', '137-139', '137-139', 'both');
360
	$othersplist['rtsp'] = array();
361
		/* realtime streaming protocol */
362
		$othersplist['rtsp'][] = array('RTSP1', 'tcp', '554', '554', 'both');
363
	$othersplist['snmp'] = array();
364
		/* Simple network management protocol */
365
		$othersplist['snmp'][] = array('SNMP', 'tcp', '161', '161', 'both');
366
		$othersplist['snmp'][] = array('SNMP2', 'udp', '161', '161', 'both');
367
	$othersplist['vnc'] = array();
368
		/* virtual network control */
369
		$othersplist['vnc'][] = array('VNC', 'tcp', '5900', '5930', 'both');
370
	$othersplist['appleremotedesktop'] = array();
371
		/* apple remote desktop */
372
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop1', 'tcp', '3283', '3283', 'both');
373
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop2', 'tcp', '5900', '5900', 'both');
374
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop3', 'udp', '3283', '3283', 'both');
375
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop4', 'udp', '5900', '5900', 'both');
376
	$othersplist['icq'] = array();
377
		/* icq */
378
		$othersplist['icq'][] = array('ICQ1', 'tcp', '5190', '5190', 'both');
379
		$othersplist['icq'][] = array('ICQ2', 'udp', '5190', '5190', 'both');
380
	$othersplist['lotusnotes'] = array();
381
		/* lotus notes */
382
		$othersplist['lotusnotes'][] = array('LotusNotes1', 'tcp', '1352', '1352', 'both');
383
		$othersplist['lotusnotes'][] = array('LotusNotes2', 'udp', '1352', '1352', 'both');
384
	$othersplist['aolinstantmessenger'] = array();
385
		/* AIM */
386
		$othersplist['aolinstantmessenger'][] = array('AIM', 'tcp', '5190', '5190', 'both');
387
	$othersplist['msnmessenger'] = array();
388
		/* msn messenger */
389
		$othersplist['msnmessenger'][] = array('MSN1', 'tcp', '1863', '1863', 'both');
390
		$othersplist['msnmessenger'][] = array('MSN2', 'tcp', '6891', '6900', 'both');
391
		$othersplist['msnmessenger'][] = array('MSN3', 'tcp', '6901', '6901', 'both');
392
		$othersplist['msnmessenger'][] = array('MSN4', 'udp', '6901', '6901', 'both');
393
	$othersplist['mysqlserver'] = array();
394
		/* mysql server */
395
		$othersplist['mysqlserver'][] = array('MySQL1', 'tcp', '3306', '3306', 'both');
396
	$othersplist['nntp'] = array();
397
		/* nntp */
398
		$othersplist['nntp'][] = array('NNTP1', 'tcp', '119', '119', 'both');
399
		$othersplist['nntp'][] = array('NNTP2', 'udp', '119', '119', 'both');
400
	$othersplist['pcanywhere'] = array();
401
		/* symantec pc anywhere */
402
		$othersplist['pcanywhere'][] = array('pcany1', 'tcp', '5631', '5631', 'both');
403
		$othersplist['pcanywhere'][] = array('pcany2', 'udp', '5632', '5632', 'both');
404
	$othersplist['teamspeak'] = array();
405
		/* teamspeak  */
406
		$othersplist['teamspeak'][] = array('teamspeak1', 'tcp', '14534', '14534', 'both');
407
		$othersplist['teamspeak'][] = array('teamspeak2', 'tcp', '51234', '51234', 'both');
408
		$othersplist['teamspeak'][] = array('teamspeak3', 'udp', '8767', '8768', 'both');
409
	$othersplist['cvsup'] = array();
410
		/* cvs  */
411
		$othersplist['cvsup'][] = array('cvsup', 'tcp', '5999', '5999', 'both');
412
	$othersplist['hbci'] = array();
413
		/* HBCI  */
414
		$othersplist['hbci'][] = array('HBCI', 'tcp', '3000', '3000', 'both');
415
	$othersplist['slingbox'] = array();
416
		$othersplist['slingbox'][] = array('Slingbox1', 'tcp', '5001', '5001', 'both');
417
		$othersplist['slingbox'][] = array('Slingbox2', 'udp', '5001', '5001', 'both');
418

    
419

    
420
?>
(60-60/67)