• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Network services, Internet style
2 //
3 // Note that it is presently the policy of IANA to assign a single well-known
4 // port number for both TCP and UDP, hence, officially ports have two entries
5 // even if the protocol doesn't support UDP operations.
6 //
7 // Updated from http://www.iana.org/assignments/port-numbers and other
8 // sources like http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/services .
9 // New ports will be added on request if they have been officially assigned
10 // by IANA and used in the real-world or are needed by a debian package.
11 // If you need a huge list of used numbers please install the nmap package.
12 #ifndef SYSTEM_SERVICES_HEADER
13 #define SYSTEM_SERVICES_HEADER
14 
15 PORT_DESC("tcpmux 1/tcp\r\n"),
16 PORT_DESC("echo 7/tcp\r\n"),
17 PORT_DESC("echo 7/udp\r\n"),
18 PORT_DESC("discard 9/tcp sink null\r\n"),
19 PORT_DESC("discard 9/udp sink null\r\n"),
20 PORT_DESC("systat 11/tcp users\r\n"),
21 PORT_DESC("daytime 13/tcp\r\n"),
22 PORT_DESC("daytime 13/udp\r\n"),
23 PORT_DESC("netstat 15/tcp\r\n"),
24 PORT_DESC("qotd 17/tcp quote\r\n"),
25 PORT_DESC("msp 18/tcp\r\n"),
26 PORT_DESC("msp 18/udp\r\n"),
27 PORT_DESC("chargen 19/tcp ttytst source\r\n"),
28 PORT_DESC("chargen 19/udp ttytst source\r\n"),
29 PORT_DESC("ftp-data 20/tcp\r\n"),
30 PORT_DESC("ftp 21/tcp\r\n"),
31 PORT_DESC("fsp 21/udp fspd\r\n"),
32 PORT_DESC("ssh 22/tcp\r\n"),
33 PORT_DESC("ssh 22/udp\r\n"),
34 PORT_DESC("telnet 23/tcp\r\n"),
35 PORT_DESC("smtp 25/tcp mail\r\n"),
36 PORT_DESC("time 37/tcp timserver\r\n"),
37 PORT_DESC("time 37/udp timserver\r\n"),
38 PORT_DESC("rlp 39/udp resource\r\n"),
39 PORT_DESC("nameserver 42/tcp name\r\n"),
40 PORT_DESC("whois 43/tcp nicname\r\n"),
41 PORT_DESC("tacacs 49/tcp\r\n"),
42 PORT_DESC("tacacs 49/udp\r\n"),
43 PORT_DESC("re-mail-ck 50/tcp\r\n"),
44 PORT_DESC("re-mail-ck 50/udp\r\n"),
45 PORT_DESC("domain 53/tcp\r\n"),
46 PORT_DESC("domain 53/udp\r\n"),
47 PORT_DESC("mtp 57/tcp\r\n"),
48 PORT_DESC("tacacs-ds 65/tcp\r\n"),
49 PORT_DESC("tacacs-ds 65/udp\r\n"),
50 PORT_DESC("bootps 67/tcp\r\n"),
51 PORT_DESC("bootps 67/udp\r\n"),
52 PORT_DESC("bootpc 68/tcp\r\n"),
53 PORT_DESC("bootpc 68/udp\r\n"),
54 PORT_DESC("tftp 69/udp\r\n"),
55 PORT_DESC("gopher 70/tcp\r\n"),
56 PORT_DESC("gopher 70/udp\r\n"),
57 PORT_DESC("rje 77/tcp netrjs\r\n"),
58 PORT_DESC("finger 79/tcp\r\n"),
59 PORT_DESC("http 80/tcp www\r\n"),
60 PORT_DESC("http 80/udp\r\n"),
61 PORT_DESC("link 87/tcp ttylink\r\n"),
62 PORT_DESC("kerberos 88/tcp kerberos5 krb5 kerberos-sec\r\n"),
63 PORT_DESC("kerberos 88/udp kerberos5 krb5 kerberos-sec\r\n"),
64 PORT_DESC("supdup 95/tcp\r\n"),
65 PORT_DESC("hostnames 101/tcp hostname\r\n"),
66 PORT_DESC("iso-tsap 102/tcp tsap\r\n"),
67 PORT_DESC("acr-nema 104/tcp dicom\r\n"),
68 PORT_DESC("acr-nema 104/udp dicom\r\n"),
69 PORT_DESC("csnet-ns 105/tcp cso-ns\r\n"),
70 PORT_DESC("csnet-ns 105/udp cso-ns\r\n"),
71 PORT_DESC("rtelnet 107/tcp\r\n"),
72 PORT_DESC("rtelnet 107/udp\r\n"),
73 PORT_DESC("pop2 109/tcp postoffice pop-2 \r\n"),
74 PORT_DESC("pop2 109/udp pop-2\r\n"),
75 PORT_DESC("pop3 110/tcp pop-3\r\n"),
76 PORT_DESC("pop3 110/udp pop-3\r\n"),
77 PORT_DESC("sunrpc 111/tcp portmapper\r\n"),
78 PORT_DESC("sunrpc 111/udp portmapper\r\n"),
79 PORT_DESC("auth 113/tcp authentication tap ident\r\n"),
80 PORT_DESC("sftp 115/tcp\r\n"),
81 PORT_DESC("uucp-path 117/tcp\r\n"),
82 PORT_DESC("nntp 119/tcp readnews untp\r\n"),
83 PORT_DESC("ntp 123/tcp\r\n"),
84 PORT_DESC("ntp 123/udp\r\n"),
85 PORT_DESC("pwdgen 129/tcp\r\n"),
86 PORT_DESC("pwdgen 129/udp\r\n"),
87 PORT_DESC("loc-srv 135/tcp epmap\r\n"),
88 PORT_DESC("loc-srv 135/udp epmap\r\n"),
89 PORT_DESC("netbios-ns 137/tcp\r\n"),
90 PORT_DESC("netbios-ns 137/udp\r\n"),
91 PORT_DESC("netbios-dgm 138/tcp\r\n"),
92 PORT_DESC("netbios-dgm 138/udp\r\n"),
93 PORT_DESC("netbios-ssn 139/tcp\r\n"),
94 PORT_DESC("netbios-ssn 139/udp\r\n"),
95 PORT_DESC("imap2 143/tcp imap\r\n"),
96 PORT_DESC("imap2 143/udp imap\r\n"),
97 PORT_DESC("snmp 161/tcp\r\n"),
98 PORT_DESC("snmp 161/udp\r\n"),
99 PORT_DESC("snmp-trap 162/tcp snmptrap\r\n"),
100 PORT_DESC("snmp-trap 162/udp snmptrap\r\n"),
101 PORT_DESC("cmip-man 163/tcp\r\n"),
102 PORT_DESC("cmip-man 163/udp\r\n"),
103 PORT_DESC("cmip-agent 164/tcp\r\n"),
104 PORT_DESC("cmip-agent 164/udp\r\n"),
105 PORT_DESC("mailq 174/tcp\r\n"),
106 PORT_DESC("mailq 174/udp\r\n"),
107 PORT_DESC("xdmcp 177/tcp\r\n"),
108 PORT_DESC("xdmcp 177/udp\r\n"),
109 PORT_DESC("nextstep 178/tcp NeXTStep NextStep\r\n"),
110 PORT_DESC("nextstep 178/udp NeXTStep NextStep\r\n"),
111 PORT_DESC("bgp 179/tcp\r\n"),
112 PORT_DESC("bgp 179/udp\r\n"),
113 PORT_DESC("prospero 191/tcp\r\n"),
114 PORT_DESC("prospero 191/udp\r\n"),
115 PORT_DESC("irc 194/tcp\r\n"),
116 PORT_DESC("irc 194/udp\r\n"),
117 PORT_DESC("smux 199/tcp\r\n"),
118 PORT_DESC("smux 199/udp\r\n"),
119 PORT_DESC("at-rtmp 201/tcp\r\n"),
120 PORT_DESC("at-rtmp 201/udp\r\n"),
121 PORT_DESC("at-nbp 202/tcp\r\n"),
122 PORT_DESC("at-nbp 202/udp\r\n"),
123 PORT_DESC("at-echo 204/tcp\r\n"),
124 PORT_DESC("at-echo 204/udp\r\n"),
125 PORT_DESC("at-zis 206/tcp\r\n"),
126 PORT_DESC("at-zis 206/udp\r\n"),
127 PORT_DESC("qmtp 209/tcp\r\n"),
128 PORT_DESC("qmtp 209/udp\r\n"),
129 PORT_DESC("z3950 210/tcp wais\r\n"),
130 PORT_DESC("z3950 210/udp wais\r\n"),
131 PORT_DESC("ipx 213/tcp\r\n"),
132 PORT_DESC("ipx 213/udp\r\n"),
133 PORT_DESC("imap3 220/tcp\r\n"),
134 PORT_DESC("imap3 220/udp\r\n"),
135 PORT_DESC("pawserv 345/tcp\r\n"),
136 PORT_DESC("pawserv 345/udp\r\n"),
137 PORT_DESC("zserv 346/tcp\r\n"),
138 PORT_DESC("zserv 346/udp\r\n"),
139 PORT_DESC("fatserv 347/tcp\r\n"),
140 PORT_DESC("fatserv 347/udp\r\n"),
141 PORT_DESC("rpc2portmap 369/tcp\r\n"),
142 PORT_DESC("rpc2portmap 369/udp\r\n"),
143 PORT_DESC("codaauth2 370/tcp\r\n"),
144 PORT_DESC("codaauth2 370/udp\r\n"),
145 PORT_DESC("clearcase 371/tcp Clearcase\r\n"),
146 PORT_DESC("clearcase 371/udp Clearcase\r\n"),
147 PORT_DESC("ulistserv 372/tcp\r\n"),
148 PORT_DESC("ulistserv 372/udp\r\n"),
149 PORT_DESC("ldap 389/tcp\r\n"),
150 PORT_DESC("ldap 389/udp\r\n"),
151 PORT_DESC("imsp 406/tcp\r\n"),
152 PORT_DESC("imsp 406/udp\r\n"),
153 PORT_DESC("svrloc 427/tcp\r\n"),
154 PORT_DESC("svrloc 427/udp\r\n"),
155 PORT_DESC("https 443/tcp\r\n"),
156 PORT_DESC("https 443/udp\r\n"),
157 PORT_DESC("snpp 444/tcp\r\n"),
158 PORT_DESC("snpp 444/udp\r\n"),
159 PORT_DESC("microsoft-ds 445/tcp\r\n"),
160 PORT_DESC("microsoft-ds 445/udp\r\n"),
161 PORT_DESC("kpasswd 464/tcp\r\n"),
162 PORT_DESC("kpasswd 464/udp\r\n"),
163 PORT_DESC("urd 465/tcp ssmtp smtps  \r\n"),
164 PORT_DESC("saft 487/tcp\r\n"),
165 PORT_DESC("saft 487/udp\r\n"),
166 PORT_DESC("isakmp 500/tcp\r\n"),
167 PORT_DESC("isakmp 500/udp\r\n"),
168 PORT_DESC("rtsp 554/tcp\r\n"),
169 PORT_DESC("rtsp 554/udp\r\n"),
170 PORT_DESC("nqs 607/tcp\r\n"),
171 PORT_DESC("nqs 607/udp\r\n"),
172 PORT_DESC("npmp-local 610/tcp dqs313_qmaster\r\n"),
173 PORT_DESC("npmp-local 610/udp dqs313_qmaster\r\n"),
174 PORT_DESC("npmp-gui 611/tcp dqs313_execd\r\n"),
175 PORT_DESC("npmp-gui 611/udp dqs313_execd\r\n"),
176 PORT_DESC("hmmp-ind 612/tcp dqs313_intercell\r\n"),
177 PORT_DESC("hmmp-ind 612/udp dqs313_intercell\r\n"),
178 PORT_DESC("asf-rmcp 623/udp\r\n"),
179 PORT_DESC("qmqp 628/tcp\r\n"),
180 PORT_DESC("qmqp 628/udp\r\n"),
181 PORT_DESC("ipp 631/tcp\r\n"),
182 PORT_DESC("ipp 631/udp\r\n"),
183 PORT_DESC("exec 512/tcp\r\n"),
184 PORT_DESC("biff 512/udp comsat\r\n"),
185 PORT_DESC("login 513/tcp\r\n"),
186 PORT_DESC("who 513/udp whod\r\n"),
187 PORT_DESC("shell 514/tcp cmd\r\n"),
188 PORT_DESC("syslog 514/udp\r\n"),
189 PORT_DESC("printer 515/tcp spooler\r\n"),
190 PORT_DESC("talk 517/udp\r\n"),
191 PORT_DESC("ntalk 518/udp\r\n"),
192 PORT_DESC("route 520/udp router routed\r\n"),
193 PORT_DESC("timed 525/udp timeserver\r\n"),
194 PORT_DESC("tempo 526/tcp newdate\r\n"),
195 PORT_DESC("courier 530/tcp rpc\r\n"),
196 PORT_DESC("conference 531/tcp chat\r\n"),
197 PORT_DESC("netnews 532/tcp readnews\r\n"),
198 PORT_DESC("netwall 533/udp\r\n"),
199 PORT_DESC("gdomap 538/tcp\r\n"),
200 PORT_DESC("gdomap 538/udp\r\n"),
201 PORT_DESC("uucp 540/tcp uucpd\r\n"),
202 PORT_DESC("klogin 543/tcp\r\n"),
203 PORT_DESC("kshell 544/tcp krcmd\r\n"),
204 PORT_DESC("dhcpv6-client 546/tcp\r\n"),
205 PORT_DESC("dhcpv6-client 546/udp\r\n"),
206 PORT_DESC("dhcpv6-server 547/tcp\r\n"),
207 PORT_DESC("dhcpv6-server 547/udp\r\n"),
208 PORT_DESC("afpovertcp 548/tcp\r\n"),
209 PORT_DESC("afpovertcp 548/udp\r\n"),
210 PORT_DESC("idfp 549/tcp\r\n"),
211 PORT_DESC("idfp 549/udp\r\n"),
212 PORT_DESC("remotefs 556/tcp rfs_server rfs\r\n"),
213 PORT_DESC("nntps 563/tcp snntp\r\n"),
214 PORT_DESC("nntps 563/udp snntp\r\n"),
215 PORT_DESC("submission 587/tcp\r\n"),
216 PORT_DESC("submission 587/udp\r\n"),
217 PORT_DESC("ldaps 636/tcp\r\n"),
218 PORT_DESC("ldaps 636/udp\r\n"),
219 PORT_DESC("tinc 655/tcp\r\n"),
220 PORT_DESC("tinc 655/udp\r\n"),
221 PORT_DESC("silc 706/tcp\r\n"),
222 PORT_DESC("silc 706/udp\r\n"),
223 PORT_DESC("kerberos-adm 749/tcp\r\n"),
224 PORT_DESC("webster 765/tcp\r\n"),
225 PORT_DESC("webster 765/udp\r\n"),
226 PORT_DESC("rsync 873/tcp\r\n"),
227 PORT_DESC("rsync 873/udp\r\n"),
228 PORT_DESC("ftps-data 989/tcp\r\n"),
229 PORT_DESC("ftps 990/tcp\r\n"),
230 PORT_DESC("telnets 992/tcp\r\n"),
231 PORT_DESC("telnets 992/udp\r\n"),
232 PORT_DESC("imaps 993/tcp\r\n"),
233 PORT_DESC("imaps 993/udp\r\n"),
234 PORT_DESC("ircs 994/tcp\r\n"),
235 PORT_DESC("ircs 994/udp\r\n"),
236 PORT_DESC("pop3s 995/tcp\r\n"),
237 PORT_DESC("pop3s 995/udp\r\n"),
238 PORT_DESC("socks 1080/tcp\r\n"),
239 PORT_DESC("socks 1080/udp\r\n"),
240 PORT_DESC("proofd 1093/tcp\r\n"),
241 PORT_DESC("proofd 1093/udp\r\n"),
242 PORT_DESC("rootd 1094/tcp\r\n"),
243 PORT_DESC("rootd 1094/udp\r\n"),
244 PORT_DESC("openvpn 1194/tcp\r\n"),
245 PORT_DESC("openvpn 1194/udp\r\n"),
246 PORT_DESC("rmiregistry 1099/tcp\r\n"),
247 PORT_DESC("rmiregistry 1099/udp\r\n"),
248 PORT_DESC("kazaa 1214/tcp\r\n"),
249 PORT_DESC("kazaa 1214/udp\r\n"),
250 PORT_DESC("nessus 1241/tcp\r\n"),
251 PORT_DESC("nessus 1241/udp\r\n"),
252 PORT_DESC("lotusnote 1352/tcp lotusnotes\r\n"),
253 PORT_DESC("lotusnote 1352/udp lotusnotes\r\n"),
254 PORT_DESC("ms-sql-s 1433/tcp\r\n"),
255 PORT_DESC("ms-sql-s 1433/udp\r\n"),
256 PORT_DESC("ms-sql-m 1434/tcp\r\n"),
257 PORT_DESC("ms-sql-m 1434/udp\r\n"),
258 PORT_DESC("ingreslock 1524/tcp\r\n"),
259 PORT_DESC("ingreslock 1524/udp\r\n"),
260 PORT_DESC("prospero-np 1525/tcp\r\n"),
261 PORT_DESC("prospero-np 1525/udp\r\n"),
262 PORT_DESC("datametrics 1645/tcp old-radius\r\n"),
263 PORT_DESC("datametrics 1645/udp old-radius\r\n"),
264 PORT_DESC("sa-msg-port 1646/tcp old-radacct\r\n"),
265 PORT_DESC("sa-msg-port 1646/udp old-radacct\r\n"),
266 PORT_DESC("kermit 1649/tcp\r\n"),
267 PORT_DESC("kermit 1649/udp\r\n"),
268 PORT_DESC("groupwise 1677/tcp\r\n"),
269 PORT_DESC("groupwise 1677/udp\r\n"),
270 PORT_DESC("l2f 1701/tcp l2tp\r\n"),
271 PORT_DESC("l2f 1701/udp l2tp\r\n"),
272 PORT_DESC("radius 1812/tcp\r\n"),
273 PORT_DESC("radius 1812/udp\r\n"),
274 PORT_DESC("radius-acct 1813/tcp radacct\r\n"),
275 PORT_DESC("radius-acct 1813/udp radacct\r\n"),
276 PORT_DESC("msnp 1863/tcp\r\n"),
277 PORT_DESC("msnp 1863/udp\r\n"),
278 PORT_DESC("unix-status 1957/tcp\r\n"),
279 PORT_DESC("log-server 1958/tcp\r\n"),
280 PORT_DESC("remoteping 1959/tcp\r\n"),
281 PORT_DESC("cisco-sccp 2000/tcp\r\n"),
282 PORT_DESC("cisco-sccp 2000/udp\r\n"),
283 PORT_DESC("search 2010/tcp ndtp\r\n"),
284 PORT_DESC("pipe-server 2010/tcp pipe_server\r\n"),
285 PORT_DESC("nfs 2049/tcp\r\n"),
286 PORT_DESC("nfs 2049/udp\r\n"),
287 PORT_DESC("gnunet 2086/tcp\r\n"),
288 PORT_DESC("gnunet 2086/udp\r\n"),
289 PORT_DESC("rtcm-sc104 2101/tcp\r\n"),
290 PORT_DESC("rtcm-sc104 2101/udp\r\n"),
291 PORT_DESC("gsigatekeeper 2119/tcp\r\n"),
292 PORT_DESC("gsigatekeeper 2119/udp\r\n"),
293 PORT_DESC("gris 2135/tcp\r\n"),
294 PORT_DESC("gris 2135/udp\r\n"),
295 PORT_DESC("cvspserver 2401/tcp\r\n"),
296 PORT_DESC("cvspserver 2401/udp\r\n"),
297 PORT_DESC("venus 2430/tcp\r\n"),
298 PORT_DESC("venus 2430/udp\r\n"),
299 PORT_DESC("venus-se 2431/tcp\r\n"),
300 PORT_DESC("venus-se 2431/udp\r\n"),
301 PORT_DESC("codasrv 2432/tcp\r\n"),
302 PORT_DESC("codasrv 2432/udp\r\n"),
303 PORT_DESC("codasrv-se 2433/tcp\r\n"),
304 PORT_DESC("codasrv-se 2433/udp\r\n"),
305 PORT_DESC("mon 2583/tcp\r\n"),
306 PORT_DESC("mon 2583/udp\r\n"),
307 PORT_DESC("dict 2628/tcp\r\n"),
308 PORT_DESC("dict 2628/udp\r\n"),
309 PORT_DESC("f5-globalsite 2792/tcp\r\n"),
310 PORT_DESC("f5-globalsite 2792/udp\r\n"),
311 PORT_DESC("gsiftp 2811/tcp\r\n"),
312 PORT_DESC("gsiftp 2811/udp\r\n"),
313 PORT_DESC("gpsd 2947/tcp\r\n"),
314 PORT_DESC("gpsd 2947/udp\r\n"),
315 PORT_DESC("gds-db 3050/tcp gds_db\r\n"),
316 PORT_DESC("gds-db 3050/udp gds_db\r\n"),
317 PORT_DESC("icpv2 3130/tcp icp\r\n"),
318 PORT_DESC("icpv2 3130/udp icp\r\n"),
319 PORT_DESC("iscsi-target 3260/tcp\r\n"),
320 PORT_DESC("mysql 3306/tcp\r\n"),
321 PORT_DESC("mysql 3306/udp\r\n"),
322 PORT_DESC("nut 3493/tcp\r\n"),
323 PORT_DESC("nut 3493/udp\r\n"),
324 PORT_DESC("distcc 3632/tcp\r\n"),
325 PORT_DESC("distcc 3632/udp\r\n"),
326 PORT_DESC("daap 3689/tcp\r\n"),
327 PORT_DESC("daap 3689/udp\r\n"),
328 PORT_DESC("svn 3690/tcp subversion\r\n"),
329 PORT_DESC("svn 3690/udp subversion\r\n"),
330 PORT_DESC("suucp 4031/tcp\r\n"),
331 PORT_DESC("suucp 4031/udp\r\n"),
332 PORT_DESC("sysrqd 4094/tcp\r\n"),
333 PORT_DESC("sysrqd 4094/udp\r\n"),
334 PORT_DESC("sieve 4190/tcp\r\n"),
335 PORT_DESC("epmd 4369/tcp\r\n"),
336 PORT_DESC("epmd 4369/udp\r\n"),
337 PORT_DESC("remctl 4373/tcp\r\n"),
338 PORT_DESC("remctl 4373/udp\r\n"),
339 PORT_DESC("f5-iquery 4353/tcp\r\n"),
340 PORT_DESC("f5-iquery 4353/udp\r\n"),
341 PORT_DESC("ipsec-nat-t 4500/udp\r\n"),
342 PORT_DESC("iax 4569/tcp\r\n"),
343 PORT_DESC("iax 4569/udp\r\n"),
344 PORT_DESC("mtn 4691/tcp\r\n"),
345 PORT_DESC("mtn 4691/udp\r\n"),
346 PORT_DESC("radmin-port 4899/tcp\r\n"),
347 PORT_DESC("radmin-port 4899/udp\r\n"),
348 PORT_DESC("rfe 5002/udp\r\n"),
349 PORT_DESC("rfe 5002/tcp\r\n"),
350 PORT_DESC("mmcc 5050/tcp\r\n"),
351 PORT_DESC("mmcc 5050/udp\r\n"),
352 PORT_DESC("sip 5060/tcp\r\n"),
353 PORT_DESC("sip 5060/udp\r\n"),
354 PORT_DESC("sip-tls 5061/tcp\r\n"),
355 PORT_DESC("sip-tls 5061/udp\r\n"),
356 PORT_DESC("aol 5190/tcp\r\n"),
357 PORT_DESC("aol 5190/udp\r\n"),
358 PORT_DESC("xmpp-client 5222/tcp jabber-client\r\n"),
359 PORT_DESC("xmpp-client 5222/udp jabber-client\r\n"),
360 PORT_DESC("xmpp-server 5269/tcp jabber-server\r\n"),
361 PORT_DESC("xmpp-server 5269/udp jabber-server\r\n"),
362 PORT_DESC("cfengine 5308/tcp\r\n"),
363 PORT_DESC("cfengine 5308/udp\r\n"),
364 PORT_DESC("mdns 5353/tcp\r\n"),
365 PORT_DESC("mdns 5353/udp\r\n"),
366 PORT_DESC("postgresql 5432/tcp postgres\r\n"),
367 PORT_DESC("postgresql 5432/udp postgres\r\n"),
368 PORT_DESC("freeciv 5556/tcp rptp\r\n"),
369 PORT_DESC("freeciv 5556/udp\r\n"),
370 PORT_DESC("amqps 5671/tcp\r\n"),
371 PORT_DESC("amqp 5672/tcp\r\n"),
372 PORT_DESC("amqp 5672/udp\r\n"),
373 PORT_DESC("amqp 5672/sctp\r\n"),
374 PORT_DESC("ggz 5688/tcp\r\n"),
375 PORT_DESC("ggz 5688/udp\r\n"),
376 PORT_DESC("x11 6000/tcp x11-0\r\n"),
377 PORT_DESC("x11 6000/udp x11-0\r\n"),
378 PORT_DESC("x11-1 6001/tcp\r\n"),
379 PORT_DESC("x11-1 6001/udp\r\n"),
380 PORT_DESC("x11-2 6002/tcp\r\n"),
381 PORT_DESC("x11-2 6002/udp\r\n"),
382 PORT_DESC("x11-3 6003/tcp\r\n"),
383 PORT_DESC("x11-3 6003/udp\r\n"),
384 PORT_DESC("x11-4 6004/tcp\r\n"),
385 PORT_DESC("x11-4 6004/udp\r\n"),
386 PORT_DESC("x11-5 6005/tcp\r\n"),
387 PORT_DESC("x11-5 6005/udp\r\n"),
388 PORT_DESC("x11-6 6006/tcp\r\n"),
389 PORT_DESC("x11-6 6006/udp\r\n"),
390 PORT_DESC("x11-7 6007/tcp\r\n"),
391 PORT_DESC("x11-7 6007/udp\r\n"),
392 PORT_DESC("gnutella-svc 6346/tcp\r\n"),
393 PORT_DESC("gnutella-svc 6346/udp\r\n"),
394 PORT_DESC("gnutella-rtr 6347/tcp\r\n"),
395 PORT_DESC("gnutella-rtr 6347/udp\r\n"),
396 PORT_DESC("sge-qmaster 6444/tcp sge_qmaster\r\n"),
397 PORT_DESC("sge-qmaster 6444/udp sge_qmaster\r\n"),
398 PORT_DESC("sge-execd 6445/tcp sge_execd\r\n"),
399 PORT_DESC("sge-execd 6445/udp sge_execd\r\n"),
400 PORT_DESC("mysql-proxy 6446/tcp\r\n"),
401 PORT_DESC("mysql-proxy 6446/udp\r\n"),
402 PORT_DESC("afs3-fileserver 7000/tcp bbs\r\n"),
403 PORT_DESC("afs3-fileserver 7000/udp bbs\r\n"),
404 PORT_DESC("afs3-callback 7001/tcp\r\n"),
405 PORT_DESC("afs3-callback 7001/udp\r\n"),
406 PORT_DESC("afs3-prserver 7002/tcp\r\n"),
407 PORT_DESC("afs3-prserver 7002/udp\r\n"),
408 PORT_DESC("afs3-vlserver 7003/tcp\r\n"),
409 PORT_DESC("afs3-vlserver 7003/udp\r\n"),
410 PORT_DESC("afs3-kaserver 7004/tcp\r\n"),
411 PORT_DESC("afs3-kaserver 7004/udp\r\n"),
412 PORT_DESC("afs3-volser 7005/tcp\r\n"),
413 PORT_DESC("afs3-volser 7005/udp\r\n"),
414 PORT_DESC("afs3-errors 7006/tcp\r\n"),
415 PORT_DESC("afs3-errors 7006/udp\r\n"),
416 PORT_DESC("afs3-bos 7007/tcp\r\n"),
417 PORT_DESC("afs3-bos 7007/udp\r\n"),
418 PORT_DESC("afs3-update 7008/tcp\r\n"),
419 PORT_DESC("afs3-update 7008/udp\r\n"),
420 PORT_DESC("afs3-rmtsys 7009/tcp\r\n"),
421 PORT_DESC("afs3-rmtsys 7009/udp\r\n"),
422 PORT_DESC("font-service 7100/tcp xfs\r\n"),
423 PORT_DESC("font-service 7100/udp xfs\r\n"),
424 PORT_DESC("http-alt 8080/tcp webcache\r\n"),
425 PORT_DESC("http-alt 8080/udp\r\n"),
426 PORT_DESC("bacula-dir 9101/tcp\r\n"),
427 PORT_DESC("bacula-dir 9101/udp\r\n"),
428 PORT_DESC("bacula-fd 9102/tcp\r\n"),
429 PORT_DESC("bacula-fd 9102/udp\r\n"),
430 PORT_DESC("bacula-sd 9103/tcp\r\n"),
431 PORT_DESC("bacula-sd 9103/udp\r\n"),
432 PORT_DESC("xmms2 9667/tcp\r\n"),
433 PORT_DESC("xmms2 9667/udp\r\n"),
434 PORT_DESC("nbd 10809/tcp\r\n"),
435 PORT_DESC("zabbix-agent 10050/tcp\r\n"),
436 PORT_DESC("zabbix-agent 10050/udp\r\n"),
437 PORT_DESC("zabbix-trapper 10051/tcp\r\n"),
438 PORT_DESC("zabbix-trapper 10051/udp\r\n"),
439 PORT_DESC("amanda 10080/tcp\r\n"),
440 PORT_DESC("amanda 10080/udp\r\n"),
441 PORT_DESC("dicom 11112/tcp\r\n"),
442 PORT_DESC("hkp 11371/tcp\r\n"),
443 PORT_DESC("hkp 11371/udp\r\n"),
444 PORT_DESC("bprd 13720/tcp\r\n"),
445 PORT_DESC("bprd 13720/udp\r\n"),
446 PORT_DESC("bpdbm 13721/tcp\r\n"),
447 PORT_DESC("bpdbm 13721/udp\r\n"),
448 PORT_DESC("bpjava-msvc 13722/tcp\r\n"),
449 PORT_DESC("bpjava-msvc 13722/udp\r\n"),
450 PORT_DESC("vnetd 13724/tcp\r\n"),
451 PORT_DESC("vnetd 13724/udp\r\n"),
452 PORT_DESC("bpcd 13782/tcp\r\n"),
453 PORT_DESC("bpcd 13782/udp\r\n"),
454 PORT_DESC("vopied 13783/tcp\r\n"),
455 PORT_DESC("vopied 13783/udp\r\n"),
456 PORT_DESC("db-lsp 17500/tcp\r\n"),
457 PORT_DESC("dcap 22125/tcp\r\n"),
458 PORT_DESC("gsidcap 22128/tcp\r\n"),
459 PORT_DESC("wnn6 22273/tcp\r\n"),
460 PORT_DESC("wnn6 22273/udp\r\n"),
461 PORT_DESC("rtmp 1/ddp\r\n"),
462 PORT_DESC("nbp 2/ddp\r\n"),
463 PORT_DESC("echo 4/ddp\r\n"),
464 PORT_DESC("zip 6/ddp\r\n"),
465 PORT_DESC("kerberos4 750/udp kerberos-iv kdc\r\n"),
466 PORT_DESC("kerberos4 750/tcp kerberos-iv kdc\r\n"),
467 PORT_DESC("kerberos-master 751/udp kerberos_master\r\n"),
468 PORT_DESC("kerberos-master 751/tcp\r\n"),
469 PORT_DESC("passwd-server 752/udp passwd_server\r\n"),
470 PORT_DESC("krb-prop 754/tcp krb_prop krb5_prop hprop\r\n"),
471 PORT_DESC("krbupdate 760/tcp kreg\r\n"),
472 PORT_DESC("swat 901/tcp\r\n"),
473 PORT_DESC("kpop 1109/tcp\r\n"),
474 PORT_DESC("knetd 2053/tcp\r\n"),
475 PORT_DESC("zephyr-srv 2102/udp\r\n"),
476 PORT_DESC("zephyr-clt 2103/udp\r\n"),
477 PORT_DESC("zephyr-hm 2104/udp\r\n"),
478 PORT_DESC("eklogin 2105/tcp\r\n"),
479 PORT_DESC("kx 2111/tcp\r\n"),
480 PORT_DESC("iprop 2121/tcp\r\n"),
481 PORT_DESC("supfilesrv 871/tcp\r\n"),
482 PORT_DESC("supfiledbg 1127/tcp\r\n"),
483 PORT_DESC("linuxconf 98/tcp\r\n"),
484 PORT_DESC("poppassd 106/tcp\r\n"),
485 PORT_DESC("poppassd 106/udp\r\n"),
486 PORT_DESC("moira-db 775/tcp moira_db\r\n"),
487 PORT_DESC("moira-update 777/tcp moira_update\r\n"),
488 PORT_DESC("moira-ureg 779/udp moira_ureg\r\n"),
489 PORT_DESC("spamd 783/tcp\r\n"),
490 PORT_DESC("omirr 808/tcp omirrd\r\n"),
491 PORT_DESC("omirr 808/udp omirrd\r\n"),
492 PORT_DESC("customs 1001/tcp\r\n"),
493 PORT_DESC("customs 1001/udp\r\n"),
494 PORT_DESC("skkserv 1178/tcp\r\n"),
495 PORT_DESC("predict 1210/udp\r\n"),
496 PORT_DESC("rmtcfg 1236/tcp\r\n"),
497 PORT_DESC("wipld 1300/tcp\r\n"),
498 PORT_DESC("xtel 1313/tcp\r\n"),
499 PORT_DESC("xtelw 1314/tcp\r\n"),
500 PORT_DESC("support 1529/tcp\r\n"),
501 PORT_DESC("cfinger 2003/tcp\r\n"),
502 PORT_DESC("frox 2121/tcp\r\n"),
503 PORT_DESC("ninstall 2150/tcp\r\n"),
504 PORT_DESC("ninstall 2150/udp\r\n"),
505 PORT_DESC("zebrasrv 2600/tcp\r\n"),
506 PORT_DESC("zebra 2601/tcp\r\n"),
507 PORT_DESC("ripd 2602/tcp\r\n"),
508 PORT_DESC("ripngd 2603/tcp\r\n"),
509 PORT_DESC("ospfd 2604/tcp\r\n"),
510 PORT_DESC("bgpd 2605/tcp\r\n"),
511 PORT_DESC("ospf6d 2606/tcp\r\n"),
512 PORT_DESC("ospfapi 2607/tcp\r\n"),
513 PORT_DESC("isisd 2608/tcp\r\n"),
514 PORT_DESC("afbackup 2988/tcp\r\n"),
515 PORT_DESC("afbackup 2988/udp\r\n"),
516 PORT_DESC("afmbackup 2989/tcp\r\n"),
517 PORT_DESC("afmbackup 2989/udp\r\n"),
518 PORT_DESC("xtell 4224/tcp\r\n"),
519 PORT_DESC("fax 4557/tcp\r\n"),
520 PORT_DESC("hylafax 4559/tcp\r\n"),
521 PORT_DESC("distmp3 4600/tcp\r\n"),
522 PORT_DESC("munin 4949/tcp lrrd\r\n"),
523 PORT_DESC("enbd-cstatd 5051/tcp\r\n"),
524 PORT_DESC("enbd-sstatd 5052/tcp\r\n"),
525 PORT_DESC("pcrd 5151/tcp\r\n"),
526 PORT_DESC("noclog 5354/tcp\r\n"),
527 PORT_DESC("noclog 5354/udp\r\n"),
528 PORT_DESC("hostmon 5355/tcp\r\n"),
529 PORT_DESC("hostmon 5355/udp\r\n"),
530 PORT_DESC("rplay 5555/udp\r\n"),
531 PORT_DESC("nrpe 5666/tcp\r\n"),
532 PORT_DESC("nsca 5667/tcp\r\n"),
533 PORT_DESC("mrtd 5674/tcp\r\n"),
534 PORT_DESC("bgpsim 5675/tcp\r\n"),
535 PORT_DESC("canna 5680/tcp\r\n"),
536 PORT_DESC("syslog-tls 6514/tcp\r\n"),
537 PORT_DESC("sane-port 6566/tcp sane saned\r\n"),
538 PORT_DESC("ircd 6667/tcp\r\n"),
539 PORT_DESC("zope-ftp 8021/tcp\r\n"),
540 PORT_DESC("tproxy 8081/tcp\r\n"),
541 PORT_DESC("omniorb 8088/tcp\r\n"),
542 PORT_DESC("omniorb 8088/udp\r\n"),
543 PORT_DESC("clc-build-daemon 8990/tcp\r\n"),
544 PORT_DESC("xinetd 9098/tcp\r\n"),
545 PORT_DESC("mandelspawn 9359/udp mandelbrot\r\n"),
546 PORT_DESC("git 9418/tcp\r\n"),
547 PORT_DESC("zope 9673/tcp\r\n"),
548 PORT_DESC("webmin 10000/tcp\r\n"),
549 PORT_DESC("kamanda 10081/tcp\r\n"),
550 PORT_DESC("kamanda 10081/udp\r\n"),
551 PORT_DESC("amandaidx 10082/tcp\r\n"),
552 PORT_DESC("amidxtape 10083/tcp\r\n"),
553 PORT_DESC("smsqp 11201/tcp\r\n"),
554 PORT_DESC("smsqp 11201/udp\r\n"),
555 PORT_DESC("xpilot 15345/tcp\r\n"),
556 PORT_DESC("xpilot 15345/udp\r\n"),
557 PORT_DESC("sgi-cmsd 17001/udp\r\n"),
558 PORT_DESC("sgi-crsd 17002/udp\r\n"),
559 PORT_DESC("sgi-gcd 17003/udp\r\n"),
560 PORT_DESC("sgi-cad 17004/tcp\r\n"),
561 PORT_DESC("isdnlog 20011/tcp\r\n"),
562 PORT_DESC("isdnlog 20011/udp\r\n"),
563 PORT_DESC("vboxd 20012/tcp\r\n"),
564 PORT_DESC("vboxd 20012/udp\r\n"),
565 PORT_DESC("binkp 24554/tcp\r\n"),
566 PORT_DESC("asp 27374/tcp\r\n"),
567 PORT_DESC("asp 27374/udp\r\n"),
568 PORT_DESC("csync2 30865/tcp\r\n"),
569 PORT_DESC("dircproxy 57000/tcp\r\n"),
570 PORT_DESC("tfido 60177/tcp\r\n"),
571 PORT_DESC("fido 60179/tcp\r\n"),
572 #endif // SYSTEM_SERVICES_HEADER
573