Home | History | Annotate | Line # | Download | only in etc
services revision 1.86
      1  1.86  christos # $NetBSD: services,v 1.86 2007/05/08 20:38:37 christos Exp $
      2  1.86  christos # See also: services(5), http://www.sethwklein.net/projects/iana-etc/
      3   1.1       cgd #
      4  1.86  christos # PORT NUMBERS
      5  1.86  christos # 
      6  1.86  christos # (last updated 2007-05-03) 
      7  1.86  christos # 
      8  1.86  christos # The port numbers are divided into three ranges: the Well Known Ports,
      9  1.86  christos # the Registered Ports, and the Dynamic and/or Private Ports.
     10  1.86  christos # 
     11  1.86  christos # The Well Known Ports are those from 0 through 1023.
     12  1.86  christos # 
     13  1.86  christos # DCCP Well Known ports SHOULD NOT be used without IANA registration.
     14  1.86  christos # The registration procedure is defined in [RFC4340], Section 19.9.
     15  1.86  christos # 
     16  1.86  christos # The Registered Ports are those from 1024 through 49151
     17  1.86  christos # 
     18  1.86  christos # DCCP Registered ports SHOULD NOT be used without IANA registration.
     19  1.86  christos # The registration procedure is defined in [RFC4340], Section 19.9.
     20  1.86  christos # 
     21  1.86  christos # The Dynamic and/or Private Ports are those from 49152 through 65535
     22  1.86  christos # 
     23  1.86  christos # 
     24  1.86  christos # 
     25  1.86  christos # ************************************************************************
     26  1.86  christos # * PLEASE NOTE THE FOLLOWING:                                           *
     27  1.86  christos # *                                                                      *
     28  1.86  christos # * IESG STATEMENT TO THE IANA                                           *
     29  1.86  christos # *    THE IESG BELIEVES THAT IANA MAY ALLOCATE AN ADDITIONAL PORT IN    *
     30  1.86  christos # *    THE 'USER PORT' RANGE TO PROTOCOLS WHOSE CURRENT PORT ALLOCATION  *
     31  1.86  christos # *    REQUIRES ACCESS TO A PRIVILEGED PORT. THIS ALLOCATION SHOULD NOT  *
     32  1.86  christos # *    BE AUTOMATIC, BUT MAY OCCUR UPON APPLICATION BY AN INTERESTED     *
     33  1.86  christos # *    PARTY WHOSE APPLICATION WOULD OTHERWISE FIT IANA'S POLICIES.      *
     34  1.86  christos # *                                                                      *
     35  1.86  christos # * 1. UNASSIGNED PORT NUMBERS SHOULD NOT BE USED.  THE IANA WILL ASSIGN *
     36  1.86  christos # * THE NUMBER FOR THE PORT AFTER YOUR APPLICATION HAS BEEN APPROVED.    *
     37  1.86  christos # *                                                                      *
     38  1.86  christos # * 2. ASSIGNMENT OF A PORT NUMBER DOES NOT IN ANY WAY IMPLY AN          *
     39  1.86  christos # * ENDORSEMENT OF AN APPLICATION OR PRODUCT, AND THE FACT THAT NETWORK  *
     40  1.86  christos # * TRAFFIC IS FLOWING TO OR FROM A REGISTERED PORT DOES NOT MEAN THAT   *
     41  1.86  christos # * IT IS "GOOD" TRAFFIC. FIREWALL AND SYSTEM ADMINISTRATORS SHOULD      *
     42  1.86  christos # * CHOOSE HOW TO CONFIGURE THEIR SYSTEMS BASED ON THEIR KNOWLEDGE OF    *
     43  1.86  christos # * THE TRAFFIC IN QUESTION, NOT WHETHER THERE IS A PORT NUMBER          *
     44  1.86  christos # * REGISTERED OR NOT.                                                   *
     45  1.86  christos # ************************************************************************
     46  1.86  christos # 
     47  1.86  christos # 
     48  1.86  christos # WELL KNOWN PORT NUMBERS
     49  1.86  christos # 
     50  1.86  christos # The Well Known Ports are assigned by the IANA and on most systems can
     51  1.86  christos # only be used by system (or root) processes or by programs executed by
     52  1.86  christos # privileged users.
     53  1.86  christos # 
     54  1.86  christos # Ports are used in the TCP [RFC793] to name the ends of logical
     55  1.86  christos # connections which carry long term conversations.  For the purpose of
     56  1.86  christos # providing services to unknown callers, a service contact port is
     57  1.86  christos # defined.  This list specifies the port used by the server process as
     58  1.86  christos # its contact port.  The contact port is sometimes called the
     59  1.86  christos # "well-known port".
     60  1.86  christos # 
     61  1.86  christos # To the extent possible, these same port assignments are used with the
     62  1.86  christos # UDP [RFC768].
     63  1.86  christos # 
     64  1.86  christos # The range for assigned ports managed by the IANA is 0-1023.
     65  1.86  christos # 
     66  1.86  christos # Port Assignments:
     67  1.86  christos # 
     68  1.86  christos # Keyword         Decimal    Description                     References
     69  1.86  christos # -------         -------    -----------                     ----------
     70  1.86  christos #                 0/tcp    Reserved
     71  1.86  christos #                 0/udp    Reserved
     72  1.86  christos #                          Jon Postel <postel&isi.edu>
     73  1.86  christos tcpmux            1/tcp    # TCP Port Service Multiplexer
     74  1.86  christos tcpmux            1/udp    # TCP Port Service Multiplexer
     75  1.86  christos #                          Mark Lottor <MKL&nisc.sri.com>
     76  1.86  christos compressnet       2/tcp    # Management Utility
     77  1.86  christos compressnet       2/udp    # Management Utility
     78  1.86  christos compressnet       3/tcp    # Compression Process
     79  1.86  christos compressnet       3/udp    # Compression Process
     80  1.86  christos #                          Bernie Volz <volz&cisco.com>
     81  1.86  christos #                 4/tcp    Unassigned
     82  1.86  christos #                 4/udp    Unassigned
     83  1.86  christos rje               5/tcp    # Remote Job Entry
     84  1.86  christos rje               5/udp    # Remote Job Entry
     85  1.86  christos #                          Jon Postel <postel&isi.edu>
     86  1.86  christos #                 6/tcp    Unassigned
     87  1.86  christos #                 6/udp    Unassigned
     88  1.86  christos echo              7/tcp    # Echo
     89  1.86  christos echo              7/udp    # Echo
     90  1.86  christos #                          Jon Postel <postel&isi.edu>
     91  1.86  christos #                 8/tcp    Unassigned
     92  1.86  christos #                 8/udp    Unassigned
     93  1.86  christos discard           9/tcp    # Discard 
     94  1.86  christos discard           9/udp    # Discard 
     95  1.86  christos #                          Jon Postel <postel&isi.edu> 
     96  1.86  christos discard           9/dccp   # Discard SC:DISC
     97  1.86  christos #                          IETF dccp WG, Eddie Kohler <kohler&cs.ucla.edu>, [RFC4340]
     98  1.86  christos #                10/tcp    Unassigned
     99  1.86  christos #                10/udp    Unassigned
    100  1.86  christos systat           11/tcp    # Active Users
    101  1.86  christos systat           11/udp    # Active Users
    102  1.86  christos #                          Jon Postel <postel&isi.edu>
    103  1.86  christos #                12/tcp    Unassigned
    104  1.86  christos #                12/udp    Unassigned
    105  1.86  christos daytime          13/tcp    # Daytime (RFC 867)
    106  1.86  christos daytime          13/udp    # Daytime (RFC 867)
    107  1.86  christos #                          Jon Postel <postel&isi.edu>
    108  1.86  christos #                14/tcp    Unassigned
    109  1.86  christos #                14/udp    Unassigned
    110  1.86  christos #                15/tcp    Unassigned [was netstat]
    111  1.86  christos #                15/udp    Unassigned
    112  1.86  christos #                16/tcp    Unassigned
    113  1.86  christos #                16/udp    Unassigned
    114  1.86  christos qotd             17/tcp    # Quote of the Day
    115  1.86  christos qotd             17/udp    # Quote of the Day
    116  1.86  christos #                          Jon Postel <postel&isi.edu>
    117  1.86  christos msp              18/tcp    # Message Send Protocol
    118  1.86  christos msp              18/udp    # Message Send Protocol
    119  1.86  christos #                          Rina Nethaniel <---none--->
    120  1.86  christos chargen          19/tcp    # Character Generator
    121  1.86  christos chargen          19/udp    # Character Generator
    122  1.86  christos ftp-data         20/tcp    # File Transfer [Default Data]
    123  1.86  christos ftp-data         20/udp    # File Transfer [Default Data]
    124  1.86  christos ftp              21/tcp    # File Transfer [Control]
    125  1.86  christos ftp              21/udp    # File Transfer [Control]
    126  1.86  christos #                          Jon Postel <postel&isi.edu>
    127  1.86  christos ssh              22/tcp    # SSH Remote Login Protocol
    128  1.86  christos ssh              22/udp    # SSH Remote Login Protocol
    129  1.86  christos #                          Tatu Ylonen <ylo&cs.hut.fi>
    130  1.86  christos telnet           23/tcp    # Telnet
    131  1.86  christos telnet           23/udp    # Telnet
    132  1.86  christos #                          Jon Postel <postel&isi.edu>
    133  1.86  christos #                24/tcp    any private mail system
    134  1.86  christos #                24/udp    any private mail system
    135  1.86  christos #                          Rick Adams <rick&UUNET.UU.NET>
    136  1.86  christos smtp             25/tcp    # Simple Mail Transfer
    137  1.86  christos smtp             25/udp    # Simple Mail Transfer
    138  1.86  christos #                          Jon Postel <postel&isi.edu>
    139  1.86  christos #                26/tcp    Unassigned
    140  1.86  christos #                26/udp    Unassigned
    141  1.86  christos nsw-fe           27/tcp    # NSW User System FE
    142  1.86  christos nsw-fe           27/udp    # NSW User System FE
    143  1.86  christos #                          Robert Thomas <BThomas&F.BBN.COM>
    144  1.86  christos #                28/tcp    Unassigned
    145  1.86  christos #                28/udp    Unassigned
    146  1.86  christos msg-icp          29/tcp    # MSG ICP
    147  1.86  christos msg-icp          29/udp    # MSG ICP
    148  1.86  christos #                          Robert Thomas <BThomas&F.BBN.COM>
    149  1.86  christos #                30/tcp    Unassigned
    150  1.86  christos #                30/udp    Unassigned
    151  1.86  christos msg-auth         31/tcp    # MSG Authentication
    152  1.86  christos msg-auth         31/udp    # MSG Authentication
    153  1.86  christos #                          Robert Thomas <BThomas&F.BBN.COM>
    154  1.86  christos #                32/tcp    Unassigned
    155  1.86  christos #                32/udp    Unassigned
    156  1.86  christos dsp              33/tcp    # Display Support Protocol
    157  1.86  christos dsp              33/udp    # Display Support Protocol
    158  1.86  christos #                          Ed Cain <cain&edn-unix.dca.mil>
    159  1.86  christos #                34/tcp    Unassigned
    160  1.86  christos #                34/udp    Unassigned
    161  1.86  christos #                35/tcp    any private printer server
    162  1.86  christos #                35/udp    any private printer server
    163  1.86  christos #                          Jon Postel <postel&isi.edu>
    164  1.86  christos #                36/tcp    Unassigned
    165  1.86  christos #                36/udp    Unassigned
    166  1.86  christos time             37/tcp    # Time
    167  1.86  christos time             37/udp    # Time
    168  1.86  christos #                          Jon Postel <postel&isi.edu>
    169  1.86  christos rap              38/tcp    # Route Access Protocol
    170  1.86  christos rap              38/udp    # Route Access Protocol
    171  1.86  christos #                          Robert Ullmann <ariel&world.std.com>
    172  1.86  christos rlp              39/tcp    # Resource Location Protocol
    173  1.86  christos rlp              39/udp    # Resource Location Protocol
    174  1.86  christos #                          Mike Accetta <MIKE.ACCETTA&CMU-CS-A.EDU>
    175  1.86  christos #                40/tcp    Unassigned
    176  1.86  christos #                40/udp    Unassigned
    177  1.86  christos graphics         41/tcp    # Graphics
    178  1.86  christos graphics         41/udp    # Graphics
    179  1.86  christos name             42/tcp    # Host Name Server
    180  1.86  christos name             42/udp    # Host Name Server
    181  1.86  christos nameserver       42/tcp    # Host Name Server
    182  1.86  christos nameserver       42/udp    # Host Name Server
    183  1.86  christos nicname          43/tcp whois    # Who Is
    184  1.86  christos nicname          43/udp whois    # Who Is
    185  1.86  christos mpm-flags        44/tcp    # MPM FLAGS Protocol
    186  1.86  christos mpm-flags        44/udp    # MPM FLAGS Protocol
    187  1.86  christos mpm              45/tcp    # Message Processing Module [recv]
    188  1.86  christos mpm              45/udp    # Message Processing Module [recv]
    189  1.86  christos mpm-snd          46/tcp    # MPM [default send]
    190  1.86  christos mpm-snd          46/udp    # MPM [default send]
    191  1.86  christos #                          Jon Postel <postel&isi.edu>
    192  1.86  christos ni-ftp           47/tcp    # NI FTP
    193  1.86  christos ni-ftp           47/udp    # NI FTP
    194  1.86  christos #                          Steve Kille <S.Kille&isode.com>
    195  1.86  christos auditd           48/tcp    # Digital Audit Daemon
    196  1.86  christos auditd           48/udp    # Digital Audit Daemon
    197  1.86  christos #                          Larry Scott <scott&zk3.dec.com>
    198  1.86  christos tacacs           49/tcp    # Login Host Protocol (TACACS)
    199  1.86  christos tacacs           49/udp    # Login Host Protocol (TACACS)
    200  1.86  christos #                          Pieter Ditmars <pditmars&BBN.COM>
    201  1.86  christos re-mail-ck       50/tcp    # Remote Mail Checking Protocol
    202  1.86  christos re-mail-ck       50/udp    # Remote Mail Checking Protocol
    203  1.86  christos #                          Steve Dorner <s-dorner&UIUC.EDU>
    204  1.86  christos la-maint         51/tcp    # IMP Logical Address Maintenance
    205  1.86  christos la-maint         51/udp    # IMP Logical Address Maintenance
    206  1.86  christos #                          Andy Malis <malis_a&timeplex.com>
    207  1.86  christos xns-time         52/tcp    # XNS Time Protocol
    208  1.86  christos xns-time         52/udp    # XNS Time Protocol
    209  1.86  christos #                          Susie Armstrong <Armstrong.wbst128@XEROX>
    210  1.86  christos domain           53/tcp    # Domain Name Server
    211  1.86  christos domain           53/udp    # Domain Name Server
    212  1.86  christos #                          Paul Mockapetris <PVM&ISI.EDU>
    213  1.86  christos xns-ch           54/tcp    # XNS Clearinghouse
    214  1.86  christos xns-ch           54/udp    # XNS Clearinghouse
    215  1.86  christos #                          Susie Armstrong <Armstrong.wbst128@XEROX>
    216  1.86  christos isi-gl           55/tcp    # ISI Graphics Language
    217  1.86  christos isi-gl           55/udp    # ISI Graphics Language
    218  1.86  christos xns-auth         56/tcp    # XNS Authentication
    219  1.86  christos xns-auth         56/udp    # XNS Authentication
    220  1.86  christos #                          Susie Armstrong <Armstrong.wbst128@XEROX>
    221  1.86  christos #                57/tcp    any private terminal access
    222  1.86  christos #                57/udp    any private terminal access
    223  1.86  christos #                          Jon Postel <postel&isi.edu>
    224  1.86  christos xns-mail         58/tcp    # XNS Mail
    225  1.86  christos xns-mail         58/udp    # XNS Mail
    226  1.86  christos #                          Susie Armstrong <Armstrong.wbst128@XEROX>
    227  1.86  christos #                59/tcp    any private file service
    228  1.86  christos #                59/udp    any private file service
    229  1.86  christos #                          Jon Postel <postel&isi.edu>
    230  1.86  christos #                60/tcp    Unassigned
    231  1.86  christos #                60/udp    Unassigned
    232  1.86  christos ni-mail          61/tcp    # NI MAIL
    233  1.86  christos ni-mail          61/udp    # NI MAIL
    234  1.86  christos #                          Steve Kille <S.Kille&isode.com>
    235  1.86  christos acas             62/tcp    # ACA Services
    236  1.86  christos acas             62/udp    # ACA Services
    237  1.86  christos #                          E. Wald <ewald&via.enet.dec.com>
    238  1.86  christos whois++          63/tcp    # whois++
    239  1.86  christos whois++          63/udp    # whois++
    240  1.86  christos #                          Rickard Schoultz <schoultz&sunet.se>
    241  1.86  christos covia            64/tcp    # Communications Integrator (CI)
    242  1.86  christos covia            64/udp    # Communications Integrator (CI)
    243  1.86  christos #                          Dan Smith <dan.smith&den.galileo.com>
    244  1.86  christos tacacs-ds        65/tcp    # TACACS-Database Service
    245  1.86  christos tacacs-ds        65/udp    # TACACS-Database Service
    246  1.86  christos #                          Kathy Huber <khuber&bbn.com>
    247  1.86  christos sql*net          66/tcp    # Oracle SQL*NET
    248  1.86  christos sql*net          66/udp    # Oracle SQL*NET
    249  1.86  christos #                          Jack Haverty <jhaverty&ORACLE.COM>
    250  1.86  christos bootps           67/tcp    # Bootstrap Protocol Server
    251  1.86  christos bootps           67/udp    # Bootstrap Protocol Server
    252  1.86  christos bootpc           68/tcp    # Bootstrap Protocol Client
    253  1.86  christos bootpc           68/udp    # Bootstrap Protocol Client
    254  1.86  christos #                          Bill Croft <Croft&SUMEX-AIM.STANFORD.EDU>
    255  1.86  christos tftp             69/tcp    # Trivial File Transfer
    256  1.86  christos tftp             69/udp    # Trivial File Transfer
    257  1.86  christos #                          David Clark <ddc&LCS.MIT.EDU>
    258  1.86  christos gopher           70/tcp    # Gopher
    259  1.86  christos gopher           70/udp    # Gopher
    260  1.86  christos #                          Mark McCahill <mpm&boombox.micro.umn.edu>
    261  1.86  christos netrjs-1         71/tcp    # Remote Job Service
    262  1.86  christos netrjs-1         71/udp    # Remote Job Service
    263  1.86  christos netrjs-2         72/tcp    # Remote Job Service
    264  1.86  christos netrjs-2         72/udp    # Remote Job Service
    265  1.86  christos netrjs-3         73/tcp    # Remote Job Service
    266  1.86  christos netrjs-3         73/udp    # Remote Job Service
    267  1.86  christos netrjs-4         74/tcp    # Remote Job Service
    268  1.86  christos netrjs-4         74/udp    # Remote Job Service
    269  1.86  christos #                          Bob Braden <Braden&ISI.EDU>
    270  1.86  christos #                75/tcp    any private dial out service
    271  1.86  christos #                75/udp    any private dial out service
    272  1.86  christos #                          Jon Postel <postel&isi.edu>
    273  1.86  christos deos             76/tcp    # Distributed External Object Store
    274  1.86  christos deos             76/udp    # Distributed External Object Store
    275  1.86  christos #                          Robert Ullmann <ariel&world.std.com>
    276  1.86  christos #                77/tcp    any private RJE service
    277  1.86  christos #                77/udp    any private RJE service
    278  1.86  christos #                          Jon Postel <postel&isi.edu>
    279  1.86  christos vettcp           78/tcp    # vettcp
    280  1.86  christos vettcp           78/udp    # vettcp
    281  1.86  christos #                          Christopher Leong <leong&kolmod.mlo.dec.com>
    282  1.86  christos finger           79/tcp    # Finger
    283  1.86  christos finger           79/udp    # Finger
    284  1.86  christos #                          David Zimmerman <dpz&RUTGERS.EDU>
    285  1.86  christos http             80/tcp    # World Wide Web HTTP
    286  1.86  christos http             80/udp    # World Wide Web HTTP
    287  1.86  christos www              80/tcp    # World Wide Web HTTP
    288  1.86  christos www              80/udp    # World Wide Web HTTP
    289  1.86  christos www-http         80/tcp    # World Wide Web HTTP
    290  1.86  christos www-http         80/udp    # World Wide Web HTTP
    291  1.86  christos #                          Tim Berners-Lee <timbl&W3.org>
    292  1.86  christos hosts2-ns        81/tcp    # HOSTS2 Name Server
    293  1.86  christos hosts2-ns        81/udp    # HOSTS2 Name Server
    294  1.86  christos #                          Earl Killian <EAK&MORDOR.S1.GOV>
    295  1.86  christos xfer             82/tcp    # XFER Utility
    296  1.86  christos xfer             82/udp    # XFER Utility
    297  1.86  christos #                          Thomas M. Smith <Thomas.M.Smith&lmco.com>
    298  1.86  christos mit-ml-dev       83/tcp    # MIT ML Device
    299  1.86  christos mit-ml-dev       83/udp    # MIT ML Device
    300  1.86  christos #                          David Reed <--none--->
    301  1.86  christos ctf              84/tcp    # Common Trace Facility
    302  1.86  christos ctf              84/udp    # Common Trace Facility
    303  1.86  christos #                          Hugh Thomas <thomas&oils.enet.dec.com>
    304  1.86  christos mit-ml-dev       85/tcp    # MIT ML Device
    305  1.86  christos mit-ml-dev       85/udp    # MIT ML Device
    306  1.86  christos #                          David Reed <--none--->
    307  1.86  christos mfcobol          86/tcp    # Micro Focus Cobol
    308  1.86  christos mfcobol          86/udp    # Micro Focus Cobol
    309  1.86  christos #                          Simon Edwards <--none--->
    310  1.86  christos #                87/tcp    any private terminal link
    311  1.86  christos #                87/udp    any private terminal link
    312  1.86  christos #                          Jon Postel <postel&isi.edu>
    313  1.86  christos kerberos         88/tcp    # Kerberos
    314  1.86  christos kerberos         88/udp    # Kerberos
    315  1.86  christos #                          B. Clifford Neuman <bcn&isi.edu>
    316  1.86  christos su-mit-tg        89/tcp    # SU/MIT Telnet Gateway
    317  1.86  christos su-mit-tg        89/udp    # SU/MIT Telnet Gateway
    318  1.86  christos #                          Mark Crispin <MRC&PANDA.COM>
    319  1.86  christos ########### PORT 90 also being used unofficially by Pointcast #########
    320  1.86  christos dnsix            90/tcp    # DNSIX Securit Attribute Token Map
    321  1.86  christos dnsix            90/udp    # DNSIX Securit Attribute Token Map
    322  1.86  christos #                          Charles Watt <watt&sware.com>
    323  1.86  christos mit-dov          91/tcp    # MIT Dover Spooler
    324  1.86  christos mit-dov          91/udp    # MIT Dover Spooler
    325  1.86  christos #                          Eliot Moss <EBM&XX.LCS.MIT.EDU>
    326  1.86  christos npp              92/tcp    # Network Printing Protocol
    327  1.86  christos npp              92/udp    # Network Printing Protocol
    328  1.86  christos #                          Louis Mamakos <louie&sayshell.umd.edu>
    329  1.86  christos dcp              93/tcp    # Device Control Protocol
    330  1.86  christos dcp              93/udp    # Device Control Protocol
    331  1.86  christos #                          Daniel Tappan <Tappan&BBN.COM>
    332  1.86  christos objcall          94/tcp    # Tivoli Object Dispatcher
    333  1.86  christos objcall          94/udp    # Tivoli Object Dispatcher
    334  1.86  christos #                          Tom Bereiter <--none--->
    335  1.86  christos supdup           95/tcp    # SUPDUP
    336  1.86  christos supdup           95/udp    # SUPDUP
    337  1.86  christos #                          Mark Crispin <MRC&PANDA.COM>
    338  1.86  christos dixie            96/tcp    # DIXIE Protocol Specification
    339  1.86  christos dixie            96/udp    # DIXIE Protocol Specification
    340  1.86  christos #                Tim Howes <Tim.Howes&terminator.cc.umich.edu>
    341  1.86  christos swift-rvf        97/tcp    # Swift Remote Virtural File Protocol
    342  1.86  christos swift-rvf        97/udp    # Swift Remote Virtural File Protocol
    343  1.86  christos #                          Maurice R. Turcotte
    344  1.86  christos #                <mailrus!uflorida!rm1!dnmrt%rmatl&uunet.UU.NET> 
    345  1.86  christos tacnews          98/tcp    # TAC News
    346  1.86  christos tacnews          98/udp    # TAC News
    347  1.86  christos #                          Jon Postel <postel&isi.edu>
    348  1.86  christos metagram         99/tcp    # Metagram Relay
    349  1.86  christos metagram         99/udp    # Metagram Relay
    350  1.86  christos #                          Geoff Goodfellow <Geoff&FERNWOOD.MPK.CA.US>
    351  1.86  christos newacct         100/tcp    # [unauthorized use]
    352  1.86  christos hostname        101/tcp    # NIC Host Name Server
    353  1.86  christos hostname        101/udp    # NIC Host Name Server
    354  1.86  christos #                          Jon Postel <postel&isi.edu>
    355  1.86  christos iso-tsap        102/tcp    # ISO-TSAP Class 0
    356  1.86  christos iso-tsap        102/udp    # ISO-TSAP Class 0
    357  1.86  christos #                          Marshall Rose <mrose&dbc.mtview.ca.us>
    358  1.86  christos gppitnp         103/tcp    # Genesis Point-to-Point Trans Net
    359  1.86  christos gppitnp         103/udp    # Genesis Point-to-Point Trans Net
    360  1.86  christos acr-nema        104/tcp    # ACR-NEMA Digital Imag. & Comm. 300
    361  1.86  christos acr-nema        104/udp    # ACR-NEMA Digital Imag. & Comm. 300
    362  1.86  christos #                          Patrick McNamee <--none--->
    363  1.86  christos cso             105/tcp    # CCSO name server protocol
    364  1.86  christos cso             105/udp    # CCSO name server protocol
    365  1.86  christos #                          Martin Hamilton <martin&mrrl.lut.as.uk>           
    366  1.86  christos csnet-ns        105/tcp    # Mailbox Name Nameserver
    367  1.86  christos csnet-ns        105/udp    # Mailbox Name Nameserver
    368  1.86  christos #                          Marvin Solomon <solomon&CS.WISC.EDU>
    369  1.86  christos 3com-tsmux      106/tcp    # 3COM-TSMUX
    370  1.86  christos 3com-tsmux      106/udp    # 3COM-TSMUX
    371  1.86  christos #                          Jeremy Siegel <jzs&NSD.3Com.COM>
    372  1.86  christos ##########      106        Unauthorized use by insecure poppassd protocol
    373  1.86  christos rtelnet         107/tcp    # Remote Telnet Service
    374  1.86  christos rtelnet         107/udp    # Remote Telnet Service
    375  1.86  christos #                          Jon Postel <postel&isi.edu>
    376  1.86  christos snagas          108/tcp    # SNA Gateway Access Server
    377  1.86  christos snagas          108/udp    # SNA Gateway Access Server
    378  1.86  christos #                          Kevin Murphy <murphy&sevens.lkg.dec.com>
    379  1.86  christos pop2            109/tcp    # Post Office Protocol - Version 2
    380  1.86  christos pop2            109/udp    # Post Office Protocol - Version 2
    381  1.86  christos #                          Joyce K. Reynolds <jkrey&isi.edu>
    382  1.86  christos pop3            110/tcp    # Post Office Protocol - Version 3
    383  1.86  christos pop3            110/udp    # Post Office Protocol - Version 3
    384  1.86  christos #                          Marshall Rose <mrose&dbc.mtview.ca.us>
    385  1.86  christos sunrpc          111/tcp    # SUN Remote Procedure Call
    386  1.86  christos sunrpc          111/udp    # SUN Remote Procedure Call
    387  1.86  christos #                          Chuck McManis <cmcmanis&freegate.net>
    388  1.86  christos mcidas          112/tcp    # McIDAS Data Transmission Protocol
    389  1.86  christos mcidas          112/udp    # McIDAS Data Transmission Protocol
    390  1.86  christos #                          Glenn Davis <support&unidata.ucar.edu>
    391  1.86  christos ident           113/tcp    # 
    392  1.86  christos auth            113/tcp    # Authentication Service
    393  1.86  christos auth            113/udp    # Authentication Service
    394  1.86  christos #                          Mike St. Johns <stjohns&arpa.mil>
    395  1.86  christos #               114        Deprecated June 2004
    396  1.86  christos sftp            115/tcp    # Simple File Transfer Protocol
    397  1.86  christos sftp            115/udp    # Simple File Transfer Protocol
    398  1.86  christos #                          Mark Lottor <MKL&nisc.sri.com>
    399  1.86  christos ansanotify      116/tcp    # ANSA REX Notify
    400  1.86  christos ansanotify      116/udp    # ANSA REX Notify
    401  1.86  christos #                          Nicola J. Howarth <njh&ansa.co.uk>
    402  1.86  christos uucp-path       117/tcp    # UUCP Path Service
    403  1.86  christos uucp-path       117/udp    # UUCP Path Service
    404  1.86  christos sqlserv         118/tcp    # SQL Services
    405  1.86  christos sqlserv         118/udp    # SQL Services
    406  1.86  christos #                          Larry Barnes <barnes&broke.enet.dec.com>
    407  1.86  christos nntp            119/tcp    # Network News Transfer Protocol
    408  1.86  christos nntp            119/udp    # Network News Transfer Protocol
    409  1.86  christos #                          Phil Lapsley <phil&UCBARPA.BERKELEY.EDU>
    410  1.86  christos cfdptkt         120/tcp    # CFDPTKT
    411  1.86  christos cfdptkt         120/udp    # CFDPTKT
    412  1.86  christos #                          John Ioannidis <ji&close.cs.columbia.ed>
    413  1.86  christos erpc            121/tcp    # Encore Expedited Remote Pro.Call
    414  1.86  christos erpc            121/udp    # Encore Expedited Remote Pro.Call
    415  1.86  christos #                          Jack O'Neil <---none--->
    416  1.86  christos smakynet        122/tcp    # SMAKYNET
    417  1.86  christos smakynet        122/udp    # SMAKYNET
    418  1.86  christos #                          Pierre Arnaud <pierre.arnaud&iname.com>
    419  1.86  christos ntp             123/tcp    # Network Time Protocol
    420  1.86  christos ntp             123/udp    # Network Time Protocol
    421  1.86  christos #                          Dave Mills <Mills&HUEY.UDEL.EDU>
    422  1.86  christos ansatrader      124/tcp    # ANSA REX Trader
    423  1.86  christos ansatrader      124/udp    # ANSA REX Trader
    424  1.86  christos #                          Nicola J. Howarth <njh&ansa.co.uk>
    425  1.86  christos locus-map       125/tcp    # Locus PC-Interface Net Map Ser
    426  1.86  christos locus-map       125/udp    # Locus PC-Interface Net Map Ser
    427  1.86  christos #                          Eric Peterson <lcc.eric&SEAS.UCLA.EDU>
    428  1.86  christos nxedit		126/tcp    # NXEdit
    429  1.86  christos nxedit		126/udp    # NXEdit
    430  1.86  christos #			   Don Payette <Don.Payette&unisys.com>
    431  1.86  christos ###########Port 126 Previously assigned to application below#######
    432  1.86  christos #unitary         126/tcp    Unisys Unitary Login
    433  1.86  christos #unitary         126/udp    Unisys Unitary Login
    434  1.86  christos #                          <feil&kronos.nisd.cam.unisys.com>
    435  1.86  christos ###########Port 126 Previously assigned to application above#######
    436  1.86  christos locus-con       127/tcp    # Locus PC-Interface Conn Server
    437  1.86  christos locus-con       127/udp    # Locus PC-Interface Conn Server
    438  1.86  christos #                          Eric Peterson <lcc.eric&SEAS.UCLA.EDU>
    439  1.86  christos gss-xlicen      128/tcp    # GSS X License Verification
    440  1.86  christos gss-xlicen      128/udp    # GSS X License Verification
    441  1.86  christos #                          John Light <johnl&gssc.gss.com>
    442  1.86  christos pwdgen          129/tcp    # Password Generator Protocol
    443  1.86  christos pwdgen          129/udp    # Password Generator Protocol
    444  1.86  christos #                          Frank J. Wacho <WANCHO&WSMR-SIMTEL20.ARMY.MIL>
    445  1.86  christos cisco-fna       130/tcp    # cisco FNATIVE
    446  1.86  christos cisco-fna       130/udp    # cisco FNATIVE
    447  1.86  christos cisco-tna       131/tcp    # cisco TNATIVE
    448  1.86  christos cisco-tna       131/udp    # cisco TNATIVE
    449  1.86  christos cisco-sys       132/tcp    # cisco SYSMAINT
    450  1.86  christos cisco-sys       132/udp    # cisco SYSMAINT
    451  1.86  christos statsrv         133/tcp    # Statistics Service
    452  1.86  christos statsrv         133/udp    # Statistics Service
    453  1.86  christos #                          Dave Mills <Mills&HUEY.UDEL.EDU>
    454  1.86  christos ingres-net      134/tcp    # INGRES-NET Service
    455  1.86  christos ingres-net      134/udp    # INGRES-NET Service
    456  1.86  christos #                          Mike Berrow <---none--->
    457  1.86  christos epmap           135/tcp    # DCE endpoint resolution
    458  1.86  christos epmap           135/udp    # DCE endpoint resolution
    459  1.86  christos #                          Joe Pato <pato&apollo.hp.com>
    460  1.86  christos profile         136/tcp    # PROFILE Naming System           
    461  1.86  christos profile         136/udp    # PROFILE Naming System           
    462  1.86  christos #                          Larry Peterson <llp&ARIZONA.EDU>
    463  1.86  christos netbios-ns      137/tcp    # NETBIOS Name Service    
    464  1.86  christos netbios-ns      137/udp    # NETBIOS Name Service    
    465  1.86  christos netbios-dgm     138/tcp    # NETBIOS Datagram Service
    466  1.86  christos netbios-dgm     138/udp    # NETBIOS Datagram Service
    467  1.86  christos netbios-ssn     139/tcp    # NETBIOS Session Service
    468  1.86  christos netbios-ssn     139/udp    # NETBIOS Session Service
    469  1.86  christos #                          Jon Postel <postel&isi.edu>
    470  1.86  christos emfis-data      140/tcp    # EMFIS Data Service
    471  1.86  christos emfis-data      140/udp    # EMFIS Data Service
    472  1.86  christos emfis-cntl      141/tcp    # EMFIS Control Service
    473  1.86  christos emfis-cntl      141/udp    # EMFIS Control Service
    474  1.86  christos #                          Gerd Beling <GBELING&ISI.EDU>
    475  1.86  christos bl-idm          142/tcp    # Britton-Lee IDM           
    476  1.86  christos bl-idm          142/udp    # Britton-Lee IDM           
    477  1.86  christos #                          Susie Snitzer <---none--->
    478  1.86  christos imap            143/tcp    # Internet Message Access Protocol
    479  1.86  christos imap            143/udp    # Internet Message Access Protocol
    480  1.86  christos #                          Mark Crispin <MRC&CAC.Washington.EDU>
    481  1.86  christos uma 		144/tcp    # Universal Management Architecture
    482  1.86  christos uma		144/udp    # Universal Management Architecture
    483  1.86  christos #			   Jay Whitney <jw&powercenter.com>
    484  1.86  christos uaac            145/tcp    # UAAC Protocol             
    485  1.86  christos uaac            145/udp    # UAAC Protocol             
    486  1.86  christos #                          David A. Gomberg <gomberg&GATEWAY.MITRE.ORG>
    487  1.86  christos iso-tp0         146/tcp    # ISO-IP0
    488  1.86  christos iso-tp0         146/udp    # ISO-IP0
    489  1.86  christos iso-ip          147/tcp    # ISO-IP
    490  1.86  christos iso-ip          147/udp    # ISO-IP
    491  1.86  christos #                          Marshall Rose <mrose&dbc.mtview.ca.us>
    492  1.86  christos jargon          148/tcp    # Jargon
    493  1.86  christos jargon          148/udp    # Jargon
    494  1.86  christos #			   Bill Weinman <wew&bearnet.com>
    495  1.86  christos aed-512         149/tcp    # AED 512 Emulation Service           
    496  1.86  christos aed-512         149/udp    # AED 512 Emulation Service           
    497  1.86  christos #                          Albert G. Broscius <broscius&DSL.CIS.UPENN.EDU>
    498  1.86  christos sql-net         150/tcp    # SQL-NET                    
    499  1.86  christos sql-net         150/udp    # SQL-NET                    
    500  1.86  christos #                          Martin Picard <<---none--->
    501  1.86  christos hems            151/tcp    # HEMS                              
    502  1.86  christos hems            151/udp    # HEMS                              
    503  1.86  christos bftp            152/tcp    # Background File Transfer Program 
    504  1.86  christos bftp            152/udp    # Background File Transfer Program 
    505  1.86  christos #                          Annette DeSchon <DESCHON&ISI.EDU>
    506  1.86  christos sgmp            153/tcp    # SGMP                    
    507  1.86  christos sgmp            153/udp    # SGMP                    
    508  1.86  christos #                          Marty Schoffstahl <schoff&NISC.NYSER.NET>
    509  1.86  christos netsc-prod      154/tcp    # NETSC                             
    510  1.86  christos netsc-prod      154/udp    # NETSC                             
    511  1.86  christos netsc-dev       155/tcp    # NETSC                             
    512  1.86  christos netsc-dev       155/udp    # NETSC                             
    513  1.86  christos #                          Sergio Heker <heker&JVNCC.CSC.ORG>
    514  1.86  christos sqlsrv          156/tcp    # SQL Service                  
    515  1.86  christos sqlsrv          156/udp    # SQL Service                  
    516  1.86  christos #                          Craig Rogers <Rogers&ISI.EDU>
    517  1.86  christos knet-cmp        157/tcp    # KNET/VM Command/Message Protocol
    518  1.86  christos knet-cmp        157/udp    # KNET/VM Command/Message Protocol
    519  1.86  christos #                          Gary S. Malkin <GMALKIN&XYLOGICS.COM>
    520  1.86  christos pcmail-srv      158/tcp    # PCMail Server                 
    521  1.86  christos pcmail-srv      158/udp    # PCMail Server                 
    522  1.86  christos #                          Mark L. Lambert <markl&PTT.LCS.MIT.EDU>
    523  1.86  christos nss-routing     159/tcp    # NSS-Routing                  
    524  1.86  christos nss-routing     159/udp    # NSS-Routing                  
    525  1.86  christos #                          Yakov Rekhter <Yakov&IBM.COM>
    526  1.86  christos sgmp-traps      160/tcp    # SGMP-TRAPS                
    527  1.86  christos sgmp-traps      160/udp    # SGMP-TRAPS                
    528  1.86  christos #                          Marty Schoffstahl <schoff&NISC.NYSER.NET>
    529  1.86  christos snmp            161/tcp    # SNMP
    530  1.86  christos snmp            161/udp    # SNMP
    531  1.86  christos snmptrap        162/tcp    # SNMPTRAP
    532  1.86  christos snmptrap        162/udp    # SNMPTRAP
    533  1.86  christos #                          Marshall Rose <mrose&dbc.mtview.ca.us>
    534  1.86  christos cmip-man        163/tcp    # CMIP/TCP Manager   
    535  1.86  christos cmip-man        163/udp    # CMIP/TCP Manager   
    536  1.86  christos cmip-agent      164/tcp    # CMIP/TCP Agent     
    537  1.86  christos cmip-agent      164/udp    # CMIP/TCP Agent     
    538  1.86  christos #                          Amatzia Ben-Artzi <---none--->
    539  1.86  christos xns-courier     165/tcp    # Xerox                          
    540  1.86  christos xns-courier     165/udp    # Xerox                          
    541  1.86  christos #                          Susie Armstrong <Armstrong.wbst128&XEROX.COM>
    542  1.86  christos s-net           166/tcp    # Sirius Systems          
    543  1.86  christos s-net           166/udp    # Sirius Systems          
    544  1.86  christos #                          Brian Lloyd <brian&lloyd.com>
    545  1.86  christos namp            167/tcp    # NAMP                    
    546  1.86  christos namp            167/udp    # NAMP                    
    547  1.86  christos #                          Marty Schoffstahl <schoff&NISC.NYSER.NET>
    548  1.86  christos rsvd            168/tcp    # RSVD                              
    549  1.86  christos rsvd            168/udp    # RSVD                              
    550  1.86  christos #                          Neil Todd <mcvax!ist.co.uk!neil&UUNET.UU.NET>
    551  1.86  christos send            169/tcp    # SEND                              
    552  1.86  christos send            169/udp    # SEND                              
    553  1.86  christos #                          William D. Wisner <wisner&HAYES.FAI.ALASKA.EDU>
    554  1.86  christos print-srv       170/tcp    # Network PostScript              
    555  1.86  christos print-srv       170/udp    # Network PostScript              
    556  1.86  christos #                          Brian Reid <reid&DECWRL.DEC.COM>
    557  1.86  christos multiplex       171/tcp    # Network Innovations Multiplex
    558  1.86  christos multiplex       171/udp    # Network Innovations Multiplex
    559  1.86  christos cl/1            172/tcp    # Network Innovations CL/1     
    560  1.86  christos cl/1            172/udp    # Network Innovations CL/1     
    561  1.86  christos #                          Kevin DeVault <<---none--->
    562  1.86  christos xyplex-mux      173/tcp    # Xyplex                          
    563  1.86  christos xyplex-mux      173/udp    # Xyplex                          
    564  1.86  christos #                          Bob Stewart <STEWART&XYPLEX.COM>
    565  1.86  christos mailq           174/tcp    # MAILQ                               
    566  1.86  christos mailq           174/udp    # MAILQ                               
    567  1.86  christos #                          Rayan Zachariassen <rayan&AI.TORONTO.EDU>
    568  1.86  christos vmnet           175/tcp    # VMNET                                
    569  1.86  christos vmnet           175/udp    # VMNET  
    570  1.86  christos #                          Christopher Tengi <tengi&Princeton.EDU>
    571  1.86  christos genrad-mux      176/tcp    # GENRAD-MUX                      
    572  1.86  christos genrad-mux      176/udp    # GENRAD-MUX                      
    573  1.86  christos #                          Ron Thornton <thornton&qm7501.genrad.com>
    574  1.86  christos xdmcp           177/tcp    # X Display Manager Control Protocol  
    575  1.86  christos xdmcp           177/udp    # X Display Manager Control Protocol  
    576  1.86  christos #                          Robert W. Scheifler <RWS&XX.LCS.MIT.EDU>
    577  1.86  christos nextstep        178/tcp    # NextStep Window Server     
    578  1.86  christos nextstep        178/udp    # NextStep Window Server     
    579  1.86  christos #                          Leo Hourvitz <leo&NEXT.COM>
    580  1.86  christos bgp             179/tcp    # Border Gateway Protocol             
    581  1.86  christos bgp             179/udp    # Border Gateway Protocol             
    582  1.86  christos #                          Kirk Lougheed <LOUGHEED&MATHOM.CISCO.COM>
    583  1.86  christos ris             180/tcp    # Intergraph                         
    584  1.86  christos ris             180/udp    # Intergraph                         
    585  1.86  christos #                          Dave Buehmann <ingr!daveb&UUNET.UU.NET>
    586  1.86  christos unify           181/tcp    # Unify                  
    587  1.86  christos unify           181/udp    # Unify                  
    588  1.86  christos #                          Mark Ainsley <ianaportmaster&unify.com>
    589  1.86  christos audit           182/tcp    # Unisys Audit SITP                  
    590  1.86  christos audit           182/udp    # Unisys Audit SITP                  
    591  1.86  christos #                          Gil Greenbaum <gcole&nisd.cam.unisys.com>
    592  1.86  christos ocbinder        183/tcp    # OCBinder                     
    593  1.86  christos ocbinder        183/udp    # OCBinder                     
    594  1.86  christos ocserver        184/tcp    # OCServer                     
    595  1.86  christos ocserver        184/udp    # OCServer                     
    596  1.86  christos #                          Jerrilynn Okamura <--none--->
    597  1.86  christos remote-kis      185/tcp    # Remote-KIS                        
    598  1.86  christos remote-kis      185/udp    # Remote-KIS                        
    599  1.86  christos kis             186/tcp    # KIS Protocol                      
    600  1.86  christos kis             186/udp    # KIS Protocol                      
    601  1.86  christos #                          Ralph Droms <rdroms&NRI.RESTON.VA.US>
    602  1.86  christos aci             187/tcp    # Application Communication Interface
    603  1.86  christos aci             187/udp    # Application Communication Interface
    604  1.86  christos #                          Rick Carlos <rick.ticipa.csc.ti.com>
    605  1.86  christos mumps           188/tcp    # Plus Five's MUMPS            
    606  1.86  christos mumps           188/udp    # Plus Five's MUMPS            
    607  1.86  christos #                          Hokey Stenn <hokey&PLUS5.COM>
    608  1.86  christos qft             189/tcp    # Queued File Transport        
    609  1.86  christos qft             189/udp    # Queued File Transport        
    610  1.86  christos #                          Wayne Schroeder <schroeder&SDS.SDSC.EDU>
    611  1.86  christos gacp            190/tcp    # Gateway Access Control Protocol
    612  1.86  christos gacp            190/udp    # Gateway Access Control Protocol
    613  1.86  christos #                          C. Philip Wood <cpw&LANL.GOV>
    614  1.86  christos prospero        191/tcp    # Prospero Directory Service      
    615  1.86  christos prospero        191/udp    # Prospero Directory Service      
    616  1.86  christos #                          B. Clifford Neuman <bcn&isi.edu>
    617  1.86  christos osu-nms         192/tcp    # OSU Network Monitoring System       
    618  1.86  christos osu-nms         192/udp    # OSU Network Monitoring System       
    619  1.86  christos #                          Doug Karl <KARL-D&OSU-20.IRCC.OHIO-STATE.EDU>
    620  1.86  christos srmp            193/tcp    # Spider Remote Monitoring Protocol 
    621  1.86  christos srmp            193/udp    # Spider Remote Monitoring Protocol 
    622  1.86  christos #                          Ted J. Socolofsky <Teds&SPIDER.CO.UK>
    623  1.86  christos irc             194/tcp    # Internet Relay Chat Protocol        
    624  1.86  christos irc             194/udp    # Internet Relay Chat Protocol        
    625  1.86  christos #                          Jarkko Oikarinen <jto&TOLSUN.OULU.FI>
    626  1.86  christos dn6-nlm-aud     195/tcp    # DNSIX Network Level Module Audit    
    627  1.86  christos dn6-nlm-aud     195/udp    # DNSIX Network Level Module Audit    
    628  1.86  christos dn6-smm-red     196/tcp    # DNSIX Session Mgt Module Audit Redir
    629  1.86  christos dn6-smm-red     196/udp    # DNSIX Session Mgt Module Audit Redir
    630  1.86  christos #                          Lawrence Lebahn <DIA3&PAXRV-NES.NAVY.MIL>
    631  1.86  christos dls             197/tcp    # Directory Location Service        
    632  1.86  christos dls             197/udp    # Directory Location Service        
    633  1.86  christos dls-mon         198/tcp    # Directory Location Service Monitor
    634  1.86  christos dls-mon         198/udp    # Directory Location Service Monitor
    635  1.86  christos #                          Scott Bellew <smb&cs.purdue.edu>
    636  1.86  christos smux            199/tcp    # SMUX
    637  1.86  christos smux            199/udp    # SMUX
    638  1.86  christos #                          Marshall Rose <mrose&dbc.mtview.ca.us>
    639  1.86  christos src             200/tcp    # IBM System Resource Controller
    640  1.86  christos src             200/udp    # IBM System Resource Controller
    641  1.86  christos #                          Gerald McBrearty <---none--->
    642  1.86  christos at-rtmp         201/tcp    # AppleTalk Routing Maintenance       
    643  1.86  christos at-rtmp         201/udp    # AppleTalk Routing Maintenance       
    644  1.86  christos at-nbp          202/tcp    # AppleTalk Name Binding              
    645  1.86  christos at-nbp          202/udp    # AppleTalk Name Binding              
    646  1.86  christos at-3            203/tcp    # AppleTalk Unused                    
    647  1.86  christos at-3            203/udp    # AppleTalk Unused                    
    648  1.86  christos at-echo         204/tcp    # AppleTalk Echo                      
    649  1.86  christos at-echo         204/udp    # AppleTalk Echo                      
    650  1.86  christos at-5            205/tcp    # AppleTalk Unused                    
    651  1.86  christos at-5            205/udp    # AppleTalk Unused                    
    652  1.86  christos at-zis          206/tcp    # AppleTalk Zone Information          
    653  1.86  christos at-zis          206/udp    # AppleTalk Zone Information          
    654  1.86  christos at-7            207/tcp    # AppleTalk Unused                    
    655  1.86  christos at-7            207/udp    # AppleTalk Unused                    
    656  1.86  christos at-8            208/tcp    # AppleTalk Unused                    
    657  1.86  christos at-8            208/udp    # AppleTalk Unused                    
    658  1.86  christos #                          Rob Chandhok <chandhok&gnome.cs.cmu.edu>
    659  1.86  christos qmtp            209/tcp    # The Quick Mail Transfer Protocol
    660  1.86  christos qmtp            209/udp    # The Quick Mail Transfer Protocol
    661  1.86  christos #                          Dan Bernstein <djb&silverton.berkeley.edu>
    662  1.86  christos z39.50          210/tcp    # ANSI Z39.50
    663  1.86  christos z39.50          210/udp    # ANSI Z39.50
    664  1.86  christos #                          Mark H. Needleman <markn&sirsi.com> 
    665  1.86  christos 914c/g          211/tcp    # Texas Instruments 914C/G Terminal
    666  1.86  christos 914c/g          211/udp    # Texas Instruments 914C/G Terminal
    667  1.86  christos #                          Bill Harrell <---none--->
    668  1.86  christos anet            212/tcp    # ATEXSSTR   
    669  1.86  christos anet            212/udp    # ATEXSSTR   
    670  1.86  christos #                          Jim Taylor <taylor&heart.epps.kodak.com>
    671  1.86  christos ipx             213/tcp    # IPX         	                      
    672  1.86  christos ipx             213/udp    # IPX                                
    673  1.86  christos #                          Don Provan <donp&xlnvax.novell.com>
    674  1.86  christos vmpwscs         214/tcp    # VM PWSCS                         
    675  1.86  christos vmpwscs         214/udp    # VM PWSCS                         
    676  1.86  christos #                          Dan Shia <dset!shia&uunet.UU.NET>
    677  1.86  christos softpc          215/tcp    # Insignia Solutions
    678  1.86  christos softpc          215/udp    # Insignia Solutions
    679  1.86  christos #                          Martyn Thomas <---none--->
    680  1.86  christos CAIlic          216/tcp    # Computer Associates Int'l License Server
    681  1.86  christos CAIlic          216/udp    # Computer Associates Int'l License Server
    682  1.86  christos #                          Chuck Spitz <spich04&cai.com>
    683  1.86  christos dbase           217/tcp    # dBASE Unix
    684  1.86  christos dbase           217/udp    # dBASE Unix
    685  1.86  christos #                          Don Gibson
    686  1.86  christos #            <sequent!aero!twinsun!ashtate.A-T.COM!dong&uunet.UU.NET> 
    687  1.86  christos mpp             218/tcp    # Netix Message Posting Protocol
    688  1.86  christos mpp             218/udp    # Netix Message Posting Protocol
    689  1.86  christos #                          Shannon Yeh <yeh&netix.com>
    690  1.86  christos uarps           219/tcp    # Unisys ARPs               
    691  1.86  christos uarps           219/udp    # Unisys ARPs               
    692  1.86  christos #                          Ashok Marwaha <---none--->
    693  1.86  christos imap3           220/tcp    # Interactive Mail Access Protocol v3
    694  1.86  christos imap3           220/udp    # Interactive Mail Access Protocol v3
    695  1.86  christos #                          James Rice <RICE&SUMEX-AIM.STANFORD.EDU>
    696  1.86  christos fln-spx         221/tcp    # Berkeley rlogind with SPX auth   
    697  1.86  christos fln-spx         221/udp    # Berkeley rlogind with SPX auth   
    698  1.86  christos rsh-spx         222/tcp    # Berkeley rshd with SPX auth      
    699  1.86  christos rsh-spx         222/udp    # Berkeley rshd with SPX auth      
    700  1.86  christos cdc             223/tcp    # Certificate Distribution Center  
    701  1.86  christos cdc             223/udp    # Certificate Distribution Center  
    702  1.86  christos #               Kannan Alagappan <kannan&sejour.enet.dec.com>
    703  1.86  christos ########### Possible Conflict of Port 222 with "Masqdialer"##############
    704  1.86  christos ### Contact for Masqdialer is Charles Wright <cpwright&villagenet.com>###
    705  1.86  christos masqdialer	224/tcp    # masqdialer
    706  1.86  christos masqdialer	224/udp    # masqdialer
    707  1.86  christos #			   Charles Wright <cpwright&villagenet.com>
    708  1.86  christos #               225-241    Reserved
    709  1.86  christos #                          Jon Postel <postel&isi.edu>
    710  1.86  christos direct          242/tcp    # Direct
    711  1.86  christos direct          242/udp    # Direct
    712  1.86  christos #                          Herb Sutter <HerbS&cntc.com>
    713  1.86  christos sur-meas        243/tcp    # Survey Measurement          
    714  1.86  christos sur-meas        243/udp    # Survey Measurement          
    715  1.86  christos #                          Dave Clark <ddc&LCS.MIT.EDU>
    716  1.86  christos inbusiness      244/tcp    # inbusiness
    717  1.86  christos inbusiness      244/udp    # inbusiness
    718  1.86  christos #			   Derrick Hisatake <derrick.i.hisatake&intel.com>
    719  1.86  christos link            245/tcp    # LINK
    720  1.86  christos link            245/udp    # LINK
    721  1.86  christos dsp3270         246/tcp    # Display Systems Protocol        
    722  1.86  christos dsp3270         246/udp    # Display Systems Protocol        
    723  1.86  christos #                          Weldon J. Showalter <Gamma&MINTAKA.DCA.MIL>
    724  1.86  christos subntbcst_tftp  247/tcp    # SUBNTBCST_TFTP
    725  1.86  christos subntbcst_tftp  247/udp    # SUBNTBCST_TFTP
    726  1.86  christos #			   John Fake <fake&us.ibm.com>
    727  1.86  christos bhfhs		248/tcp    # bhfhs
    728  1.86  christos bhfhs		248/udp    # bhfhs
    729  1.86  christos #			   John Kelly <johnk&bellhow.com>
    730  1.86  christos #               249-255    Reserved
    731  1.86  christos #                          Jon Postel <postel&isi.edu>
    732  1.86  christos rap             256/tcp    # RAP
    733  1.86  christos rap             256/udp    # RAP
    734  1.86  christos #                          J.S. Greenfield <greeny&raleigh.ibm.com>
    735  1.86  christos set             257/tcp    # Secure Electronic Transaction
    736  1.86  christos set             257/udp    # Secure Electronic Transaction
    737  1.86  christos #                          Donald Eastlake <dee3&torque.pothole.com>
    738  1.86  christos #		258	   Unassigned (Removed 2006-09-13)
    739  1.86  christos esro-gen        259/tcp    # Efficient Short Remote Operations
    740  1.86  christos esro-gen        259/udp    # Efficient Short Remote Operations
    741  1.86  christos #                          Mohsen Banan <mohsen&rostam.neda.com>
    742  1.86  christos openport        260/tcp    # Openport
    743  1.86  christos openport        260/udp    # Openport
    744  1.86  christos #                          John Marland <jmarland&dean.openport.com>
    745  1.86  christos nsiiops 	261/tcp    # IIOP Name Service over TLS/SSL
    746  1.86  christos nsiiops		261/udp    # IIOP Name Service over TLS/SSL
    747  1.86  christos #                          Jeff Stewart <jstewart&netscape.com>
    748  1.86  christos arcisdms	262/tcp    # Arcisdms
    749  1.86  christos arcisdms	262/udp	   # Arcisdms
    750  1.86  christos #			   Russell Crook (rmc&sni.ca>
    751  1.86  christos hdap		263/tcp    # HDAP
    752  1.86  christos hdap		263/udp    # HDAP
    753  1.86  christos #			   Troy Gau <troy&zyxel.com>
    754  1.86  christos bgmp		264/tcp    # BGMP
    755  1.86  christos bgmp		264/udp    # BGMP
    756  1.86  christos #			   Dave Thaler <thalerd&eecs.umich.edu>
    757  1.86  christos x-bone-ctl	265/tcp    # X-Bone CTL
    758  1.86  christos x-bone-ctl	265/udp    # X-Bone CTL
    759  1.86  christos #			   Joe Touch <touch&isi.edu>
    760  1.86  christos sst             266/tcp    # SCSI on ST
    761  1.86  christos sst             266/udp    # SCSI on ST
    762  1.86  christos #                          Donald D. Woelz <don&genroco.com>
    763  1.86  christos td-service      267/tcp    # Tobit David Service Layer
    764  1.86  christos td-service      267/udp    # Tobit David Service Layer
    765  1.86  christos td-replica      268/tcp    # Tobit David Replica
    766  1.86  christos td-replica      268/udp    # Tobit David Replica
    767  1.86  christos #                          Franz-Josef Leuders <development&tobit.com>
    768  1.86  christos #               269-279    Unassigned
    769  1.86  christos http-mgmt       280/tcp    # http-mgmt
    770  1.86  christos http-mgmt       280/udp    # http-mgmt
    771  1.86  christos #                          Adrian Pell
    772  1.86  christos #                          <PELL_ADRIAN/HP-UnitedKingdom_om6&hplb.hpl.hp.com>
    773  1.86  christos personal-link   281/tcp	   # Personal Link
    774  1.86  christos personal-link	281/udp    # Personal Link
    775  1.86  christos #                          Dan Cummings <doc&cnr.com>
    776  1.86  christos cableport-ax	282/tcp    # Cable Port A/X
    777  1.86  christos cableport-ax	282/udp    # Cable Port A/X
    778  1.86  christos #                          Craig Langfahl <Craig_J_Langfahl&ccm.ch.intel.com>
    779  1.86  christos rescap          283/tcp    # rescap
    780  1.86  christos rescap          283/udp    # rescap
    781  1.86  christos #                          Paul Hoffman <phoffman&imc.org>
    782  1.86  christos corerjd         284/tcp    # corerjd
    783  1.86  christos corerjd         284/udp    # corerjd
    784  1.86  christos #			               Chris Thornhill <port_contact&cjt.ca>
    785  1.86  christos #               285        Unassigned  
    786  1.86  christos fxp            286/tcp     # FXP Communication
    787  1.86  christos fxp            286/udp     # FXP Communication
    788  1.86  christos #                          James Darnall <james_r_darnall&sbcglobal.net>  
    789  1.86  christos k-block         287/tcp    # K-BLOCK
    790  1.86  christos k-block         287/udp    # K-BLOCK
    791  1.86  christos #                          Simon P Jackson <jacko&kring.co.uk>    
    792  1.86  christos #               288-307    Unassigned
    793  1.86  christos novastorbakcup	308/tcp    # Novastor Backup
    794  1.86  christos novastorbakcup	308/udp    # Novastor Backup
    795  1.86  christos #			   Brian Dickman <brian&novastor.com>
    796  1.86  christos entrusttime     309/tcp    # EntrustTime    
    797  1.86  christos entrusttime     309/udp    # EntrustTime    
    798  1.86  christos #                          Peter Whittaker <pww&entrust.com>
    799  1.86  christos bhmds		310/tcp        # bhmds
    800  1.86  christos bhmds 		310/udp        # bhmds
    801  1.86  christos #			   John Kelly <johnk&bellhow.com>
    802  1.86  christos asip-webadmin	311/tcp    # AppleShare IP WebAdmin
    803  1.86  christos asip-webadmin	311/udp    # AppleShare IP WebAdmin
    804  1.86  christos #			   Ann Huang <annhuang&apple.com>
    805  1.86  christos vslmp		312/tcp    # VSLMP
    806  1.86  christos vslmp		312/udp    # VSLMP
    807  1.86  christos #			   Gerben Wierda <Gerben_Wierda&RnA.nl>
    808  1.86  christos magenta-logic	313/tcp    # Magenta Logic
    809  1.86  christos magenta-logic	313/udp	   # Magenta Logic
    810  1.86  christos #			   Karl Rousseau <kr&netfusion.co.uk>
    811  1.86  christos opalis-robot	314/tcp    # Opalis Robot
    812  1.86  christos opalis-robot	314/udp    # Opalis Robot
    813  1.86  christos #			   Laurent Domenech, Opalis <ldomenech&opalis.com>
    814  1.86  christos dpsi		315/tcp    # DPSI
    815  1.86  christos dpsi		315/udp    # DPSI
    816  1.86  christos #			   Tony Scamurra <Tony&DesktopPaging.com>
    817  1.86  christos decauth		316/tcp    # decAuth
    818  1.86  christos decauth		316/udp    # decAuth
    819  1.86  christos #			   Michael Agishtein <misha&unx.dec.com>
    820  1.86  christos zannet		317/tcp    # Zannet
    821  1.86  christos zannet		317/udp    # Zannet
    822  1.86  christos #			   Zan Oliphant <zan&accessone.com>
    823  1.86  christos pkix-timestamp	318/tcp    # PKIX TimeStamp
    824  1.86  christos pkix-timestamp	318/udp    # PKIX TimeStamp
    825  1.86  christos #			   Robert Zuccherato <robert.zuccherato&entrust.com>
    826  1.86  christos ptp-event	319/tcp    # PTP Event
    827  1.86  christos ptp-event	319/udp    # PTP Event
    828  1.86  christos ptp-general	320/tcp    # PTP General
    829  1.86  christos ptp-general	320/udp    # PTP General
    830  1.86  christos #			   John Eidson <eidson&hpl.hp.com>
    831  1.86  christos pip		321/tcp    # PIP
    832  1.86  christos pip		321/udp    # PIP
    833  1.86  christos #			   Gordon Mohr <gojomo&usa.net>
    834  1.86  christos rtsps		322/tcp    # RTSPS
    835  1.86  christos rtsps		322/udp    # RTSPS
    836  1.86  christos #			   Anders Klemets <anderskl&microsoft.com>
    837  1.86  christos #               323-332    Unassigned
    838  1.86  christos texar		333/tcp    # Texar Security Port
    839  1.86  christos texar		333/udp    # Texar Security Port
    840  1.86  christos #			   Eugen Bacic <ebacic&texar.com>
    841  1.86  christos #		334-343    Unassigned
    842  1.86  christos pdap            344/tcp    # Prospero Data Access Protocol
    843  1.86  christos pdap            344/udp    # Prospero Data Access Protocol
    844  1.86  christos #                          B. Clifford Neuman <bcn&isi.edu>
    845  1.86  christos pawserv         345/tcp    # Perf Analysis Workbench
    846  1.86  christos pawserv         345/udp    # Perf Analysis Workbench
    847  1.86  christos zserv           346/tcp    # Zebra server
    848  1.86  christos zserv           346/udp    # Zebra server
    849  1.86  christos fatserv         347/tcp    # Fatmen Server
    850  1.86  christos fatserv         347/udp    # Fatmen Server
    851  1.86  christos csi-sgwp        348/tcp    # Cabletron Management Protocol
    852  1.86  christos csi-sgwp        348/udp    # Cabletron Management Protocol
    853  1.86  christos mftp            349/tcp    # mftp
    854  1.86  christos mftp            349/udp    # mftp
    855  1.86  christos #                          Dave Feinleib <davefe&microsoft.com>
    856  1.86  christos matip-type-a    350/tcp    # MATIP Type A
    857  1.86  christos matip-type-a	350/udp    # MATIP Type A
    858  1.86  christos matip-type-b    351/tcp    # MATIP Type B
    859  1.86  christos matip-type-b    351/udp    # MATIP Type B
    860  1.86  christos #			   Alain Robert <arobert&par.sita.int>
    861  1.86  christos # The following entry records an unassigned but widespread use
    862  1.86  christos bhoetty		351/tcp	   # bhoetty (added 5/21/97)
    863  1.86  christos bhoetty		351/udp    # bhoetty
    864  1.86  christos #			   John Kelly <johnk&bellhow.com>
    865  1.86  christos dtag-ste-sb	352/tcp	   # DTAG (assigned long ago)
    866  1.86  christos dtag-ste-sb	352/udp	   # DTAG
    867  1.86  christos #			   Ruediger Wald <wald&ez-darmstadt.telekom.de>
    868  1.86  christos # The following entry records an unassigned but widespread use
    869  1.86  christos bhoedap4	352/tcp    # bhoedap4 (added 5/21/97)
    870  1.86  christos bhoedap4	352/udp    # bhoedap4
    871  1.86  christos #			   John Kelly <johnk&bellhow.com>
    872  1.86  christos ndsauth		353/tcp    # NDSAUTH
    873  1.86  christos ndsauth		353/udp    # NDSAUTH
    874  1.86  christos #			   Jayakumar Ramalingam <jayakumar&novell.com>
    875  1.86  christos bh611		354/tcp	   # bh611
    876  1.86  christos bh611		354/udp    # bh611
    877  1.86  christos #			   John Kelly <johnk&bellhow.com>
    878  1.86  christos datex-asn	355/tcp	   # DATEX-ASN
    879  1.86  christos datex-asn	355/udp    # DATEX-ASN
    880  1.86  christos #			   Kenneth Vaughn <kvaughn&mail.viggen.com>
    881  1.86  christos cloanto-net-1	356/tcp    # Cloanto Net 1
    882  1.86  christos cloanto-net-1	356/udp    # Cloanto Net 1
    883  1.86  christos #			   Michael Battilana <mcb-iana&cloanto.com>
    884  1.86  christos bhevent		357/tcp	   # bhevent
    885  1.86  christos bhevent		357/udp    # bhevent
    886  1.86  christos #			   John Kelly <johnk&bellhow.com>
    887  1.86  christos shrinkwrap	358/tcp    # Shrinkwrap
    888  1.86  christos shrinkwrap	358/udp    # Shrinkwrap
    889  1.86  christos #			   Bill Simpson <wsimpson&greendragon.com>
    890  1.86  christos nsrmp	        359/tcp    # Network Security Risk Management Protocol
    891  1.86  christos nsrmp      	359/udp    # Network Security Risk Management Protocol
    892  1.86  christos #			   Eric Jacksch <jacksch&tenebris.ca>
    893  1.86  christos scoi2odialog	360/tcp    # scoi2odialog
    894  1.86  christos scoi2odialog	360/udp    # scoi2odialog
    895  1.86  christos #			   Keith Petley <keithp&sco.COM>
    896  1.86  christos semantix	361/tcp    # Semantix
    897  1.86  christos semantix	361/udp    # Semantix
    898  1.86  christos #		   	   Semantix <xsSupport&semantix.com>
    899  1.86  christos srssend		362/tcp    # SRS Send
    900  1.86  christos srssend		362/udp    # SRS Send
    901  1.86  christos #			   Curt Mayer <curt&emergent.com>
    902  1.86  christos rsvp_tunnel	363/tcp    # RSVP Tunnel
    903  1.86  christos rsvp_tunnel	363/udp    # RSVP Tunnel
    904  1.86  christos #			   Andreas Terzis <terzis&cs.ucla.edu>
    905  1.86  christos aurora-cmgr	364/tcp    # Aurora CMGR
    906  1.86  christos aurora-cmgr	364/udp    # Aurora CMGR
    907  1.86  christos #			   Philip Budne <budne&auroratech.com>
    908  1.86  christos dtk		365/tcp    # DTK
    909  1.86  christos dtk		365/udp    # DTK
    910  1.86  christos #			   Fred Cohen <fc&all.net>
    911  1.86  christos odmr		366/tcp    # ODMR
    912  1.86  christos odmr		366/udp    # ODMR
    913  1.86  christos #			   Randall Gellens <randy&qualcomm.com>
    914  1.86  christos mortgageware	367/tcp    # MortgageWare
    915  1.86  christos mortgageware	367/udp    # MortgageWare
    916  1.86  christos #			   Ole Hellevik <oleh&interlinq.com>
    917  1.86  christos qbikgdp		368/tcp    # QbikGDP
    918  1.86  christos qbikgdp		368/udp    # QbikGDP
    919  1.86  christos #			   Adrien de Croy <adrien&qbik.com>
    920  1.86  christos rpc2portmap	369/tcp    # rpc2portmap 
    921  1.86  christos rpc2portmap	369/udp    # rpc2portmap
    922  1.86  christos codaauth2	370/tcp    # codaauth2
    923  1.86  christos codaauth2	370/udp    # codaauth2
    924  1.86  christos #			   Robert Watson <robert&cyrus.watson.org>
    925  1.86  christos clearcase       371/tcp    # Clearcase
    926  1.86  christos clearcase       371/udp    # Clearcase
    927  1.86  christos #                          Dave LeBlang <leglang&atria.com>
    928  1.86  christos ulistproc       372/tcp    # ListProcessor
    929  1.86  christos ulistproc       372/udp    # ListProcessor
    930  1.86  christos #                          Anastasios Kotsikonas <tasos&cs.bu.edu>
    931  1.86  christos legent-1        373/tcp    # Legent Corporation
    932  1.86  christos legent-1        373/udp    # Legent Corporation
    933  1.86  christos legent-2        374/tcp    # Legent Corporation
    934  1.86  christos legent-2        374/udp    # Legent Corporation
    935  1.86  christos #                          Keith Boyce <---none--->
    936  1.86  christos hassle          375/tcp    # Hassle
    937  1.86  christos hassle          375/udp    # Hassle
    938  1.86  christos #                          Reinhard Doelz <doelz&comp.bioz.unibas.ch>
    939  1.86  christos nip             376/tcp    # Amiga Envoy Network Inquiry Proto   
    940  1.86  christos nip             376/udp    # Amiga Envoy Network Inquiry Proto
    941  1.86  christos #                          Heinz Wrobel <hwrobel&gmx.de>
    942  1.86  christos tnETOS          377/tcp    # NEC Corporation
    943  1.86  christos tnETOS          377/udp    # NEC Corporation
    944  1.86  christos dsETOS          378/tcp    # NEC Corporation
    945  1.86  christos dsETOS          378/udp    # NEC Corporation
    946  1.86  christos #                          Tomoo Fujita <tf&arc.bs1.fc.nec.co.jp>
    947  1.86  christos is99c           379/tcp    # TIA/EIA/IS-99 modem client
    948  1.86  christos is99c           379/udp    # TIA/EIA/IS-99 modem client
    949  1.86  christos is99s           380/tcp    # TIA/EIA/IS-99 modem server
    950  1.86  christos is99s           380/udp    # TIA/EIA/IS-99 modem server
    951  1.86  christos #                          Frank Quick <fquick&qualcomm.com>
    952  1.86  christos hp-collector    381/tcp    # hp performance data collector
    953  1.86  christos hp-collector    381/udp    # hp performance data collector
    954  1.86  christos hp-managed-node 382/tcp    # hp performance data managed node
    955  1.86  christos hp-managed-node 382/udp    # hp performance data managed node
    956  1.86  christos hp-alarm-mgr    383/tcp    # hp performance data alarm manager
    957  1.86  christos hp-alarm-mgr    383/udp    # hp performance data alarm manager
    958  1.86  christos #                          Frank Blakely <frankb&hpptc16.rose.hp.com>
    959  1.86  christos arns            384/tcp    # A Remote Network Server System
    960  1.86  christos arns            384/udp    # A Remote Network Server System
    961  1.86  christos #                          David Hornsby <djh&munnari.OZ.AU>
    962  1.86  christos ibm-app         385/tcp    # IBM Application
    963  1.86  christos ibm-app         385/udp    # IBM Application
    964  1.86  christos #                          Lisa Tomita <---none--->
    965  1.86  christos asa             386/tcp    # ASA Message Router Object Def.
    966  1.86  christos asa             386/udp    # ASA Message Router Object Def.
    967  1.86  christos #                          Steve Laitinen <laitinen&brutus.aa.ab.com>
    968  1.86  christos aurp            387/tcp    # Appletalk Update-Based Routing Pro.
    969  1.86  christos aurp            387/udp    # Appletalk Update-Based Routing Pro.
    970  1.86  christos #                          Chris Ranch <cranch&novell.com>
    971  1.86  christos unidata-ldm     388/tcp    # Unidata LDM  
    972  1.86  christos unidata-ldm     388/udp    # Unidata LDM 
    973  1.86  christos #                          Glenn Davis <support&unidata.ucar.edu>
    974  1.86  christos ldap            389/tcp    # Lightweight Directory Access Protocol
    975  1.86  christos ldap            389/udp    # Lightweight Directory Access Protocol
    976  1.86  christos #                          Tim Howes <Tim.Howes&terminator.cc.umich.edu>
    977  1.86  christos uis             390/tcp    # UIS
    978  1.86  christos uis             390/udp    # UIS
    979  1.86  christos #                          Ed Barron <---none---> 
    980  1.86  christos synotics-relay  391/tcp    # SynOptics SNMP Relay Port
    981  1.86  christos synotics-relay  391/udp    # SynOptics SNMP Relay Port
    982  1.86  christos synotics-broker 392/tcp    # SynOptics Port Broker Port
    983  1.86  christos synotics-broker 392/udp    # SynOptics Port Broker Port
    984  1.86  christos #                          Illan Raab <iraab&synoptics.com>
    985  1.86  christos meta5           393/tcp    # Meta5
    986  1.86  christos meta5           393/udp    # Meta5
    987  1.86  christos #                          Jim Kanzler <jim.kanzler&meta5.com>
    988  1.86  christos embl-ndt        394/tcp    # EMBL Nucleic Data Transfer
    989  1.86  christos embl-ndt        394/udp    # EMBL Nucleic Data Transfer
    990  1.86  christos #                          Peter Gad <peter&bmc.uu.se>
    991  1.86  christos netcp           395/tcp    # NETscout Control Protocol
    992  1.86  christos netcp           395/udp    # NETscout Control Protocol
    993  1.86  christos #                          Anil Singhal <---none--->
    994  1.86  christos netware-ip      396/tcp    # Novell Netware over IP
    995  1.86  christos netware-ip      396/udp    # Novell Netware over IP
    996  1.86  christos mptn            397/tcp    # Multi Protocol Trans. Net.
    997  1.86  christos mptn            397/udp    # Multi Protocol Trans. Net.
    998  1.86  christos #                          Soumitra Sarkar <sarkar&vnet.ibm.com>
    999  1.86  christos kryptolan       398/tcp    # Kryptolan
   1000  1.86  christos kryptolan       398/udp    # Kryptolan
   1001  1.86  christos #                          Peter de Laval <pdl&sectra.se>
   1002  1.86  christos iso-tsap-c2     399/tcp    # ISO Transport Class 2 Non-Control over TCP
   1003  1.86  christos iso-tsap-c2     399/udp    # ISO Transport Class 2 Non-Control over UDP
   1004  1.86  christos #                          Yanick Pouffary <pouffary&taec.enet.dec.com>
   1005  1.86  christos work-sol        400/tcp    # Workstation Solutions
   1006  1.86  christos work-sol        400/udp    # Workstation Solutions
   1007  1.86  christos #                          Jim Ward <jimw&worksta.com>
   1008  1.86  christos ups             401/tcp    # Uninterruptible Power Supply
   1009  1.86  christos ups             401/udp    # Uninterruptible Power Supply
   1010  1.86  christos #                          Charles Bennett <chuck&benatong.com>
   1011  1.86  christos genie           402/tcp    # Genie Protocol
   1012  1.86  christos genie           402/udp    # Genie Protocol
   1013  1.86  christos #                          Mark Hankin <---none--->
   1014  1.86  christos decap           403/tcp    # decap
   1015  1.86  christos decap           403/udp    # decap
   1016  1.86  christos nced            404/tcp    # nced
   1017  1.86  christos nced            404/udp    # nced
   1018  1.86  christos ncld            405/tcp    # ncld
   1019  1.86  christos ncld            405/udp    # ncld
   1020  1.86  christos #                          Richard Jones <---none--->
   1021  1.86  christos imsp            406/tcp    # Interactive Mail Support Protocol
   1022  1.86  christos imsp            406/udp    # Interactive Mail Support Protocol
   1023  1.86  christos #                          John Myers <jgm+@cmu.edu>
   1024  1.86  christos timbuktu        407/tcp    # Timbuktu
   1025  1.86  christos timbuktu        407/udp    # Timbuktu
   1026  1.86  christos #                          Marc Epard <marc&netopia.com>
   1027  1.86  christos prm-sm          408/tcp    # Prospero Resource Manager Sys. Man.
   1028  1.86  christos prm-sm          408/udp    # Prospero Resource Manager Sys. Man.
   1029  1.86  christos prm-nm          409/tcp    # Prospero Resource Manager Node Man.
   1030  1.86  christos prm-nm          409/udp    # Prospero Resource Manager Node Man.
   1031  1.86  christos #                          B. Clifford Neuman <bcn&isi.edu>
   1032  1.86  christos decladebug      410/tcp    # DECLadebug Remote Debug Protocol
   1033  1.86  christos decladebug      410/udp    # DECLadebug Remote Debug Protocol
   1034  1.86  christos #                          Anthony Berent <anthony.berent&reo.mts.dec.com>
   1035  1.86  christos rmt             411/tcp    # Remote MT Protocol
   1036  1.86  christos rmt             411/udp    # Remote MT Protocol
   1037  1.86  christos #                          Peter Eriksson <pen&lysator.liu.se>
   1038  1.86  christos synoptics-trap  412/tcp    # Trap Convention Port
   1039  1.86  christos synoptics-trap  412/udp    # Trap Convention Port
   1040  1.86  christos #                          Illan Raab <iraab&synoptics.com>
   1041  1.86  christos smsp            413/tcp    # Storage Management Services Protocol
   1042  1.86  christos smsp            413/udp    # Storage Management Services Protocol
   1043  1.86  christos #                          Murthy Srinivas <murthy&novell.com>
   1044  1.86  christos infoseek        414/tcp    # InfoSeek
   1045  1.86  christos infoseek        414/udp    # InfoSeek
   1046  1.86  christos #                          Steve Kirsch <stk&infoseek.com>
   1047  1.86  christos bnet            415/tcp    # BNet
   1048  1.86  christos bnet            415/udp    # BNet
   1049  1.86  christos #                          Jim Mertz <JMertz+RV09&rvdc.unisys.com>
   1050  1.86  christos silverplatter   416/tcp    # Silverplatter
   1051  1.86  christos silverplatter   416/udp    # Silverplatter
   1052  1.86  christos #                          Peter Ciuffetti <petec&silverplatter.com>
   1053  1.86  christos onmux           417/tcp    # Onmux
   1054  1.86  christos onmux           417/udp    # Onmux
   1055  1.86  christos #                          Stephen Hanna <hanna&world.std.com>
   1056  1.86  christos hyper-g         418/tcp    # Hyper-G
   1057  1.86  christos hyper-g         418/udp    # Hyper-G
   1058  1.86  christos #                          Frank Kappe <fkappe&iicm.tu-graz.ac.at>
   1059  1.86  christos ariel1          419/tcp    # Ariel 1
   1060  1.86  christos ariel1          419/udp    # Ariel 1
   1061  1.86  christos #                          Joel Karafin <jkarafin&infotrieve.com>
   1062  1.86  christos smpte           420/tcp    # SMPTE
   1063  1.86  christos smpte           420/udp    # SMPTE
   1064  1.86  christos #                          Si Becker <71362.22&CompuServe.COM>
   1065  1.86  christos ariel2          421/tcp    # Ariel 2
   1066  1.86  christos ariel2          421/udp    # Ariel 2
   1067  1.86  christos ariel3          422/tcp    # Ariel 3
   1068  1.86  christos ariel3          422/udp    # Ariel 3 
   1069  1.86  christos #                          Joel Karafin <jkarafin&infotrieve.com>
   1070  1.86  christos opc-job-start   423/tcp    # IBM Operations Planning and Control Start
   1071  1.86  christos opc-job-start   423/udp    # IBM Operations Planning and Control Start
   1072  1.86  christos opc-job-track   424/tcp    # IBM Operations Planning and Control Track
   1073  1.86  christos opc-job-track   424/udp    # IBM Operations Planning and Control Track
   1074  1.86  christos #                          Conny Larsson  <cocke&VNET.IBM.COM>
   1075  1.86  christos icad-el         425/tcp    # ICAD
   1076  1.86  christos icad-el         425/udp    # ICAD
   1077  1.86  christos #		           Larry Stone	<lcs&icad.com>
   1078  1.86  christos smartsdp        426/tcp    # smartsdp
   1079  1.86  christos smartsdp        426/udp    # smartsdp
   1080  1.86  christos #                          Marie-Pierre Belanger <belanger_marie&emc.com>
   1081  1.86  christos svrloc          427/tcp    # Server Location
   1082  1.86  christos svrloc          427/udp    # Server Location
   1083  1.86  christos #                          <veizades&ftp.com>
   1084  1.86  christos ocs_cmu         428/tcp    # OCS_CMU
   1085  1.86  christos ocs_cmu         428/udp    # OCS_CMU
   1086  1.86  christos ocs_amu         429/tcp    # OCS_AMU
   1087  1.86  christos ocs_amu         429/udp    # OCS_AMU
   1088  1.86  christos #                          Florence Wyman <wyman&peabody.plk.af.mil>
   1089  1.86  christos utmpsd          430/tcp    # UTMPSD
   1090  1.86  christos utmpsd          430/udp    # UTMPSD
   1091  1.86  christos utmpcd          431/tcp    # UTMPCD
   1092  1.86  christos utmpcd          431/udp    # UTMPCD
   1093  1.86  christos iasd            432/tcp    # IASD  
   1094  1.86  christos iasd            432/udp    # IASD  
   1095  1.86  christos #                          Nir Baroz <nbaroz&encore.com>
   1096  1.86  christos nnsp            433/tcp    # NNSP
   1097  1.86  christos nnsp            433/udp    # NNSP
   1098  1.86  christos #                          Rob Robertson <rob&gangrene.berkeley.edu>
   1099  1.86  christos mobileip-agent  434/tcp    # MobileIP-Agent
   1100  1.86  christos mobileip-agent  434/udp    # MobileIP-Agent
   1101  1.86  christos mobilip-mn      435/tcp    # MobilIP-MN
   1102  1.86  christos mobilip-mn      435/udp    # MobilIP-MN
   1103  1.86  christos #                          Kannan Alagappan <kannan&sejour.lkg.dec.com>
   1104  1.86  christos dna-cml         436/tcp    # DNA-CML   
   1105  1.86  christos dna-cml         436/udp    # DNA-CML   
   1106  1.86  christos #                          Dan Flowers <flowers&smaug.lkg.dec.com>
   1107  1.86  christos comscm          437/tcp    # comscm
   1108  1.86  christos comscm          437/udp    # comscm
   1109  1.86  christos #                          Jim Teague <teague&zso.dec.com>
   1110  1.86  christos dsfgw           438/tcp    # dsfgw
   1111  1.86  christos dsfgw           438/udp    # dsfgw
   1112  1.86  christos #                          Andy McKeen <mckeen&osf.org>
   1113  1.86  christos dasp            439/tcp    # dasp      Thomas Obermair
   1114  1.86  christos dasp            439/udp    # dasp      tommy&inlab.m.eunet.de
   1115  1.86  christos #                          Thomas Obermair <tommy&inlab.m.eunet.de>
   1116  1.86  christos sgcp            440/tcp    # sgcp      
   1117  1.86  christos sgcp            440/udp    # sgcp      
   1118  1.86  christos #                          Marshall Rose <mrose&dbc.mtview.ca.us>
   1119  1.86  christos decvms-sysmgt   441/tcp    # decvms-sysmgt
   1120  1.86  christos decvms-sysmgt   441/udp    # decvms-sysmgt
   1121  1.86  christos #                          Lee Barton <barton&star.enet.dec.com>
   1122  1.86  christos cvc_hostd       442/tcp    # cvc_hostd
   1123  1.86  christos cvc_hostd       442/udp    # cvc_hostd
   1124  1.86  christos #                          Bill Davidson <billd&equalizer.cray.com>
   1125  1.86  christos https           443/tcp    # http protocol over TLS/SSL
   1126  1.86  christos https           443/udp    # http protocol over TLS/SSL
   1127  1.86  christos #                          Kipp E.B. Hickman <kipp&mcom.com>
   1128  1.86  christos snpp            444/tcp    # Simple Network Paging Protocol
   1129  1.86  christos snpp            444/udp    # Simple Network Paging Protocol
   1130  1.86  christos #                          [RFC1568]
   1131  1.86  christos microsoft-ds    445/tcp    # Microsoft-DS
   1132  1.86  christos microsoft-ds    445/udp    # Microsoft-DS
   1133  1.86  christos #                          Pradeep Bahl <pradeepb&microsoft.com>
   1134  1.86  christos ddm-rdb         446/tcp    # DDM-Remote Relational Database Access
   1135  1.86  christos ddm-rdb         446/udp    # DDM-Remote Relational Database Access
   1136  1.86  christos ddm-dfm         447/tcp    # DDM-Distributed File Management
   1137  1.86  christos ddm-dfm         447/udp    # DDM-Distributed File Management
   1138  1.86  christos #                          Steven Ritland <srr&us.ibm.com>
   1139  1.86  christos ddm-ssl         448/tcp    # DDM-Remote DB Access Using Secure Sockets
   1140  1.86  christos ddm-ssl         448/udp    # DDM-Remote DB Access Using Secure Sockets
   1141  1.86  christos #			               Steven Ritland <srr&us.ibm.com>
   1142  1.86  christos as-servermap    449/tcp    # AS Server Mapper
   1143  1.86  christos as-servermap    449/udp    # AS Server Mapper
   1144  1.86  christos #                          Barbara Foss <BGFOSS&rchvmv.vnet.ibm.com>
   1145  1.86  christos tserver         450/tcp    # Computer Supported Telecomunication Applications
   1146  1.86  christos tserver         450/udp    # Computer Supported Telecomunication Applications
   1147  1.86  christos #                          Harvey S. Schultz <harvey&acm.org>
   1148  1.86  christos sfs-smp-net     451/tcp    # Cray Network Semaphore server
   1149  1.86  christos sfs-smp-net     451/udp    # Cray Network Semaphore server
   1150  1.86  christos sfs-config	452/tcp    # Cray SFS config server
   1151  1.86  christos sfs-config	452/udp    # Cray SFS config server
   1152  1.86  christos #                          Walter Poxon <wdp&ironwood.cray.com>
   1153  1.86  christos creativeserver  453/tcp    # CreativeServer
   1154  1.86  christos creativeserver  453/udp    # CreativeServer
   1155  1.86  christos contentserver   454/tcp    # ContentServer
   1156  1.86  christos contentserver   454/udp    # ContentServer
   1157  1.86  christos creativepartnr  455/tcp    # CreativePartnr
   1158  1.86  christos creativepartnr  455/udp    # CreativePartnr
   1159  1.86  christos #                          Jesus Ortiz <jesus_ortiz&emotion.com>
   1160  1.86  christos macon-tcp       456/tcp    # macon-tcp
   1161  1.86  christos macon-udp       456/udp    # macon-udp
   1162  1.86  christos #                          Yoshinobu Inoue
   1163  1.86  christos #                          <shin&hodaka.mfd.cs.fujitsu.co.jp>
   1164  1.86  christos scohelp         457/tcp    # scohelp
   1165  1.86  christos scohelp         457/udp    # scohelp
   1166  1.86  christos #                          Faith Zack <faithz&sco.com>
   1167  1.86  christos appleqtc        458/tcp    # apple quick time
   1168  1.86  christos appleqtc        458/udp    # apple quick time
   1169  1.86  christos #                          Murali Ranganathan 
   1170  1.86  christos #                          <murali_ranganathan&quickmail.apple.com>
   1171  1.86  christos ampr-rcmd       459/tcp    # ampr-rcmd              
   1172  1.86  christos ampr-rcmd       459/udp    # ampr-rcmd              
   1173  1.86  christos #                          Rob Janssen <rob&sys3.pe1chl.ampr.org>
   1174  1.86  christos skronk          460/tcp    # skronk
   1175  1.86  christos skronk          460/udp    # skronk
   1176  1.86  christos #                          Henry Strickland <strick&yak.net>
   1177  1.86  christos datasurfsrv     461/tcp    # DataRampSrv
   1178  1.86  christos datasurfsrv     461/udp    # DataRampSrv
   1179  1.86  christos datasurfsrvsec  462/tcp    # DataRampSrvSec
   1180  1.86  christos datasurfsrvsec  462/udp    # DataRampSrvSec
   1181  1.86  christos #                          Diane Downie <downie&jibe.MV.COM>
   1182  1.86  christos alpes           463/tcp    # alpes
   1183  1.86  christos alpes           463/udp    # alpes
   1184  1.86  christos #                          Alain Durand <Alain.Durand&imag.fr>
   1185  1.86  christos kpasswd         464/tcp    # kpasswd
   1186  1.86  christos kpasswd         464/udp    # kpasswd
   1187  1.86  christos #                          Theodore Ts'o <tytso&MIT.EDU>
   1188  1.86  christos urd             465/tcp    # URL Rendesvous Directory for SSM
   1189  1.86  christos igmpv3lite      465/udp    # IGMP over UDP for SSM 
   1190  1.86  christos #                          Toerless Eckert <eckert&cisco.com>
   1191  1.86  christos digital-vrc     466/tcp    # digital-vrc
   1192  1.86  christos digital-vrc     466/udp    # digital-vrc
   1193  1.86  christos #                          Peter Higginson <higginson&mail.dec.com>
   1194  1.86  christos mylex-mapd      467/tcp    # mylex-mapd
   1195  1.86  christos mylex-mapd      467/udp    # mylex-mapd
   1196  1.86  christos #                          Gary Lewis <GaryL&hq.mylex.com>
   1197  1.86  christos photuris        468/tcp    # proturis
   1198  1.86  christos photuris        468/udp    # proturis
   1199  1.86  christos #                          Bill Simpson <Bill.Simpson&um.cc.umich.edu>
   1200  1.86  christos rcp             469/tcp    # Radio Control Protocol
   1201  1.86  christos rcp             469/udp    # Radio Control Protocol
   1202  1.86  christos #                          Jim Jennings +1-708-538-7241
   1203  1.86  christos scx-proxy       470/tcp    # scx-proxy
   1204  1.86  christos scx-proxy       470/udp    # scx-proxy
   1205  1.86  christos #                          Scott Narveson <sjn&cray.com>
   1206  1.86  christos mondex          471/tcp    # Mondex
   1207  1.86  christos mondex          471/udp    # Mondex
   1208  1.86  christos #                          Bill Reding <redingb&nwdt.natwest.co.uk>
   1209  1.86  christos ljk-login       472/tcp    # ljk-login
   1210  1.86  christos ljk-login       472/udp    # ljk-login
   1211  1.86  christos #                          LJK Software, Cambridge, Massachusetts
   1212  1.86  christos #                          <support&ljk.com>
   1213  1.86  christos hybrid-pop      473/tcp    # hybrid-pop
   1214  1.86  christos hybrid-pop      473/udp    # hybrid-pop
   1215  1.86  christos #                          Rami Rubin <rami&hybrid.com>
   1216  1.86  christos tn-tl-w1        474/tcp    # tn-tl-w1
   1217  1.86  christos tn-tl-w2        474/udp    # tn-tl-w2
   1218  1.86  christos #                          Ed Kress <eskress&thinknet.com>
   1219  1.86  christos tcpnethaspsrv   475/tcp    # tcpnethaspsrv
   1220  1.86  christos tcpnethaspsrv   475/udp    # tcpnethaspsrv
   1221  1.86  christos #                          Charlie Hava <charlie&aladdin.co.il>
   1222  1.86  christos tn-tl-fd1       476/tcp    # tn-tl-fd1
   1223  1.86  christos tn-tl-fd1       476/udp    # tn-tl-fd1
   1224  1.86  christos #                          Ed Kress <eskress&thinknet.com>
   1225  1.86  christos ss7ns           477/tcp    # ss7ns
   1226  1.86  christos ss7ns           477/udp    # ss7ns
   1227  1.86  christos #                          Jean-Michel URSCH <ursch&taec.enet.dec.com>
   1228  1.86  christos spsc            478/tcp    # spsc
   1229  1.86  christos spsc            478/udp    # spsc
   1230  1.86  christos #                          Mike Rieker <mikea&sp32.com>
   1231  1.86  christos iafserver       479/tcp    # iafserver
   1232  1.86  christos iafserver       479/udp    # iafserver
   1233  1.86  christos iafdbase        480/tcp    # iafdbase
   1234  1.86  christos iafdbase        480/udp    # iafdbase
   1235  1.86  christos #                          ricky&solect.com <Rick Yazwinski>
   1236  1.86  christos ph              481/tcp    # Ph service
   1237  1.86  christos ph              481/udp    # Ph service
   1238  1.86  christos #                          Roland Hedberg <Roland.Hedberg&umdac.umu.se>
   1239  1.86  christos bgs-nsi         482/tcp    # bgs-nsi
   1240  1.86  christos bgs-nsi         482/udp    # bgs-nsi
   1241  1.86  christos #                          Jon Saperia <saperia&bgs.com>         
   1242  1.86  christos ulpnet          483/tcp    # ulpnet
   1243  1.86  christos ulpnet          483/udp    # ulpnet
   1244  1.86  christos #                          Kevin Mooney <kevinm&bfs.unibol.com>
   1245  1.86  christos integra-sme     484/tcp    # Integra Software Management Environment
   1246  1.86  christos integra-sme     484/udp    # Integra Software Management Environment
   1247  1.86  christos #                          Randall Dow <rand&randix.m.isr.de>
   1248  1.86  christos powerburst      485/tcp    # Air Soft Power Burst
   1249  1.86  christos powerburst      485/udp    # Air Soft Power Burst
   1250  1.86  christos #                          <gary&airsoft.com>
   1251  1.86  christos avian           486/tcp    # avian
   1252  1.86  christos avian           486/udp    # avian
   1253  1.86  christos #                          Robert Ullmann 
   1254  1.86  christos #                          <Robert_Ullmann/CAM/Lotus.LOTUS&crd.lotus.com>
   1255  1.86  christos saft            487/tcp    # saft Simple Asynchronous File Transfer
   1256  1.86  christos saft            487/udp    # saft Simple Asynchronous File Transfer
   1257  1.86  christos #                          Ulli Horlacher <framstag&rus.uni-stuttgart.de>
   1258  1.86  christos gss-http        488/tcp    # gss-http
   1259  1.86  christos gss-http        488/udp    # gss-http
   1260  1.86  christos #                          Doug Rosenthal <rosenthl&krypton.einet.net>
   1261  1.86  christos nest-protocol   489/tcp    # nest-protocol
   1262  1.86  christos nest-protocol   489/udp    # nest-protocol
   1263  1.86  christos #                          Gilles Gameiro <ggameiro&birdland.com>
   1264  1.86  christos micom-pfs       490/tcp    # micom-pfs
   1265  1.86  christos micom-pfs       490/udp    # micom-pfs
   1266  1.86  christos #                          David Misunas <DMisunas&micom.com>
   1267  1.86  christos go-login        491/tcp    # go-login
   1268  1.86  christos go-login        491/udp    # go-login
   1269  1.86  christos #                          Troy Morrison <troy&graphon.com>
   1270  1.86  christos ticf-1          492/tcp    # Transport Independent Convergence for FNA
   1271  1.86  christos ticf-1          492/udp    # Transport Independent Convergence for FNA
   1272  1.86  christos ticf-2          493/tcp    # Transport Independent Convergence for FNA
   1273  1.86  christos ticf-2          493/udp    # Transport Independent Convergence for FNA
   1274  1.86  christos #                          Mamoru Ito <Ito&pcnet.ks.pfu.co.jp>
   1275  1.86  christos pov-ray         494/tcp    # POV-Ray
   1276  1.86  christos pov-ray         494/udp    # POV-Ray
   1277  1.86  christos #                          POV-Team Co-ordinator 
   1278  1.86  christos #                          <iana-port.remove-spamguard&povray.org>
   1279  1.86  christos intecourier     495/tcp    # intecourier
   1280  1.86  christos intecourier     495/udp    # intecourier
   1281  1.86  christos #                          Steve Favor <sfavor&tigger.intecom.com>
   1282  1.86  christos pim-rp-disc     496/tcp    # PIM-RP-DISC
   1283  1.86  christos pim-rp-disc     496/udp    # PIM-RP-DISC
   1284  1.86  christos #                          Dino Farinacci <dino&cisco.com>
   1285  1.86  christos dantz           497/tcp    # dantz
   1286  1.86  christos dantz           497/udp    # dantz
   1287  1.86  christos #                          Richard Zulch <richard_zulch&dantz.com>
   1288  1.86  christos siam            498/tcp    # siam
   1289  1.86  christos siam            498/udp    # siam
   1290  1.86  christos #                          Philippe Gilbert <pgilbert&cal.fr>
   1291  1.86  christos iso-ill         499/tcp    # ISO ILL Protocol
   1292  1.86  christos iso-ill         499/udp    # ISO ILL Protocol
   1293  1.86  christos #                          Mark H. Needleman <markn&sirsi.com>
   1294  1.86  christos isakmp          500/tcp    # isakmp
   1295  1.86  christos isakmp          500/udp    # isakmp
   1296  1.86  christos #                          Mark Schertler <mjs&tycho.ncsc.mil>
   1297  1.86  christos stmf            501/tcp    # STMF
   1298  1.86  christos stmf            501/udp    # STMF
   1299  1.86  christos #                          Alan Ungar <aungar&farradyne.com>
   1300  1.86  christos asa-appl-proto  502/tcp    # asa-appl-proto
   1301  1.86  christos asa-appl-proto  502/udp    # asa-appl-proto
   1302  1.86  christos #                          Dennis Dube <ddube&modicon.com>
   1303  1.86  christos intrinsa        503/tcp    # Intrinsa
   1304  1.86  christos intrinsa        503/udp    # Intrinsa
   1305  1.86  christos #                          Robert Ford <robert&intrinsa.com>
   1306  1.86  christos citadel         504/tcp    # citadel
   1307  1.86  christos citadel         504/udp    # citadel
   1308  1.86  christos #                          Art Cancro <ajc&uncensored.citadel.org>
   1309  1.86  christos mailbox-lm      505/tcp    # mailbox-lm
   1310  1.86  christos mailbox-lm      505/udp    # mailbox-lm
   1311  1.86  christos #                          Beverly Moody <Beverly_Moody&stercomm.com>
   1312  1.86  christos ohimsrv         506/tcp    # ohimsrv
   1313  1.86  christos ohimsrv         506/udp    # ohimsrv
   1314  1.86  christos #                          Scott Powell <spowell&openhorizon.com>
   1315  1.86  christos crs             507/tcp    # crs
   1316  1.86  christos crs             507/udp    # crs
   1317  1.86  christos #                          Brad Wright <bradwr&microsoft.com>
   1318  1.86  christos xvttp           508/tcp    # xvttp
   1319  1.86  christos xvttp           508/udp    # xvttp
   1320  1.86  christos #                          Keith J. Alphonso <alphonso&ncs-ssc.com>
   1321  1.86  christos snare           509/tcp    # snare
   1322  1.86  christos snare           509/udp    # snare
   1323  1.86  christos #                          Dennis Batchelder <dennis&capres.com>
   1324  1.86  christos fcp             510/tcp    # FirstClass Protocol
   1325  1.86  christos fcp             510/udp    # FirstClass Protocol
   1326  1.86  christos #                          Mike Marshburn <paul&softarc.com>
   1327  1.86  christos passgo          511/tcp    # PassGo
   1328  1.86  christos passgo          511/udp    # PassGo
   1329  1.86  christos #                          John Rainford <jrainford&passgo.com>
   1330  1.86  christos exec            512/tcp    # remote process execution;
   1331  1.86  christos #                          authentication performed using
   1332  1.86  christos #                          passwords and UNIX login names
   1333  1.86  christos comsat          512/udp
   1334  1.86  christos biff            512/udp    # used by mail system to notify users
   1335  1.86  christos #                          of new mail received; currently
   1336  1.86  christos #                          receives messages only from 
   1337  1.86  christos #                          processes on the same machine
   1338  1.86  christos login           513/tcp    # remote login a la telnet;
   1339  1.86  christos #                          automatic authentication performed
   1340  1.86  christos #                          based on priviledged port numbers
   1341  1.86  christos #                          and distributed data bases which
   1342  1.86  christos #                          identify "authentication domains"
   1343  1.86  christos who             513/udp    # maintains data bases showing who's
   1344  1.86  christos #                          logged in to machines on a local 
   1345  1.86  christos #                          net and the load average of the
   1346  1.86  christos #                          machine
   1347  1.86  christos shell           514/tcp    # cmd
   1348  1.86  christos #                          like exec, but automatic authentication 
   1349  1.86  christos #                          is performed as for login server
   1350  1.86  christos syslog          514/udp
   1351  1.86  christos printer         515/tcp    # spooler
   1352  1.86  christos printer         515/udp    # spooler
   1353  1.86  christos videotex        516/tcp    # videotex
   1354  1.86  christos videotex        516/udp    # videotex
   1355  1.86  christos #                          Daniel Mavrakis <system&venus.mctel.fr>
   1356  1.86  christos talk            517/tcp    # like tenex link, but across
   1357  1.86  christos #                          machine - unfortunately, doesn't
   1358  1.86  christos #                          use link protocol (this is actually
   1359  1.86  christos #                          just a rendezvous port from which a
   1360  1.86  christos #                          tcp connection is established)
   1361  1.86  christos talk            517/udp    # like tenex link, but across
   1362  1.86  christos #                          machine - unfortunately, doesn't
   1363  1.86  christos #                          use link protocol (this is actually
   1364  1.86  christos #                          just a rendezvous port from which a
   1365  1.86  christos #                          tcp connection is established)
   1366  1.86  christos ntalk           518/tcp
   1367  1.86  christos ntalk           518/udp
   1368  1.86  christos utime           519/tcp    # unixtime
   1369  1.86  christos utime           519/udp    # unixtime
   1370  1.86  christos efs             520/tcp    # extended file name server
   1371  1.86  christos router          520/udp    # local routing process (on site);
   1372  1.86  christos #                          uses variant of Xerox NS routing
   1373  1.86  christos #                          information protocol - RIP
   1374  1.86  christos ripng           521/tcp    # ripng
   1375  1.86  christos ripng           521/udp    # ripng
   1376  1.86  christos #                          Robert E. Minnear <minnear&ipsilon.com>
   1377  1.86  christos ulp             522/tcp    # ULP    
   1378  1.86  christos ulp             522/udp    # ULP    
   1379  1.86  christos #                          Max Morris <maxm&MICROSOFT.com>
   1380  1.86  christos ibm-db2         523/tcp    # IBM-DB2
   1381  1.86  christos ibm-db2         523/udp    # IBM-DB2
   1382  1.86  christos #                          Juliana Hsu <jhsu&ca.ibm.com>
   1383  1.86  christos ncp             524/tcp    # NCP
   1384  1.86  christos ncp             524/udp    # NCP    
   1385  1.86  christos #                          Don Provan <donp&sjf.novell.com>
   1386  1.86  christos timed  	        525/tcp    # timeserver
   1387  1.86  christos timed           525/udp    # timeserver
   1388  1.86  christos tempo	        526/tcp    # newdate
   1389  1.86  christos tempo	        526/udp    # newdate
   1390  1.86  christos #                          Unknown
   1391  1.86  christos stx             527/tcp    # Stock IXChange
   1392  1.86  christos stx             527/udp    # Stock IXChange
   1393  1.86  christos custix          528/tcp    # Customer IXChange
   1394  1.86  christos custix          528/udp    # Customer IXChange
   1395  1.86  christos #                          Ferdi Ladeira <ferdil&fraxion.biz> 
   1396  1.86  christos irc-serv        529/tcp    # IRC-SERV
   1397  1.86  christos irc-serv        529/udp    # IRC-SERV
   1398  1.86  christos #                          Brian Tackett <cym&acrux.net>
   1399  1.86  christos courier         530/tcp    # rpc
   1400  1.86  christos courier         530/udp    # rpc
   1401  1.86  christos conference      531/tcp    # chat
   1402  1.86  christos conference      531/udp    # chat
   1403  1.86  christos netnews         532/tcp    # readnews
   1404  1.86  christos netnews         532/udp    # readnews
   1405  1.86  christos netwall	        533/tcp    # for emergency broadcasts
   1406  1.86  christos netwall	        533/udp    # for emergency broadcasts
   1407  1.86  christos #                          Andreas Heidemann <a.heidemann&ais-gmbh.de>
   1408  1.86  christos windream	534/tcp    # windream Admin
   1409  1.86  christos windream	534/udp    # windream Admin
   1410  1.86  christos #			    Uwe Honermann <u.honermann&windream.com>
   1411  1.86  christos iiop            535/tcp    # iiop
   1412  1.86  christos iiop            535/udp    # iiop
   1413  1.86  christos #                          Jeff M.Michaud <michaud&zk3.dec.com>
   1414  1.86  christos opalis-rdv      536/tcp    # opalis-rdv
   1415  1.86  christos opalis-rdv      536/udp    # opalis-rdv
   1416  1.86  christos #                          Laurent Domenech <ldomenech&opalis.com>
   1417  1.86  christos nmsp            537/tcp    # Networked Media Streaming Protocol
   1418  1.86  christos nmsp            537/udp    # Networked Media Streaming Protocol
   1419  1.86  christos #                          Paul Santinelli Jr. <psantinelli&narrative.com>
   1420  1.86  christos gdomap          538/tcp    # gdomap
   1421  1.86  christos gdomap          538/udp    # gdomap
   1422  1.86  christos #                          Richard Frith-Macdonald <richard&brainstorm.co.uk>
   1423  1.86  christos apertus-ldp     539/tcp    # Apertus Technologies Load Determination
   1424  1.86  christos apertus-ldp     539/udp    # Apertus Technologies Load Determination
   1425  1.86  christos uucp	        540/tcp    # uucpd		
   1426  1.86  christos uucp	        540/udp    # uucpd		
   1427  1.86  christos uucp-rlogin     541/tcp    # uucp-rlogin  
   1428  1.86  christos uucp-rlogin     541/udp    # uucp-rlogin
   1429  1.86  christos #                          Stuart Lynne <sl&wimsey.com>
   1430  1.86  christos commerce        542/tcp    # commerce
   1431  1.86  christos commerce        542/udp    # commerce
   1432  1.86  christos #                          Randy Epstein <repstein&hostleasing.net>
   1433  1.86  christos klogin          543/tcp
   1434  1.86  christos klogin          543/udp
   1435  1.86  christos kshell 	        544/tcp    # krcmd
   1436  1.86  christos kshell 	        544/udp    # krcmd
   1437  1.86  christos appleqtcsrvr    545/tcp    # appleqtcsrvr
   1438  1.86  christos appleqtcsrvr    545/udp    # appleqtcsrvr
   1439  1.86  christos #                          Murali Ranganathan 
   1440  1.86  christos #                          <Murali_Ranganathan&quickmail.apple.com>
   1441  1.86  christos dhcpv6-client   546/tcp    # DHCPv6 Client
   1442  1.86  christos dhcpv6-client   546/udp    # DHCPv6 Client
   1443  1.86  christos dhcpv6-server   547/tcp    # DHCPv6 Server
   1444  1.86  christos dhcpv6-server   547/udp    # DHCPv6 Server
   1445  1.86  christos #                          Jim Bound <bound&zk3.dec.com>
   1446  1.86  christos afpovertcp      548/tcp    # AFP over TCP
   1447  1.86  christos afpovertcp      548/udp    # AFP over TCP
   1448  1.86  christos #                          Leland Wallace <randall&apple.com>
   1449  1.86  christos idfp            549/tcp    # IDFP
   1450  1.86  christos idfp            549/udp    # IDFP
   1451  1.86  christos #                          Ramana Kovi <ramana&kovi.com>
   1452  1.86  christos new-rwho        550/tcp    # new-who
   1453  1.86  christos new-rwho        550/udp    # new-who
   1454  1.86  christos cybercash       551/tcp    # cybercash
   1455  1.86  christos cybercash       551/udp    # cybercash
   1456  1.86  christos #                          Donald E. Eastlake 3rd <dee&cybercash.com>
   1457  1.86  christos devshr-nts      552/tcp    # DeviceShare
   1458  1.86  christos devshr-nts      552/udp    # DeviceShare
   1459  1.86  christos #                          Benjamin Rosenberg <brosenberg&advsyscon.com>
   1460  1.86  christos pirp            553/tcp    # pirp
   1461  1.86  christos pirp            553/udp    # pirp
   1462  1.86  christos #                          D. J. Bernstein <djb&silverton.berkeley.edu>
   1463  1.86  christos rtsp            554/tcp    # Real Time Stream Control Protocol
   1464  1.86  christos rtsp            554/udp    # Real Time Stream Control Protocol
   1465  1.86  christos #                          Rob Lanphier <robla&prognet.com>
   1466  1.86  christos dsf             555/tcp
   1467  1.86  christos dsf             555/udp
   1468  1.86  christos remotefs        556/tcp    # rfs server
   1469  1.86  christos remotefs        556/udp    # rfs server
   1470  1.86  christos openvms-sysipc  557/tcp    # openvms-sysipc
   1471  1.86  christos openvms-sysipc  557/udp    # openvms-sysipc
   1472  1.86  christos #                          Alan Potter <potter&movies.enet.dec.com>
   1473  1.86  christos sdnskmp         558/tcp    # SDNSKMP
   1474  1.86  christos sdnskmp         558/udp    # SDNSKMP
   1475  1.86  christos teedtap         559/tcp    # TEEDTAP
   1476  1.86  christos teedtap         559/udp    # TEEDTAP
   1477  1.86  christos #                          Charlie Limoges <Charlie.Limoges&GDC4S.com>
   1478  1.86  christos rmonitor        560/tcp    # rmonitord
   1479  1.86  christos rmonitor        560/udp    # rmonitord
   1480  1.86  christos monitor         561/tcp
   1481  1.86  christos monitor         561/udp
   1482  1.86  christos chshell         562/tcp    # chcmd
   1483  1.86  christos chshell         562/udp    # chcmd
   1484  1.86  christos nntps           563/tcp    # nntp protocol over TLS/SSL (was snntp)
   1485  1.86  christos nntps           563/udp    # nntp protocol over TLS/SSL (was snntp)
   1486  1.86  christos #                          Kipp E.B. Hickman <kipp&netscape.com>
   1487  1.86  christos 9pfs            564/tcp    # plan 9 file service
   1488  1.86  christos 9pfs            564/udp    # plan 9 file service
   1489  1.86  christos whoami          565/tcp    # whoami
   1490  1.86  christos whoami          565/udp    # whoami
   1491  1.86  christos streettalk      566/tcp    # streettalk
   1492  1.86  christos streettalk      566/udp    # streettalk
   1493  1.86  christos banyan-rpc      567/tcp    # banyan-rpc
   1494  1.86  christos banyan-rpc      567/udp    # banyan-rpc
   1495  1.86  christos #                          Tom Lemaire <toml&banyan.com>
   1496  1.86  christos ms-shuttle      568/tcp    # microsoft shuttle
   1497  1.86  christos ms-shuttle      568/udp    # microsoft shuttle
   1498  1.86  christos #                          Rudolph Balaz <rudolphb&microsoft.com>
   1499  1.86  christos ms-rome         569/tcp    # microsoft rome
   1500  1.86  christos ms-rome         569/udp    # microsoft rome
   1501  1.86  christos #                          Rudolph Balaz <rudolphb&microsoft.com>
   1502  1.86  christos meter           570/tcp    # demon
   1503  1.86  christos meter           570/udp    # demon
   1504  1.86  christos meter	        571/tcp    # udemon
   1505  1.86  christos meter	        571/udp    # udemon
   1506  1.86  christos sonar           572/tcp    # sonar
   1507  1.86  christos sonar           572/udp    # sonar
   1508  1.86  christos #                          Keith Moore <moore&cs.utk.edu>
   1509  1.86  christos banyan-vip      573/tcp    # banyan-vip
   1510  1.86  christos banyan-vip      573/udp    # banyan-vip
   1511  1.86  christos #                          Denis Leclerc <DLeclerc&banyan.com>
   1512  1.86  christos ftp-agent       574/tcp    # FTP Software Agent System
   1513  1.86  christos ftp-agent       574/udp    # FTP Software Agent System
   1514  1.86  christos #                          Michael S. Greenberg <arnoff&ftp.com>
   1515  1.86  christos vemmi           575/tcp    # VEMMI
   1516  1.86  christos vemmi           575/udp    # VEMMI
   1517  1.86  christos #                          Daniel Mavrakis <mavrakis&mctel.fr>
   1518  1.86  christos ipcd            576/tcp    # ipcd
   1519  1.86  christos ipcd            576/udp    # ipcd
   1520  1.86  christos vnas            577/tcp    # vnas
   1521  1.86  christos vnas            577/udp    # vnas
   1522  1.86  christos ipdd            578/tcp    # ipdd
   1523  1.86  christos ipdd            578/udp    # ipdd
   1524  1.86  christos #                          Jay Farhat <jfarhat&ipass.com>
   1525  1.86  christos decbsrv		579/tcp    # decbsrv
   1526  1.86  christos decbsrv		579/udp    # decbsrv
   1527  1.86  christos #			   Rudi Martin <movies::martin"@movies.enet.dec.com>
   1528  1.86  christos sntp-heartbeat  580/tcp    # SNTP HEARTBEAT
   1529  1.86  christos sntp-heartbeat  580/udp	   # SNTP HEARTBEAT
   1530  1.86  christos #			   Louis Mamakos <louie&uu.net>
   1531  1.86  christos bdp		581/tcp    # Bundle Discovery Protocol
   1532  1.86  christos bdp		581/udp	   # Bundle Discovery Protocol
   1533  1.86  christos #			   Gary Malkin <gmalkin&xylogics.com>
   1534  1.86  christos scc-security    582/tcp    # SCC Security
   1535  1.86  christos scc-security    582/udp	   # SCC Security
   1536  1.86  christos #			   Prashant Dholakia <prashant&semaphorecom.com>
   1537  1.86  christos philips-vc	583/tcp    # Philips Video-Conferencing
   1538  1.86  christos philips-vc	583/udp    # Philips Video-Conferencing
   1539  1.86  christos #			   Janna Chang <janna&pmc.philips.com>
   1540  1.86  christos keyserver	584/tcp    # Key Server
   1541  1.86  christos keyserver	584/udp	   # Key Server
   1542  1.86  christos #			   Gary Howland <gary&systemics.com>
   1543  1.86  christos #		585	   De-registered (25 April 2006)
   1544  1.86  christos #               Use of 585 is not recommended, use 993 instead
   1545  1.86  christos password-chg 	586/tcp    # Password Change
   1546  1.86  christos password-chg	586/udp	   # Password Change
   1547  1.86  christos submission	587/tcp    # Submission
   1548  1.86  christos submission	587/udp    # Submission
   1549  1.86  christos #			   [RFC4409]
   1550  1.86  christos cal		588/tcp    # CAL
   1551  1.86  christos cal		588/udp    # CAL
   1552  1.86  christos #			   Myron Hattig <Myron_Hattig&ccm.jf.intel.com>
   1553  1.86  christos eyelink		589/tcp    # EyeLink
   1554  1.86  christos eyelink		589/udp	   # EyeLink
   1555  1.86  christos #			   Dave Stampe <dstampe&psych.toronto.edu>
   1556  1.86  christos tns-cml		590/tcp    # TNS CML
   1557  1.86  christos tns-cml		590/udp    # TNS CML
   1558  1.86  christos #			   Jerome Albin <albin&taec.enet.dec.com>
   1559  1.86  christos http-alt	591/tcp    # FileMaker, Inc. - HTTP Alternate (see Port 80)
   1560  1.86  christos http-alt	591/udp    # FileMaker, Inc. - HTTP Alternate (see Port 80)
   1561  1.86  christos #			   Clay Maeckel <clay_maeckel&filemaker.com>
   1562  1.86  christos eudora-set	592/tcp    # Eudora Set
   1563  1.86  christos eudora-set	592/udp	   # Eudora Set
   1564  1.86  christos #			   Randall Gellens <randy&qualcomm.com>
   1565  1.86  christos http-rpc-epmap  593/tcp    # HTTP RPC Ep Map
   1566  1.86  christos http-rpc-epmap  593/udp    # HTTP RPC Ep Map
   1567  1.86  christos #			   Edward Reus <edwardr&microsoft.com>
   1568  1.86  christos tpip		594/tcp    # TPIP
   1569  1.86  christos tpip		594/udp    # TPIP
   1570  1.86  christos #			   Brad Spear <spear&platinum.com>
   1571  1.86  christos cab-protocol	595/tcp    # CAB Protocol
   1572  1.86  christos cab-protocol	595/udp    # CAB Protocol
   1573  1.86  christos #			   Winston Hetherington
   1574  1.86  christos smsd            596/tcp    # SMSD
   1575  1.86  christos smsd            596/udp    # SMSD
   1576  1.86  christos #                          Wayne Barlow <web&unx.dec.com>
   1577  1.86  christos ptcnameservice	597/tcp    # PTC Name Service
   1578  1.86  christos ptcnameservice	597/udp    # PTC Name Service
   1579  1.86  christos #                          Yuri Machkasov <yuri&ptc.com>
   1580  1.86  christos sco-websrvrmg3	598/tcp    # SCO Web Server Manager 3
   1581  1.86  christos sco-websrvrmg3	598/udp    # SCO Web Server Manager 3
   1582  1.86  christos #                          Simon Baldwin <simonb&sco.com>
   1583  1.86  christos acp             599/tcp    # Aeolon Core Protocol
   1584  1.86  christos acp             599/udp    # Aeolon Core Protocol
   1585  1.86  christos #                          Michael Alyn Miller <iana&aeolon.com>
   1586  1.86  christos ipcserver       600/tcp    # Sun IPC server
   1587  1.86  christos ipcserver       600/udp    # Sun IPC server
   1588  1.86  christos #                          Bill Schiefelbein <schief&aspen.cray.com>
   1589  1.86  christos syslog-conn     601/tcp    # Reliable Syslog Service
   1590  1.86  christos syslog-conn     601/udp    # Reliable Syslog Service
   1591  1.86  christos #                          RFC 3195
   1592  1.86  christos xmlrpc-beep     602/tcp    # XML-RPC over BEEP
   1593  1.86  christos xmlrpc-beep     602/udp    # XML-RPC over BEEP
   1594  1.86  christos #                          RFC3529 <ftp://ftp.isi.edu/in-notes/rfc3529.txt> March 2003
   1595  1.86  christos idxp            603/tcp    # IDXP
   1596  1.86  christos idxp            603/udp    # IDXP
   1597  1.86  christos #                          RFC4767
   1598  1.86  christos tunnel          604/tcp    # TUNNEL
   1599  1.86  christos tunnel          604/udp    # TUNNEL
   1600  1.86  christos #                          RFC3620
   1601  1.86  christos soap-beep       605/tcp    # SOAP over BEEP
   1602  1.86  christos soap-beep       605/udp    # SOAP over BEEP
   1603  1.86  christos #                          RFC3288 <ftp://ftp.isi.edu/in-notes/rfc3288.txt> April 2002
   1604  1.86  christos urm             606/tcp    # Cray Unified Resource Manager
   1605  1.86  christos urm             606/udp    # Cray Unified Resource Manager
   1606  1.86  christos nqs             607/tcp    # nqs
   1607  1.86  christos nqs             607/udp    # nqs
   1608  1.86  christos #                          Bill Schiefelbein <schief&aspen.cray.com>
   1609  1.86  christos sift-uft        608/tcp    # Sender-Initiated/Unsolicited File Transfer 
   1610  1.86  christos sift-uft        608/udp    # Sender-Initiated/Unsolicited File Transfer
   1611  1.86  christos #                          Rick Troth <troth&rice.edu>
   1612  1.86  christos npmp-trap       609/tcp    # npmp-trap
   1613  1.86  christos npmp-trap       609/udp    # npmp-trap
   1614  1.86  christos npmp-local      610/tcp    # npmp-local
   1615  1.86  christos npmp-local      610/udp    # npmp-local
   1616  1.86  christos npmp-gui        611/tcp    # npmp-gui  
   1617  1.86  christos npmp-gui        611/udp    # npmp-gui  
   1618  1.86  christos #                          John Barnes <jbarnes&crl.com>
   1619  1.86  christos hmmp-ind	612/tcp    # HMMP Indication
   1620  1.86  christos hmmp-ind	612/udp	   # HMMP Indication
   1621  1.86  christos hmmp-op		613/tcp    # HMMP Operation
   1622  1.86  christos hmmp-op		613/udp	   # HMMP Operation
   1623  1.86  christos #			   Andrew Sinclair <andrsin&microsoft.com>
   1624  1.86  christos sshell		614/tcp    # SSLshell
   1625  1.86  christos sshell   	614/udp	   # SSLshell
   1626  1.86  christos #			   Simon J. Gerraty <sjg&quick.com.au>
   1627  1.86  christos sco-inetmgr	615/tcp	   # Internet Configuration Manager
   1628  1.86  christos sco-inetmgr	615/udp    # Internet Configuration Manager
   1629  1.86  christos sco-sysmgr	616/tcp    # SCO System Administration Server
   1630  1.86  christos sco-sysmgr	616/udp    # SCO System Administration Server
   1631  1.86  christos sco-dtmgr	617/tcp    # SCO Desktop Administration Server
   1632  1.86  christos sco-dtmgr	617/udp    # SCO Desktop Administration Server
   1633  1.86  christos #			   Christopher Durham <chrisdu&sco.com>
   1634  1.86  christos dei-icda	618/tcp    # DEI-ICDA
   1635  1.86  christos dei-icda	618/udp    # DEI-ICDA
   1636  1.86  christos #			   David Turner <digital&Quetico.tbaytel.net>
   1637  1.86  christos compaq-evm	619/tcp    # Compaq EVM
   1638  1.86  christos compaq-evm	619/udp    # Compaq EVM
   1639  1.86  christos #			   Jem Treadwell <Jem.Treadwell&compaq.com>
   1640  1.86  christos sco-websrvrmgr  620/tcp    # SCO WebServer Manager
   1641  1.86  christos sco-websrvrmgr  620/udp    # SCO WebServer Manager
   1642  1.86  christos #			   Christopher Durham <chrisdu&sco.com>
   1643  1.86  christos escp-ip		621/tcp    # ESCP
   1644  1.86  christos escp-ip		621/udp    # ESCP
   1645  1.86  christos #			   Lai Zit Seng <lzs&pobox.com>
   1646  1.86  christos collaborator	622/tcp    # Collaborator
   1647  1.86  christos collaborator	622/udp	   # Collaborator
   1648  1.86  christos #			   Johnson Davis <johnsond&opteamasoft.com>
   1649  1.86  christos asf-rmcp        623/tcp    # ASF Remote Management and Control Protocol
   1650  1.86  christos asf-rmcp        623/udp    # ASF Remote Management and Control Protocol
   1651  1.86  christos #                          Carl First <Carl.L.First&intel.com>
   1652  1.86  christos cryptoadmin	624/tcp    # Crypto Admin
   1653  1.86  christos cryptoadmin	624/udp    # Crypto Admin
   1654  1.86  christos #			   Tony Walker <tony&cryptocard.com>
   1655  1.86  christos dec_dlm		625/tcp    # DEC DLM
   1656  1.86  christos dec_dlm		625/udp    # DEC DLM
   1657  1.86  christos #			   Rudi Martin <Rudi.Martin&edo.mts.dec.com>
   1658  1.86  christos asia		626/tcp    # ASIA
   1659  1.86  christos asia		626/udp    # ASIA
   1660  1.86  christos #			   Michael Dasenbrock <dasenbro&apple.com>
   1661  1.86  christos passgo-tivoli	627/tcp    # PassGo Tivoli
   1662  1.86  christos passgo-tivoli	627/udp    # PassGo Tivoli
   1663  1.86  christos #			   John Rainford <john.rainford&passgo.com> 
   1664  1.86  christos qmqp		628/tcp    # QMQP
   1665  1.86  christos qmqp		628/udp    # QMQP
   1666  1.86  christos #			   Dan Bernstein <djb&cr.yp.to>
   1667  1.86  christos 3com-amp3	629/tcp    # 3Com AMP3
   1668  1.86  christos 3com-amp3	629/udp    # 3Com AMP3
   1669  1.86  christos #			   Prakash Banthia <prakash_banthia&3com.com>
   1670  1.86  christos rda		630/tcp    # RDA
   1671  1.86  christos rda		630/udp    # RDA
   1672  1.86  christos #			   John Hadjioannou <john&minster.co.uk>
   1673  1.86  christos ipp		631/tcp    # IPP (Internet Printing Protocol)
   1674  1.86  christos ipp		631/udp    # IPP (Internet Printing Protocol)
   1675  1.86  christos #			   Carl-Uno Manros <manros&cp10.es.xerox.com>
   1676  1.86  christos bmpp		632/tcp    # bmpp
   1677  1.86  christos bmpp		632/udp    # bmpp
   1678  1.86  christos #			   Troy Rollo <troy&kroll.corvu.com.au>	
   1679  1.86  christos servstat	633/tcp    # Service Status update (Sterling Software)
   1680  1.86  christos servstat	633/udp    # Service Status update (Sterling Software)
   1681  1.86  christos #                          Greg Rose <Greg_Rose&sydney.sterling.com>
   1682  1.86  christos ginad           634/tcp    # ginad
   1683  1.86  christos ginad           634/udp    # ginad
   1684  1.86  christos #                          Mark Crother <mark&eis.calstate.edu>
   1685  1.86  christos rlzdbase        635/tcp    # RLZ DBase
   1686  1.86  christos rlzdbase        635/udp    # RLZ DBase
   1687  1.86  christos #                          Michael Ginn <ginn&tyxar.com>
   1688  1.86  christos ldaps           636/tcp    # ldap protocol over TLS/SSL (was sldap)
   1689  1.86  christos ldaps           636/udp    # ldap protocol over TLS/SSL (was sldap)
   1690  1.86  christos #                          Pat Richard <patr&xcert.com>
   1691  1.86  christos lanserver       637/tcp    # lanserver
   1692  1.86  christos lanserver       637/udp    # lanserver
   1693  1.86  christos #                          Chris Larsson <clarsson&VNET.IBM.COM>
   1694  1.86  christos mcns-sec	638/tcp    # mcns-sec
   1695  1.86  christos mcns-sec	638/udp    # mcns-sec
   1696  1.86  christos #			   Kaz Ozawa <k.ozawa&cablelabs.com>
   1697  1.86  christos msdp		639/tcp    # MSDP
   1698  1.86  christos msdp		639/udp    # MSDP
   1699  1.86  christos #			   Dino Farinacci <dino&cisco.com>
   1700  1.86  christos entrust-sps	640/tcp    # entrust-sps
   1701  1.86  christos entrust-sps	640/udp    # entrust-sps
   1702  1.86  christos #			   Marek Buchler <Marek.Buchler&entrust.com>
   1703  1.86  christos repcmd		641/tcp    # repcmd
   1704  1.86  christos repcmd		641/udp    # repcmd
   1705  1.86  christos #			   Scott Dale <scott&Replicase.com>
   1706  1.86  christos esro-emsdp	642/tcp    # ESRO-EMSDP V1.3
   1707  1.86  christos esro-emsdp	642/udp    # ESRO-EMSDP V1.3
   1708  1.86  christos #			   Mohsen Banan <mohsen&neda.com> 
   1709  1.86  christos sanity		643/tcp    # SANity
   1710  1.86  christos sanity		643/udp    # SANity
   1711  1.86  christos #			   Peter Viscarola <PeterGV&osr.com>
   1712  1.86  christos dwr		644/tcp    # dwr
   1713  1.86  christos dwr		644/udp    # dwr
   1714  1.86  christos #			   Bill Fenner <fenner&parc.xerox.com>
   1715  1.86  christos pssc		645/tcp    # PSSC
   1716  1.86  christos pssc		645/udp    # PSSC
   1717  1.86  christos #			   Egon Meier-Engelen <egon.meier-engelen&dlr.de>
   1718  1.86  christos ldp		646/tcp    # LDP
   1719  1.86  christos ldp		646/udp    # LDP
   1720  1.86  christos #			   Bob Thomas <rhthomas&cisco.com>
   1721  1.86  christos dhcp-failover   647/tcp    # DHCP Failover
   1722  1.86  christos dhcp-failover   647/udp    # DHCP Failover
   1723  1.86  christos #                          Bernard Volz <volz&cisco.com> 
   1724  1.86  christos rrp             648/tcp    # Registry Registrar Protocol (RRP)
   1725  1.86  christos rrp             648/udp    # Registry Registrar Protocol (RRP)
   1726  1.86  christos #                          Scott Hollenbeck <shollenb&netsol.com>	
   1727  1.86  christos cadview-3d      649/tcp    # Cadview-3d - streaming 3d models over the internet
   1728  1.86  christos cadview-3d      649/udp    # Cadview-3d - streaming 3d models over the internet
   1729  1.86  christos #                          David Cooper <david.cooper&oracle.com> 
   1730  1.86  christos obex		650/tcp    # OBEX
   1731  1.86  christos obex		650/udp    # OBEX
   1732  1.86  christos #			   Jeff Garbers <FJG030&email.mot.com>
   1733  1.86  christos ieee-mms	651/tcp    # IEEE MMS
   1734  1.86  christos ieee-mms	651/udp    # IEEE MMS
   1735  1.86  christos #			   Curtis Anderson <canderson&turbolinux.com>
   1736  1.86  christos hello-port	652/tcp    # HELLO_PORT
   1737  1.86  christos hello-port	652/udp    # HELLO_PORT	
   1738  1.86  christos #			   Patrick Cipiere <Patrick.Cipiere&UDcast.com>
   1739  1.86  christos repscmd		653/tcp    # RepCmd
   1740  1.86  christos repscmd		653/udp    # RepCmd
   1741  1.86  christos #			   Scott Dale <scott&tioga.com>
   1742  1.86  christos aodv		654/tcp	   # AODV
   1743  1.86  christos aodv		654/udp	   # AODV
   1744  1.86  christos #			   Charles Perkins <cperkins&eng.sun.com>
   1745  1.86  christos tinc		655/tcp    # TINC
   1746  1.86  christos tinc		655/udp    # TINC
   1747  1.86  christos #			   Ivo Timmermans <itimmermans&bigfoot.com>
   1748  1.86  christos spmp		656/tcp    # SPMP
   1749  1.86  christos spmp		656/udp    # SPMP
   1750  1.86  christos #			   Jakob Kaivo <jkaivo&nodomainname.net>
   1751  1.86  christos rmc		657/tcp    # RMC
   1752  1.86  christos rmc		657/udp    # RMC
   1753  1.86  christos #			   Michael Schmidt <mmaass&us.ibm.com>
   1754  1.86  christos tenfold		658/tcp    # TenFold
   1755  1.86  christos tenfold		658/udp    # TenFold
   1756  1.86  christos #			   Louis Olszyk <lolszyk&10fold.com>
   1757  1.86  christos #               659        Removed (2001-06-06)
   1758  1.86  christos mac-srvr-admin  660/tcp    # MacOS Server Admin
   1759  1.86  christos mac-srvr-admin  660/udp    # MacOS Server Admin
   1760  1.86  christos #                          Forest Hill <forest&apple.com>
   1761  1.86  christos hap             661/tcp    # HAP
   1762  1.86  christos hap             661/udp    # HAP
   1763  1.86  christos #                          Igor Plotnikov <igor&uroam.com>
   1764  1.86  christos pftp            662/tcp    # PFTP
   1765  1.86  christos pftp            662/udp    # PFTP
   1766  1.86  christos #                          Ben Schluricke <support&pftp.de>
   1767  1.86  christos purenoise       663/tcp    # PureNoise
   1768  1.86  christos purenoise       663/udp    # PureNoise
   1769  1.86  christos #                          Sam Osa <pristine&mailcity.com>
   1770  1.86  christos asf-secure-rmcp 664/tcp    # ASF Secure Remote Management and Control Protocol
   1771  1.86  christos asf-secure-rmcp 664/udp    # ASF Secure Remote Management and Control Protocol
   1772  1.86  christos #                          Carl First <Carl.L.First&intel.com>
   1773  1.86  christos sun-dr          665/tcp    # Sun DR
   1774  1.86  christos sun-dr          665/udp    # Sun DR
   1775  1.86  christos #                          Harinder Bhasin <Harinder.Bhasin&Sun.COM>
   1776  1.86  christos mdqs            666/tcp	# 
   1777  1.86  christos mdqs            666/udp	# 
   1778  1.86  christos doom            666/tcp    # doom Id Software
   1779  1.86  christos doom            666/udp    # doom Id Software
   1780  1.86  christos #                          <ddt&idcube.idsoftware.com>
   1781  1.86  christos disclose        667/tcp    # campaign contribution disclosures - SDR Technologies
   1782  1.86  christos disclose        667/udp    # campaign contribution disclosures - SDR Technologies
   1783  1.86  christos #                          Jim Dixon  <jim&lambda.com>
   1784  1.86  christos mecomm          668/tcp    # MeComm
   1785  1.86  christos mecomm          668/udp    # MeComm
   1786  1.86  christos meregister      669/tcp    # MeRegister
   1787  1.86  christos meregister      669/udp    # MeRegister
   1788  1.86  christos #                          Armin Sawusch <armin&esd1.esd.de>
   1789  1.86  christos vacdsm-sws      670/tcp    # VACDSM-SWS
   1790  1.86  christos vacdsm-sws      670/udp    # VACDSM-SWS
   1791  1.86  christos vacdsm-app      671/tcp    # VACDSM-APP
   1792  1.86  christos vacdsm-app      671/udp    # VACDSM-APP
   1793  1.86  christos vpps-qua        672/tcp    # VPPS-QUA
   1794  1.86  christos vpps-qua        672/udp    # VPPS-QUA
   1795  1.86  christos cimplex         673/tcp    # CIMPLEX
   1796  1.86  christos cimplex         673/udp    # CIMPLEX
   1797  1.86  christos #                          Ulysses G. Smith Jr. <ugsmith&cesi.com>
   1798  1.86  christos acap            674/tcp    # ACAP
   1799  1.86  christos acap            674/udp	   # ACAP
   1800  1.86  christos #                          Chris Newman <chris.newman&sun.com>
   1801  1.86  christos dctp		675/tcp    # DCTP
   1802  1.86  christos dctp		675/udp    # DCTP
   1803  1.86  christos #			   Andre Kramer <Andre.Kramer&ansa.co.uk>
   1804  1.86  christos vpps-via	676/tcp    # VPPS Via
   1805  1.86  christos vpps-via	676/udp    # VPPS Via
   1806  1.86  christos #			   Ulysses G. Smith Jr. <ugsmith&cesi.com>
   1807  1.86  christos vpp		677/tcp    # Virtual Presence Protocol 
   1808  1.86  christos vpp		677/udp    # Virtual Presence Protocol 
   1809  1.86  christos #			   Klaus Wolf <wolf&cobrow.com>
   1810  1.86  christos ggf-ncp		678/tcp    # GNU Generation Foundation NCP
   1811  1.86  christos ggf-ncp		678/udp    # GNU Generation Foundation NCP
   1812  1.86  christos #			   Noah Paul <noahp&altavista.net>
   1813  1.86  christos mrm             679/tcp    # MRM
   1814  1.86  christos mrm             679/udp    # MRM
   1815  1.86  christos #                          Liming Wei <lwei&cisco.com>
   1816  1.86  christos entrust-aaas	680/tcp    # entrust-aaas 
   1817  1.86  christos entrust-aaas	680/udp    # entrust-aaas 
   1818  1.86  christos entrust-aams	681/tcp    # entrust-aams
   1819  1.86  christos entrust-aams	681/udp    # entrust-aams
   1820  1.86  christos #                          Adrian Mancini <adrian.mancini&entrust.com>
   1821  1.86  christos xfr             682/tcp    # XFR
   1822  1.86  christos xfr             682/udp    # XFR
   1823  1.86  christos #                          Noah Paul <noahp&ultranet.com>
   1824  1.86  christos corba-iiop      683/tcp    # CORBA IIOP 
   1825  1.86  christos corba-iiop      683/udp    # CORBA IIOP 
   1826  1.86  christos corba-iiop-ssl	684/tcp    # CORBA IIOP SSL
   1827  1.86  christos corba-iiop-ssl	684/udp    # CORBA IIOP SSL
   1828  1.86  christos #                          Andrew Watson <andrew&omg.org>
   1829  1.86  christos mdc-portmapper	685/tcp    # MDC Port Mapper
   1830  1.86  christos mdc-portmapper	685/udp    # MDC Port Mapper
   1831  1.86  christos #                          Noah Paul <noahp&altavista.net>
   1832  1.86  christos hcp-wismar      686/tcp    # Hardware Control Protocol Wismar
   1833  1.86  christos hcp-wismar      686/udp    # Hardware Control Protocol Wismar
   1834  1.86  christos #                          David Merchant <d.f.merchant&livjm.ac.uk>	
   1835  1.86  christos asipregistry	687/tcp    # asipregistry
   1836  1.86  christos asipregistry	687/udp    # asipregistry
   1837  1.86  christos #                          Erik Sea <sea&apple.com>
   1838  1.86  christos realm-rusd      688/tcp    # ApplianceWare managment protocol
   1839  1.86  christos realm-rusd      688/udp    # ApplianceWare managment protocol
   1840  1.86  christos #                          Stacy Kenworthy <skenworthy&applianceware.com>
   1841  1.86  christos nmap            689/tcp    # NMAP
   1842  1.86  christos nmap            689/udp    # NMAP
   1843  1.86  christos #                          Peter Dennis Bartok <peter&novonyx.com>
   1844  1.86  christos vatp            690/tcp    # Velazquez Application Transfer Protocol
   1845  1.86  christos vatp            690/udp    # Velazquez Application Transfer Protocol
   1846  1.86  christos #                          Velneo <velneo&velneo.com>
   1847  1.86  christos msexch-routing	691/tcp    # MS Exchange Routing
   1848  1.86  christos msexch-routing	691/udp    # MS Exchange Routing
   1849  1.86  christos #                          David Lemson <dlemson&microsoft.com>
   1850  1.86  christos hyperwave-isp	692/tcp    # Hyperwave-ISP
   1851  1.86  christos hyperwave-isp	692/udp    # Hyperwave-ISP
   1852  1.86  christos #                          Gerald Mesaric <gmesaric&hyperwave.com>
   1853  1.86  christos connendp        693/tcp    # connendp
   1854  1.86  christos connendp        693/udp    # connendp
   1855  1.86  christos #                          Ronny Bremer <rbremer&future-gate.com>
   1856  1.86  christos ha-cluster      694/tcp    # ha-cluster
   1857  1.86  christos ha-cluster      694/udp    # ha-cluster
   1858  1.86  christos #                          Alan Robertson <alanr&unix.sh>
   1859  1.86  christos ieee-mms-ssl    695/tcp    # IEEE-MMS-SSL
   1860  1.86  christos ieee-mms-ssl    695/udp    # IEEE-MMS-SSL
   1861  1.86  christos #                          Curtis Anderson <ecanderson&turbolinux.com> 
   1862  1.86  christos rushd           696/tcp    # RUSHD
   1863  1.86  christos rushd           696/udp    # RUSHD
   1864  1.86  christos #                          Greg Ercolano <erco&netcom.com>
   1865  1.86  christos uuidgen         697/tcp    # UUIDGEN
   1866  1.86  christos uuidgen         697/udp    # UUIDGEN
   1867  1.86  christos #                          James Falkner <james.falkner&sun.com>
   1868  1.86  christos olsr            698/tcp    # OLSR
   1869  1.86  christos olsr            698/udp    # OLSR
   1870  1.86  christos #                          Thomas Clausen <thomas.clausen&inria.fr>   
   1871  1.86  christos accessnetwork   699/tcp    # Access Network
   1872  1.86  christos accessnetwork   699/udp    # Access Network
   1873  1.86  christos #                          Yingchun Xu <Yingchun_Xu&3com.com>
   1874  1.86  christos epp             700/tcp    # Extensible Provisioning Protocol
   1875  1.86  christos epp             700/udp    # Extensible Provisioning Protocol
   1876  1.86  christos #                          [RFC-hollenbeck-epp-rfc3734bis-05.txt]
   1877  1.86  christos lmp             701/tcp    # Link Management Protocol (LMP)
   1878  1.86  christos lmp             701/udp    # Link Management Protocol (LMP)
   1879  1.86  christos #                          [RFC4204]
   1880  1.86  christos iris-beep       702/tcp    # IRIS over BEEP
   1881  1.86  christos iris-beep       702/udp    # IRIS over BEEP
   1882  1.86  christos #                          [RFC3983] 
   1883  1.86  christos #               703        Unassigned
   1884  1.86  christos elcsd	        704/tcp    # errlog copy/server daemon
   1885  1.86  christos elcsd	        704/udp    # errlog copy/server daemon
   1886  1.86  christos agentx	        705/tcp    # AgentX
   1887  1.86  christos agentx          705/udp    # AgentX
   1888  1.86  christos #                          Bob Natale <bob.natale&appliedsnmp.com>
   1889  1.86  christos silc            706/tcp    # SILC
   1890  1.86  christos silc            706/udp    # SILC
   1891  1.86  christos #                          Pekka Riikonen <priikone&poseidon.pspt.fi>	
   1892  1.86  christos borland-dsj     707/tcp    # Borland DSJ
   1893  1.86  christos borland-dsj     707/udp	   # Borland DSJ
   1894  1.86  christos #                          Gerg Cole <gcole&corp.borland.com>
   1895  1.86  christos #               708        Unassigned
   1896  1.86  christos entrust-kmsh    709/tcp    # Entrust Key Management Service Handler
   1897  1.86  christos entrust-kmsh    709/udp    # Entrust Key Management Service Handler
   1898  1.86  christos entrust-ash     710/tcp    # Entrust Administration Service Handler
   1899  1.86  christos entrust-ash     710/udp    # Entrust Administration Service Handler
   1900  1.86  christos #                          Peter Whittaker <pww&entrust.com>
   1901  1.86  christos cisco-tdp       711/tcp    # Cisco TDP
   1902  1.86  christos cisco-tdp       711/udp    # Cisco TDP
   1903  1.86  christos #                          Bruce Davie <bsd&cisco.com>
   1904  1.86  christos tbrpf           712/tcp    # TBRPF
   1905  1.86  christos tbrpf           712/udp    # TBRPF
   1906  1.86  christos #                          RFC3684
   1907  1.86  christos iris-xpc	713/tcp    # IRIS over XPC 
   1908  1.86  christos iris-xpc	713/udp    # IRIS over XPC 
   1909  1.86  christos iris-xpcs	714/tcp    # IRIS over XPCS
   1910  1.86  christos iris-xpcs	714/udp    # IRIS over XPCS
   1911  1.86  christos #			   [RFC-ietf-crisp-iris-xpc-06.txt]
   1912  1.86  christos iris-lwz	715/tcp    # IRIS-LWZ
   1913  1.86  christos iris-lwz	715/udp    # IRIS-LWZ
   1914  1.86  christos #			   [RFC-ietf-crisp-iris-lwz-08.txt]
   1915  1.86  christos #               716-728    Unassigned
   1916  1.86  christos netviewdm1      729/tcp    # IBM NetView DM/6000 Server/Client
   1917  1.86  christos netviewdm1      729/udp    # IBM NetView DM/6000 Server/Client
   1918  1.86  christos netviewdm2      730/tcp    # IBM NetView DM/6000 send/tcp
   1919  1.86  christos netviewdm2      730/udp    # IBM NetView DM/6000 send/tcp
   1920  1.86  christos netviewdm3      731/tcp    # IBM NetView DM/6000 receive/tcp
   1921  1.86  christos netviewdm3      731/udp    # IBM NetView DM/6000 receive/tcp
   1922  1.86  christos #                          Philippe Binet  (phbinet&vnet.IBM.COM)
   1923  1.86  christos #               732-740    Unassigned           
   1924  1.86  christos netgw           741/tcp    # netGW
   1925  1.86  christos netgw           741/udp    # netGW
   1926  1.86  christos #                          Oliver Korfmacher (okorf&netcs.com)
   1927  1.86  christos netrcs          742/tcp    # Network based Rev. Cont. Sys.
   1928  1.86  christos netrcs          742/udp    # Network based Rev. Cont. Sys.
   1929  1.86  christos #                          Gordon C. Galligher <gorpong&ping.chi.il.us>
   1930  1.86  christos #               743        Unassigned
   1931  1.86  christos flexlm          744/tcp    # Flexible License Manager
   1932  1.86  christos flexlm          744/udp    # Flexible License Manager
   1933  1.86  christos #                          Matt Christiano
   1934  1.86  christos #                          <globes@matt&oliveb.atc.olivetti.com> 
   1935  1.86  christos #               745-746    Unassigned
   1936  1.86  christos fujitsu-dev     747/tcp    # Fujitsu Device Control
   1937  1.86  christos fujitsu-dev     747/udp    # Fujitsu Device Control
   1938  1.86  christos ris-cm          748/tcp    # Russell Info Sci Calendar Manager
   1939  1.86  christos ris-cm          748/udp    # Russell Info Sci Calendar Manager
   1940  1.86  christos kerberos-adm    749/tcp    # kerberos administration
   1941  1.86  christos kerberos-adm    749/udp    # kerberos administration
   1942  1.86  christos rfile 	        750/tcp
   1943  1.86  christos loadav          750/udp
   1944  1.86  christos kerberos-iv     750/udp    # kerberos version iv
   1945  1.86  christos #                          Martin Hamilton <martin&mrrl.lut.as.uk>
   1946  1.86  christos pump	        751/tcp
   1947  1.86  christos pump	        751/udp
   1948  1.86  christos qrh             752/tcp
   1949  1.86  christos qrh             752/udp
   1950  1.86  christos rrh    	        753/tcp
   1951  1.86  christos rrh             753/udp
   1952  1.86  christos tell	        754/tcp	   # send
   1953  1.86  christos tell	        754/udp	   # send
   1954  1.86  christos #                          Josyula R. Rao <jrrao&watson.ibm.com>
   1955  1.86  christos #               755-756    Unassigned
   1956  1.86  christos nlogin	        758/tcp
   1957  1.86  christos nlogin	        758/udp
   1958  1.86  christos con             759/tcp
   1959  1.86  christos con             759/udp
   1960  1.86  christos ns              760/tcp
   1961  1.86  christos ns              760/udp
   1962  1.86  christos rxe             761/tcp
   1963  1.86  christos rxe             761/udp
   1964  1.86  christos quotad	        762/tcp
   1965  1.86  christos quotad	        762/udp
   1966  1.86  christos cycleserv       763/tcp
   1967  1.86  christos cycleserv       763/udp
   1968  1.86  christos omserv	        764/tcp
   1969  1.86  christos omserv	        764/udp
   1970  1.86  christos webster	        765/tcp
   1971  1.86  christos webster	        765/udp
   1972  1.86  christos #                          Josyula R. Rao <jrrao&watson.ibm.com>
   1973  1.86  christos #               766        Unassigned
   1974  1.86  christos phonebook       767/tcp	   # phone
   1975  1.86  christos phonebook       767/udp	   # phone
   1976  1.86  christos #                          Josyula R. Rao <jrrao&watson.ibm.com>
   1977  1.86  christos #               768        Unassigned
   1978  1.86  christos vid             769/tcp
   1979  1.86  christos vid             769/udp
   1980  1.86  christos cadlock         770/tcp
   1981  1.86  christos cadlock         770/udp
   1982  1.86  christos rtip 	        771/tcp
   1983  1.86  christos rtip 	        771/udp
   1984  1.86  christos cycleserv2      772/tcp
   1985  1.86  christos cycleserv2      772/udp
   1986  1.86  christos submit	        773/tcp
   1987  1.86  christos notify	        773/udp
   1988  1.86  christos rpasswd	        774/tcp
   1989  1.86  christos acmaint_dbd     774/udp
   1990  1.86  christos entomb	        775/tcp
   1991  1.86  christos acmaint_transd	775/udp
   1992  1.86  christos wpages          776/tcp
   1993  1.86  christos wpages          776/udp
   1994  1.86  christos #                          Josyula R. Rao <jrrao&watson.ibm.com>
   1995  1.86  christos multiling-http	777/tcp    # Multiling HTTP
   1996  1.86  christos multiling-http	777/udp    # Multiling HTTP
   1997  1.86  christos #                          Alejandro Bonet <babel&ctv.es>
   1998  1.86  christos #               778-779    Unassigned
   1999  1.86  christos wpgs            780/tcp
   2000  1.86  christos wpgs            780/udp
   2001  1.86  christos #                          Josyula R. Rao <jrrao&watson.ibm.com>
   2002  1.86  christos #               781-785    Unassigned
   2003  1.86  christos #               786        Unassigned (Removed 2002-05-08)
   2004  1.86  christos #               787        Unassigned (Removed 2002-10-08)
   2005  1.86  christos #               788-799    Unassigned
   2006  1.86  christos mdbs_daemon	800/tcp	# 
   2007  1.86  christos mdbs_daemon	800/udp	# 
   2008  1.86  christos device		801/tcp
   2009  1.86  christos device		801/udp
   2010  1.86  christos #		802-809    Unassigned
   2011  1.86  christos fcp-udp		810/tcp    # FCP
   2012  1.86  christos fcp-udp		810/udp    # FCP Datagram
   2013  1.86  christos #			   Paul Whittemore <paul&softarc.com>
   2014  1.86  christos #		811-827    Unassigned
   2015  1.86  christos itm-mcell-s	828/tcp    # itm-mcell-s
   2016  1.86  christos itm-mcell-s	828/udp    # itm-mcell-s
   2017  1.86  christos #			   Portnoy Boxman <portnoy_boxman&bmc.com>
   2018  1.86  christos pkix-3-ca-ra	829/tcp    # PKIX-3 CA/RA
   2019  1.86  christos pkix-3-ca-ra    829/udp    # PKIX-3 CA/RA
   2020  1.86  christos #			   Carlisle Adams <Cadams&entrust.com>
   2021  1.86  christos netconf-ssh     830/tcp    # NETCONF over SSH
   2022  1.86  christos netconf-ssh     830/udp    # NETCONF over SSH
   2023  1.86  christos #                          [RFC4742]
   2024  1.86  christos netconf-beep    831/tcp    # NETCONF over BEEP 
   2025  1.86  christos netconf-beep    831/udp    # NETCONF over BEEP
   2026  1.86  christos #                          [RFC4744]
   2027  1.86  christos netconfsoaphttp 832/tcp    # NETCONF for SOAP over HTTPS
   2028  1.86  christos netconfsoaphttp 832/udp    # NETCONF for SOAP over HTTPS
   2029  1.86  christos #                          [RFC4743]
   2030  1.86  christos netconfsoapbeep 833/tcp    # NETCONF for SOAP over BEEP
   2031  1.86  christos netconfsoapbeep 833/udp    # NETCONF for SOAP over BEEP
   2032  1.86  christos #                          [RFC4743]
   2033  1.86  christos #               834-846    Unassigned
   2034  1.86  christos dhcp-failover2  847/tcp    # dhcp-failover 2
   2035  1.86  christos dhcp-failover2  847/udp    # dhcp-failover 2
   2036  1.86  christos #                          Bernard Volz <volz&cisco.com> 
   2037  1.86  christos gdoi            848/tcp    # GDOI
   2038  1.86  christos gdoi            848/udp    # GDOI
   2039  1.86  christos #                          RFC-ietf-msec-gdoi-07.txt
   2040  1.86  christos #               849-859    Unassigned
   2041  1.86  christos iscsi           860/tcp    # iSCSI
   2042  1.86  christos iscsi           860/udp    # iSCSI
   2043  1.86  christos #                          RFC3720
   2044  1.86  christos owamp-control   861/tcp    # OWAMP-Control
   2045  1.86  christos owamp-control   861/udp    # OWAMP-Control
   2046  1.86  christos #                          [RFC4656]
   2047  1.86  christos #               862-872    Unassigned
   2048  1.86  christos rsync           873/tcp    # rsync
   2049  1.86  christos rsync           873/udp    # rsync
   2050  1.86  christos #                          Andrew Tridgell <tridge&samba.anu.edu.au>
   2051  1.86  christos #               874-885    Unassigned
   2052  1.86  christos iclcnet-locate  886/tcp    # ICL coNETion locate server
   2053  1.86  christos iclcnet-locate  886/udp    # ICL coNETion locate server
   2054  1.86  christos #                          Bob Lyon <bl&oasis.icl.co.uk>
   2055  1.86  christos iclcnet_svinfo  887/tcp    # ICL coNETion server info
   2056  1.86  christos iclcnet_svinfo  887/udp    # ICL coNETion server info
   2057  1.86  christos #                          Bob Lyon <bl&oasis.icl.co.uk>
   2058  1.86  christos accessbuilder   888/tcp    # AccessBuilder
   2059  1.86  christos accessbuilder   888/udp    # AccessBuilder
   2060  1.86  christos #                          Steve Sweeney <Steven_Sweeney&3mail.3com.com>
   2061  1.86  christos # The following entry records an unassigned but widespread use
   2062  1.86  christos cddbp           888/tcp    # CD Database Protocol
   2063  1.86  christos #                          Steve Scherf <steve&moonsoft.com>
   2064   1.1       cgd #
   2065  1.86  christos #		889-899    Unassigned
   2066  1.86  christos omginitialrefs  900/tcp    # OMG Initial Refs
   2067  1.86  christos omginitialrefs  900/udp    # OMG Initial Refs
   2068  1.86  christos #			   Christian Callsen <Christian.Callsen&eng.sun.com>
   2069  1.86  christos smpnameres      901/tcp    # SMPNAMERES
   2070  1.86  christos smpnameres      901/udp    # SMPNAMERES
   2071  1.86  christos #                          Leif Ekblad <leif&rdos.net>
   2072  1.86  christos ideafarm-chat   902/tcp    # IDEAFARM-CHAT
   2073  1.86  christos ideafarm-chat   902/udp    # IDEAFARM-CHAT
   2074  1.86  christos ideafarm-catch  903/tcp    # IDEAFARM-CATCH
   2075  1.86  christos ideafarm-catch  903/udp    # IDEAFARM-CATCH
   2076  1.86  christos #                          Wo'o Ideafarm <1&ideafarm.com> 
   2077  1.86  christos #               904-909    Unassigned
   2078  1.86  christos kink            910/tcp    # Kerberized Internet Negotiation of Keys (KINK) 
   2079  1.86  christos kink            910/udp    # Kerberized Internet Negotiation of Keys (KINK)
   2080  1.86  christos #                          [RFC4430]  
   2081  1.86  christos xact-backup     911/tcp    # xact-backup
   2082  1.86  christos xact-backup     911/udp    # xact-backup
   2083  1.86  christos #                          Bill Carroll <billc&xactlabs.com>
   2084  1.86  christos apex-mesh       912/tcp    # APEX relay-relay service
   2085  1.86  christos apex-mesh       912/udp    # APEX relay-relay service
   2086  1.86  christos apex-edge       913/tcp    # APEX endpoint-relay service
   2087  1.86  christos apex-edge       913/udp    # APEX endpoint-relay service    
   2088  1.86  christos #                          [RFC3340]
   2089  1.86  christos #               914-988    Unassigned
   2090  1.86  christos ftps-data	989/tcp    # ftp protocol, data, over TLS/SSL
   2091  1.86  christos ftps-data	989/udp    # ftp protocol, data, over TLS/SSL
   2092  1.86  christos ftps		990/tcp    # ftp protocol, control, over TLS/SSL
   2093  1.86  christos ftps		990/udp    # ftp protocol, control, over TLS/SSL
   2094  1.86  christos #			   Christopher Allen <ChristopherA&consensus.com>
   2095  1.86  christos nas		991/tcp    # Netnews Administration System
   2096  1.86  christos nas		991/udp    # Netnews Administration System
   2097  1.86  christos #			   Vera Heinau <heinau&fu-berlin.de>
   2098  1.86  christos #			   Heiko Schlichting <heiko&fu-berlin.de>
   2099  1.86  christos telnets		992/tcp    # telnet protocol over TLS/SSL
   2100  1.86  christos telnets		992/udp    # telnet protocol over TLS/SSL
   2101  1.86  christos imaps		993/tcp    # imap4 protocol over TLS/SSL
   2102  1.86  christos imaps		993/udp    # imap4 protocol over TLS/SSL
   2103  1.86  christos ircs		994/tcp    # irc protocol over TLS/SSL
   2104  1.86  christos ircs		994/udp    # irc protocol over TLS/SSL
   2105  1.86  christos #			   Christopher Allen <ChristopherA&consensus.com>
   2106  1.86  christos pop3s           995/tcp    # pop3 protocol over TLS/SSL (was spop3)
   2107  1.86  christos pop3s           995/udp    # pop3 protocol over TLS/SSL (was spop3)
   2108  1.86  christos #                          Gordon Mangione <gordm&microsoft.com>
   2109  1.86  christos vsinet          996/tcp    # vsinet
   2110  1.86  christos vsinet          996/udp    # vsinet
   2111  1.86  christos #                          Rob Juergens <robj&vsi.com>
   2112  1.86  christos maitrd		997/tcp
   2113  1.86  christos maitrd		997/udp
   2114  1.86  christos busboy		998/tcp
   2115  1.86  christos puparp		998/udp
   2116  1.86  christos garcon		999/tcp
   2117  1.86  christos applix		999/udp	   # Applix ac
   2118  1.86  christos puprouter	999/tcp
   2119  1.86  christos puprouter	999/udp
   2120  1.86  christos cadlock2	1000/tcp
   2121  1.86  christos cadlock2	1000/udp
   2122  1.86  christos #               1001-1009  Unassigned
   2123  1.86  christos #		1008/udp   Possibly used by Sun Solaris????
   2124  1.86  christos surf		1010/tcp   # surf
   2125  1.86  christos surf		1010/udp   # surf
   2126  1.86  christos #			   Joseph Geer <jgeer&peapod.com>	 
   2127  1.86  christos #		1011-1020  Reserved
   2128  1.86  christos exp1            1021/tcp   # RFC3692-style Experiment 1 (*)    [RFC4727]
   2129  1.86  christos exp1            1021/udp   # RFC3692-style Experiment 1 (*)    [RFC4727]
   2130  1.86  christos exp2            1022/tcp   # RFC3692-style Experiment 2 (*)    [RFC4727]
   2131  1.86  christos exp2            1022/udp   # RFC3692-style Experiment 2 (*)    [RFC4727]
   2132  1.86  christos #               1023/tcp   Reserved
   2133  1.86  christos # 	        1023/udp   Reserved
   2134  1.86  christos #                          IANA <iana&iana.org>
   2135  1.86  christos # 
   2136  1.86  christos # (*) It is only appropriate to use these values in explicitly-
   2137  1.86  christos #   configured experiments; they MUST NOT be shipped as defaults in
   2138  1.86  christos #   implementations.  See RFC 3692 for details.
   2139  1.86  christos # 
   2140  1.86  christos # 
   2141  1.86  christos # 
   2142  1.86  christos # 
   2143  1.86  christos # 
   2144  1.86  christos # 
   2145  1.86  christos # REGISTERED PORT NUMBERS
   2146  1.86  christos # 
   2147  1.86  christos # The Registered Ports are listed by the IANA and on most systems can be
   2148  1.86  christos # used by ordinary user processes or programs executed by ordinary
   2149  1.86  christos # users.
   2150  1.86  christos # 
   2151  1.86  christos # Ports are used in the TCP [RFC793] to name the ends of logical
   2152  1.86  christos # connections which carry long term conversations.  For the purpose of
   2153  1.86  christos # providing services to unknown callers, a service contact port is
   2154  1.86  christos # defined.  This list specifies the port used by the server process as
   2155  1.86  christos # its contact port.
   2156  1.86  christos # 
   2157  1.86  christos # The IANA registers uses of these ports as a convenience to the
   2158  1.86  christos # community.
   2159  1.86  christos # 
   2160  1.86  christos # To the extent possible, these same port assignments are used with the
   2161  1.86  christos # UDP [RFC768].
   2162  1.86  christos # 
   2163  1.86  christos # The Registered Ports are in the range 1024-49151.
   2164  1.86  christos # 
   2165  1.86  christos # Port Assignments:
   2166  1.86  christos # 
   2167  1.86  christos # Keyword         Decimal    Description                     References
   2168  1.86  christos # -------         -------    -----------                     ----------
   2169  1.86  christos #               1024/tcp   Reserved		
   2170  1.86  christos #               1024/udp   Reserved             
   2171  1.86  christos #                          IANA <iana&iana.org>
   2172  1.86  christos blackjack       1025/tcp   # network blackjack
   2173  1.86  christos blackjack       1025/udp   # network blackjack
   2174  1.86  christos #                          Unknown contact
   2175  1.86  christos cap             1026/tcp   # Calendar Access Protocol
   2176  1.86  christos cap             1026/udp   # Calendar Access Protocol
   2177  1.86  christos #                          Doug Royer <Doug&Royer.com> June 2002
   2178  1.86  christos #               1027/tcp   Unassigned (Removed on 2005-09-16)
   2179  1.86  christos #               1028       Deprecated February 2004
   2180  1.86  christos solid-mux       1029/tcp   # Solid Mux Server
   2181  1.86  christos solid-mux       1029/udp   # Solid Mux Server
   2182  1.86  christos #                          Anders Borg <anders.borg&solid.se> November 2004
   2183  1.86  christos iad1            1030/tcp   # BBN IAD
   2184  1.86  christos iad1            1030/udp   # BBN IAD
   2185  1.86  christos iad2            1031/tcp   # BBN IAD
   2186  1.86  christos iad2            1031/udp   # BBN IAD
   2187  1.86  christos iad3            1032/tcp   # BBN IAD
   2188  1.86  christos iad3            1032/udp   # BBN IAD
   2189  1.86  christos #                          Andy Malis <malis_a&timeplex.com>
   2190  1.86  christos netinfo-local   1033/tcp   # local netinfo port
   2191  1.86  christos netinfo-local   1033/udp   # local netinfo port
   2192  1.86  christos #                          Marc Majka <majka&apple.com> August 2002
   2193  1.86  christos activesync      1034/tcp   # ActiveSync Notifications
   2194  1.86  christos activesync      1034/udp   # ActiveSync Notifications
   2195  1.86  christos #                          Sandra Vargas <Sandrama&microsoft.com> March 2003
   2196  1.86  christos mxxrlogin       1035/tcp   # MX-XR RPC
   2197  1.86  christos mxxrlogin       1035/udp   # MX-XR RPC
   2198  1.86  christos #                          Arnold E. Mauer <amauer&vrms.com> April 2003
   2199  1.86  christos nsstp           1036/tcp   # Nebula Secure Segment Transfer Protocol
   2200  1.86  christos nsstp           1036/udp   # Nebula Secure Segment Transfer Protocol
   2201  1.86  christos #                          Steve Ravida <steve.ravida&nebulaholdings.com>
   2202  1.86  christos ams             1037/tcp   # AMS
   2203  1.86  christos ams             1037/udp   # AMS
   2204  1.86  christos #                          Ronald R. Ohmer <rohmer&aisconsulting.net> October 2003 / February 2004
   2205  1.86  christos mtqp            1038/tcp   # Message Tracking Query Protocol
   2206  1.86  christos mtqp            1038/udp   # Message Tracking Query Protocol
   2207  1.86  christos #                          [RFC3887]
   2208  1.86  christos sbl             1039/tcp   # Streamlined Blackhole
   2209  1.86  christos sbl             1039/udp   # Streamlined Blackhole
   2210  1.86  christos #                          Jonathan A. Zdziaraski <jonathan&nuclearelephant.com> November 2004
   2211  1.86  christos netarx          1040/tcp   # Netarx
   2212  1.86  christos netarx          1040/udp   # Netarx
   2213  1.86  christos #                          Fredrick Paul Eisele <phreed&netarx.com>
   2214  1.86  christos danf-ak2        1041/tcp   # AK2 Product
   2215  1.86  christos danf-ak2        1041/udp   # AK2 Product
   2216  1.86  christos #                          Karl Palsson <karl_p&danfoss.com> November 2004
   2217  1.86  christos afrog           1042/tcp   # Subnet Roaming
   2218  1.86  christos afrog           1042/udp   # Subnet Roaming
   2219  1.86  christos #                          Michael Chapman <mchapman&fortresstech.com> November 2004
   2220  1.86  christos boinc-client    1043/tcp   # BOINC Client Control
   2221  1.86  christos boinc-client    1043/udp   # BOINC Client Control
   2222  1.86  christos #                          David Anderson <davea&ssl.berkeley.edu> November 2004
   2223  1.86  christos dcutility       1044/tcp   # Dev Consortium Utility
   2224  1.86  christos dcutility       1044/udp   # Dev Consortium Utility
   2225  1.86  christos #                          Chris Ryland <cpr&emsoftware.com> November 2004
   2226  1.86  christos fpitp           1045/tcp   # Fingerprint Image Transfer Protocol
   2227  1.86  christos fpitp           1045/udp   # Fingerprint Image Transfer Protocol
   2228  1.86  christos #                          Steven Fields <sfields&identix.com> February 2002
   2229  1.86  christos wfremotertm     1046/tcp   # WebFilter Remote Monitor
   2230  1.86  christos wfremotertm     1046/udp   # WebFilter Remote Monitor
   2231  1.86  christos #                          Tim Morgan <timm&surfcontrol.com> November 2004
   2232  1.86  christos neod1           1047/tcp   # Sun's NEO Object Request Broker
   2233  1.86  christos neod1           1047/udp   # Sun's NEO Object Request Broker
   2234  1.86  christos neod2           1048/tcp   # Sun's NEO Object Request Broker
   2235  1.86  christos neod2           1048/udp   # Sun's NEO Object Request Broker
   2236  1.86  christos #                          Rohit Garg <rohit.garg&eng.sun.com>
   2237  1.86  christos td-postman      1049/tcp   # Tobit David Postman VPMN
   2238  1.86  christos td-postman      1049/udp   # Tobit David Postman VPMN
   2239  1.86  christos #                          Franz-Josef Leuders <development&tobit.com>
   2240  1.86  christos cma             1050/tcp   # CORBA Management Agent
   2241  1.86  christos cma             1050/udp   # CORBA Management Agent
   2242  1.86  christos #                          Ramy Zaarour <ramy&lumos.com>  
   2243  1.86  christos optima-vnet     1051/tcp   # Optima VNET
   2244  1.86  christos optima-vnet     1051/udp   # Optima VNET
   2245  1.86  christos #                          Ralf Doewich <ralf.doewich&optimatele.com>
   2246  1.86  christos ddt             1052/tcp   # Dynamic DNS Tools
   2247  1.86  christos ddt             1052/udp   # Dynamic DNS Tools
   2248  1.86  christos #                          Remi Lefebvre <remi&debian.org>
   2249  1.86  christos remote-as       1053/tcp   # Remote Assistant (RA)
   2250  1.86  christos remote-as       1053/udp   # Remote Assistant (RA)
   2251  1.86  christos #                          Roman Kriis <roman&previo.ee>   
   2252  1.86  christos brvread         1054/tcp   # BRVREAD
   2253  1.86  christos brvread         1054/udp   # BRVREAD
   2254  1.86  christos #                          A. Boninn <aboninn&hotmail.com>
   2255  1.86  christos ansyslmd        1055/tcp   # ANSYS - License Manager 
   2256  1.86  christos ansyslmd        1055/udp   # ANSYS - License Manager
   2257  1.86  christos #                          Suzanne Lorrin <suzanne.lorrin&ansys.com>
   2258  1.86  christos vfo             1056/tcp   # VFO
   2259  1.86  christos vfo             1056/udp   # VFO 
   2260  1.86  christos #                          Anthony Gonzalez <agonzal1&telcordia.com>
   2261  1.86  christos startron        1057/tcp   # STARTRON
   2262  1.86  christos startron        1057/udp   # STARTRON
   2263  1.86  christos #                          Markus Sabadello <sabadello&startron.org> 
   2264  1.86  christos nim             1058/tcp   # nim
   2265  1.86  christos nim             1058/udp   # nim
   2266  1.86  christos nimreg          1059/tcp   # nimreg
   2267  1.86  christos nimreg          1059/udp   # nimreg
   2268  1.86  christos #                          Robert Gordon <rbg&austin.ibm.com>
   2269  1.86  christos polestar        1060/tcp   # POLESTAR
   2270  1.86  christos polestar        1060/udp   # POLESTAR
   2271  1.86  christos #                          Masakuni Okada <masakuni&jp.ibm.com>
   2272  1.86  christos kiosk           1061/tcp   # KIOSK
   2273  1.86  christos kiosk           1061/udp   # KIOSK
   2274  1.86  christos #                          Ken Ksiazek <kksiazek&maytag.com>
   2275  1.86  christos veracity        1062/tcp   # Veracity
   2276  1.86  christos veracity        1062/udp   # Veracity
   2277  1.86  christos #                          Ross Williams <ross&rocksoft.com>
   2278  1.86  christos kyoceranetdev   1063/tcp   # KyoceraNetDev
   2279  1.86  christos kyoceranetdev   1063/udp   # KyoceraNetDev
   2280  1.86  christos #                          Shigenaka Kanemitsu 
   2281  1.86  christos #                          <Shigenaka_Kanemitsu&ypd.kyocera.co.jp>
   2282  1.86  christos jstel           1064/tcp   # JSTEL
   2283  1.86  christos jstel           1064/udp   # JSTEL
   2284  1.86  christos #                          Duane Kiser <dkiser&jsexpress.com> 
   2285  1.86  christos syscomlan       1065/tcp   # SYSCOMLAN
   2286  1.86  christos syscomlan       1065/udp   # SYSCOMLAN
   2287  1.86  christos #                          Urs Ryf <urs.ryf&selectron.ch>
   2288  1.86  christos fpo-fns         1066/tcp   # FPO-FNS
   2289  1.86  christos fpo-fns         1066/udp   # FPO-FNS
   2290  1.86  christos #                          Jens Klose <jklose&intercope.com>
   2291  1.86  christos instl_boots     1067/tcp   # Installation Bootstrap Proto. Serv. 
   2292  1.86  christos instl_boots     1067/udp   # Installation Bootstrap Proto. Serv. 
   2293  1.86  christos instl_bootc     1068/tcp   # Installation Bootstrap Proto. Cli.  
   2294  1.86  christos instl_bootc     1068/udp   # Installation Bootstrap Proto. Cli.  
   2295  1.86  christos #                          David Arko <darko&hpfcrn.fc.hp.com>
   2296  1.86  christos cognex-insight  1069/tcp   # COGNEX-INSIGHT
   2297  1.86  christos cognex-insight  1069/udp   # COGNEX-INSIGHT
   2298  1.86  christos #                          Steve Olson <solson&cognex.com>
   2299  1.86  christos gmrupdateserv   1070/tcp   # GMRUpdateSERV
   2300  1.86  christos gmrupdateserv   1070/udp   # GMRUpdateSERV
   2301  1.86  christos #                          Steve Kellogg <stevekellogg&mezzogmr.com>
   2302  1.86  christos bsquare-voip    1071/tcp   # BSQUARE-VOIP
   2303  1.86  christos bsquare-voip    1071/udp   # BSQUARE-VOIP
   2304  1.86  christos #                          Yen Lee <YenL&bsquare.com>
   2305  1.86  christos cardax          1072/tcp   # CARDAX
   2306  1.86  christos cardax          1072/udp   # CARDAX
   2307  1.86  christos #                          Charles Oram <charleso&cardax.com>
   2308  1.86  christos bridgecontrol   1073/tcp   # Bridge Control
   2309  1.86  christos bridgecontrol   1073/udp   # Bridge Control
   2310  1.86  christos #                          Andy Heron <btexact.ports&bt.com>
   2311  1.86  christos warmspotMgmt    1074/tcp   # Warmspot Management Protocol
   2312  1.86  christos warmspotMgmt    1074/udp   # Warmspot Management Protocol
   2313  1.86  christos #                          Robert C. Henningsgard <rhenn_iana&laptwo.com>
   2314  1.86  christos rdrmshc         1075/tcp   # RDRMSHC
   2315  1.86  christos rdrmshc         1075/udp   # RDRMSHC
   2316  1.86  christos #                          Ericko Shimada <eriko&kel.fujitsu.co.jp> 
   2317  1.86  christos dab-sti-c       1076/tcp   # DAB STI-C
   2318  1.86  christos dab-sti-c       1076/udp   # DAB STI-C
   2319  1.86  christos #                          World DAB <worlddab_irc&worlddab.org>
   2320  1.86  christos imgames         1077/tcp   # IMGames
   2321  1.86  christos imgames         1077/udp   # IMGames
   2322  1.86  christos #                          Jean A. Ames <engr-admin&flipside.com>
   2323  1.86  christos avocent-proxy   1078/tcp   # Avocent Proxy Protocol
   2324  1.86  christos avocent-proxy   1078/udp   # Avocent Proxy Protocol
   2325  1.86  christos #                          Steven W. Clark <steven.clark&avocent.com> 
   2326  1.86  christos asprovatalk     1079/tcp   # ASPROVATalk
   2327  1.86  christos asprovatalk     1079/udp   # ASPROVATalk
   2328  1.86  christos #                          Chiew Farn Chung <cfchung&asprova.com>
   2329  1.86  christos socks           1080/tcp   # Socks    
   2330  1.86  christos socks           1080/udp   # Socks    
   2331  1.86  christos #                          Ying-Da Lee <ylee&syl.dl.nec.com
   2332  1.86  christos pvuniwien       1081/tcp   # PVUNIWIEN
   2333  1.86  christos pvuniwien       1081/udp   # PVUNIWIEN
   2334  1.86  christos #                          Peter Lipp >Peter.Lipp&iaik.at>
   2335  1.86  christos amt-esd-prot    1082/tcp   # AMT-ESD-PROT
   2336  1.86  christos amt-esd-prot    1082/udp   # AMT-ESD-PROT 
   2337  1.86  christos #                          AMTEC S.p.A <sp.amtec&interbusiness.it>
   2338  1.86  christos ansoft-lm-1     1083/tcp   # Anasoft License Manager
   2339  1.86  christos ansoft-lm-1     1083/udp   # Anasoft License Manager
   2340  1.86  christos ansoft-lm-2     1084/tcp   # Anasoft License Manager
   2341  1.86  christos ansoft-lm-2     1084/udp   # Anasoft License Manager
   2342  1.86  christos webobjects	1085/tcp   # Web Objects
   2343  1.86  christos webobjects	1085/udp   # Web Objects
   2344  1.86  christos #			   Andy Belk <abelk&apple.com>
   2345  1.86  christos cplscrambler-lg 1086/tcp   # CPL Scrambler Logging
   2346  1.86  christos cplscrambler-lg 1086/udp   # CPL Scrambler Logging
   2347  1.86  christos cplscrambler-in 1087/tcp   # CPL Scrambler Internal
   2348  1.86  christos cplscrambler-in 1087/udp   # CPL Scrambler Internal 
   2349  1.86  christos cplscrambler-al 1088/tcp   # CPL Scrambler Alarm Log
   2350  1.86  christos cplscrambler-al 1088/udp   # CPL Scrambler Alarm Log
   2351  1.86  christos #                          Richard Corn <rac&racc.com> 
   2352  1.86  christos ff-annunc       1089/tcp   # FF Annunciation 
   2353  1.86  christos ff-annunc       1089/udp   # FF Annunciation 
   2354  1.86  christos ff-fms          1090/tcp   # FF Fieldbus Message Specification 
   2355  1.86  christos ff-fms          1090/udp   # FF Fieldbus Message Specification
   2356  1.86  christos ff-sm           1091/tcp   # FF System Management
   2357  1.86  christos ff-sm           1091/udp   # FF System Management
   2358  1.86  christos #                          Fieldbus Foundation <dave.glanzer&fieldbus.org>
   2359  1.86  christos obrpd           1092/tcp   # Open Business Reporting Protocol
   2360  1.86  christos obrpd           1092/udp   # Open Business Reporting Protocol
   2361  1.86  christos #                          William Randolph Royere III 
   2362  1.86  christos #                          <william&royere.net>
   2363  1.86  christos proofd          1093/tcp   # PROOFD
   2364  1.86  christos proofd          1093/udp   # PROOFD
   2365  1.86  christos rootd           1094/tcp   # ROOTD
   2366  1.86  christos rootd           1094/udp   # ROOTD
   2367  1.86  christos #                          Fons Rademakers <Fons.Rademakers&cern.ch>
   2368  1.86  christos nicelink        1095/tcp   # NICELink
   2369  1.86  christos nicelink        1095/udp   # NICELink
   2370  1.86  christos #                          Jordi Lisbona <jlisbona&tango04.net>   
   2371  1.86  christos cnrprotocol     1096/tcp   # Common Name Resolution Protocol
   2372  1.86  christos cnrprotocol     1096/udp   # Common Name Resolution Protocol
   2373  1.86  christos #                          Michael Mealling <michaelm&netsol.com> 
   2374  1.86  christos sunclustermgr	1097/tcp   # Sun Cluster Manager
   2375  1.86  christos sunclustermgr	1097/udp   # Sun Cluster Manager
   2376  1.86  christos #                          Ashit Patel <Ashit.Patel&eng.Sun.COM>
   2377  1.86  christos rmiactivation	1098/tcp   # RMI Activation
   2378  1.86  christos rmiactivation	1098/udp   # RMI Activation
   2379  1.86  christos rmiregistry     1099/tcp   # RMI Registry
   2380  1.86  christos rmiregistry     1099/udp   # RMI Registry
   2381  1.86  christos #                          Mark Hodapp <mark.hodapp&sun.com>
   2382  1.86  christos mctp            1100/tcp   # MCTP 
   2383  1.86  christos mctp            1100/udp   # MCTP
   2384  1.86  christos #                          Vitaly Revsin <vitaly&webmanage.com>
   2385  1.86  christos pt2-discover    1101/tcp   # PT2-DISCOVER
   2386  1.86  christos pt2-discover    1101/udp   # PT2-DISCOVER
   2387  1.86  christos #                          Ralph Kammerlander 
   2388  1.86  christos #                          <ralph.kammerlander&khe.siemens.de> 
   2389  1.86  christos adobeserver-1   1102/tcp   # ADOBE SERVER 1
   2390  1.86  christos adobeserver-1   1102/udp   # ADOBE SERVER 1
   2391  1.86  christos adobeserver-2   1103/tcp   # ADOBE SERVER 2
   2392  1.86  christos adobeserver-2   1103/udp   # ADOBE SERVER 2
   2393  1.86  christos #                          Frank Soetebeer <frsoeteb&adobe.com>
   2394  1.86  christos xrl             1104/tcp   # XRL
   2395  1.86  christos xrl             1104/udp   # XRL
   2396  1.86  christos #                          Patrick Robinson <probinson&plosive.com>
   2397  1.86  christos ftranhc         1105/tcp   # FTRANHC
   2398  1.86  christos ftranhc         1105/udp   # FTRANHC
   2399  1.86  christos #                          Eriko Shimada <eriko&kel.fujitsu.co.jp> 
   2400  1.86  christos isoipsigport-1  1106/tcp   # ISOIPSIGPORT-1
   2401  1.86  christos isoipsigport-1  1106/udp   # ISOIPSIGPORT-1 
   2402  1.86  christos isoipsigport-2  1107/tcp   # ISOIPSIGPORT-2 
   2403  1.86  christos isoipsigport-2  1107/udp   # ISOIPSIGPORT-2 
   2404  1.86  christos #                          Peter Egli <peter.egli&inalp.com> 
   2405  1.86  christos ratio-adp       1108/tcp   # ratio-adp
   2406  1.86  christos ratio-adp       1108/udp   # ratio-adp
   2407  1.86  christos #                          Oliver Thulke <oth&ratio.de>
   2408  1.86  christos #               1109       Reserved - IANA
   2409  1.86  christos webadmstart	1110/tcp   # Start web admin server
   2410  1.86  christos nfsd-keepalive  1110/udp   # Client status info
   2411  1.86  christos #                          Beth Crespo <beth.crespo&hp.com>
   2412  1.86  christos lmsocialserver  1111/tcp   # LM Social Server
   2413  1.86  christos lmsocialserver  1111/udp   # LM Social Server
   2414  1.86  christos #                          Ron Lussier <coyote&likeminds.com>
   2415  1.86  christos icp             1112/tcp   # Intelligent Communication Protocol
   2416  1.86  christos icp             1112/udp   # Intelligent Communication Protocol
   2417  1.86  christos #                          Mark H. David <mhd&gensym.com>   
   2418  1.86  christos ltp-deepspace   1113/tcp   # Licklider Transmission Pr
   2419  1.86  christos ltp-deepspace   1113/udp   # Licklider Transmission Pr
   2420  1.86  christos #                          Manikantan Ramadas <mramadas&irg.cs.ohiou.edu> September 2005
   2421  1.86  christos mini-sql        1114/tcp   # Mini SQL
   2422  1.86  christos mini-sql        1114/udp   # Mini SQL
   2423  1.86  christos #                          David Hughes <bambi&Hughes.com.au>
   2424  1.86  christos ardus-trns      1115/tcp   # ARDUS Transfer
   2425  1.86  christos ardus-trns      1115/udp   # ARDUS Transfer
   2426  1.86  christos ardus-cntl      1116/tcp   # ARDUS Control
   2427  1.86  christos ardus-cntl      1116/udp   # ARDUS Control
   2428  1.86  christos ardus-mtrns     1117/tcp   # ARDUS Multicast Transfer
   2429  1.86  christos ardus-mtrns     1117/udp   # ARDUS Multicast Transfer
   2430  1.86  christos #                          Shinya Abe <abeabe&pfu.co.jp>
   2431  1.86  christos sacred          1118/tcp   # SACRED
   2432  1.86  christos sacred          1118/udp   # SACRED
   2433  1.86  christos #                          RFC3767
   2434  1.86  christos bnetgame        1119/tcp   # Battle.net Chat/Game Protocol
   2435  1.86  christos bnetgame        1119/udp   # Battle.net Chat/Game Protocol
   2436  1.86  christos bnetfile        1120/tcp   # Battle.net File Transfer Protocol 
   2437  1.86  christos bnetfile        1120/udp   # Battle.net File Transfer Protocol 
   2438  1.86  christos #                          Domain Tech <Domainnametech&blizzard.com> April 2005
   2439  1.86  christos rmpp            1121/tcp   # Datalode RMPP
   2440  1.86  christos rmpp            1121/udp   # Datalode RMPP
   2441  1.86  christos #                          Dave Ruedger <daver&datalode.com> November 2003
   2442  1.86  christos availant-mgr    1122/tcp   # availant-mgr
   2443  1.86  christos availant-mgr    1122/udp   # availant-mgr
   2444  1.86  christos #                          Steven Pelletier <stevep&Availant.com> 
   2445  1.86  christos murray          1123/tcp   # Murray
   2446  1.86  christos murray          1123/udp   # Murray
   2447  1.86  christos #                          Stu Mark <fordii&j51.com>
   2448  1.86  christos hpvmmcontrol    1124/tcp   # HP VMM Control
   2449  1.86  christos hpvmmcontrol    1124/udp   # HP VMM Control
   2450  1.86  christos hpvmmagent      1125/tcp   # HP VMM Agent
   2451  1.86  christos hpvmmagent      1125/udp   # HP VMM Agent
   2452  1.86  christos hpvmmdata       1126/tcp   # HP VMM Agent
   2453  1.86  christos hpvmmdata       1126/udp   # HP VMM Agent
   2454  1.86  christos #                          John Morton <j.morton&hp.com> November 2004
   2455  1.86  christos kwdb-commn      1127/tcp   # KWDB Remote Communication
   2456  1.86  christos kwdb-commn      1127/udp   # KWDB Remote Communication
   2457  1.86  christos #                          Lal Samuel Varghese <lalsam&hp.com> August 2005
   2458  1.86  christos saphostctrl	1128/tcp   # SAPHostControl over SOAP/HTTP
   2459  1.86  christos saphostctrl	1128/udp   # SAPHostControl over SOAP/HTTP
   2460  1.86  christos saphostctrls	1129/tcp   # SAPHostControl over SOAP/HTTPS
   2461  1.86  christos saphostctrls	1129/udp   # SAPHostControl over SOAP/HTTPS
   2462  1.86  christos #			   Muscarella Fabrizio <fabrizio.muscarella&sap.com> April 2006
   2463  1.86  christos casp		1130/tcp   # CAC App Service Protocol
   2464  1.86  christos casp		1130/udp   # CAC App Service Protocol
   2465  1.86  christos caspssl		1131/tcp   # CAC App Service Protocol Encripted
   2466  1.86  christos caspssl		1131/udp   # CAC App Service Protocol Encripted
   2467  1.86  christos #			   Enrique Corujo <enrique&caclearing.com> February 2006
   2468  1.86  christos kvm-via-ip	1132/tcp   # KVM-via-IP Management Service
   2469  1.86  christos kvm-via-ip	1132/udp   # KVM-via-IP Management Service
   2470  1.86  christos #			   Ian Miller <IANA-reg&adder.com> March 2006
   2471  1.86  christos dfn		1133/tcp   # Data Flow Network
   2472  1.86  christos dfn		1133/udp   # Data Flow Network
   2473  1.86  christos #			   Dmitry Obuvalin <pulse.cc&mail.ru> February 2006
   2474  1.86  christos aplx		1134/tcp   # MicroAPL APLX
   2475  1.86  christos aplx		1134/udp   # MicroAPL APLX
   2476  1.86  christos #			   Richard Nabavi <nabavi&microapl.co.uk> February 2006
   2477  1.86  christos omnivision	1135/tcp   # OmniVision Communication Service
   2478  1.86  christos omnivision	1135/udp   # OmniVision Communication Service
   2479  1.86  christos #			   Serge Vacquier <vacquier&systar.fr> February 2006
   2480  1.86  christos hhb-gateway	1136/tcp   # HHB Gateway Control
   2481  1.86  christos hhb-gateway	1136/udp   # HHB Gateway Control
   2482  1.86  christos #			   Richard Harwell <richardcharwell&eaton.com> February 2006
   2483  1.86  christos trim		1137/tcp   # TRIM Workgroup Service
   2484  1.86  christos trim		1137/udp   # TRIM Workgroup Service
   2485  1.86  christos #			   Siva Poobalasingam <siva&towersoft.com.au> March 2006
   2486  1.86  christos encrypted_admin	1138/tcp   # encrypted admin requests
   2487  1.86  christos encrypted_admin	1138/udp   # encrypted admin requests
   2488  1.86  christos #			   Michael Elizarov <Michael.Elizarov&microsoft.com> January 2007
   2489  1.86  christos #               1139       Unassigned
   2490  1.86  christos autonoc		1140/tcp   # AutoNOC Network Operations Protocol
   2491  1.86  christos autonoc		1140/udp   # AutoNOC Network Operations Protocol
   2492  1.86  christos #                          Kyle Lussier <klussier&autonoc.com> December 2005
   2493  1.86  christos mxomss		1141/tcp   # User Message Service
   2494  1.86  christos mxomss		1141/udp   # User Message Service
   2495  1.86  christos #			   Chaoyi Lang <chao-yi_lang&maxtor.com> January 2006
   2496  1.86  christos edtools		1142/tcp   # User Discovery Service
   2497  1.86  christos edtools		1142/udp   # User Discovery Service
   2498  1.86  christos #			   Dolson, Lee <dolson&f-net.co.kr> January 2006
   2499  1.86  christos imyx		1143/tcp   # Infomatryx Exchange 
   2500  1.86  christos imyx		1143/udp   # Infomatryx Exchange 
   2501  1.86  christos #			   David Walling <sylvanhollow&yahoo.com> March 2006
   2502  1.86  christos fuscript	1144/tcp   # Fusion Script
   2503  1.86  christos fuscript	1144/udp   # Fusion Script
   2504  1.86  christos #			   Peter Loveday <peter&eyeonline.com> January 2006
   2505  1.86  christos x9-icue		1145/tcp   # X9 iCue Show Control
   2506  1.86  christos x9-icue		1145/udp   # X9 iCue Show Control
   2507  1.86  christos #			   Brandon Potter <iana&brandonpotter.com> January 2006
   2508  1.86  christos audit-transfer  1146/tcp   # audit transfer 
   2509  1.86  christos audit-transfer  1146/udp   # audit transfer 
   2510  1.86  christos #                          Mark Wahl <mark.wahl&informed-control.com> November 2005
   2511  1.86  christos capioverlan     1147/tcp   # CAPIoverLAN
   2512  1.86  christos capioverlan     1147/udp   # CAPIoverLAN
   2513  1.86  christos #                          Diego Friedel <d.friedel&avm.de> November 2005
   2514  1.86  christos elfiq-repl      1148/tcp   # Elfiq Replication Service
   2515  1.86  christos elfiq-repl      1148/udp   # Elfiq Replication Service
   2516  1.86  christos #                          Frederick Parent <fparent&elfiq.com> November 2005
   2517  1.86  christos bvtsonar        1149/tcp   # BVT Sonar Service
   2518  1.86  christos bvtsonar        1149/udp   # BVT Sonar Service
   2519  1.86  christos #                          Justin Huff <justin.huff&blueviewtech.com> November 2005
   2520  1.86  christos blaze           1150/tcp   # Blaze File Server
   2521  1.86  christos blaze           1150/udp   # Blaze File Server
   2522  1.86  christos #                          Curt Schimmel <curt&small-tree.com> November 2005
   2523  1.86  christos unizensus       1151/tcp   # Unizensus Login Server
   2524  1.86  christos unizensus       1151/udp   # Unizensus Login Server
   2525  1.86  christos #                          Dirk Materlik <materlik&blubbsoft.de> November 2005
   2526  1.86  christos winpoplanmess   1152/tcp   # Winpopup LAN Messenger
   2527  1.86  christos winpoplanmess   1152/udp   # Winpopup LAN Messenger
   2528  1.86  christos #                          Vitali Fomine <info&winpopup-lan-messenger.com> November 2005
   2529  1.86  christos c1222-acse      1153/tcp   # ANSI C12.22 Port
   2530  1.86  christos c1222-acse      1153/udp   # ANSI C12.22 Port
   2531  1.86  christos #                          Avygdor Moise <avy&fdos.ca> November 2005
   2532  1.86  christos resacommunity   1154/tcp   # Community Service
   2533  1.86  christos resacommunity   1154/udp   # Community Service
   2534  1.86  christos #                          Stphane MONS <stephane.mons&free.fr> September 2005
   2535  1.86  christos nfa             1155/tcp   # Network File Access                
   2536  1.86  christos nfa             1155/udp   # Network File Access                
   2537  1.86  christos #                          James Powell <james&mailhost.unidata.com>
   2538  1.86  christos iascontrol-oms  1156/tcp   # iasControl OMS
   2539  1.86  christos iascontrol-oms  1156/udp   # iasControl OMS
   2540  1.86  christos #                          Todd Guay <todd.guay&oracle.com> November 2004
   2541  1.86  christos iascontrol      1157/tcp   # Oracle iASControl
   2542  1.86  christos iascontrol      1157/udp   # Oracle iASControl
   2543  1.86  christos #                          Todd Guay <todd.guay&oracle.com> November 2004
   2544  1.86  christos dbcontrol-oms   1158/tcp   # dbControl OMS
   2545  1.86  christos dbcontrol-oms   1158/udp   # dbControl OMS
   2546  1.86  christos #                          Todd Guay <todd.guay&oracle.com> November 2004
   2547  1.86  christos oracle-oms      1159/tcp   # Oracle OMS
   2548  1.86  christos oracle-oms      1159/udp   # Oracle OMS
   2549  1.86  christos #                          Todd Guay <todd.guay&oracle.com> November 2004
   2550  1.86  christos olsv            1160/tcp   # DB Lite Mult-User Server
   2551  1.86  christos olsv            1160/udp   # DB Lite Mult-User Server
   2552  1.86  christos #                          Philip Stephenson <Philip.stephenson&oracle.com> August 2005
   2553  1.86  christos health-polling  1161/tcp   # Health Polling
   2554  1.86  christos health-polling  1161/udp   # Health Polling
   2555  1.86  christos health-trap     1162/tcp   # Health Trap
   2556  1.86  christos health-trap     1162/udp   # Health Trap
   2557  1.86  christos sddp            1163/tcp   # SmartDialer Data Protocol
   2558  1.86  christos sddp            1163/udp   # SmartDialer Data Protocol
   2559  1.86  christos #                          Lee Griffiths <lg&dataconnection.com> November 2004
   2560  1.86  christos qsm-proxy       1164/tcp   # QSM Proxy Service
   2561  1.86  christos qsm-proxy       1164/udp   # QSM Proxy Service
   2562  1.86  christos #                          Norm Lunde <norm&commvault.com> November 2004
   2563  1.86  christos qsm-gui         1165/tcp   # QSM GUI Service
   2564  1.86  christos qsm-gui         1165/udp   # QSM GUI Service
   2565  1.86  christos #                          Norm Lunde <norm&commvault.com> November 2004
   2566  1.86  christos qsm-remote      1166/tcp   # QSM RemoteExec
   2567  1.86  christos qsm-remote      1166/udp   # QSM RemoteExec
   2568  1.86  christos #                          Norm Lunde <norm&commvault.com> November 2004
   2569  1.86  christos cisco-ipsla     1167/tcp   # Cisco IP SLAs Control Protocol
   2570  1.86  christos cisco-ipsla     1167/udp   # Cisco IP SLAs Control Protocol
   2571  1.86  christos cisco-ipsla     1167/sctp  # Cisco IP SLAs Control Protocol
   2572  1.86  christos #			   Emmanuel Tychon <etychon&cisco.com> March 2006
   2573  1.86  christos vchat           1168/tcp   # VChat Conference Service
   2574  1.86  christos vchat           1168/udp   # VChat Conference Service
   2575  1.86  christos #                          Andreas Wetzel <mickey&enforcer.cc> September 2002
   2576  1.86  christos tripwire        1169/tcp   # TRIPWIRE
   2577  1.86  christos tripwire        1169/udp   # TRIPWIRE
   2578  1.86  christos #                          Ed Metcalf <emetcalf&tripwiresecurity.com>
   2579  1.86  christos #                          Albert Holt <alberth&triosoftware.com>
   2580  1.86  christos atc-lm          1170/tcp   # AT+C License Manager
   2581  1.86  christos atc-lm          1170/udp   # AT+C License Manager
   2582  1.86  christos #                          Peter Schfer <p.schaefer&nospam.atc-systeme.de> February 2004
   2583  1.86  christos atc-appserver   1171/tcp   # AT+C FmiApplicationServer
   2584  1.86  christos atc-appserver   1171/udp   # AT+C FmiApplicationServer
   2585  1.86  christos #                          Peter Schfer <p.schaefer&nospam.atc-systeme.de> February 2004
   2586  1.86  christos dnap            1172/tcp   # DNA Protocol
   2587  1.86  christos dnap            1172/udp   # DNA Protocol
   2588  1.86  christos #                          David McLaughlin <davidmclaughlin&accessdata.com> November 2004
   2589  1.86  christos d-cinema-rrp    1173/tcp   # D-Cinema Request-Response
   2590  1.86  christos d-cinema-rrp    1173/udp   # D-Cinema Request-Response
   2591  1.86  christos #                          Robert Baldwin <baldwin&plusfive.com> November 2004
   2592  1.86  christos fnet-remote-ui  1174/tcp   # FlashNet Remote Admin
   2593  1.86  christos fnet-remote-ui  1174/udp   # FlashNet Remote Admin
   2594  1.86  christos #                          Terry Smyth <terry&sgluk.com> November 2004
   2595  1.86  christos dossier         1175/tcp   # Dossier Server
   2596  1.86  christos dossier         1175/udp   # Dossier Server
   2597  1.86  christos #                          Rob Minerick <rob&vortimac.com> November 2004
   2598  1.86  christos indigo-server   1176/tcp   # Indigo Home Server
   2599  1.86  christos indigo-server   1176/udp   # Indigo Home Server
   2600  1.86  christos #                          Matt Bendiksen <matt&perceptiveautomation.com> November 2004
   2601  1.86  christos dkmessenger     1177/tcp   # DKMessenger Protocol
   2602  1.86  christos dkmessenger     1177/udp   # DKMessenger Protocol
   2603  1.86  christos #                          Douglas Kadlecek <doug&dkware.com> November 2004
   2604  1.86  christos sgi-storman     1178/tcp   # SGI Storage Manager
   2605  1.86  christos sgi-storman     1178/udp   # SGI Storage Manager
   2606  1.86  christos #                          Greg Banks <gnb&sgi.com> November 2004
   2607  1.86  christos b2n             1179/tcp   # Backup To Neighbor
   2608  1.86  christos b2n             1179/udp   # Backup To Neighbor
   2609  1.86  christos #                          Thomas Fok <thomas&melody-soft.com> November 2004
   2610  1.86  christos mc-client       1180/tcp   # Millicent Client Proxy
   2611  1.86  christos mc-client       1180/udp   # Millicent Client Proxy
   2612  1.86  christos #                          Steve Glassman <steveg&pa.dec.com>
   2613  1.86  christos 3comnetman      1181/tcp   # 3Com Net Management
   2614  1.86  christos 3comnetman      1181/udp   # 3Com Net Management
   2615  1.86  christos #                          Peter White <peter_white&3com.com> November 2004
   2616  1.86  christos accelenet       1182/tcp   # AcceleNet Control
   2617  1.86  christos accelenet       1182/udp   # AcceleNet Control
   2618  1.86  christos #                          Peter Lepeska <plepeska&ictompress.com> November 2004
   2619  1.86  christos llsurfup-http   1183/tcp   # LL Surfup HTTP
   2620  1.86  christos llsurfup-http   1183/udp   # LL Surfup HTTP
   2621  1.86  christos llsurfup-https  1184/tcp   # LL Surfup HTTPS
   2622  1.86  christos llsurfup-https  1184/udp   # LL Surfup HTTPS
   2623  1.86  christos #                          Katy Lynn McCullough <KatyM&LapLink.com>
   2624  1.86  christos catchpole       1185/tcp   # Catchpole port
   2625  1.86  christos catchpole       1185/udp   # Catchpole port
   2626  1.86  christos #                          Christian Catchpole <christian&catchpole.net> March 2002
   2627  1.86  christos mysql-cluster   1186/tcp   # MySQL Cluster Manager
   2628  1.86  christos mysql-cluster   1186/udp   # MySQL Cluster Manager
   2629  1.86  christos #                          Arjen Lentz <arjen&mysql.com> November 2004
   2630  1.86  christos alias           1187/tcp   # Alias Service
   2631  1.86  christos alias           1187/udp   # Alias Service
   2632  1.86  christos #                          Paul Tokarchuk <ptokarch&alias.com> November 2004
   2633  1.86  christos hp-webadmin     1188/tcp   # HP Web Admin
   2634  1.86  christos hp-webadmin     1188/udp   # HP Web Admin
   2635  1.86  christos #                          Lance Kind <lance_kind&hp.com>
   2636  1.86  christos unet            1189/tcp   # Unet Connection
   2637  1.86  christos unet            1189/udp   # Unet Connection
   2638  1.86  christos #                          Anthony Stahler <imunfair&yahoo.com> November 2004
   2639  1.86  christos commlinx-avl    1190/tcp   # CommLinx GPS / AVL System
   2640  1.86  christos commlinx-avl    1190/udp   # CommLinx GPS / AVL System
   2641  1.86  christos #                          Peter Johnson <peter&commlinx.com.au> November 2004
   2642  1.86  christos gpfs            1191/tcp   # General Parallel File System
   2643  1.86  christos gpfs            1191/udp   # General Parallel File System
   2644  1.86  christos #                          Dave Craft <gpfs&ibm.com> November 2004
   2645  1.86  christos caids-sensor    1192/tcp   # caids sensors channel
   2646  1.86  christos caids-sensor    1192/udp   # caids sensors channel
   2647  1.86  christos #                          Gregory Hostettler <ghostettler&caracal.ch> November 2004
   2648  1.86  christos fiveacross      1193/tcp   # Five Across Server
   2649  1.86  christos fiveacross      1193/udp   # Five Across Server
   2650  1.86  christos #                          Glenn Reid <port-reg&fiveacross.com> November 2004
   2651  1.86  christos openvpn         1194/tcp   # OpenVPN
   2652  1.86  christos openvpn         1194/udp   # OpenVPN
   2653  1.86  christos #                          James Yonan <jim&yonan.net> November 2004
   2654  1.86  christos rsf-1           1195/tcp   # RSF-1 clustering
   2655  1.86  christos rsf-1           1195/udp   # RSF-1 clustering
   2656  1.86  christos #                          Dave Hines <d.hines&high-availability.com> November 2004
   2657  1.86  christos netmagic        1196/tcp   # Network Magic
   2658  1.86  christos netmagic        1196/udp   # Network Magic
   2659  1.86  christos #                          Nick Holt <nickh&purenetworks.com> August 2005
   2660  1.86  christos carrius-rshell  1197/tcp   # Carrius Remote Access
   2661  1.86  christos carrius-rshell  1197/udp   # Carrius Remote Access
   2662  1.86  christos #                          Gerry Dubois <gdubois&carriustech.com> August 2005
   2663  1.86  christos cajo-discovery  1198/tcp   # cajo reference discovery
   2664  1.86  christos cajo-discovery  1198/udp   # cajo reference discovery
   2665  1.86  christos #                          John Catherino <cajo&dev.java.net> August 2005
   2666  1.86  christos dmidi           1199/tcp   # DMIDI
   2667  1.86  christos dmidi           1199/udp   # DMIDI
   2668  1.86  christos #                          Phil Kerr <phil&plus24.com> February 2002
   2669  1.86  christos scol            1200/tcp   # SCOL
   2670  1.86  christos scol            1200/udp   # SCOL
   2671  1.86  christos #                          Cryo-Networks <p.favre&cryo-networks.fr>
   2672  1.86  christos nucleus-sand    1201/tcp   # Nucleus Sand Database Server 
   2673  1.86  christos nucleus-sand    1201/udp   # Nucleus Sand Database Server 
   2674  1.86  christos #                          James Marsh <James_T_Marsh&hotmail.com>
   2675  1.86  christos caiccipc        1202/tcp   # caiccipc
   2676  1.86  christos caiccipc        1202/udp   # caiccipc
   2677  1.86  christos #                          Vince Re <Vincent.Re&cai.com>
   2678  1.86  christos ssslic-mgr      1203/tcp   # License Validation
   2679  1.86  christos ssslic-mgr      1203/udp   # License Validation
   2680  1.86  christos ssslog-mgr      1204/tcp   # Log Request Listener
   2681  1.86  christos ssslog-mgr      1204/udp   # Log Request Listener
   2682  1.86  christos #                          Eric Bruno <ebruno&solution-soft.com>
   2683  1.86  christos accord-mgc      1205/tcp   # Accord-MGC
   2684  1.86  christos accord-mgc      1205/udp   # Accord-MGC
   2685  1.86  christos #                          Roni Even <roni_e&accord.co.il>
   2686  1.86  christos anthony-data    1206/tcp   # Anthony Data
   2687  1.86  christos anthony-data    1206/udp   # Anthony Data
   2688  1.86  christos #                          Paul Dollemore <pauld&anthonydata.com>
   2689  1.86  christos metasage        1207/tcp   # MetaSage
   2690  1.86  christos metasage        1207/udp   # MetaSage
   2691  1.86  christos #                          Peter Anvelt <panvelt&xnai.com> 
   2692  1.86  christos seagull-ais     1208/tcp   # SEAGULL AIS
   2693  1.86  christos seagull-ais     1208/udp   # SEAGULL AIS
   2694  1.86  christos #                          Lee Breisacher <lbreisacher&seagullsw.com> 
   2695  1.86  christos ipcd3           1209/tcp   # IPCD3
   2696  1.86  christos ipcd3           1209/udp   # IPCD3
   2697  1.86  christos #                          Mark Ciskey <mlciskey&plato.com>  
   2698  1.86  christos eoss            1210/tcp   # EOSS
   2699  1.86  christos eoss            1210/udp   # EOSS
   2700  1.86  christos #                          Robert Armes <rarmes&axarte.com>
   2701  1.86  christos groove-dpp      1211/tcp   # Groove DPP
   2702  1.86  christos groove-dpp      1211/udp   # Groove DPP
   2703  1.86  christos #                          Ken Moore <kmoore&groove.net>
   2704  1.86  christos lupa            1212/tcp   # lupa
   2705  1.86  christos lupa            1212/udp   # lupa
   2706  1.86  christos #                          Barney Wolff <barney&databus.com>
   2707  1.86  christos mpc-lifenet     1213/tcp   # MPC LIFENET
   2708  1.86  christos mpc-lifenet     1213/udp   # MPC LIFENET
   2709  1.86  christos #                          Ward Silver <hwardsil&wolfenet.com>
   2710  1.86  christos kazaa           1214/tcp   # KAZAA
   2711  1.86  christos kazaa           1214/udp   # KAZAA
   2712  1.86  christos #                          Ahti Heinla <ahti&ahti.bluemoon.ee>  
   2713  1.86  christos scanstat-1      1215/tcp   # scanSTAT 1.0
   2714  1.86  christos scanstat-1      1215/udp   # scanSTAT 1.0
   2715  1.86  christos #                          William Scheding <wls&wls.org>
   2716  1.86  christos etebac5         1216/tcp   # ETEBAC 5
   2717  1.86  christos etebac5         1216/udp   # ETEBAC 5
   2718  1.86  christos #                          Jean-Louis Barbut <etebac5&gsit.fr>
   2719  1.86  christos hpss-ndapi      1217/tcp   # HPSS NonDCE Gateway
   2720  1.86  christos hpss-ndapi      1217/udp   # HPSS NonDCE Gateway
   2721  1.86  christos #                          Michael Gleicher <mgleicher&comcast.net>
   2722  1.86  christos aeroflight-ads  1218/tcp   # AeroFlight-ADs
   2723  1.86  christos aeroflight-ads  1218/udp   # AeroFlight-ADs
   2724  1.86  christos aeroflight-ret  1219/tcp   # AeroFlight-Ret
   2725  1.86  christos aeroflight-ret  1219/udp   # AeroFlight-Ret
   2726  1.86  christos #                          Eric Johnson <eric&gruver.net>
   2727  1.86  christos qt-serveradmin  1220/tcp   # QT SERVER ADMIN
   2728  1.86  christos qt-serveradmin  1220/udp   # QT SERVER ADMIN
   2729  1.86  christos #                          Chris LeCroy <lecroy&apple.com>
   2730  1.86  christos sweetware-apps  1221/tcp   # SweetWARE Apps
   2731  1.86  christos sweetware-apps  1221/udp   # SweetWARE Apps
   2732  1.86  christos #                          David Dunetz <david&sweetware.com> 
   2733  1.86  christos nerv            1222/tcp   # SNI R&D network                  
   2734  1.86  christos nerv            1222/udp   # SNI R&D network                  
   2735  1.86  christos #                          Martin Freiss <freiss.pad&sni.de>
   2736  1.86  christos tgp             1223/tcp   # TGP
   2737  1.86  christos tgp             1223/udp   # TGP
   2738  1.86  christos #                          Gur Kimchi <gur&mail.trulyglobal.com>  
   2739  1.86  christos vpnz            1224/tcp   # VPNz
   2740  1.86  christos vpnz            1224/udp   # VPNz
   2741  1.86  christos #                          Tom Strack <TSTRACK&Advnw.com>      
   2742  1.86  christos slinkysearch    1225/tcp   # SLINKYSEARCH
   2743  1.86  christos slinkysearch    1225/udp   # SLINKYSEARCH
   2744  1.86  christos #                          Desmond Chan <deschan&prismedia.com>
   2745  1.86  christos stgxfws         1226/tcp   # STGXFWS
   2746  1.86  christos stgxfws         1226/udp   # STGXFWS
   2747  1.86  christos #                          Tetsuya Shioda <tetsuya&saint.nm.fujitsu.co.jp>   
   2748  1.86  christos dns2go          1227/tcp   # DNS2Go
   2749  1.86  christos dns2go          1227/udp   # DNS2Go
   2750  1.86  christos #                          Mike Courterier <mikec&deerfield.com> 
   2751  1.86  christos florence        1228/tcp   # FLORENCE
   2752  1.86  christos florence        1228/udp   # FLORENCE
   2753  1.86  christos #                          Brian Trammell <btrammell&iventurelab.com>
   2754  1.86  christos zented		1229/tcp   # ZENworks Tiered Electronic Distribution
   2755  1.86  christos zented		1229/udp   # ZENworks Tiered Electronic Distribution
   2756  1.86  christos #                          Ty Ellis <tellis&novell.com> 
   2757  1.86  christos periscope       1230/tcp   # Periscope
   2758  1.86  christos periscope       1230/udp   # Periscope
   2759  1.86  christos #                          Kevin Madden <Kevin&emailxtras.com>
   2760  1.86  christos menandmice-lpm  1231/tcp   # menandmice-lpm
   2761  1.86  christos menandmice-lpm  1231/udp   # menandmice-lpm
   2762  1.86  christos #                          Sigfus Magnusson <sigfusm&menandmice.com>
   2763  1.86  christos #####  Microsoft (unoffically) using 1232     #####
   2764  1.86  christos univ-appserver  1233/tcp   # Universal App Server
   2765  1.86  christos univ-appserver  1233/udp   # Universal App Server
   2766  1.86  christos #                          Tim Sent <tim.sent&systemsarchitects.com>
   2767  1.86  christos search-agent    1234/tcp   # Infoseek Search Agent
   2768  1.86  christos search-agent    1234/udp   # Infoseek Search Agent
   2769  1.86  christos #                          Jackie Wu <jackiew&infoseek.com>
   2770  1.86  christos mosaicsyssvc1   1235/tcp   # mosaicsyssvc1
   2771  1.86  christos mosaicsyssvc1   1235/udp   # mosaicsyssvc1
   2772  1.86  christos #                          Brian Matthews <bmatthews&mosaicsystems.com>	
   2773  1.86  christos bvcontrol       1236/tcp   # bvcontrol
   2774  1.86  christos bvcontrol       1236/udp   # bvcontrol
   2775  1.86  christos #                          Daniel J Walsh <dwalsh&bindview.com>
   2776  1.86  christos tsdos390        1237/tcp   # tsdos390
   2777  1.86  christos tsdos390        1237/udp   # tsdos390
   2778  1.86  christos #                          Ben Pracht <ben.pracht&tivoli.com> 
   2779  1.86  christos hacl-qs	        1238/tcp   # hacl-qs
   2780  1.86  christos hacl-qs	        1238/udp   # hacl-qs
   2781  1.86  christos #                          Farid Faez <farid_faez&hp.com>
   2782  1.86  christos nmsd            1239/tcp   # NMSD
   2783  1.86  christos nmsd            1239/udp   # NMSD
   2784  1.86  christos #                          Yuri Machkasov <yuri&ptc.com>
   2785  1.86  christos instantia       1240/tcp   # Instantia
   2786  1.86  christos instantia       1240/udp   # Instantia
   2787  1.86  christos #                          Ruth Slater <ruth.slater&ideagen.co.uk> 
   2788  1.86  christos nessus	        1241/tcp   # nessus
   2789  1.86  christos nessus	        1241/udp   # nessus
   2790  1.86  christos #                          Jordan Hrycaj <jordan&mjh.teddy-net.com>
   2791  1.86  christos nmasoverip      1242/tcp   # NMAS over IP
   2792  1.86  christos nmasoverip      1242/udp   # NMAS over IP
   2793  1.86  christos #                          Hal Henderson <hhenders&novell.com>		
   2794  1.86  christos serialgateway   1243/tcp   # SerialGateway
   2795  1.86  christos serialgateway   1243/udp   # SerialGateway
   2796  1.86  christos #                          Stephen LaValley <lavalley&lucent.com>
   2797  1.86  christos isbconference1  1244/tcp   # isbconference1
   2798  1.86  christos isbconference1  1244/udp   # isbconference1
   2799  1.86  christos isbconference2  1245/tcp   # isbconference2
   2800  1.86  christos isbconference2  1245/udp   # isbconference2
   2801  1.86  christos #                          Arnold Dittmann <dittmann&isbcad.de>
   2802  1.86  christos payrouter       1246/tcp   # payrouter
   2803  1.86  christos payrouter       1246/udp   # payrouter
   2804  1.86  christos #                          David Wilson <dwilson&integral-ie.com>
   2805  1.86  christos visionpyramid   1247/tcp   # VisionPyramid
   2806  1.86  christos visionpyramid   1247/udp   # VisionPyramid
   2807  1.86  christos #                          Gavin Hutchinson <gavinh&visionlogistics.com>
   2808  1.86  christos hermes		1248/tcp   # hermes
   2809  1.86  christos hermes		1248/udp   # hermes
   2810  1.86  christos #                          Not known
   2811  1.86  christos mesavistaco	1249/tcp   # Mesa Vista Co
   2812  1.86  christos mesavistaco	1249/udp   # Mesa Vista Co
   2813  1.86  christos #                          Rick LaBanca <rel&mesasys.com>
   2814  1.86  christos swldy-sias	1250/tcp   # swldy-sias
   2815  1.86  christos swldy-sias	1250/udp   # swldy-sias
   2816  1.86  christos #                          Peter E Williams <peter.williams&smallworld-us.com>
   2817  1.86  christos servergraph     1251/tcp   # servergraph
   2818  1.86  christos servergraph	1251/udp   # servergraph
   2819  1.86  christos #                          Lindsay Morris <lmorris&servergraph.com>
   2820  1.86  christos bspne-pcc	1252/tcp   # bspne-pcc
   2821  1.86  christos bspne-pcc       1252/udp   # bspne-pcc
   2822  1.86  christos q55-pcc         1253/tcp   # q55-pcc
   2823  1.86  christos q55-pcc		1253/udp   # q55-pcc
   2824  1.86  christos #                          Prem Tirilok <Prem.Tirilok&tellabs.com>	
   2825  1.86  christos de-noc		1254/tcp   # de-noc
   2826  1.86  christos de-noc		1254/udp   # de-noc
   2827  1.86  christos de-cache-query  1255/tcp   # de-cache-query
   2828  1.86  christos de-cache-query  1255/udp   # de-cache-query
   2829  1.86  christos de-server	1256/tcp   # de-server
   2830  1.86  christos de-server	1256/udp   # de-server
   2831  1.86  christos #			   Jeff Burdette <support&digitalenvoy.net>
   2832  1.86  christos shockwave2      1257/tcp   # Shockwave 2
   2833  1.86  christos shockwave2	1257/udp   # Shockwave 2
   2834  1.86  christos #			   Dave Simmons <dsimmons&macromedia.com>	
   2835  1.86  christos opennl		1258/tcp   # Open Network Library
   2836  1.86  christos opennl		1258/udp   # Open Network Library
   2837  1.86  christos opennl-voice    1259/tcp   # Open Network Library Voice
   2838  1.86  christos opennl-voice	1259/udp   # Open Network Library Voice
   2839  1.86  christos #                          Phil Frisbie <phil&hawksoft.com> 
   2840  1.86  christos ibm-ssd		1260/tcp   # ibm-ssd
   2841  1.86  christos ibm-ssd		1260/udp   # ibm-ssd
   2842  1.86  christos #			   Barry Whyte <barry_whyte&uk.ibm.com>
   2843  1.86  christos mpshrsv         1261/tcp   # mpshrsv
   2844  1.86  christos mpshrsv		1261/udp   # mpshrsv
   2845  1.86  christos #                          Makoto Ikeyama <ikeyama&ael.fujitsu.co.jp>
   2846  1.86  christos qnts-orb	1262/tcp   # QNTS-ORB
   2847  1.86  christos qnts-orb        1262/udp   # QNTS-ORB
   2848  1.86  christos #                          Raghurama Bhat <raghu&quintus.com> 
   2849  1.86  christos dka		1263/tcp   # dka
   2850  1.86  christos dka		1263/udp   # dka
   2851  1.86  christos #                          Chris Griffin <cgriffin&dka.com>
   2852  1.86  christos prat		1264/tcp   # PRAT
   2853  1.86  christos prat            1264/udp   # PRAT
   2854  1.86  christos #                          Keith Wood <keith.wood&epid.eurotherm.co.uk> 
   2855  1.86  christos dssiapi         1265/tcp   # DSSIAPI
   2856  1.86  christos dssiapi         1265/udp   # DSSIAPI
   2857  1.86  christos #                          Jim Turner <Jim.Turner&asg.com>
   2858  1.86  christos dellpwrappks    1266/tcp   # DELLPWRAPPKS
   2859  1.86  christos dellpwrappks    1266/udp   # DELLPWRAPPKS
   2860  1.86  christos #                          David Troeger <David_Troeger&dell.com> 
   2861  1.86  christos epc             1267/tcp   # eTrust Policy Compliance
   2862  1.86  christos epc             1267/udp   # eTrust Policy Compliance
   2863  1.86  christos #                          Aaron Stein <aaron.stein&ca.com>
   2864  1.86  christos propel-msgsys   1268/tcp   # PROPEL-MSGSYS
   2865  1.86  christos propel-msgsys   1268/udp   # PROPEL-MSGSYS
   2866  1.86  christos #                          Bert Van der Linden <bert&propel.com>
   2867  1.86  christos watilapp        1269/tcp   # WATiLaPP
   2868  1.86  christos watilapp        1269/udp   # WATiLaPP
   2869  1.86  christos #                          Frederic Weymann <contact&fizzban.net>
   2870  1.86  christos opsmgr          1270/tcp   # Microsoft Operations Manager
   2871  1.86  christos opsmgr          1270/udp   # Microsoft Operations Manager
   2872  1.86  christos #                          Ashvin Sanghvi <AshvinS&microsoft.com>
   2873  1.86  christos excw            1271/tcp   # eXcW
   2874  1.86  christos excw            1271/udp   # eXcW
   2875  1.86  christos #                          Norm Freedman <normfree&san.rr.com>
   2876  1.86  christos cspmlockmgr     1272/tcp   # CSPMLockMgr
   2877  1.86  christos cspmlockmgr     1272/udp   # CSPMLockMgr
   2878  1.86  christos #                          Ibtsam Mahfouz <imahfouz&cisco.com>
   2879  1.86  christos emc-gateway     1273/tcp   # EMC-Gateway
   2880  1.86  christos emc-gateway     1273/udp   # EMC-Gateway
   2881  1.86  christos #                          Rene Fontaine <fontaine_rene&emc.com>
   2882  1.86  christos t1distproc      1274/tcp   # t1distproc
   2883  1.86  christos t1distproc      1274/udp   # t1distproc
   2884  1.86  christos #                          Julian Biddle <julian_biddle&TechnologyOneCorp.com>
   2885  1.86  christos ivcollector     1275/tcp   # ivcollector
   2886  1.86  christos ivcollector     1275/udp   # ivcollector
   2887  1.86  christos ivmanager       1276/tcp   # ivmanager
   2888  1.86  christos ivmanager       1276/udp   # ivmanager
   2889  1.86  christos #                          Xavier Roques <xroques&infovista.fr>
   2890  1.86  christos miva-mqs        1277/tcp   # mqs
   2891  1.86  christos miva-mqs        1277/udp   # mqs
   2892  1.86  christos #                          Miva Corporation <jwoods&miva.com.au>
   2893  1.86  christos dellwebadmin-1  1278/tcp   # Dell Web Admin 1
   2894  1.86  christos dellwebadmin-1  1278/udp   # Dell Web Admin 1
   2895  1.86  christos dellwebadmin-2  1279/tcp   # Dell Web Admin 2
   2896  1.86  christos dellwebadmin-2  1279/udp   # Dell Web Admin 2   
   2897  1.86  christos #                          Bridget Navoda <Bridget_Navoda&dell.com> 
   2898  1.86  christos pictrography    1280/tcp   # Pictrography
   2899  1.86  christos pictrography    1280/udp   # Pictrography
   2900  1.86  christos #                          Takashi Hoshino <hoshino&miya.fujifilm.co.jp>   
   2901  1.86  christos healthd         1281/tcp   # healthd
   2902  1.86  christos healthd         1281/udp   # healthd
   2903  1.86  christos #                          James E. Housley <jim&thehousleys.net> 
   2904  1.86  christos emperion        1282/tcp   # Emperion
   2905  1.86  christos emperion        1282/udp   # Emperion
   2906  1.86  christos #                          Claus Thor Barth <iana&barth.dk>
   2907  1.86  christos productinfo     1283/tcp   # ProductInfo
   2908  1.86  christos productinfo     1283/udp   # ProductInfo
   2909  1.86  christos iee-qfx         1284/tcp   # IEE-QFX
   2910  1.86  christos iee-qfx         1284/udp   # IEE-QFX
   2911  1.86  christos #                          Kevin D. Quitt <KQuitt&IEEInc.com>
   2912  1.86  christos neoiface        1285/tcp   # neoiface
   2913  1.86  christos neoiface        1285/udp   # neoiface
   2914  1.86  christos #                          Jason McManus <jasonm&neoinformatics.com>
   2915  1.86  christos netuitive       1286/tcp   # netuitive
   2916  1.86  christos netuitive       1286/udp   # netuitive 
   2917  1.86  christos #                          JF Huard <jfhuard&netuitive.com>
   2918  1.86  christos routematch      1287/tcp   # RouteMatch Com 
   2919  1.86  christos routematch      1287/udp   # RouteMatch Com 
   2920  1.86  christos #                          Jeff Jones <Jeff.Jones&routematch.com> November 2005
   2921  1.86  christos navbuddy        1288/tcp   # NavBuddy
   2922  1.86  christos navbuddy        1288/udp   # NavBuddy
   2923  1.86  christos #                          Eric Hackman <ehackman&millapps.com>
   2924  1.86  christos jwalkserver     1289/tcp   # JWalkServer
   2925  1.86  christos jwalkserver     1289/udp   # JWalkServer
   2926  1.86  christos winjaserver     1290/tcp   # WinJaServer 
   2927  1.86  christos winjaserver     1290/udp   # WinJaServer  
   2928  1.86  christos seagulllms      1291/tcp   # SEAGULLLMS
   2929  1.86  christos seagulllms      1291/udp   # SEAGULLLMS
   2930  1.86  christos #                          Lee Breisacher <lbreisacher&seagullsw.com>
   2931  1.86  christos dsdn            1292/tcp   # dsdn
   2932  1.86  christos dsdn            1292/udp   # dsdn
   2933  1.86  christos #                          Stanislaw Skowronek <thesis&elementary.pl>
   2934  1.86  christos pkt-krb-ipsec   1293/tcp   # PKT-KRB-IPSec
   2935  1.86  christos pkt-krb-ipsec   1293/udp   # PKT-KRB-IPSec
   2936  1.86  christos #                          Nancy Davoust <n.davoust&cablelabs.com>
   2937  1.86  christos cmmdriver       1294/tcp   # CMMdriver
   2938  1.86  christos cmmdriver       1294/udp   # CMMdriver
   2939  1.86  christos #                          Lutz Karras <karras&zeiss.de>
   2940  1.86  christos ehtp            1295/tcp   # End-by-Hop Transmission Protocol
   2941  1.86  christos ehtp            1295/udp   # End-by-Hop Transmission Protocol
   2942  1.86  christos #                          Alexander Bogdanov <alexandr_bgd&softhome.net>  
   2943  1.86  christos dproxy          1296/tcp   # dproxy
   2944  1.86  christos dproxy          1296/udp   # dproxy
   2945  1.86  christos sdproxy         1297/tcp   # sdproxy
   2946  1.86  christos sdproxy         1297/udp   # sdproxy
   2947  1.86  christos #                          Raimond Diederik <rdiederik&descartes.com> 
   2948  1.86  christos lpcp            1298/tcp   # lpcp
   2949  1.86  christos lpcp            1298/udp   # lpcp
   2950  1.86  christos #                          Christian Stredicke <stredicke&snom.de>
   2951  1.86  christos hp-sci          1299/tcp   # hp-sci
   2952  1.86  christos hp-sci          1299/udp   # hp-sci
   2953  1.86  christos #                          Kim Scott <kims&cup.hp.com>       
   2954  1.86  christos h323hostcallsc	1300/tcp   # H323 Host Call Secure
   2955  1.86  christos h323hostcallsc	1300/udp   # H323 Host Call Secure
   2956  1.86  christos #			   Jim Toga <jtoga&ideal.jf.intel.com>
   2957  1.86  christos ci3-software-1  1301/tcp   # CI3-Software-1
   2958  1.86  christos ci3-software-1  1301/udp   # CI3-Software-1
   2959  1.86  christos ci3-software-2  1302/tcp   # CI3-Software-2
   2960  1.86  christos ci3-software-2  1302/udp   # CI3-Software-2
   2961  1.86  christos #                          Kelli Watson <kwatson&ci3software.com>
   2962  1.86  christos sftsrv          1303/tcp   # sftsrv
   2963  1.86  christos sftsrv          1303/udp   # sftsrv
   2964  1.86  christos #                          Robert Frazier <BobF&mrp3.com>
   2965  1.86  christos boomerang       1304/tcp   # Boomerang
   2966  1.86  christos boomerang       1304/udp   # Boomerang
   2967  1.86  christos #                          Bruce Lueckenhoff <brucelu&cisco.com>
   2968  1.86  christos pe-mike	        1305/tcp   # pe-mike
   2969  1.86  christos pe-mike         1305/udp   # pe-mike
   2970  1.86  christos #                          Stephen Hemminger <shemminger&passedge.com>
   2971  1.86  christos re-conn-proto   1306/tcp   # RE-Conn-Proto
   2972  1.86  christos re-conn-proto   1306/udp   # RE-Conn-Proto
   2973  1.86  christos #                          Sandeep Singhal <sandeep&reefedge.com>
   2974  1.86  christos pacmand         1307/tcp   # Pacmand
   2975  1.86  christos pacmand         1307/udp   # Pacmand
   2976  1.86  christos #                          Edward T. O'Shea <oshea&bellsouth.net> 
   2977  1.86  christos odsi            1308/tcp   # Optical Domain Service Interconnect (ODSI)
   2978  1.86  christos odsi            1308/udp   # Optical Domain Service Interconnect (ODSI)
   2979  1.86  christos #                          K. Arvind <arvind&tenornetworks.com> 
   2980  1.86  christos jtag-server     1309/tcp   # JTAG server
   2981  1.86  christos jtag-server     1309/udp   # JTAG server
   2982  1.86  christos #                          Andrew Draper <adraper&altera.com>
   2983  1.86  christos husky		1310/tcp   # Husky
   2984  1.86  christos husky		1310/udp   # Husky
   2985  1.86  christos #			   Mark Zang <mark&zang.com>
   2986  1.86  christos rxmon		1311/tcp   # RxMon
   2987  1.86  christos rxmon		1311/udp   # RxMon
   2988  1.86  christos #			   Javier Jiminez <javier_l_jimenez&dell.com>
   2989  1.86  christos sti-envision	1312/tcp   # STI Envision
   2990  1.86  christos sti-envision	1312/udp   # STI Envision
   2991  1.86  christos #			   Don Stedman <dones&stisystems.com>
   2992  1.86  christos bmc_patroldb    1313/tcp   # BMC_PATROLDB
   2993  1.86  christos bmc_patroldb    1313/udp   # BMC_PATROLDB
   2994  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com>
   2995  1.86  christos pdps		1314/tcp   # Photoscript Distributed Printing System
   2996  1.86  christos pdps            1314/udp   # Photoscript Distributed Printing System
   2997  1.86  christos #			   Les Klein <sgy&cix.compulink.co.uk>
   2998  1.86  christos els		1315/tcp   # E.L.S., Event Listener Service
   2999  1.86  christos els		1315/udp   # E.L.S., Event Listener Service
   3000  1.86  christos #			   Jim Cleppe <clep13&hotmail.com>
   3001  1.86  christos exbit-escp      1316/tcp   # Exbit-ESCP
   3002  1.86  christos exbit-escp      1316/udp   # Exbit-ESCP
   3003  1.86  christos #                          Morten Christensen <mjc&exbit.dk>
   3004  1.86  christos vrts-ipcserver  1317/tcp   # vrts-ipcserver
   3005  1.86  christos vrts-ipcserver  1317/udp   # vrts-ipcserver
   3006  1.86  christos #                          Bruce Hestand <Bruce.Hestand&veritas.com>
   3007  1.86  christos krb5gatekeeper  1318/tcp   # krb5gatekeeper
   3008  1.86  christos krb5gatekeeper  1318/udp   # krb5gatekeeper
   3009  1.86  christos #                          Patrick Moore <pcmoore&sandia.gov> 
   3010  1.86  christos amx-icsp        1319/tcp   # AMX-ICSP
   3011  1.86  christos amx-icsp        1319/udp   # AMX-ICSP
   3012  1.86  christos #                          Jeff Burch <jeff.burch&amx.com>     
   3013  1.86  christos amx-axbnet	1320/tcp   # AMX-AXBNET
   3014  1.86  christos amx-axbnet	1320/udp   # AMX-AXBNET
   3015  1.86  christos #			   Jeff Burch <jeff.burch&amx.com> 
   3016  1.86  christos pip		1321/tcp   # PIP
   3017  1.86  christos pip		1321/udp   # PIP
   3018  1.86  christos #			   Gordon Mohr <gojomo&usa.net>
   3019  1.86  christos novation        1322/tcp   # Novation
   3020  1.86  christos novation        1322/udp   # Novation
   3021  1.86  christos #                          Alan Dano <wiseobject&yahoo.com>
   3022  1.86  christos brcd            1323/tcp   # brcd
   3023  1.86  christos brcd            1323/udp   # brcd
   3024  1.86  christos #                          Todd Picquelle <todd&picquelle.com>
   3025  1.86  christos delta-mcp       1324/tcp   # delta-mcp
   3026  1.86  christos delta-mcp       1324/udp   # delta-mcp
   3027  1.86  christos #                          Quinton Tormanen <quinton&deltacompsys.com> 
   3028  1.86  christos dx-instrument   1325/tcp   # DX-Instrument
   3029  1.86  christos dx-instrument   1325/udp   # DX-Instrument
   3030  1.86  christos #                          Walt Modic <Walt.Modic&dionex.com>
   3031  1.86  christos wimsic          1326/tcp   # WIMSIC
   3032  1.86  christos wimsic          1326/udp   # WIMSIC
   3033  1.86  christos #                          James Brown <ender&admdev.com>
   3034  1.86  christos ultrex          1327/tcp   # Ultrex
   3035  1.86  christos ultrex          1327/udp   # Ultrex
   3036  1.86  christos #                          Tim Walsh <tim&ultrex.com>
   3037  1.86  christos ewall           1328/tcp   # EWALL
   3038  1.86  christos ewall           1328/udp   # EWALL
   3039  1.86  christos #                          Jeff Busma <busma&echogent.com>
   3040  1.86  christos netdb-export    1329/tcp   # netdb-export
   3041  1.86  christos netdb-export    1329/udp   # netdb-export
   3042  1.86  christos #                          Konstantinos Kostis <netdb&kostis.net>
   3043  1.86  christos streetperfect   1330/tcp   # StreetPerfect
   3044  1.86  christos streetperfect   1330/udp   # StreetPerfect
   3045  1.86  christos #                          Michael R. Young <michael.young&tor.sunpub.com> 
   3046  1.86  christos intersan        1331/tcp   # intersan
   3047  1.86  christos intersan        1331/udp   # intersan
   3048  1.86  christos #                          Barry H. Feild <barry&intersan.net> 
   3049  1.86  christos pcia-rxp-b      1332/tcp   # PCIA RXP-B
   3050  1.86  christos pcia-rxp-b      1332/udp   # PCIA RXP-B
   3051  1.86  christos #                          James Dabbs <jdabbs&tga.com>
   3052  1.86  christos passwrd-policy  1333/tcp   # Password Policy
   3053  1.86  christos passwrd-policy  1333/udp   # Password Policy
   3054  1.86  christos #                          Tonio Pirotta <tonio&tpis.com.au> 
   3055  1.86  christos writesrv        1334/tcp   # writesrv
   3056  1.86  christos writesrv        1334/udp   # writesrv
   3057  1.86  christos #                          Marvin Toungate <toungate&austin.ibm.com>   
   3058  1.86  christos digital-notary	1335/tcp   # Digital Notary Protocol
   3059  1.86  christos digital-notary	1335/udp   # Digital Notary Protocol
   3060  1.86  christos #			   Wes Doonan
   3061  1.86  christos ischat	        1336/tcp   # Instant Service Chat
   3062  1.86  christos ischat          1336/udp   # Instant Service Chat
   3063  1.86  christos #                          Mike Clise <mikec&instantservice.com>
   3064  1.86  christos menandmice-dns  1337/tcp   # menandmice DNS
   3065  1.86  christos menandmice-dns  1337/udp   # menandmice DNS
   3066  1.86  christos #                          Sigfus Magnusson <sigfusm&menandmice.com>
   3067  1.86  christos wmc-log-svc     1338/tcp   # WMC-log-svr
   3068  1.86  christos wmc-log-svc     1338/udp   # WMC-log-svr
   3069  1.86  christos #                          Scott Anderson <sanderso&workingmachines.com> 
   3070  1.86  christos kjtsiteserver   1339/tcp   # kjtsiteserver
   3071  1.86  christos kjtsiteserver   1339/udp   # kjtsiteserver
   3072  1.86  christos #                          Jason Aubain <jaubain&kjt.com>
   3073  1.86  christos naap		1340/tcp   # NAAP
   3074  1.86  christos naap            1340/udp   # NAAP
   3075  1.86  christos #                          Henry Haverinen <henry.haverinen&nokia.com>	
   3076  1.86  christos qubes           1341/tcp   # QuBES
   3077  1.86  christos qubes		1341/udp   # QuBES
   3078  1.86  christos #                          Eric Grange <egrange&creative-it.net> 
   3079  1.86  christos esbroker	1342/tcp   # ESBroker
   3080  1.86  christos esbroker	1342/udp   # ESBroker
   3081  1.86  christos #                          Alexander Medvinsky <smedvinsky&gi.com>
   3082  1.86  christos re101		1343/tcp   # re101
   3083  1.86  christos re101           1343/udp   # re101
   3084  1.86  christos #                          Doriano Blengino <tecnico_remove_&_remove_xonelectronics.it>
   3085  1.86  christos icap		1344/tcp   # ICAP
   3086  1.86  christos icap            1344/udp   # ICAP
   3087  1.86  christos #                          Jeremy Elson <jelson&isi.edu>
   3088  1.86  christos vpjp            1345/tcp   # VPJP
   3089  1.86  christos vpjp            1345/udp   # VPJP
   3090  1.86  christos #                          Michael Collins <UBMCollins&aol.com>
   3091  1.86  christos alta-ana-lm     1346/tcp   # Alta Analytics License Manager 
   3092  1.86  christos alta-ana-lm     1346/udp   # Alta Analytics License Manager 
   3093  1.86  christos bbn-mmc		1347/tcp   # multi media conferencing
   3094  1.86  christos bbn-mmc		1347/udp   # multi media conferencing
   3095  1.86  christos bbn-mmx		1348/tcp   # multi media conferencing
   3096  1.86  christos bbn-mmx		1348/udp   # multi media conferencing
   3097  1.86  christos sbook           1349/tcp   # Registration Network Protocol       
   3098  1.86  christos sbook           1349/udp   # Registration Network Protocol       
   3099  1.86  christos editbench       1350/tcp   # Registration Network Protocol       
   3100  1.86  christos editbench       1350/udp   # Registration Network Protocol       
   3101  1.86  christos #                          Simson L. Garfinkel <simsong&next.cambridge.ma.us>
   3102  1.86  christos equationbuilder 1351/tcp   # Digital Tool Works (MIT)            
   3103  1.86  christos equationbuilder 1351/udp   # Digital Tool Works (MIT)            
   3104  1.86  christos #                          Terrence J. Talbot <lexcube!tjt&bu.edu>
   3105  1.86  christos lotusnote       1352/tcp   # Lotus Note                          
   3106  1.86  christos lotusnote       1352/udp   # Lotus Note                          
   3107  1.86  christos #                          Greg Pflaum <iris.com!Greg_Pflaum&uunet.uu.net> (July 1992)
   3108  1.86  christos relief          1353/tcp   # Relief Consulting                   
   3109  1.86  christos relief          1353/udp   # Relief Consulting                   
   3110  1.86  christos #                          John Feiler <relief!jjfeiler&uu2.psi.com>
   3111  1.86  christos XSIP-network    1354/tcp   # Five Across XSIP Network              
   3112  1.86  christos XSIP-network    1354/udp   # Five Across XSIP Network              
   3113  1.86  christos #                          Glenn Reid <port-reg&fiveacross.com>
   3114  1.86  christos intuitive-edge  1355/tcp   # Intuitive Edge 
   3115  1.86  christos intuitive-edge  1355/udp   # Intuitive Edge 
   3116  1.86  christos #                          Montgomery Zukowski
   3117  1.86  christos #                          <monty&nextnorth.acs.ohio-state.edu> 
   3118  1.86  christos cuillamartin    1356/tcp   # CuillaMartin Company 
   3119  1.86  christos cuillamartin    1356/udp   # CuillaMartin Company 
   3120  1.86  christos pegboard        1357/tcp   # Electronic PegBoard  
   3121  1.86  christos pegboard        1357/udp   # Electronic PegBoard  
   3122  1.86  christos #                          Chris Cuilla
   3123  1.86  christos #                          <balr!vpnet!cuilla!chris&clout.chi.il.us> 
   3124  1.86  christos connlcli        1358/tcp   # CONNLCLI                             
   3125  1.86  christos connlcli        1358/udp   # CONNLCLI                             
   3126  1.86  christos ftsrv           1359/tcp   # FTSRV                                
   3127  1.86  christos ftsrv           1359/udp   # FTSRV                                
   3128  1.86  christos #                          Ines Homem de Melo <sidinf&brfapesp.bitnet>
   3129  1.86  christos mimer           1360/tcp   # MIMER                               
   3130  1.86  christos mimer           1360/udp   # MIMER                               
   3131  1.86  christos #                          Per Schroeder  <Per.Schroder&mimer.se>
   3132  1.86  christos linx            1361/tcp   # LinX                        
   3133  1.86  christos linx            1361/udp   # LinX                        
   3134  1.86  christos #                          Steffen Schilke <---none--->
   3135  1.86  christos timeflies       1362/tcp   # TimeFlies                           
   3136  1.86  christos timeflies       1362/udp   # TimeFlies                           
   3137  1.86  christos #                          Doug Kent <mouthers@slugg&nwnexus.wa.com>
   3138  1.86  christos ndm-requester   1363/tcp   # Network DataMover Requester
   3139  1.86  christos ndm-requester   1363/udp   # Network DataMover Requester
   3140  1.86  christos ndm-server      1364/tcp   # Network DataMover Server   
   3141  1.86  christos ndm-server      1364/udp   # Network DataMover Server   
   3142  1.86  christos #                          Toshio Watanabe
   3143  1.86  christos #                          <watanabe&godzilla.rsc.spdd.ricoh.co.j> 
   3144  1.86  christos adapt-sna       1365/tcp   # Network Software Associates
   3145  1.86  christos adapt-sna       1365/udp   # Network Software Associates
   3146  1.86  christos #                          Jeffery Chiao <714-768-401>
   3147  1.86  christos netware-csp     1366/tcp   # Novell NetWare Comm Service Platform
   3148  1.86  christos netware-csp     1366/udp   # Novell NetWare Comm Service Platform
   3149  1.86  christos #                          Laurie Lindsey <llindsey&novell.com>
   3150  1.86  christos dcs             1367/tcp   # DCS                             
   3151  1.86  christos dcs             1367/udp   # DCS                             
   3152  1.86  christos #                          Stefan Siebert <ssiebert&dcs.de>
   3153  1.86  christos screencast      1368/tcp   # ScreenCast                          
   3154  1.86  christos screencast      1368/udp   # ScreenCast                          
   3155  1.86  christos #                          Bill Tschumy <other!bill&uunet.UU.NET>
   3156  1.86  christos gv-us           1369/tcp   # GlobalView to Unix Shell             
   3157  1.86  christos gv-us           1369/udp   # GlobalView to Unix Shell             
   3158  1.86  christos us-gv           1370/tcp   # Unix Shell to GlobalView             
   3159  1.86  christos us-gv           1370/udp   # Unix Shell to GlobalView             
   3160  1.86  christos #                          Makoto Mita <mita&ssdev.ksp.fujixerox.co.jp>
   3161  1.86  christos fc-cli          1371/tcp   # Fujitsu Config Protocol             
   3162  1.86  christos fc-cli          1371/udp   # Fujitsu Config Protocol             
   3163  1.86  christos fc-ser          1372/tcp   # Fujitsu Config Protocol             
   3164  1.86  christos fc-ser          1372/udp   # Fujitsu Config Protocol             
   3165  1.86  christos #                          Ryuichi Horie <horie&spad.sysrap.cs.fujitsu.co.jp>
   3166  1.86  christos chromagrafx     1373/tcp   # Chromagrafx                         
   3167  1.86  christos chromagrafx     1373/udp   # Chromagrafx                         
   3168  1.86  christos #                          Mike Barthelemy <msb&chromagrafx.com>
   3169  1.86  christos molly           1374/tcp   # EPI Software Systems        
   3170  1.86  christos molly           1374/udp   # EPI Software Systems        
   3171  1.86  christos #                          Jim Vlcek <jvlcek&veeco.com>
   3172  1.86  christos bytex           1375/tcp   # Bytex                             
   3173  1.86  christos bytex           1375/udp   # Bytex                             
   3174  1.86  christos #                          Mary Ann Burt <bytex!ws054!maryann&uunet.UU.NET>
   3175  1.86  christos ibm-pps         1376/tcp   # IBM Person to Person Software     
   3176  1.86  christos ibm-pps         1376/udp   # IBM Person to Person Software     
   3177  1.86  christos #                          Simon Phipps <sphipps&vnet.ibm.com>
   3178  1.86  christos cichlid         1377/tcp   # Cichlid License Manager       
   3179  1.86  christos cichlid         1377/udp   # Cichlid License Manager       
   3180  1.86  christos #                          Andy Burgess <aab&cichlid.com>
   3181  1.86  christos elan            1378/tcp   # Elan License Manager   
   3182  1.86  christos elan            1378/udp   # Elan License Manager   
   3183  1.86  christos #                          Ken Greer <kg&elan.com>
   3184  1.86  christos dbreporter      1379/tcp   # Integrity Solutions                 
   3185  1.86  christos dbreporter      1379/udp   # Integrity Solutions                 
   3186  1.86  christos #                          Tim Dawson <tdawson%mspboss&uunet.UU.NET>
   3187  1.86  christos telesis-licman  1380/tcp   # Telesis Network License Manager     
   3188  1.86  christos telesis-licman  1380/udp   # Telesis Network License Manager     
   3189  1.86  christos #                          Karl Schendel, Jr. <wiz&telesis.com>
   3190  1.86  christos apple-licman    1381/tcp   # Apple Network License Manager 
   3191  1.86  christos apple-licman    1381/udp   # Apple Network License Manager 
   3192  1.86  christos #                          Earl Wallace <earlw&apple.com>
   3193  1.86  christos udt_os          1382/tcp   # udt_os
   3194  1.86  christos udt_os          1382/udp   # udt_os
   3195  1.86  christos gwha            1383/tcp   # GW Hannaway Network License Manager
   3196  1.86  christos gwha            1383/udp   # GW Hannaway Network License Manager
   3197  1.86  christos #                          J. Gabriel Foster <fop&gwha.com>
   3198  1.86  christos os-licman       1384/tcp   # Objective Solutions License Manager 
   3199  1.86  christos os-licman       1384/udp   # Objective Solutions License Manager 
   3200  1.86  christos #                          Donald Cornwell <don.cornwell&objective.com>
   3201  1.86  christos atex_elmd       1385/tcp   # Atex Publishing License Manager
   3202  1.86  christos atex_elmd       1385/udp   # Atex Publishing License Manager
   3203  1.86  christos #                          Brett Sorenson <bcs&atex.com>
   3204  1.86  christos checksum        1386/tcp   # CheckSum License Manager            
   3205  1.86  christos checksum        1386/udp   # CheckSum License Manager            
   3206  1.86  christos #                          Andreas Glocker <glocker&sirius.com>
   3207  1.86  christos cadsi-lm        1387/tcp   # Computer Aided Design Software Inc LM 
   3208  1.86  christos cadsi-lm        1387/udp   # Computer Aided Design Software Inc LM 
   3209  1.86  christos #                          Sulistio Muljadi <e-mail?>
   3210  1.86  christos objective-dbc   1388/tcp   # Objective Solutions DataBase Cache
   3211  1.86  christos objective-dbc   1388/udp   # Objective Solutions DataBase Cache
   3212  1.86  christos #                          Donald Cornwell <e-mail?>
   3213  1.86  christos iclpv-dm        1389/tcp   # Document Manager                    
   3214  1.86  christos iclpv-dm        1389/udp   # Document Manager                    
   3215  1.86  christos iclpv-sc        1390/tcp   # Storage Controller                  
   3216  1.86  christos iclpv-sc        1390/udp   # Storage Controller                  
   3217  1.86  christos iclpv-sas       1391/tcp   # Storage Access Server               
   3218  1.86  christos iclpv-sas       1391/udp   # Storage Access Server               
   3219  1.86  christos iclpv-pm        1392/tcp   # Print Manager                       
   3220  1.86  christos iclpv-pm        1392/udp   # Print Manager                       
   3221  1.86  christos iclpv-nls       1393/tcp   # Network Log Server                  
   3222  1.86  christos iclpv-nls       1393/udp   # Network Log Server                  
   3223  1.86  christos iclpv-nlc       1394/tcp   # Network Log Client                  
   3224  1.86  christos iclpv-nlc       1394/udp   # Network Log Client                  
   3225  1.86  christos iclpv-wsm       1395/tcp   # PC Workstation Manager software     
   3226  1.86  christos iclpv-wsm       1395/udp   # PC Workstation Manager software     
   3227  1.86  christos #                          A.P. Hobson <A.P.Hobson&bra0112.wins.icl.co.uk>
   3228  1.86  christos dvl-activemail  1396/tcp   # DVL Active Mail                     
   3229  1.86  christos dvl-activemail  1396/udp   # DVL Active Mail                     
   3230  1.86  christos audio-activmail 1397/tcp   # Audio Active Mail                   
   3231  1.86  christos audio-activmail 1397/udp   # Audio Active Mail                   
   3232  1.86  christos video-activmail 1398/tcp   # Video Active Mail                   
   3233  1.86  christos video-activmail 1398/udp   # Video Active Mail                   
   3234  1.86  christos #                          Avshalom Houri <Avshalom&ubique.com>
   3235  1.86  christos cadkey-licman   1399/tcp   # Cadkey License Manager         
   3236  1.86  christos cadkey-licman   1399/udp   # Cadkey License Manager         
   3237  1.86  christos cadkey-tablet   1400/tcp   # Cadkey Tablet Daemon           
   3238  1.86  christos cadkey-tablet   1400/udp   # Cadkey Tablet Daemon           
   3239  1.86  christos #                          Joe McCollough <joe&cadkey.com>
   3240  1.86  christos goldleaf-licman 1401/tcp   # Goldleaf License Manager
   3241  1.86  christos goldleaf-licman 1401/udp   # Goldleaf License Manager
   3242  1.86  christos #                          John Fox <---none--->
   3243  1.86  christos prm-sm-np       1402/tcp   # Prospero Resource Manager
   3244  1.86  christos prm-sm-np       1402/udp   # Prospero Resource Manager
   3245  1.86  christos prm-nm-np       1403/tcp   # Prospero Resource Manager
   3246  1.86  christos prm-nm-np       1403/udp   # Prospero Resource Manager
   3247  1.86  christos #                          B. Clifford Neuman <bcn&isi.edu>
   3248  1.86  christos igi-lm          1404/tcp   # Infinite Graphics License Manager
   3249  1.86  christos igi-lm          1404/udp   # Infinite Graphics License Manager
   3250  1.86  christos ibm-res         1405/tcp   # IBM Remote Execution Starter
   3251  1.86  christos ibm-res         1405/udp   # IBM Remote Execution Starter
   3252  1.86  christos netlabs-lm      1406/tcp   # NetLabs License Manager
   3253  1.86  christos netlabs-lm      1406/udp   # NetLabs License Manager
   3254  1.86  christos dbsa-lm         1407/tcp   # DBSA License Manager        
   3255  1.86  christos dbsa-lm         1407/udp   # DBSA License Manager        
   3256  1.86  christos #                          Scott Shattuck <ss&dbsa.com>
   3257  1.86  christos sophia-lm       1408/tcp   # Sophia License Manager              
   3258  1.86  christos sophia-lm       1408/udp   # Sophia License Manager              
   3259  1.86  christos #                          Eric Brown <sst!emerald!eric&uunet.UU.net>
   3260  1.86  christos here-lm         1409/tcp   # Here License Manager             
   3261  1.86  christos here-lm         1409/udp   # Here License Manager             
   3262  1.86  christos #                          David Ison  <here&dialup.oar.net>
   3263  1.86  christos hiq             1410/tcp   # HiQ License Manager               
   3264  1.86  christos hiq             1410/udp   # HiQ License Manager               
   3265  1.86  christos #                          Rick Pugh <rick&bilmillennium.com>
   3266  1.86  christos af              1411/tcp   # AudioFile                  
   3267  1.86  christos af              1411/udp   # AudioFile                  
   3268  1.86  christos #                          Jim Gettys <jg&crl.dec.com>
   3269  1.86  christos innosys         1412/tcp   # InnoSys               
   3270  1.86  christos innosys         1412/udp   # InnoSys               
   3271  1.86  christos innosys-acl     1413/tcp   # Innosys-ACL           
   3272  1.86  christos innosys-acl     1413/udp   # Innosys-ACL           
   3273  1.86  christos #                          Eric Welch <--none--->
   3274  1.86  christos ibm-mqseries    1414/tcp   # IBM MQSeries                        
   3275  1.86  christos ibm-mqseries    1414/udp   # IBM MQSeries                        
   3276  1.86  christos #                          Roger Meli <rmmeli%winvmd&vnet.ibm.com>
   3277  1.86  christos dbstar          1415/tcp   # DBStar                          
   3278  1.86  christos dbstar          1415/udp   # DBStar                          
   3279  1.86  christos #                          Jeffrey Millman <jcm&dbstar.com>
   3280  1.86  christos novell-lu6.2    1416/tcp   # Novell LU6.2         
   3281  1.86  christos novell-lu6.2    1416/udp   # Novell LU6.2         
   3282  1.86  christos #                          Peter Liu <--none--->
   3283  1.86  christos timbuktu-srv1   1417/tcp   # Timbuktu Service 1 Port            
   3284  1.86  christos timbuktu-srv1   1417/udp   # Timbuktu Service 1 Port            
   3285  1.86  christos timbuktu-srv2   1418/tcp   # Timbuktu Service 2 Port            
   3286  1.86  christos timbuktu-srv2   1418/udp   # Timbuktu Service 2 Port            
   3287  1.86  christos timbuktu-srv3   1419/tcp   # Timbuktu Service 3 Port            
   3288  1.86  christos timbuktu-srv3   1419/udp   # Timbuktu Service 3 Port            
   3289  1.86  christos timbuktu-srv4   1420/tcp   # Timbuktu Service 4 Port            
   3290  1.86  christos timbuktu-srv4   1420/udp   # Timbuktu Service 4 Port            
   3291  1.86  christos #                          Marc Epard <marc&netopia.com>
   3292  1.86  christos gandalf-lm      1421/tcp   # Gandalf License Manager
   3293  1.86  christos gandalf-lm      1421/udp   # Gandalf License Manager
   3294  1.86  christos #                          gilmer&gandalf.ca
   3295  1.86  christos autodesk-lm     1422/tcp   # Autodesk License Manager   
   3296  1.86  christos autodesk-lm     1422/udp   # Autodesk License Manager   
   3297  1.86  christos #                          David Ko <dko&autodesk.com>
   3298  1.86  christos essbase         1423/tcp   # Essbase Arbor Software     
   3299  1.86  christos essbase         1423/udp   # Essbase Arbor Software     
   3300  1.86  christos hybrid          1424/tcp   # Hybrid Encryption Protocol  
   3301  1.86  christos hybrid          1424/udp   # Hybrid Encryption Protocol  
   3302  1.86  christos #                          Howard Hart <hch&hybrid.com>
   3303  1.86  christos zion-lm         1425/tcp   # Zion Software License Manager 
   3304  1.86  christos zion-lm         1425/udp   # Zion Software License Manager 
   3305  1.86  christos #                          David Ferrero <david&zion.com>
   3306  1.86  christos sais            1426/tcp   # Satellite-data Acquisition System 1
   3307  1.86  christos sais            1426/udp   # Satellite-data Acquisition System 1
   3308  1.86  christos #                          Bill Taylor <sais&ssec.wisc.edu>
   3309  1.86  christos mloadd          1427/tcp   # mloadd monitoring tool     
   3310  1.86  christos mloadd          1427/udp   # mloadd monitoring tool     
   3311  1.86  christos #                          Bob Braden <braden&isi.edu>
   3312  1.86  christos informatik-lm   1428/tcp   # Informatik License Manager
   3313  1.86  christos informatik-lm   1428/udp   # Informatik License Manager
   3314  1.86  christos #                          Harald Schlangmann
   3315  1.86  christos #                          <schlangm&informatik.uni-muenchen.de> 
   3316  1.86  christos nms             1429/tcp   # Hypercom NMS                      
   3317  1.86  christos nms             1429/udp   # Hypercom NMS                      
   3318  1.86  christos tpdu            1430/tcp   # Hypercom TPDU                     
   3319  1.86  christos tpdu            1430/udp   # Hypercom TPDU                     
   3320  1.86  christos #                          Noor Chowdhury <noor&hypercom.com>
   3321  1.86  christos rgtp            1431/tcp   # Reverse Gossip Transport
   3322  1.86  christos rgtp            1431/udp   # Reverse Gossip Transport
   3323  1.86  christos #                          Ian Jackson  <iwj&cam-orl.co.uk>
   3324  1.86  christos blueberry-lm    1432/tcp   # Blueberry Software License Manager  
   3325  1.86  christos blueberry-lm    1432/udp   # Blueberry Software License Manager  
   3326  1.86  christos #                          Steve Beigel <ublueb!steve&uunet.uu.net>
   3327  1.86  christos ms-sql-s        1433/tcp   # Microsoft-SQL-Server 
   3328  1.86  christos ms-sql-s        1433/udp   # Microsoft-SQL-Server 
   3329  1.86  christos ms-sql-m        1434/tcp   # Microsoft-SQL-Monitor
   3330  1.86  christos ms-sql-m        1434/udp   # Microsoft-SQL-Monitor                
   3331  1.86  christos #                          Peter Hussey <peterhus&microsoft.com>
   3332  1.86  christos ibm-cics        1435/tcp   # IBM CICS
   3333  1.86  christos ibm-cics        1435/udp   # IBM CICS
   3334  1.86  christos #                          Geoff Meacock <gbibmswl&ibmmail.COM>
   3335  1.86  christos saism           1436/tcp   # Satellite-data Acquisition System 2
   3336  1.86  christos saism           1436/udp   # Satellite-data Acquisition System 2
   3337  1.86  christos #                          Bill Taylor <sais&ssec.wisc.edu>
   3338  1.86  christos tabula          1437/tcp   # Tabula
   3339  1.86  christos tabula          1437/udp   # Tabula
   3340  1.86  christos #                          Marcelo Einhorn
   3341  1.86  christos #                          <KGUNE%HUJIVM1.bitnet&taunivm.tau.ac.il> 
   3342  1.86  christos eicon-server    1438/tcp   # Eicon Security Agent/Server         
   3343  1.86  christos eicon-server    1438/udp   # Eicon Security Agent/Server         
   3344  1.86  christos eicon-x25       1439/tcp   # Eicon X25/SNA Gateway               
   3345  1.86  christos eicon-x25       1439/udp   # Eicon X25/SNA Gateway               
   3346  1.86  christos eicon-slp       1440/tcp   # Eicon Service Location Protocol     
   3347  1.86  christos eicon-slp       1440/udp   # Eicon Service Location Protocol     
   3348  1.86  christos #                          Pat Calhoun <CALHOUN&admin.eicon.qc.ca>
   3349  1.86  christos cadis-1         1441/tcp   # Cadis License Management       
   3350  1.86  christos cadis-1         1441/udp   # Cadis License Management       
   3351  1.86  christos cadis-2         1442/tcp   # Cadis License Management       
   3352  1.86  christos cadis-2         1442/udp   # Cadis License Management       
   3353  1.86  christos #                          Todd Wichers <twichers&csn.org>
   3354  1.86  christos ies-lm          1443/tcp   # Integrated Engineering Software     
   3355  1.86  christos ies-lm          1443/udp   # Integrated Engineering Software     
   3356  1.86  christos #                          David Tong <David_Tong&integrated.mb.ca>
   3357  1.86  christos marcam-lm       1444/tcp   # Marcam  License Management    
   3358  1.86  christos marcam-lm       1444/udp   # Marcam  License Management    
   3359  1.86  christos #                          Therese Hunt <hunt&marcam.com>
   3360  1.86  christos proxima-lm      1445/tcp   # Proxima License Manager       
   3361  1.86  christos proxima-lm      1445/udp   # Proxima License Manager       
   3362  1.86  christos ora-lm          1446/tcp   # Optical Research Associates License Manager
   3363  1.86  christos ora-lm          1446/udp   # Optical Research Associates License Manager
   3364  1.86  christos apri-lm         1447/tcp   # Applied Parallel Research LM
   3365  1.86  christos apri-lm         1447/udp   # Applied Parallel Research LM
   3366  1.86  christos #                          Jim Dillon <jed&apri.com>
   3367  1.86  christos oc-lm           1448/tcp   # OpenConnect License Manager
   3368  1.86  christos oc-lm           1448/udp   # OpenConnect License Manager
   3369  1.86  christos #                          Sue Barnhill <snb&oc.com>
   3370  1.86  christos peport          1449/tcp   # PEport                               
   3371  1.86  christos peport          1449/udp   # PEport                               
   3372  1.86  christos #                          Qentin Neill <quentin&ColumbiaSC.NCR.COM>
   3373  1.86  christos dwf             1450/tcp   # Tandem Distributed Workbench Facility 
   3374  1.86  christos dwf             1450/udp   # Tandem Distributed Workbench Facility 
   3375  1.86  christos #                          Mike Bert <BERG_MIKE&tandem.com>
   3376  1.86  christos infoman         1451/tcp   # IBM Information Management
   3377  1.86  christos infoman         1451/udp   # IBM Information Management
   3378  1.86  christos #                          Karen Burns <---none--->
   3379  1.86  christos gtegsc-lm       1452/tcp   # GTE Government Systems License Man   
   3380  1.86  christos gtegsc-lm       1452/udp   # GTE Government Systems License Man   
   3381  1.86  christos #                          Mike Gregory <Gregory_Mike&msmail.iipo.gtegsc.com>
   3382  1.86  christos genie-lm        1453/tcp   # Genie License Manager                
   3383  1.86  christos genie-lm        1453/udp   # Genie License Manager                
   3384  1.86  christos #                          Paul Applegate <p.applegate2&genie.geis.com>
   3385  1.86  christos interhdl_elmd   1454/tcp   # interHDL License Manager      
   3386  1.86  christos interhdl_elmd   1454/udp   # interHDL License Manager      
   3387  1.86  christos #                          Eli Sternheim eli&interhdl.com
   3388  1.86  christos esl-lm          1455/tcp   # ESL License Manager           
   3389  1.86  christos esl-lm          1455/udp   # ESL License Manager           
   3390  1.86  christos #                          Abel Chou <abel&willy.esl.com>
   3391  1.86  christos dca             1456/tcp   # DCA           
   3392  1.86  christos dca             1456/udp   # DCA           
   3393  1.86  christos #                          Jeff Garbers <jgarbers&netcom.com>
   3394  1.86  christos valisys-lm      1457/tcp   # Valisys License Manager
   3395  1.86  christos valisys-lm      1457/udp   # Valisys License Manager
   3396  1.86  christos #                          Leslie Lincoln <leslie_lincoln&valisys.com>
   3397  1.86  christos nrcabq-lm       1458/tcp   # Nichols Research Corp.
   3398  1.86  christos nrcabq-lm       1458/udp   # Nichols Research Corp.
   3399  1.86  christos #                          Howard Cole <hcole&tumbleweed.nrcabq.com>
   3400  1.86  christos proshare1       1459/tcp   # Proshare Notebook Application
   3401  1.86  christos proshare1       1459/udp   # Proshare Notebook Application
   3402  1.86  christos proshare2       1460/tcp   # Proshare Notebook Application
   3403  1.86  christos proshare2       1460/udp   # Proshare Notebook Application
   3404  1.86  christos #                          Robin Kar <Robin_Kar&ccm.hf.intel.com>
   3405  1.86  christos ibm_wrless_lan  1461/tcp   # IBM Wireless LAN 
   3406  1.86  christos ibm_wrless_lan  1461/udp   # IBM Wireless LAN 
   3407  1.86  christos #                          <flanne&vnet.IBM.COM>
   3408  1.86  christos world-lm        1462/tcp   # World License Manager
   3409  1.86  christos world-lm        1462/udp   # World License Manager
   3410  1.86  christos #                          Michael S Amirault <ambi&world.std.com>
   3411  1.86  christos nucleus         1463/tcp   # Nucleus
   3412  1.86  christos nucleus         1463/udp   # Nucleus
   3413  1.86  christos #                          Venky Nagar <venky&fafner.Stanford.EDU>
   3414  1.86  christos msl_lmd         1464/tcp    # MSL License Manager
   3415  1.86  christos msl_lmd         1464/udp    # MSL License Manager
   3416  1.86  christos #                           Matt Timmermans
   3417  1.86  christos pipes           1465/tcp    # Pipes Platform 
   3418  1.86  christos pipes           1465/udp    # Pipes Platform  mfarlin&peerlogic.com
   3419  1.86  christos #                           Mark Farlin <mfarlin&peerlogic.com>
   3420  1.86  christos oceansoft-lm    1466/tcp    # Ocean Software License Manager
   3421  1.86  christos oceansoft-lm    1466/udp    # Ocean Software License Manager
   3422  1.86  christos #                           Randy Leonard <randy&oceansoft.com>
   3423  1.86  christos csdmbase        1467/tcp    # CSDMBASE  
   3424  1.86  christos csdmbase        1467/udp    # CSDMBASE  
   3425  1.86  christos csdm            1468/tcp    # CSDM      
   3426  1.86  christos csdm            1468/udp    # CSDM      
   3427  1.86  christos #               Robert Stabl <stabl&informatik.uni-muenchen.de>
   3428  1.86  christos aal-lm          1469/tcp    # Active Analysis Limited License Manager
   3429  1.86  christos aal-lm          1469/udp    # Active Analysis Limited License Manager
   3430  1.86  christos #                           David Snocken  +44 (71)437-7009
   3431  1.86  christos uaiact          1470/tcp    # Universal Analytics  
   3432  1.86  christos uaiact          1470/udp    # Universal Analytics  
   3433  1.86  christos #                           Mark R. Ludwig <Mark-Ludwig&uai.com>
   3434  1.86  christos csdmbase        1471/tcp    # csdmbase   
   3435  1.86  christos csdmbase        1471/udp    # csdmbase   
   3436  1.86  christos csdm            1472/tcp    # csdm       
   3437  1.86  christos csdm            1472/udp    # csdm       
   3438  1.86  christos #               Robert Stabl <stabl&informatik.uni-muenchen.de>
   3439  1.86  christos openmath        1473/tcp    # OpenMath   
   3440  1.86  christos openmath        1473/udp    # OpenMath   
   3441  1.86  christos #                           Garth Mayville <mayville&maplesoft.on.ca>
   3442  1.86  christos telefinder      1474/tcp    # Telefinder 
   3443  1.86  christos telefinder      1474/udp    # Telefinder 
   3444  1.86  christos #                           Jim White <Jim_White&spiderisland.com>
   3445  1.86  christos taligent-lm     1475/tcp    # Taligent License Manager  
   3446  1.86  christos taligent-lm     1475/udp    # Taligent License Manager  
   3447  1.86  christos #               Mark Sapsford <Mark_Sapsford@@taligent.com>
   3448  1.86  christos clvm-cfg        1476/tcp    # clvm-cfg  
   3449  1.86  christos clvm-cfg        1476/udp    # clvm-cfg  
   3450  1.86  christos #                           Eric Soderberg <seric&cup.hp.com>
   3451  1.86  christos ms-sna-server   1477/tcp    # ms-sna-server  
   3452  1.86  christos ms-sna-server   1477/udp    # ms-sna-server  
   3453  1.86  christos ms-sna-base     1478/tcp    # ms-sna-base    
   3454  1.86  christos ms-sna-base     1478/udp    # ms-sna-base    
   3455  1.86  christos #                           Gordon Mangione <gordm&microsoft.com>
   3456  1.86  christos dberegister     1479/tcp    # dberegister  
   3457  1.86  christos dberegister     1479/udp    # dberegister  
   3458  1.86  christos #                           Brian Griswold <brian&dancingbear.com>
   3459  1.86  christos pacerforum      1480/tcp    # PacerForum  
   3460  1.86  christos pacerforum      1480/udp    # PacerForum  
   3461  1.86  christos #                           Peter Caswell <pfc&pacvax.pacersoft.com>
   3462  1.86  christos airs            1481/tcp    # AIRS        
   3463  1.86  christos airs            1481/udp    # AIRS        
   3464  1.86  christos #                           Bruce Wilson, 905-771-6161
   3465  1.86  christos miteksys-lm     1482/tcp    # Miteksys License Manager
   3466  1.86  christos miteksys-lm     1482/udp    # Miteksys License Manager
   3467  1.86  christos #                           Shane McRoberts <mcroberts&miteksys.com>
   3468  1.86  christos afs             1483/tcp    # AFS License Manager   
   3469  1.86  christos afs             1483/udp    # AFS License Manager   
   3470  1.86  christos #                           Michael R. Pizolato <michael&afs.com>
   3471  1.86  christos confluent       1484/tcp    # Confluent License Manager 
   3472  1.86  christos confluent       1484/udp    # Confluent License Manager 
   3473  1.86  christos #                           James Greenfiel <jim&pa.confluent.com>
   3474  1.86  christos lansource       1485/tcp    # LANSource 
   3475  1.86  christos lansource       1485/udp    # LANSource 
   3476  1.86  christos #                           Christopher Wells <Christopher_Wells&3com.com>
   3477  1.86  christos nms_topo_serv   1486/tcp    # nms_topo_serv  
   3478  1.86  christos nms_topo_serv   1486/udp    # nms_topo_serv  
   3479  1.86  christos #                           Sylvia Siu <Sylvia_Siu&Novell.CO>
   3480  1.86  christos localinfosrvr   1487/tcp    # LocalInfoSrvr  
   3481  1.86  christos localinfosrvr   1487/udp    # LocalInfoSrvr  
   3482  1.86  christos #               Brian Matthews <brian_matthews&ibist.ibis.com>
   3483  1.86  christos docstor         1488/tcp    # DocStor  
   3484  1.86  christos docstor         1488/udp    # DocStor  
   3485  1.86  christos #                           Brian Spears <bspears&salix.com>
   3486  1.86  christos dmdocbroker     1489/tcp    # dmdocbroker  
   3487  1.86  christos dmdocbroker     1489/udp    # dmdocbroker  
   3488  1.86  christos #                           Razmik Abnous <abnous&documentum.com>
   3489  1.86  christos insitu-conf     1490/tcp    # insitu-conf  
   3490  1.86  christos insitu-conf     1490/udp    # insitu-conf  
   3491  1.86  christos #                           Paul Blacknell <paul&insitu.com>
   3492  1.86  christos anynetgateway   1491/tcp    # anynetgateway  
   3493  1.86  christos anynetgateway   1491/udp    # anynetgateway  
   3494  1.86  christos #                           Dan Poirier <poirier&VNET.IBM.COM>
   3495  1.86  christos stone-design-1  1492/tcp    # stone-design-1  
   3496  1.86  christos stone-design-1  1492/udp    # stone-design-1  
   3497  1.86  christos #                           Andrew Stone <andrew&stone.com>
   3498  1.86  christos netmap_lm       1493/tcp    # netmap_lm  
   3499  1.86  christos netmap_lm       1493/udp    # netmap_lm  
   3500  1.86  christos #                           Phillip Magson <philm&extro.ucc.su.OZ.AU>
   3501  1.86  christos ica             1494/tcp    # ica   
   3502  1.86  christos ica             1494/udp    # ica   
   3503  1.86  christos #                           John Richardson, Citrix Systems
   3504  1.86  christos cvc             1495/tcp    # cvc  
   3505  1.86  christos cvc             1495/udp    # cvc  
   3506  1.86  christos #                           Bill Davidson <billd&equalizer.cray.com>
   3507  1.86  christos liberty-lm      1496/tcp    # liberty-lm
   3508  1.86  christos liberty-lm      1496/udp    # liberty-lm
   3509  1.86  christos #                           Jim Rogers <trane!jimbo&pacbell.com>
   3510  1.86  christos rfx-lm          1497/tcp    # rfx-lm
   3511  1.86  christos rfx-lm          1497/udp    # rfx-lm
   3512  1.86  christos #                           Bill Bishop <bil&rfx.rfx.com>
   3513  1.86  christos sybase-sqlany   1498/tcp    # Sybase SQL Any
   3514  1.86  christos sybase-sqlany   1498/udp    # Sybase SQL Any
   3515  1.86  christos #                           Dave Neudoerffer <Dave.Neudoerffer&ianywhere.com>
   3516  1.86  christos fhc             1499/tcp    # Federico Heinz Consultora
   3517  1.86  christos fhc             1499/udp    # Federico Heinz Consultora
   3518  1.86  christos #                           Federico Heinz <federico&heinz.com>
   3519  1.86  christos vlsi-lm         1500/tcp    # VLSI License Manager
   3520  1.86  christos vlsi-lm         1500/udp    # VLSI License Manager
   3521  1.86  christos #                           Shue-Lin Kuo <shuelin&mdk.sanjose.vlsi.com>
   3522  1.86  christos saiscm          1501/tcp    # Satellite-data Acquisition System 3 
   3523  1.86  christos saiscm          1501/udp    # Satellite-data Acquisition System 3 
   3524  1.86  christos #                           Bill Taylor <sais&ssec.wisc.edu>
   3525  1.86  christos shivadiscovery  1502/tcp    # Shiva
   3526  1.86  christos shivadiscovery  1502/udp    # Shiva
   3527  1.86  christos #                           Jonathan Wenocur <jhw&Shiva.COM>
   3528  1.86  christos imtc-mcs        1503/tcp    # Databeam
   3529  1.86  christos imtc-mcs        1503/udp    # Databeam
   3530  1.86  christos #                           Jim Johnston <jjohnston&databeam.com>
   3531  1.86  christos evb-elm         1504/tcp    # EVB Software Engineering License Manager
   3532  1.86  christos evb-elm         1504/udp    # EVB Software Engineering License Manager
   3533  1.86  christos #                           B.G. Mahesh < mahesh&sett.com>
   3534  1.86  christos funkproxy       1505/tcp    # Funk Software, Inc.
   3535  1.86  christos funkproxy       1505/udp    # Funk Software, Inc.
   3536  1.86  christos #                           Robert D. Vincent <bert&willowpond.com>
   3537  1.86  christos utcd            1506/tcp    # Universal Time daemon (utcd)
   3538  1.86  christos utcd            1506/udp    # Universal Time daemon (utcd)
   3539  1.86  christos #                           Walter Poxon <wdp&ironwood.cray.com>
   3540  1.86  christos symplex         1507/tcp    # symplex
   3541  1.86  christos symplex         1507/udp    # symplex
   3542  1.86  christos #                           Mike Turley <turley&symplex.com>
   3543  1.86  christos diagmond        1508/tcp    # diagmond
   3544  1.86  christos diagmond        1508/udp    # diagmond
   3545  1.86  christos #                           Pete Moscatelli <moscat&hprdstl0.rose.hp.com>
   3546  1.86  christos robcad-lm       1509/tcp    # Robcad, Ltd. License Manager
   3547  1.86  christos robcad-lm       1509/udp    # Robcad, Ltd. License Manager
   3548  1.86  christos #                           Hindin Joseph <hindin%robcad&uunet.uu.net>
   3549  1.86  christos mvx-lm          1510/tcp    # Midland Valley Exploration Ltd. Lic. Man.
   3550  1.86  christos mvx-lm          1510/udp    # Midland Valley Exploration Ltd. Lic. Man.
   3551  1.86  christos #                           Neil Salter <neil&indigo2.mvel.demon.co.uk>Laszlo
   3552  1.86  christos 3l-l1           1511/tcp    # 3l-l1
   3553  1.86  christos 3l-l1           1511/udp    # 3l-l1
   3554  1.86  christos #                           Ian A. Young <iay&threel.co.uk>
   3555  1.86  christos wins            1512/tcp    # Microsoft's Windows Internet Name Service
   3556  1.86  christos wins            1512/udp    # Microsoft's Windows Internet Name Service
   3557  1.86  christos #                           Pradeep Bahl <pradeepb&microsoft.com>
   3558  1.86  christos fujitsu-dtc     1513/tcp    # Fujitsu Systems Business of America, Inc
   3559  1.86  christos fujitsu-dtc     1513/udp    # Fujitsu Systems Business of America, Inc
   3560  1.86  christos fujitsu-dtcns   1514/tcp    # Fujitsu Systems Business of America, Inc
   3561  1.86  christos fujitsu-dtcns   1514/udp    # Fujitsu Systems Business of America, Inc
   3562  1.86  christos #                           Charles A. Higgins <75730.2257&compuserve.com>
   3563  1.86  christos ifor-protocol   1515/tcp    # ifor-protocol
   3564  1.86  christos ifor-protocol   1515/udp    # ifor-protocol
   3565  1.86  christos #                           Dr. R.P. Alston <robin&gradient.com>
   3566  1.86  christos vpad            1516/tcp    # Virtual Places Audio data
   3567  1.86  christos vpad            1516/udp    # Virtual Places Audio data
   3568  1.86  christos vpac            1517/tcp    # Virtual Places Audio control
   3569  1.86  christos vpac            1517/udp    # Virtual Places Audio control
   3570  1.86  christos vpvd            1518/tcp    # Virtual Places Video data
   3571  1.86  christos vpvd            1518/udp    # Virtual Places Video data
   3572  1.86  christos vpvc            1519/tcp    # Virtual Places Video control
   3573  1.86  christos vpvc            1519/udp    # Virtual Places Video control
   3574  1.86  christos #                           Avshalom Houri <Avshalom&ubique.com>
   3575  1.86  christos atm-zip-office  1520/tcp    # atm zip office
   3576  1.86  christos atm-zip-office  1520/udp    # atm zip office
   3577  1.86  christos #                           Wilson Kwan <wilsonk%toronto&zip.atm.com>
   3578  1.86  christos ncube-lm        1521/tcp    # nCube License Manager
   3579  1.86  christos ncube-lm        1521/udp    # nCube License Manager
   3580  1.86  christos #                           Maxine Yuen <maxine&hq.ncube.com>
   3581  1.86  christos ricardo-lm      1522/tcp    # Ricardo North America License Manager
   3582  1.86  christos ricardo-lm      1522/udp    # Ricardo North America License Manager
   3583  1.86  christos #                           Mike Flemming <mf&xnet.com>
   3584  1.86  christos cichild-lm      1523/tcp    # cichild
   3585  1.86  christos cichild-lm      1523/udp    # cichild
   3586  1.86  christos #                           Andy Burgess <aab&cichlid.com>
   3587  1.86  christos ingreslock	1524/tcp    # ingres
   3588  1.86  christos ingreslock	1524/udp    # ingres
   3589  1.86  christos orasrv          1525/tcp    # oracle
   3590  1.86  christos orasrv          1525/udp    # oracle
   3591  1.86  christos prospero-np     1525/tcp    # Prospero Directory Service non-priv
   3592  1.86  christos prospero-np     1525/udp    # Prospero Directory Service non-priv
   3593  1.86  christos pdap-np         1526/tcp    # Prospero Data Access Prot non-priv 
   3594  1.86  christos pdap-np         1526/udp    # Prospero Data Access Prot non-priv 
   3595  1.86  christos #                           B. Clifford Neuman <bcn&isi.edu>
   3596  1.86  christos tlisrv          1527/tcp    # oracle
   3597  1.86  christos tlisrv          1527/udp    # oracle
   3598  1.86  christos mciautoreg      1528/tcp    # micautoreg
   3599  1.86  christos mciautoreg      1528/udp    # micautoreg
   3600  1.86  christos #                           John Klensin <klensin&MAIL1.RESTON.MCI.NET>
   3601  1.86  christos coauthor        1529/tcp    # oracle
   3602  1.86  christos coauthor        1529/udp    # oracle
   3603  1.86  christos rap-service     1530/tcp    # rap-service
   3604  1.86  christos rap-service     1530/udp    # rap-service
   3605  1.86  christos rap-listen      1531/tcp    # rap-listen
   3606  1.86  christos rap-listen      1531/udp    # rap-listen
   3607  1.86  christos #                           Phil Servita <meister&ftp.com>
   3608  1.86  christos miroconnect     1532/tcp    # miroconnect
   3609  1.86  christos miroconnect     1532/udp    # miroconnect
   3610  1.86  christos #                           Michael Fischer +49 531 21 13 0
   3611  1.86  christos virtual-places  1533/tcp    # Virtual Places Software
   3612  1.86  christos virtual-places  1533/udp    # Virtual Places Software
   3613  1.86  christos #                           Avshalom Houri <Avshalom&ubique.com> 
   3614  1.86  christos micromuse-lm    1534/tcp    # micromuse-lm    
   3615  1.86  christos micromuse-lm    1534/udp    # micromuse-lm    
   3616  1.86  christos #                           Adam Kerrison <adam&micromuse.co.uk>
   3617  1.86  christos ampr-info       1535/tcp    # ampr-info    
   3618  1.86  christos ampr-info       1535/udp    # ampr-info    
   3619  1.86  christos ampr-inter      1536/tcp    # ampr-inter
   3620  1.86  christos ampr-inter      1536/udp    # ampr-inter
   3621  1.86  christos #                           Rob Janssen <rob&sys3.pe1chl.ampr.org>
   3622  1.86  christos sdsc-lm         1537/tcp    # isi-lm
   3623  1.86  christos sdsc-lm         1537/udp    # isi-lm
   3624  1.86  christos #                           Len Wanger <lrw&sdsc.edu>
   3625  1.86  christos 3ds-lm          1538/tcp    # 3ds-lm
   3626  1.86  christos 3ds-lm          1538/udp    # 3ds-lm
   3627  1.86  christos #                           Keith Trummel <ktrummel&autodesk.com>
   3628  1.86  christos intellistor-lm  1539/tcp    # Intellistor License Manager
   3629  1.86  christos intellistor-lm  1539/udp    # Intellistor License Manager
   3630  1.86  christos #                           Ron Vaughn <rv&intellistor.com>
   3631  1.86  christos rds             1540/tcp    # rds
   3632  1.86  christos rds             1540/udp    # rds
   3633  1.86  christos rds2            1541/tcp    # rds2
   3634  1.86  christos rds2            1541/udp    # rds2
   3635  1.86  christos #                           Sudhakar Rajamannar <mobius1&cerfnet.com>
   3636  1.86  christos gridgen-elmd    1542/tcp    # gridgen-elmd
   3637  1.86  christos gridgen-elmd    1542/udp    # gridgen-elmd
   3638  1.86  christos #                           John R. Chawner +1 817 354-1004
   3639  1.86  christos simba-cs        1543/tcp    # simba-cs
   3640  1.86  christos simba-cs        1543/udp    # simba-cs
   3641  1.86  christos #                           Betsy Alexander +1 604-681-4549
   3642  1.86  christos aspeclmd        1544/tcp    # aspeclmd
   3643  1.86  christos aspeclmd        1544/udp    # aspeclmd
   3644  1.86  christos #                           V. Balaji <balaji&aspec.com>
   3645  1.86  christos vistium-share   1545/tcp    # vistium-share
   3646  1.86  christos vistium-share   1545/udp    # vistium-share
   3647  1.86  christos #                           Allison Carleton 
   3648  1.86  christos #                           <acarleto&naper1.napervilleil.ncr.com>
   3649  1.86  christos abbaccuray      1546/tcp    # abbaccuray
   3650  1.86  christos abbaccuray      1546/udp    # abbaccuray
   3651  1.86  christos #                           John Wendt 614-261-2000
   3652  1.86  christos laplink         1547/tcp    # laplink
   3653  1.86  christos laplink         1547/udp    # laplink
   3654  1.86  christos #                           Michael Crawford <MichaelC&dev.travsoft.com>
   3655  1.86  christos axon-lm         1548/tcp    # Axon License Manager
   3656  1.86  christos axon-lm         1548/udp    # Axon License Manager
   3657  1.86  christos #   Mark Pearce <<Mark_A.._Pearce/AXON_Networks_Inc..&notes.axon.com>
   3658  1.86  christos shivahose       1549/tcp    # Shiva Hose
   3659  1.86  christos shivasound      1549/udp    # Shiva Sound
   3660  1.86  christos #                           Kin Chan <kchan&shiva.com>
   3661  1.86  christos 3m-image-lm     1550/tcp    # Image Storage license manager 3M Company
   3662  1.86  christos 3m-image-lm     1550/udp    # Image Storage license manager 3M Company
   3663  1.86  christos #                           J. C. Canessa <jccanessa&mmm.com>
   3664  1.86  christos hecmtl-db       1551/tcp    # HECMTL-DB
   3665  1.86  christos hecmtl-db       1551/udp    # HECMTL-DB
   3666  1.86  christos #                           Maxime Belanger <R173&hec.ca>
   3667  1.86  christos pciarray        1552/tcp    # pciarray
   3668  1.86  christos pciarray        1552/udp    # pciarray
   3669  1.86  christos #                           Ron Folk <rfolkes&avl.com>
   3670  1.86  christos sna-cs          1553/tcp    # sna-cs
   3671  1.86  christos sna-cs          1553/udp    # sna-cs
   3672  1.86  christos #                           Tony Sowter <ts&datcon.co.uk>
   3673  1.86  christos caci-lm         1554/tcp    # CACI Products Company License Manager
   3674  1.86  christos caci-lm         1554/udp    # CACI Products Company License Manager
   3675  1.86  christos #                           Erik Blume <erikb&caciasl.com>
   3676  1.86  christos livelan         1555/tcp    # livelan
   3677  1.86  christos livelan         1555/udp    # livelan
   3678  1.86  christos #                           khedayat&roadrunner.pictel.com <Kaynam Hedayat>
   3679  1.86  christos veritas_pbx     1556/tcp    # VERITAS Private Branch Exchange
   3680  1.86  christos veritas_pbx     1556/udp    # VERITAS Private Branch Exchange                        
   3681  1.86  christos #                           Stefan Winkel <stefan&veritas.com> April 2004
   3682  1.86  christos arbortext-lm    1557/tcp    # ArborText License Manager
   3683  1.86  christos arbortext-lm    1557/udp    # ArborText License Manager
   3684  1.86  christos #                           David J. Wilson <djw&arbortext.com>
   3685  1.86  christos xingmpeg        1558/tcp    # xingmpeg
   3686  1.86  christos xingmpeg        1558/udp    # xingmpeg
   3687  1.86  christos #                           Howard Gordon <hgordon&system.xingtech.com>
   3688  1.86  christos web2host        1559/tcp    # web2host
   3689  1.86  christos web2host        1559/udp    # web2host
   3690  1.86  christos #                           Stephen Johnson <sjohnson&mindspring.com>
   3691  1.86  christos asci-val        1560/tcp    # ASCI-RemoteSHADOW
   3692  1.86  christos asci-val        1560/udp    # ASCI-RemoteSHADOW
   3693  1.86  christos #                           Benjamin Rosenberg <brosenberg&advsyscon.com>
   3694  1.86  christos facilityview    1561/tcp    # facilityview
   3695  1.86  christos facilityview    1561/udp    # facilityview
   3696  1.86  christos #                           Ed Green <egreen&pmeasuring.com>
   3697  1.86  christos pconnectmgr     1562/tcp    # pconnectmgr
   3698  1.86  christos pconnectmgr     1562/udp    # pconnectmgr
   3699  1.86  christos #                           Bob Kaiser <BKaiser&palindrome.com>
   3700  1.86  christos cadabra-lm      1563/tcp    # Cadabra License Manager
   3701  1.86  christos cadabra-lm      1563/udp    # Cadabra License Manager
   3702  1.86  christos #                           Arthur Castonguay <arthurc&doe.carleton.ca>
   3703  1.86  christos pay-per-view    1564/tcp    # Pay-Per-View
   3704  1.86  christos pay-per-view    1564/udp    # Pay-Per-View
   3705  1.86  christos #                           Brian Tung <brian&isi.edu>
   3706  1.86  christos winddlb         1565/tcp    # WinDD
   3707  1.86  christos winddlb         1565/udp    # WinDD
   3708  1.86  christos #                           Kelly Sims <kellys&garnet.wv.tek.com>
   3709  1.86  christos corelvideo      1566/tcp    # CORELVIDEO
   3710  1.86  christos corelvideo      1566/udp    # CORELVIDEO
   3711  1.86  christos #                           Ming Poon <mingp&corel.ca>
   3712  1.86  christos jlicelmd        1567/tcp    # jlicelmd
   3713  1.86  christos jlicelmd        1567/udp    # jlicelmd
   3714  1.86  christos #                           Christian Schormann <100410.3063&compuserve.com>
   3715  1.86  christos tsspmap         1568/tcp    # tsspmap
   3716  1.86  christos tsspmap         1568/udp    # tsspmap
   3717  1.86  christos #                           Paul W. Nelson <nelson&thursby.com>
   3718  1.86  christos ets             1569/tcp    # ets
   3719  1.86  christos ets             1569/udp    # ets
   3720  1.86  christos #                           Carstein Seeberg <case&boole.no> 
   3721  1.86  christos orbixd          1570/tcp    # orbixd
   3722  1.86  christos orbixd          1570/udp    # orbixd
   3723  1.86  christos #                           Bridget Walsh <bwalsh&iona.ie>
   3724  1.86  christos rdb-dbs-disp    1571/tcp    # Oracle Remote Data Base
   3725  1.86  christos rdb-dbs-disp    1571/udp    # Oracle Remote Data Base
   3726  1.86  christos #                           <mackin&us.oracle.com>
   3727  1.86  christos chip-lm         1572/tcp    # Chipcom License Manager
   3728  1.86  christos chip-lm         1572/udp    # Chipcom License Manager
   3729  1.86  christos #                           Jerry Natowitz <Jerry Natowitz>
   3730  1.86  christos itscomm-ns      1573/tcp    # itscomm-ns
   3731  1.86  christos itscomm-ns      1573/udp    # itscomm-ns
   3732  1.86  christos #                           Rich Thompson <richt&watson.ibm.com>
   3733  1.86  christos mvel-lm         1574/tcp    # mvel-lm
   3734  1.86  christos mvel-lm         1574/udp    # mvel-lm
   3735  1.86  christos #                           David Bisset <dbisset&mvel.demon.co.uk>
   3736  1.86  christos oraclenames     1575/tcp    # oraclenames
   3737  1.86  christos oraclenames     1575/udp    # oraclenames
   3738  1.86  christos #                           P.V.Shivkumar <PSHIVKUM&us.oracle.com>
   3739  1.86  christos moldflow-lm     1576/tcp    # Moldflow License Manager
   3740  1.86  christos moldflow-lm     1576/udp    # Moldflow License Manager
   3741  1.86  christos #			    Lech Laskowski <lech_laskowski&moldflow.com>
   3742  1.86  christos hypercube-lm    1577/tcp    # hypercube-lm
   3743  1.86  christos hypercube-lm    1577/udp    # hypercube-lm
   3744  1.86  christos #                           Christopher McLendon <cem&hyper.com>
   3745  1.86  christos jacobus-lm      1578/tcp    # Jacobus License Manager
   3746  1.86  christos jacobus-lm      1578/udp    # Jacobus License Manager
   3747  1.86  christos #                           Tony Cleveland <tony.cleveland&jacobus.com>
   3748  1.86  christos ioc-sea-lm      1579/tcp    # ioc-sea-lm
   3749  1.86  christos ioc-sea-lm      1579/udp    # ioc-sea-lm
   3750  1.86  christos #                           Paul Nelson <paul&ioc-sea.com>
   3751  1.86  christos tn-tl-r1        1580/tcp    # tn-tl-r1
   3752  1.86  christos tn-tl-r2        1580/udp    # tn-tl-r2
   3753  1.86  christos #                           Ed Kress <eskress&thinknet.com>
   3754  1.86  christos mil-2045-47001  1581/tcp    # MIL-2045-47001
   3755  1.86  christos mil-2045-47001  1581/udp    # MIL-2045-47001
   3756  1.86  christos #                           Eric Whitehill <eawhiteh&itt.com>
   3757  1.86  christos msims           1582/tcp    # MSIMS
   3758  1.86  christos msims           1582/udp    # MSIMS
   3759  1.86  christos #                           Glenn Olander <gjo&msi.com>
   3760  1.86  christos simbaexpress    1583/tcp    # simbaexpress
   3761  1.86  christos simbaexpress    1583/udp    # simbaexpress
   3762  1.86  christos #                           Betsy Alexander +1 604-681-4549
   3763  1.86  christos tn-tl-fd2       1584/tcp    # tn-tl-fd2
   3764  1.86  christos tn-tl-fd2       1584/udp    # tn-tl-fd2
   3765  1.86  christos #                           Ed Kress <eskress&thinknet.com>
   3766  1.86  christos intv            1585/tcp    # intv
   3767  1.86  christos intv            1585/udp    # intv
   3768  1.86  christos #                           Dermot Tynand <dtynan&claddagh.ie>
   3769  1.86  christos ibm-abtact      1586/tcp    # ibm-abtact
   3770  1.86  christos ibm-abtact      1586/udp    # ibm-abtact
   3771  1.86  christos #                           Sandeep K. Singhal <singhal&CS.Stanford.EDU>
   3772  1.86  christos pra_elmd        1587/tcp    # pra_elmd
   3773  1.86  christos pra_elmd        1587/udp    # pra_elmd
   3774  1.86  christos #                           Dennis Mastin <dennis&tasmania.platte.com>
   3775  1.86  christos triquest-lm     1588/tcp    # triquest-lm 
   3776  1.86  christos triquest-lm     1588/udp    # triquest-lm 
   3777  1.86  christos #                           Nand Kumar <nkumar&triquest-da.com>
   3778  1.86  christos vqp             1589/tcp    # VQP
   3779  1.86  christos vqp             1589/udp    # VQP
   3780  1.86  christos #                           Keith McCloghrie <kzm&cisco.com>
   3781  1.86  christos gemini-lm       1590/tcp    # gemini-lm
   3782  1.86  christos gemini-lm       1590/udp    # gemini-lm
   3783  1.86  christos #                           Tony Sawyer <tonys&gemtech.com>
   3784  1.86  christos ncpm-pm         1591/tcp    # ncpm-pm
   3785  1.86  christos ncpm-pm         1591/udp    # ncpm-pm
   3786  1.86  christos #                           Ted Power <tedp&hpinpcb.cup.hp.com>
   3787  1.86  christos commonspace     1592/tcp    # commonspace
   3788  1.86  christos commonspace     1592/udp    # commonspace
   3789  1.86  christos #                           Rob Chandhok <chandhok&within.com>
   3790  1.86  christos mainsoft-lm     1593/tcp    # mainsoft-lm
   3791  1.86  christos mainsoft-lm     1593/udp    # mainsoft-lm
   3792  1.86  christos #                           Anand Gangadharan <anand&goa.mainsoft.com>
   3793  1.86  christos sixtrak         1594/tcp    # sixtrak
   3794  1.86  christos sixtrak         1594/udp    # sixtrak
   3795  1.86  christos #                           Bob Rennie <rjrennie&wizvax.net>
   3796  1.86  christos radio           1595/tcp    # radio
   3797  1.86  christos radio           1595/udp    # radio
   3798  1.86  christos radio-sm        1596/tcp    # radio-sm
   3799  1.86  christos radio-bc        1596/udp    # radio-bc
   3800  1.86  christos #                           Ken Chapman <kchapman&isis.com>
   3801  1.86  christos orbplus-iiop    1597/tcp    # orbplus-iiop
   3802  1.86  christos orbplus-iiop    1597/udp    # orbplus-iiop
   3803  1.86  christos #                           Robert A. Kukura <kukura&apollo.hp.com>
   3804  1.86  christos picknfs         1598/tcp    # picknfs
   3805  1.86  christos picknfs         1598/udp    # picknfs
   3806  1.86  christos #                           John Lombardo <johnl&picksys.com>
   3807  1.86  christos simbaservices   1599/tcp    # simbaservices
   3808  1.86  christos simbaservices   1599/udp    # simbaservices
   3809  1.86  christos #                           Betsy Alexander +1 604-681-4549
   3810  1.86  christos issd		1600/tcp   # issd
   3811  1.86  christos issd		1600/udp   # issd
   3812  1.86  christos aas             1601/tcp   # aas
   3813  1.86  christos aas             1601/udp   # aas
   3814  1.86  christos #                          Bob Beard <bobb&lachman.com>
   3815  1.86  christos inspect         1602/tcp   # inspect
   3816  1.86  christos inspect         1602/udp   # inspect
   3817  1.86  christos #                          Frank O'Neill <frank&morse.ilo.dec.com>
   3818  1.86  christos picodbc         1603/tcp   # pickodbc
   3819  1.86  christos picodbc         1603/udp   # pickodbc
   3820  1.86  christos #                          John Lombardo <johnl&picksys.com>
   3821  1.86  christos icabrowser      1604/tcp   # icabrowser
   3822  1.86  christos icabrowser      1604/udp   # icabrowser
   3823  1.86  christos #                          Brad Pedersen <bradp&citrix.com>       
   3824  1.86  christos slp             1605/tcp   # Salutation Manager (Salutation Protocol)
   3825  1.86  christos slp             1605/udp   # Salutation Manager (Salutation Protocol)
   3826  1.86  christos slm-api         1606/tcp   # Salutation Manager (SLM-API)
   3827  1.86  christos slm-api         1606/udp   # Salutation Manager (SLM-API)
   3828  1.86  christos #                          Tohru Mori <tmori&VNET.IBM.COM>       
   3829  1.86  christos stt             1607/tcp   # stt
   3830  1.86  christos stt             1607/udp   # stt
   3831  1.86  christos #                          Ryan Bolz <ryanbo&microsoft.com>
   3832  1.86  christos smart-lm        1608/tcp   # Smart Corp. License Manager
   3833  1.86  christos smart-lm        1608/udp   # Smart Corp. License Manager
   3834  1.86  christos #                          Connie Qiu <connie&scdb.com>
   3835  1.86  christos isysg-lm        1609/tcp   # isysg-lm
   3836  1.86  christos isysg-lm        1609/udp   # isysg-lm
   3837  1.86  christos #                          Adam Curtin <adam.curtin&isysg.com>
   3838  1.86  christos taurus-wh       1610/tcp   # taurus-wh
   3839  1.86  christos taurus-wh       1610/udp   # taurus-wh
   3840  1.86  christos #                          Jeff Moffatt <jeff&taurus.com>
   3841  1.86  christos ill             1611/tcp   # Inter Library Loan
   3842  1.86  christos ill             1611/udp   # Inter Library Loan
   3843  1.86  christos #                          Niall Murphy <niallm&orca.ucd.ie>
   3844  1.86  christos netbill-trans   1612/tcp   # NetBill Transaction Server
   3845  1.86  christos netbill-trans   1612/udp   # NetBill Transaction Server
   3846  1.86  christos netbill-keyrep  1613/tcp   # NetBill Key Repository
   3847  1.86  christos netbill-keyrep  1613/udp   # NetBill Key Repository
   3848  1.86  christos netbill-cred    1614/tcp   # NetBill Credential Server
   3849  1.86  christos netbill-cred    1614/udp   # NetBill Credential Server
   3850  1.86  christos netbill-auth    1615/tcp   # NetBill Authorization Server
   3851  1.86  christos netbill-auth    1615/udp   # NetBill Authorization Server
   3852  1.86  christos netbill-prod    1616/tcp   # NetBill Product Server
   3853  1.86  christos netbill-prod    1616/udp   # NetBill Product Server
   3854  1.86  christos #                          Marvin Sirbu <sirbu+@andrew.cmu.edu>
   3855  1.86  christos nimrod-agent    1617/tcp   # Nimrod Inter-Agent Communication
   3856  1.86  christos nimrod-agent    1617/udp   # Nimrod Inter-Agent Communication
   3857  1.86  christos #                          Charles Lynn <clynn&bbn.com>
   3858  1.86  christos skytelnet       1618/tcp   # skytelnet
   3859  1.86  christos skytelnet       1618/udp   # skytelnet
   3860  1.86  christos #                          Byron Jones <byronj&bellsouth.net>
   3861  1.86  christos xs-openstorage  1619/tcp  # xs-openstorage
   3862  1.86  christos xs-openstorage  1619/udp  # xs-openstorage
   3863  1.86  christos #                         XuiS Software Ltd. <100322.2376&compuserve.com>
   3864  1.86  christos faxportwinport  1620/tcp  # faxportwinport
   3865  1.86  christos faxportwinport  1620/udp  # faxportwinport
   3866  1.86  christos #                         Chris Wells <chris_wells&lansource.com>
   3867  1.86  christos softdataphone   1621/tcp  # softdataphone
   3868  1.86  christos softdataphone   1621/udp  # softdataphone
   3869  1.86  christos #                         Dror Gill <drorgi&VNET.IBM.COM>
   3870  1.86  christos ontime          1622/tcp  # ontime
   3871  1.86  christos ontime          1622/udp  # ontime
   3872  1.86  christos #                         Keith Rhodes 810-559-5955
   3873  1.86  christos jaleosnd        1623/tcp  # jaleosnd
   3874  1.86  christos jaleosnd        1623/udp  # jaleosnd
   3875  1.86  christos #                         Christian Schormann <100410.3063&compuserve.com>
   3876  1.86  christos udp-sr-port     1624/tcp  # udp-sr-port
   3877  1.86  christos udp-sr-port     1624/udp  # udp-sr-port
   3878  1.86  christos #                         Herb Jensen <HWJensen&nfsrv.avionics.itt.com>
   3879  1.86  christos svs-omagent     1625/tcp  # svs-omagent
   3880  1.86  christos svs-omagent     1625/udp  # svs-omagent
   3881  1.86  christos #                         Alberto Berlen <aberlen&VNET.IBM.COM>
   3882  1.86  christos shockwave	1626/tcp  # Shockwave
   3883  1.86  christos shockwave	1626/udp  # Shockwave
   3884  1.86  christos #			  Sarah Allen <sallen&macromedia.com>
   3885  1.86  christos t128-gateway	1627/tcp  # T.128 Gateway
   3886  1.86  christos t128-gateway	1627/udp  # T.128 Gateway
   3887  1.86  christos #			  Phil May <pm&datcon.co.uk>
   3888  1.86  christos lontalk-norm	1628/tcp  # LonTalk normal
   3889  1.86  christos lontalk-norm	1628/udp  # LonTalk normal
   3890  1.86  christos lontalk-urgnt	1629/tcp  # LonTalk urgent
   3891  1.86  christos lontalk-urgnt	1629/udp  # LonTalk urgent
   3892  1.86  christos #			  Dan Wing <dwing&cisco.com>
   3893  1.86  christos oraclenet8cman	1630/tcp  # Oracle Net8 Cman
   3894  1.86  christos oraclenet8cman	1630/udp  # Oracle Net8 Cman
   3895  1.86  christos #			  Tong-Ming Lee <tmlee&us.oracle.com>
   3896  1.86  christos visitview	1631/tcp  # Visit view 	
   3897  1.86  christos visitview	1631/udp  # Visit view 	
   3898  1.86  christos #			  Tom Whittaker <tomw&ssec.wisc.edu>
   3899  1.86  christos pammratc	1632/tcp  # PAMMRATC
   3900  1.86  christos pammratc	1632/udp  # PAMMRATC
   3901  1.86  christos pammrpc		1633/tcp  # PAMMRPC
   3902  1.86  christos pammrpc		1633/udp  # PAMMRPC
   3903  1.86  christos #			  John Britton <johnb&peakaudio.com>
   3904  1.86  christos loaprobe	1634/tcp  # Log On America Probe
   3905  1.86  christos loaprobe	1634/udp  # Log On America Probe
   3906  1.86  christos #			  James Tavares, Log On America <krontor&loa.com> 
   3907  1.86  christos edb-server1     1635/tcp  # EDB Server 1
   3908  1.86  christos edb-server1     1635/udp  # EDB Server 1
   3909  1.86  christos #                         Carlos Portela <cportela&simple-sw.com>
   3910  1.86  christos isdc		1636/tcp  # ISP shared public data control 
   3911  1.86  christos isdc 		1636/udp  # ISP shared public data control
   3912  1.86  christos islc 		1637/tcp  # ISP shared local data control
   3913  1.86  christos islc 		1637/udp  # ISP shared local data control
   3914  1.86  christos ismc 		1638/tcp  # ISP shared management control
   3915  1.86  christos ismc 		1638/udp  # ISP shared management control
   3916  1.86  christos #                         Nick Austin <ogmion&ogmium.com>
   3917  1.86  christos cert-initiator  1639/tcp  # cert-initiator
   3918  1.86  christos cert-initiator  1639/udp  # cert-initiator
   3919  1.86  christos cert-responder  1640/tcp  # cert-responder
   3920  1.86  christos cert-responder  1640/udp  # cert-responder
   3921  1.86  christos #                         Tom Markson <markson&osmosys.incog.com>
   3922  1.86  christos invision        1641/tcp  # InVision
   3923  1.86  christos invision        1641/udp  # InVision
   3924  1.86  christos #                         Christopher Davey <niallocl&quay.ie>
   3925  1.86  christos isis-am         1642/tcp  # isis-am
   3926  1.86  christos isis-am         1642/udp  # isis-am
   3927  1.86  christos isis-ambc       1643/tcp  # isis-ambc
   3928  1.86  christos isis-ambc       1643/udp  # isis-ambc
   3929  1.86  christos #                         Ken Chapman <kchapman&isis.com>
   3930  1.86  christos saiseh          1644/tcp  # Satellite-data Acquisition System 4
   3931  1.86  christos #                         Bill Taylor <sais&ssec.wisc.edu>
   3932  1.86  christos sightline       1645/tcp  # SightLine   
   3933  1.86  christos sightline       1645/udp  # SightLine  
   3934  1.86  christos #                         admin <iana&sightlinesystems.com> 
   3935  1.86  christos sa-msg-port     1646/tcp  # sa-msg-port
   3936  1.86  christos sa-msg-port     1646/udp  # sa-msg-port
   3937  1.86  christos #                         Eric Whitehill <eawhiteh&itt.com>
   3938  1.86  christos rsap            1647/tcp  # rsap
   3939  1.86  christos rsap            1647/udp  # rsap
   3940  1.86  christos #                         Holger Reif 
   3941  1.86  christos #                         <Holger.Reif&prakinf.tu-ilmenau.de> 
   3942  1.86  christos concurrent-lm   1648/tcp  # concurrent-lm
   3943  1.86  christos concurrent-lm   1648/udp  # concurrent-lm
   3944  1.86  christos #                         Maggie Brinsford <mjb&concurrent.co.uk>
   3945  1.86  christos kermit          1649/tcp  # kermit
   3946  1.86  christos kermit          1649/udp  # kermit 
   3947  1.86  christos #                         Frank da Cruz <fdc&watsun.cc.columbia.edu>
   3948  1.86  christos nkd		1650/tcp  # nkdn
   3949  1.86  christos nkd		1650/udp  # nkd
   3950  1.86  christos shiva_confsrvr  1651/tcp  # shiva_confsrvr
   3951  1.86  christos shiva_confsrvr  1651/udp  # shiva_confsrvr
   3952  1.86  christos #                         Mike Horowitz <mah&Shiva.COM>
   3953  1.86  christos xnmp            1652/tcp  # xnmp
   3954  1.86  christos xnmp            1652/udp  # xnmp
   3955  1.86  christos #                         Ali Saleh <scomm&cerf.net>
   3956  1.86  christos alphatech-lm    1653/tcp  # alphatech-lm
   3957  1.86  christos alphatech-lm    1653/udp  # alphatech-lm
   3958  1.86  christos #                         Joseph Hauk <joseph.hauk&alphatech.com>
   3959  1.86  christos stargatealerts  1654/tcp  # stargatealerts
   3960  1.86  christos stargatealerts  1654/udp  # stargatealerts
   3961  1.86  christos #                         Tim Coppernoll
   3962  1.86  christos #                         <Tim_Coppernoll&ccm.jf.intel.com>
   3963  1.86  christos dec-mbadmin     1655/tcp  # dec-mbadmin
   3964  1.86  christos dec-mbadmin     1655/udp  # dec-mbadmin
   3965  1.86  christos dec-mbadmin-h   1656/tcp  # dec-mbadmin-h
   3966  1.86  christos dec-mbadmin-h   1656/udp  # dec-mbadmin-h
   3967  1.86  christos #                         Nick Shipman <Nick.Shipman&mrmog.reo.dec.com>
   3968  1.86  christos fujitsu-mmpdc   1657/tcp  # fujitsu-mmpdc
   3969  1.86  christos fujitsu-mmpdc   1657/udp  # fujitsu-mmpdc
   3970  1.86  christos #                         Katsumi Oomuro <NAE01421&niftyserve.or.jp>
   3971  1.86  christos sixnetudr       1658/tcp  # sixnetudr
   3972  1.86  christos sixnetudr       1658/udp  # sixnetudr
   3973  1.86  christos #                         Bob Rennie <rjrennie&wizvax.net>
   3974  1.86  christos sg-lm           1659/tcp  # Silicon Grail License Manager
   3975  1.86  christos sg-lm           1659/udp  # Silicon Grail License Manager
   3976  1.86  christos #                         William R Bishop <wrb&world.std.com>
   3977  1.86  christos skip-mc-gikreq  1660/tcp  # skip-mc-gikreq
   3978  1.86  christos skip-mc-gikreq  1660/udp  # skip-mc-gikreq
   3979  1.86  christos #                         Tom Markson <markson&osmosys.incog.com>
   3980  1.86  christos netview-aix-1   1661/tcp  # netview-aix-1
   3981  1.86  christos netview-aix-1   1661/udp  # netview-aix-1
   3982  1.86  christos netview-aix-2   1662/tcp  # netview-aix-2
   3983  1.86  christos netview-aix-2   1662/udp  # netview-aix-2
   3984  1.86  christos netview-aix-3   1663/tcp  # netview-aix-3
   3985  1.86  christos netview-aix-3   1663/udp  # netview-aix-3
   3986  1.86  christos netview-aix-4   1664/tcp  # netview-aix-4
   3987  1.86  christos netview-aix-4   1664/udp  # netview-aix-4
   3988  1.86  christos netview-aix-5   1665/tcp  # netview-aix-5
   3989  1.86  christos netview-aix-5   1665/udp  # netview-aix-5
   3990  1.86  christos netview-aix-6   1666/tcp  # netview-aix-6
   3991  1.86  christos netview-aix-6   1666/udp  # netview-aix-6
   3992  1.86  christos netview-aix-7   1667/tcp  # netview-aix-7
   3993  1.86  christos netview-aix-7   1667/udp  # netview-aix-7
   3994  1.86  christos netview-aix-8   1668/tcp  # netview-aix-8
   3995  1.86  christos netview-aix-8   1668/udp  # netview-aix-8
   3996  1.86  christos netview-aix-9   1669/tcp  # netview-aix-9
   3997  1.86  christos netview-aix-9   1669/udp  # netview-aix-9
   3998  1.86  christos netview-aix-10  1670/tcp  # netview-aix-10
   3999  1.86  christos netview-aix-10  1670/udp  # netview-aix-10
   4000  1.86  christos netview-aix-11  1671/tcp  # netview-aix-11
   4001  1.86  christos netview-aix-11  1671/udp  # netview-aix-11
   4002  1.86  christos netview-aix-12  1672/tcp  # netview-aix-12
   4003  1.86  christos netview-aix-12  1672/udp  # netview-aix-12
   4004  1.86  christos #                         Martha Crisson 
   4005  1.86  christos #                         <CRISSON&ralvm12.vnet.ibm.com>
   4006  1.86  christos proshare-mc-1   1673/tcp  # Intel Proshare Multicast
   4007  1.86  christos proshare-mc-1   1673/udp  # Intel Proshare Multicast
   4008  1.86  christos proshare-mc-2   1674/tcp  # Intel Proshare Multicast
   4009  1.86  christos proshare-mc-2   1674/udp  # Intel Proshare Multicast
   4010  1.86  christos #                         Mark Lewis <Mark_Lewis&ccm.jf.intel.com>
   4011  1.86  christos pdp             1675/tcp  # Pacific Data Products
   4012  1.86  christos pdp             1675/udp  # Pacific Data Products
   4013  1.86  christos #                         Gary Morton <mortong&pacdata.com>
   4014  1.86  christos netcomm1        1676/tcp  # netcomm1
   4015  1.86  christos netcomm2        1676/udp  # netcomm2
   4016  1.86  christos #                         Bulent Kasman <BKasman&symantec.com>
   4017  1.86  christos groupwise       1677/tcp  # groupwise
   4018  1.86  christos groupwise       1677/udp  # groupwise
   4019  1.86  christos #                         Brent Bradshaw <bbradshaw&novell.com>
   4020  1.86  christos prolink         1678/tcp  # prolink
   4021  1.86  christos prolink         1678/udp  # prolink
   4022  1.86  christos #                         Brian Abramson <brianab&soul.tv.tek.com>
   4023  1.86  christos darcorp-lm      1679/tcp  # darcorp-lm
   4024  1.86  christos darcorp-lm      1679/udp  # darcorp-lm
   4025  1.86  christos #                         <DARcorp&aol.com>
   4026  1.86  christos microcom-sbp    1680/tcp  # microcom-sbp	
   4027  1.86  christos microcom-sbp    1680/udp  # microcom-sbp	
   4028  1.86  christos #                         Boris B. Maiden <Boris_Maiden&smtp.microcom.com> 
   4029  1.86  christos sd-elmd         1681/tcp  # sd-elmd
   4030  1.86  christos sd-elmd         1681/udp  # sd-elmd
   4031  1.86  christos #                         Bryan Otey <bwo&softdesk.com>
   4032  1.86  christos lanyon-lantern  1682/tcp  # lanyon-lantern
   4033  1.86  christos lanyon-lantern  1682/udp  # lanyon-lantern
   4034  1.86  christos #                         Robin Lewis <robin.lewis&lanyon.com>
   4035  1.86  christos ncpm-hip        1683/tcp  # ncpm-hip
   4036  1.86  christos ncpm-hip        1683/udp  # ncpm-hip
   4037  1.86  christos #                         Ken Hearn <hearn&hpindacx.cup.hp.com>
   4038  1.86  christos snaresecure     1684/tcp  # SnareSecure
   4039  1.86  christos snaresecure     1684/udp  # SnareSecure
   4040  1.86  christos #                         Marty Batchelder <marty&capres.com>
   4041  1.86  christos n2nremote       1685/tcp  # n2nremote
   4042  1.86  christos n2nremote       1685/udp  # n2nremote
   4043  1.86  christos #                         Kin Chan <kchan&net2net.com>
   4044  1.86  christos cvmon           1686/tcp  # cvmon
   4045  1.86  christos cvmon           1686/udp  # cvmon
   4046  1.86  christos #                         Carol Ann Krug <carolann&hpmfas3.cup.hp.com>
   4047  1.86  christos nsjtp-ctrl      1687/tcp    # nsjtp-ctrl
   4048  1.86  christos nsjtp-ctrl      1687/udp    # nsjtp-ctrl
   4049  1.86  christos nsjtp-data      1688/tcp    # nsjtp-data
   4050  1.86  christos nsjtp-data      1688/udp    # nsjtp-data
   4051  1.86  christos #                           Orazio Granato <og&wsbgrd01.italy.hp.com>
   4052  1.86  christos firefox         1689/tcp    # firefox
   4053  1.86  christos firefox         1689/udp    # firefox
   4054  1.86  christos #                           Mark S. Edwards <marke&firefox.co.uk>
   4055  1.86  christos ng-umds         1690/tcp    # ng-umds
   4056  1.86  christos ng-umds         1690/udp    # ng-umds
   4057  1.86  christos #                           Louis E. Simard <76400.3371&compuserve.com>
   4058  1.86  christos empire-empuma   1691/tcp    # empire-empuma
   4059  1.86  christos empire-empuma   1691/udp    # empire-empuma
   4060  1.86  christos #                           Bobby Krupczak <rdk&empiretech.com>
   4061  1.86  christos sstsys-lm       1692/tcp    # sstsys-lm
   4062  1.86  christos sstsys-lm       1692/udp    # sstsys-lm
   4063  1.86  christos #                           Yih-Wu Wang <sstsys&ix.netcom.com>
   4064  1.86  christos rrirtr          1693/tcp    # rrirtr
   4065  1.86  christos rrirtr          1693/udp    # rrirtr
   4066  1.86  christos rrimwm          1694/tcp    # rrimwm
   4067  1.86  christos rrimwm          1694/udp    # rrimwm
   4068  1.86  christos rrilwm          1695/tcp    # rrilwm
   4069  1.86  christos rrilwm          1695/udp    # rrilwm
   4070  1.86  christos rrifmm          1696/tcp    # rrifmm
   4071  1.86  christos rrifmm          1696/udp    # rrifmm
   4072  1.86  christos rrisat          1697/tcp    # rrisat
   4073  1.86  christos rrisat          1697/udp    # rrisat
   4074  1.86  christos #                           Allen Briggs <briggs&access.rrinc.com>
   4075  1.86  christos rsvp-encap-1    1698/tcp    # RSVP-ENCAPSULATION-1
   4076  1.86  christos rsvp-encap-1    1698/udp    # RSVP-ENCAPSULATION-1
   4077  1.86  christos rsvp-encap-2    1699/tcp    # RSVP-ENCAPSULATION-2
   4078  1.86  christos rsvp-encap-2    1699/udp    # RSVP-ENCAPSULATION-2
   4079  1.86  christos #                           Bob Braden <braden&isi.edu>
   4080  1.86  christos mps-raft        1700/tcp    # mps-raft
   4081  1.86  christos mps-raft        1700/udp    # mps-raft
   4082  1.86  christos #                           Jason Leupen <Jleupen&aol.com>
   4083  1.86  christos l2f             1701/tcp    # l2f
   4084  1.86  christos l2f             1701/udp    # l2f
   4085  1.86  christos l2tp		1701/tcp    # l2tp
   4086  1.86  christos l2tp		1701/udp    # l2tp
   4087  1.86  christos #                           Andy Valencia <vandys&vandys-lap.cisco.com>
   4088  1.86  christos deskshare       1702/tcp    # deskshare
   4089  1.86  christos deskshare       1702/udp    # deskshare
   4090  1.86  christos #                           Sarah Thompson <sarah&telergy.com
   4091  1.86  christos hb-engine       1703/tcp    # hb-engine
   4092  1.86  christos hb-engine       1703/udp    # hb-engine
   4093  1.86  christos #                           Charles C.L. Chou >cchou&zoom.com>
   4094  1.86  christos bcs-broker      1704/tcp    # bcs-broker
   4095  1.86  christos bcs-broker      1704/udp    # bcs-broker
   4096  1.86  christos #                           Andy Warner <andyw&knoware.nl>
   4097  1.86  christos slingshot       1705/tcp    # slingshot
   4098  1.86  christos slingshot       1705/udp    # slingshot
   4099  1.86  christos #                           Paul Groarke <paulg&quay.ie>
   4100  1.86  christos jetform         1706/tcp    # jetform
   4101  1.86  christos jetform         1706/udp    # jetform
   4102  1.86  christos #                           gdeinsta <gdeinsta&jetform.com>
   4103  1.86  christos vdmplay         1707/tcp    # vdmplay
   4104  1.86  christos vdmplay         1707/udp    # vdmplay
   4105  1.86  christos #                           David Thielen <support&windward.net>
   4106  1.86  christos gat-lmd         1708/tcp    # gat-lmd
   4107  1.86  christos gat-lmd         1708/udp    # gat-lmd
   4108  1.86  christos #                           Igor Zaoutine <igor&global-tech.com>
   4109  1.86  christos centra          1709/tcp    # centra
   4110  1.86  christos centra          1709/udp    # centra
   4111  1.86  christos #                           Drew Wolff <dwolff&centra.net>
   4112  1.86  christos impera          1710/tcp    # impera
   4113  1.86  christos impera          1710/udp    # impera
   4114  1.86  christos #                           Stepehen Campbell <campbell&uniprise.com>
   4115  1.86  christos pptconference   1711/tcp    # pptconference
   4116  1.86  christos pptconference   1711/udp    # pptconference
   4117  1.86  christos #                           John Tafoya <johnt&microsoft.com>
   4118  1.86  christos registrar       1712/tcp    # resource monitoring service
   4119  1.86  christos registrar       1712/udp    # resource monitoring service
   4120  1.86  christos #                           Ron Lawson <ronaldl&hpindacx.cup.hp.com>
   4121  1.86  christos conferencetalk  1713/tcp    # ConferenceTalk
   4122  1.86  christos conferencetalk  1713/udp    # ConferenceTalk
   4123  1.86  christos #                           George Kajos <gkajos&mail1.videoserver.com>
   4124  1.86  christos sesi-lm         1714/tcp    # sesi-lm
   4125  1.86  christos sesi-lm         1714/udp    # sesi-lm
   4126  1.86  christos houdini-lm      1715/tcp    # houdini-lm
   4127  1.86  christos houdini-lm      1715/udp    # houdini-lm
   4128  1.86  christos #                           Paul Breslin <phb&SIDEFX.COM>
   4129  1.86  christos xmsg            1716/tcp    # xmsg
   4130  1.86  christos xmsg            1716/udp    # xmsg
   4131  1.86  christos #                           Mark E. Fogle <mefogle&xantel.com>
   4132  1.86  christos fj-hdnet        1717/tcp    # fj-hdnet
   4133  1.86  christos fj-hdnet        1717/udp    # fj-hdnet
   4134  1.86  christos #                           Manabu Makino <m-makino&ael.fujitsu.co.jp>
   4135  1.86  christos h323gatedisc    1718/tcp    # h323gatedisc
   4136  1.86  christos h323gatedisc    1718/udp    # h323gatedisc
   4137  1.86  christos h323gatestat    1719/tcp    # h323gatestat 
   4138  1.86  christos h323gatestat    1719/udp    # h323gatestat 
   4139  1.86  christos h323hostcall    1720/tcp    # h323hostcall
   4140  1.86  christos h323hostcall    1720/udp    # h323hostcall
   4141  1.86  christos #                           Jim Toga <jtoga&ibeam.jf.intel.com>
   4142  1.86  christos caicci          1721/tcp    # caicci
   4143  1.86  christos caicci          1721/udp    # caicci
   4144  1.86  christos #                           Sylvia Scheuren <schsy02&cai.com>
   4145  1.86  christos hks-lm          1722/tcp    # HKS License Manager
   4146  1.86  christos hks-lm          1722/udp    # HKS License Manager
   4147  1.86  christos #                           Michael Wood <wood&althea.hks.com>
   4148  1.86  christos pptp            1723/tcp    # pptp
   4149  1.86  christos pptp            1723/udp    # pptp
   4150  1.86  christos #                           Ken Crocker <kcrocker&microsoft.com>
   4151  1.86  christos csbphonemaster  1724/tcp    # csbphonemaster
   4152  1.86  christos csbphonemaster  1724/udp    # csbphonemaster
   4153  1.86  christos #                           Hans-Peter Heffels <hostmaster&csb-system.com>
   4154  1.86  christos iden-ralp       1725/tcp    # iden-ralp
   4155  1.86  christos iden-ralp       1725/udp    # iden-ralp
   4156  1.86  christos #                           Chris Stanaway <stanaway&comm.mot.com>
   4157  1.86  christos iberiagames     1726/tcp    # IBERIAGAMES
   4158  1.86  christos iberiagames     1726/udp    # IBERIAGAMES
   4159  1.86  christos #                           Jose Luis <73374.313&compuserve.com>
   4160  1.86  christos winddx          1727/tcp    # winddx
   4161  1.86  christos winddx          1727/udp    # winddx
   4162  1.86  christos #                           Bill Andrews <billa&vnd.tek.com>
   4163  1.86  christos telindus        1728/tcp    # TELINDUS
   4164  1.86  christos telindus        1728/udp    # TELINDUS
   4165  1.86  christos #                           Paul Pyck <papy&telindus.be
   4166  1.86  christos citynl          1729/tcp    # CityNL License Management
   4167  1.86  christos citynl          1729/udp    # CityNL License Management
   4168  1.86  christos #                           CityDisc >citydisc&euronet.nl>
   4169  1.86  christos roketz          1730/tcp    # roketz
   4170  1.86  christos roketz          1730/udp    # roketz
   4171  1.86  christos #                           Ahti Heinla <ahti&ahti.bluemoon.ee>
   4172  1.86  christos msiccp          1731/tcp    # MSICCP
   4173  1.86  christos msiccp          1731/udp    # MSICCP
   4174  1.86  christos #                           Max Morris <maxm&MICROSOFT.com>
   4175  1.86  christos proxim          1732/tcp    # proxim
   4176  1.86  christos proxim          1732/udp    # proxim
   4177  1.86  christos #                           Srinivas N. Mogalapalli <srinivas&proxim.com>
   4178  1.86  christos siipat          1733/tcp    # SIMS - SIIPAT Protocol for Alarm Transmission
   4179  1.86  christos siipat          1733/udp    # SIMS - SIIPAT Protocol for Alarm Transmission
   4180  1.86  christos #                           Steve Ryckman <iana&simsware.com>
   4181  1.86  christos cambertx-lm     1734/tcp    # Camber Corporation License Management
   4182  1.86  christos cambertx-lm     1734/udp    # Camber Corporation License Management
   4183  1.86  christos #                           Jeannie Burleson <jeannie&cambertx.com>
   4184  1.86  christos privatechat     1735/tcp    # PrivateChat
   4185  1.86  christos privatechat     1735/udp    # PrivateChat
   4186  1.86  christos #                           Louis E. Simard <76400.3371&CompuServe.COM>
   4187  1.86  christos street-stream   1736/tcp    # street-stream
   4188  1.86  christos street-stream   1736/udp    # street-stream
   4189  1.86  christos #                           Glenn Levitt <streetd1&ix.netcom.com>
   4190  1.86  christos ultimad         1737/tcp    # ultimad
   4191  1.86  christos ultimad         1737/udp    # ultimad
   4192  1.86  christos #                           (Michael Lanzetta <hagbard&ultimatech.com>
   4193  1.86  christos gamegen1        1738/tcp    # GameGen1
   4194  1.86  christos gamegen1        1738/udp    # GameGen1
   4195  1.86  christos #                           Glen Pearson <GlenP&multigen.com>
   4196  1.86  christos webaccess       1739/tcp    # webaccess
   4197  1.86  christos webaccess       1739/udp    # webaccess
   4198  1.86  christos #                           Christian Saether <ChristianS&asymetrix.com>
   4199  1.86  christos encore          1740/tcp    # encore
   4200  1.86  christos encore          1740/udp    # encore
   4201  1.86  christos #                           Stuart Button <button&promis.com>
   4202  1.86  christos cisco-net-mgmt  1741/tcp    # cisco-net-mgmt
   4203  1.86  christos cisco-net-mgmt  1741/udp    # cisco-net-mgmt
   4204  1.86  christos #                           John McCormack <jmac&cisco.com>
   4205  1.86  christos 3Com-nsd        1742/tcp    # 3Com-nsd
   4206  1.86  christos 3Com-nsd        1742/udp    # 3Com-nsd
   4207  1.86  christos #                           Nitza Steinberg <nitza&isd.3com.com>
   4208  1.86  christos cinegrfx-lm     1743/tcp    # Cinema Graphics License Manager
   4209  1.86  christos cinegrfx-lm     1743/udp    # Cinema Graphics License Manager
   4210  1.86  christos #                           Rodney Iwashina <rodney&cyclone.rfx.com>
   4211  1.86  christos ncpm-ft         1744/tcp    # ncpm-ft
   4212  1.86  christos ncpm-ft         1744/udp    # ncpm-ft
   4213  1.86  christos #                           Ken Hearn <hearn&hpindacx.cup.hp.com>
   4214  1.86  christos remote-winsock  1745/tcp    # remote-winsock
   4215  1.86  christos remote-winsock  1745/udp    # remote-winsock
   4216  1.86  christos #                           Avi Nathan <avin&microsoft.com>
   4217  1.86  christos ftrapid-1       1746/tcp    # ftrapid-1
   4218  1.86  christos ftrapid-1       1746/udp    # ftrapid-1
   4219  1.86  christos ftrapid-2       1747/tcp    # ftrapid-2
   4220  1.86  christos ftrapid-2       1747/udp    # ftrapid-2
   4221  1.86  christos #                           Richard J. Williams <RJW1&trpo4.tr.unisys.com>
   4222  1.86  christos oracle-em1      1748/tcp    # oracle-em1
   4223  1.86  christos oracle-em1      1748/udp    # oracle-em1
   4224  1.86  christos #                           Bob Purvy <bpurvy&us.oracle.com>
   4225  1.86  christos aspen-services  1749/tcp    # aspen-services
   4226  1.86  christos aspen-services  1749/udp    # aspen-services
   4227  1.86  christos #                           Mark B. Hurst <mhurst&aspenres.com>
   4228  1.86  christos sslp            1750/tcp    # Simple Socket Library's PortMaster
   4229  1.86  christos sslp            1750/udp    # Simple Socket Library's PortMaster
   4230  1.86  christos #                           Dr. Charles E. Campbell Jr.
   4231  1.86  christos #                           <cec&gryphon.gsfc.nasa.gov> 
   4232  1.86  christos swiftnet        1751/tcp    # SwiftNet
   4233  1.86  christos swiftnet        1751/udp    # SwiftNet
   4234  1.86  christos #                           Terry Lim <tkl&pentek.com>
   4235  1.86  christos lofr-lm         1752/tcp    # Leap of Faith Research License Manager 
   4236  1.86  christos lofr-lm         1752/udp    # Leap of Faith Research License Manager 
   4237  1.86  christos #                           
   4238  1.86  christos #               1753        Unassigned (Removed 2004-05-18)
   4239  1.86  christos oracle-em2      1754/tcp    # oracle-em2
   4240  1.86  christos oracle-em2      1754/udp    # oracle-em2
   4241  1.86  christos #                           Bob Purvy <bpurvy&us.oracle.com>
   4242  1.86  christos ms-streaming    1755/tcp    # ms-streaming
   4243  1.86  christos ms-streaming    1755/udp    # ms-streaming
   4244  1.86  christos #                           Bret O'Rourke <bretor&microsoft.com>
   4245  1.86  christos capfast-lmd     1756/tcp    # capfast-lmd
   4246  1.86  christos capfast-lmd     1756/udp    # capfast-lmd
   4247  1.86  christos #                           Chuck Neal <chuck&phase3.com>
   4248  1.86  christos cnhrp           1757/tcp    # cnhrp
   4249  1.86  christos cnhrp           1757/udp    # cnhrp
   4250  1.86  christos #                           William Stoye <wstoye&atml.co.uk>
   4251  1.86  christos tftp-mcast      1758/tcp    # tftp-mcast
   4252  1.86  christos tftp-mcast      1758/udp    # tftp-mcast
   4253  1.86  christos #                           Tom Emberson <tom&lanworks.com>
   4254  1.86  christos spss-lm         1759/tcp    # SPSS License Manager
   4255  1.86  christos spss-lm         1759/udp    # SPSS License Manager
   4256  1.86  christos #                           Tex Hull <tex&spss.com>
   4257  1.86  christos www-ldap-gw     1760/tcp    # www-ldap-gw
   4258  1.86  christos www-ldap-gw     1760/udp    # www-ldap-gw
   4259  1.86  christos #                           Nick Emery <Nick.Emery&altavista.digital.com>
   4260  1.86  christos cft-0           1761/tcp    # cft-0
   4261  1.86  christos cft-0           1761/udp    # cft-0
   4262  1.86  christos cft-1           1762/tcp    # cft-1
   4263  1.86  christos cft-1           1762/udp    # cft-1
   4264  1.86  christos cft-2           1763/tcp    # cft-2
   4265  1.86  christos cft-2           1763/udp    # cft-2
   4266  1.86  christos cft-3           1764/tcp    # cft-3
   4267  1.86  christos cft-3           1764/udp    # cft-3
   4268  1.86  christos cft-4           1765/tcp    # cft-4
   4269  1.86  christos cft-4           1765/udp    # cft-4
   4270  1.86  christos cft-5           1766/tcp    # cft-5
   4271  1.86  christos cft-5           1766/udp    # cft-5
   4272  1.86  christos cft-6           1767/tcp    # cft-6
   4273  1.86  christos cft-6           1767/udp    # cft-6
   4274  1.86  christos cft-7           1768/tcp    # cft-7
   4275  1.86  christos cft-7           1768/udp    # cft-7
   4276  1.86  christos #                           Martine Marchand 16 1 46 59 24 84
   4277  1.86  christos bmc-net-adm     1769/tcp    # bmc-net-adm
   4278  1.86  christos bmc-net-adm     1769/udp    # bmc-net-adm
   4279  1.86  christos #                           Portnoy Boxman <portnoy_boxman&bmc.com>
   4280  1.86  christos bmc-net-svc     1770/tcp    # bmc-net-svc
   4281  1.86  christos bmc-net-svc     1770/udp    # bmc-net-svc
   4282  1.86  christos #                           Portnoy Boxman <portnoy_boxman&bmc.com>
   4283  1.86  christos vaultbase       1771/tcp    # vaultbase
   4284  1.86  christos vaultbase       1771/udp    # vaultbase
   4285  1.86  christos #                           Jose A. Sesin <sesin&vaultbase.com>
   4286  1.86  christos essweb-gw       1772/tcp    # EssWeb Gateway
   4287  1.86  christos essweb-gw       1772/udp    # EssWeb Gateway
   4288  1.86  christos #                           Bob Nattenberg <bnattenberg&arborsoft.com>
   4289  1.86  christos kmscontrol      1773/tcp    # KMSControl
   4290  1.86  christos kmscontrol      1773/udp    # KMSControl
   4291  1.86  christos #                           Roy Chastain <roy&kmsys.com>
   4292  1.86  christos global-dtserv   1774/tcp    # global-dtserv
   4293  1.86  christos global-dtserv   1774/udp    # global-dtserv
   4294  1.86  christos #                           Nicholas Davies <N.Davies&globalcomm.co.uk>
   4295  1.86  christos #               1775/tcp
   4296  1.86  christos femis           1776/tcp    # Federal Emergency Management Information System
   4297  1.86  christos femis           1776/udp    # Federal Emergency Management Information System
   4298  1.86  christos #                           Larry Gerhardstein <lh_gerhardstein&pnl.gov>
   4299  1.86  christos powerguardian   1777/tcp    # powerguardian
   4300  1.86  christos powerguardian   1777/udp    # powerguardian
   4301  1.86  christos #                           Charles Bennett <chuck&benatong.com>
   4302  1.86  christos prodigy-intrnet	1778/tcp    # prodigy-internet
   4303  1.86  christos prodigy-intrnet	1778/udp    # prodigy-internet
   4304  1.86  christos #                           Bob Dedrick <bob&staff.prodigy.com>
   4305  1.86  christos pharmasoft      1779/tcp    # pharmasoft
   4306  1.86  christos pharmasoft      1779/udp    # pharmasoft
   4307  1.86  christos #                           Ola Strandberg <Ola.Strandberg&pharmasoft.se>
   4308  1.86  christos dpkeyserv       1780/tcp    # dpkeyserv
   4309  1.86  christos dpkeyserv       1780/udp    # dpkeyserv
   4310  1.86  christos #                           Yasunari Gon Yamasita <yamasita&omronsoft.co.jp>
   4311  1.86  christos answersoft-lm   1781/tcp    # answersoft-lm
   4312  1.86  christos answersoft-lm   1781/udp    # answersoft-lm 
   4313  1.86  christos #                           James A. Brewster <jimbrew&answersoft.com>
   4314  1.86  christos hp-hcip         1782/tcp    # hp-hcip
   4315  1.86  christos hp-hcip         1782/udp    # hp-hcip
   4316  1.86  christos #                           Allen Baker <abaker&boi.hp.com>
   4317  1.86  christos #               1783        Decomissioned Port 04/14/00, ms    
   4318  1.86  christos #                           <naonao&kikaku.mmp.fujitsu.co.jp> 
   4319  1.86  christos finle-lm        1784/tcp    # Finle License Manager
   4320  1.86  christos finle-lm        1784/udp    # Finle License Manager
   4321  1.86  christos #                           Dongling Wang <dongling&finle.com>
   4322  1.86  christos windlm          1785/tcp    # Wind River Systems License Manager
   4323  1.86  christos windlm          1785/udp    # Wind River Systems License Manager
   4324  1.86  christos #                           Will Dere <will&wrs.com>
   4325  1.86  christos funk-logger     1786/tcp    # funk-logger
   4326  1.86  christos funk-logger     1786/udp    # funk-logger
   4327  1.86  christos funk-license    1787/tcp    # funk-license
   4328  1.86  christos funk-license    1787/udp    # funk-license
   4329  1.86  christos #                           Cimarron Boozer <cboozer&funk.com>
   4330  1.86  christos #                           Eric Wilde <eric&funk.com>
   4331  1.86  christos psmond          1788/tcp    # psmond
   4332  1.86  christos psmond          1788/udp    # psmond
   4333  1.86  christos #                           Will Golson <golson&fc.hp.com>
   4334  1.86  christos hello           1789/tcp    # hello
   4335  1.86  christos hello           1789/udp    # hello
   4336  1.86  christos #                           D. J. Bernstein <djb&koobera.math.uic.edu>       
   4337  1.86  christos nmsp            1790/tcp    # Narrative Media Streaming Protocol
   4338  1.86  christos nmsp            1790/udp    # Narrative Media Streaming Protocol
   4339  1.86  christos #                           Paul Santinelli, Jr. <psantinelli&narrative.com>
   4340  1.86  christos ea1             1791/tcp    # EA1
   4341  1.86  christos ea1             1791/udp    # EA1
   4342  1.86  christos #                           Kirk MacLean <kmaclean&ea.com>
   4343  1.86  christos ibm-dt-2        1792/tcp    # ibm-dt-2
   4344  1.86  christos ibm-dt-2        1792/udp    # ibm-dt-2
   4345  1.86  christos #                           Sam Borman <sam_borman&uk.ibm.com>
   4346  1.86  christos rsc-robot       1793/tcp    # rsc-robot
   4347  1.86  christos rsc-robot       1793/udp    # rsc-robot
   4348  1.86  christos #                           Andrew Jay Schneider <ajs&relsoft.com>
   4349  1.86  christos cera-bcm        1794/tcp    # cera-bcm
   4350  1.86  christos cera-bcm        1794/udp    # cera-bcm
   4351  1.86  christos #                           Leo Moesgaard <leo_moesgaard&dk.ibm.com>
   4352  1.86  christos dpi-proxy       1795/tcp    # dpi-proxy
   4353  1.86  christos dpi-proxy       1795/udp    # dpi-proxy
   4354  1.86  christos #                           Charles Gordon <cgordon&digprod.com>
   4355  1.86  christos vocaltec-admin  1796/tcp    # Vocaltec Server Administration
   4356  1.86  christos vocaltec-admin  1796/udp    # Vocaltec Server Administration
   4357  1.86  christos #                           Scott Petrack <Scott_Petrack&vocaltec.com>
   4358  1.86  christos uma             1797/tcp    # UMA 
   4359  1.86  christos uma             1797/udp    # UMA
   4360  1.86  christos #                           Martin Kirk <m.kirk&opengroup.org>
   4361  1.86  christos etp             1798/tcp    # Event Transfer Protocol
   4362  1.86  christos etp             1798/udp    # Event Transfer Protocol
   4363  1.86  christos #                           Mike Wray <mjw&hplb.hpl.hp.com>
   4364  1.86  christos netrisk		1799/tcp    # NETRISK
   4365  1.86  christos netrisk		1799/udp    # NETRISK
   4366  1.86  christos #			    Kevin Green <Kevin_Green&tds.com>
   4367  1.86  christos ansys-lm	1800/tcp    # ANSYS-License manager
   4368  1.86  christos ansys-lm	1800/udp    # ANSYS-License manager
   4369  1.86  christos #			    Suzanne Lorrin <sml&ansyspo.ansys.com>
   4370  1.86  christos msmq		1801/tcp    # Microsoft Message Que
   4371  1.86  christos msmq		1801/udp    # Microsoft Message Que
   4372  1.86  christos #			    Amnon Horowitz <amnonh&MICROSOFT.com>
   4373  1.86  christos concomp1	1802/tcp    # ConComp1
   4374  1.86  christos concomp1	1802/udp    # ConComp1
   4375  1.86  christos #			    Ed Vincent <@edv&concomp.com>
   4376  1.86  christos hp-hcip-gwy	1803/tcp    # HP-HCIP-GWY
   4377  1.86  christos hp-hcip-gwy	1803/udp    # HP-HCIP-GWY
   4378  1.86  christos #			    Allen Baker <abaker&boi.hp.com>
   4379  1.86  christos enl		1804/tcp    # ENL
   4380  1.86  christos enl		1804/udp    # ENL
   4381  1.86  christos #			    Brian Olson <briolson&pacbell.net>
   4382  1.86  christos enl-name	1805/tcp    # ENL-Name
   4383  1.86  christos enl-name	1805/udp    # ENL-Name
   4384  1.86  christos #			    Brian Olson <briolson&pacbell.net>
   4385  1.86  christos musiconline	1806/tcp    # Musiconline
   4386  1.86  christos musiconline	1806/udp    # Musiconline
   4387  1.86  christos #			    Craig Weeks <cweeks&syspace.co.uk>
   4388  1.86  christos fhsp		1807/tcp    # Fujitsu Hot Standby Protocol
   4389  1.86  christos fhsp		1807/udp    # Fujitsu Hot Standby Protocol
   4390  1.86  christos #			    Eiki Iwata (eiki&nd.net.fujitsu.co.jp>
   4391  1.86  christos oracle-vp2	1808/tcp    # Oracle-VP2
   4392  1.86  christos oracle-vp2	1808/udp    # Oracle-VP2
   4393  1.86  christos #                           Craig Fowler <cfowler&us.oracle.com>
   4394  1.86  christos oracle-vp1      1809/tcp    # Oracle-VP1
   4395  1.86  christos oracle-vp1	1809/udp    # Oracle-VP1
   4396  1.86  christos #                           Craig Fowler <cfowler&us.oracle.com>
   4397  1.86  christos jerand-lm       1810/tcp    # Jerand License Manager
   4398  1.86  christos jerand-lm	1810/udp    # Jerand License Manager
   4399  1.86  christos #                           Robert Monat <jerand&jerand.com>
   4400  1.86  christos scientia-sdb    1811/tcp    # Scientia-SDB
   4401  1.86  christos scientia-sdb	1811/udp    # Scientia-SDB
   4402  1.86  christos #                           SYSTEMS MANAGER <systems-manager&scientia.com>
   4403  1.86  christos radius          1812/tcp    # RADIUS
   4404  1.86  christos radius          1812/udp    # RADIUS
   4405  1.86  christos #                           Carl Rigney <cdr&livingston.com>
   4406  1.86  christos radius-acct     1813/tcp    # RADIUS Accounting
   4407  1.86  christos radius-acct     1813/udp    # RADIUS Accounting
   4408  1.86  christos #                           Carl Rigney <cdr&livingston.com>
   4409  1.86  christos tdp-suite       1814/tcp    # TDP Suite
   4410  1.86  christos tdp-suite       1814/udp    # TDP Suite
   4411  1.86  christos #                           Rob Lockhart <rob.lockhart&mot.com>
   4412  1.86  christos mmpft		1815/tcp    # MMPFT
   4413  1.86  christos mmpft		1815/udp    # MMPFT
   4414  1.86  christos #			    Ralf Muckenhirn <FAX: 49-7622-398200>
   4415  1.86  christos #                           <Phone: 49-7622-3980>
   4416  1.86  christos harp		1816/tcp    # HARP
   4417  1.86  christos harp		1816/udp    # HARP
   4418  1.86  christos #			    Bjorn Chambless <bjorn&cs.pdx.edu>
   4419  1.86  christos rkb-oscs	1817/tcp    # RKB-OSCS
   4420  1.86  christos rkb-oscs	1817/udp    # RKB-OSCS
   4421  1.86  christos #			    Robert Kevin Breton <BOBBRETON&HOTMAIL.COM>
   4422  1.86  christos etftp           1818/tcp    # Enhanced Trivial File Transfer Protocol
   4423  1.86  christos etftp           1818/udp    # Enhanced Trivial File Transfer Protocol
   4424  1.86  christos #                           William Polites <wpolites&mitre.org>
   4425  1.86  christos plato-lm        1819/tcp    # Plato License Manager
   4426  1.86  christos plato-lm        1819/udp    # Plato License Manager
   4427  1.86  christos #                           Mark Morris <mim&ermuk.com>
   4428  1.86  christos mcagent         1820/tcp    # mcagent
   4429  1.86  christos mcagent         1820/udp    # mcagent
   4430  1.86  christos #                           Ryoichi Shinohara <shinohara&VNET.IBM.COM>
   4431  1.86  christos donnyworld      1821/tcp    # donnyworld
   4432  1.86  christos donnyworld      1821/udp    # donnyworld
   4433  1.86  christos #                           Don Oliver <don&donnyworld.com>
   4434  1.86  christos es-elmd         1822/tcp    # es-elmd
   4435  1.86  christos es-elmd         1822/udp    # es-elmd
   4436  1.86  christos #                           David Duncan <dduncan&es.com>
   4437  1.86  christos unisys-lm       1823/tcp    # Unisys Natural Language License Manager
   4438  1.86  christos unisys-lm       1823/udp    # Unisys Natural Language License Manager
   4439  1.86  christos #                           Raymond A. Diedrichs <rayd&slu.tr.unisys.com>
   4440  1.86  christos metrics-pas     1824/tcp    # metrics-pas
   4441  1.86  christos metrics-pas     1824/udp    # metrics-pas
   4442  1.86  christos #                           Tom Haapanen <tomh&metrics.com>
   4443  1.86  christos direcpc-video	1825/tcp    # DirecPC Video
   4444  1.86  christos direcpc-video	1825/udp    # DirecPC Video
   4445  1.86  christos #			    Chris Kerrigan <ckerrigan&hns.com>    
   4446  1.86  christos ardt		1826/tcp    # ARDT
   4447  1.86  christos ardt		1826/udp    # ARDT
   4448  1.86  christos #			    Mike Goddard <mike.goddard&ardent.com.au>
   4449  1.86  christos asi		1827/tcp    # ASI 
   4450  1.86  christos asi		1827/udp    # ASI 
   4451  1.86  christos #			    Bob Tournoux <bob.tournoux&usiny.mail.abb.com>
   4452  1.86  christos itm-mcell-u	1828/tcp    # itm-mcell-u
   4453  1.86  christos itm-mcell-u	1828/udp    # itm-mcell-u
   4454  1.86  christos #			    Portnoy Boxman <portnoy_boxman&bmc.com>
   4455  1.86  christos optika-emedia	1829/tcp    # Optika eMedia 
   4456  1.86  christos optika-emedia	1829/udp    # Optika eMedia 
   4457  1.86  christos #			    Daryle DeBalski <ddebalski&optika.com>
   4458  1.86  christos net8-cman	1830/tcp    # Oracle Net8 CMan Admin
   4459  1.86  christos net8-cman	1830/udp    # Oracle Net8 CMan Admin
   4460  1.86  christos #			    Shuvayu Kanjilal
   4461  1.86  christos myrtle		1831/tcp    # Myrtle
   4462  1.86  christos myrtle		1831/udp    # Myrtle
   4463  1.86  christos #			    Ron Achin <RAchin&genscan.com>
   4464  1.86  christos tht-treasure	1832/tcp    # ThoughtTreasure
   4465  1.86  christos tht-treasure	1832/udp    # ThoughtTreasure
   4466  1.86  christos #			    Erik Mueller <erik&signiform.com>
   4467  1.86  christos udpradio	1833/tcp    # udpradio
   4468  1.86  christos udpradio	1833/udp    # udpradio
   4469  1.86  christos #			    Guus Sliepen <guus&warande3094.warande.uu.nl>
   4470  1.86  christos ardusuni	1834/tcp    # ARDUS Unicast
   4471  1.86  christos ardusuni	1834/udp    # ARDUS Unicast
   4472  1.86  christos ardusmul	1835/tcp    # ARDUS Multicast
   4473  1.86  christos ardusmul	1835/udp    # ARDUS Multicast
   4474  1.86  christos #			    Toshikatsu Ito <ito-t&pfu.co.jp>
   4475  1.86  christos ste-smsc	1836/tcp    # ste-smsc
   4476  1.86  christos ste-smsc	1836/udp    # ste-smsc
   4477  1.86  christos #			    Tom Snauwaert <tom.snauwaert&st-electronics.be>
   4478  1.86  christos csoft1		1837/tcp    # csoft1
   4479  1.86  christos csoft1		1837/udp    # csoft1
   4480  1.86  christos #			    John Coll <john&csoft.co.uk> 
   4481  1.86  christos talnet		1838/tcp    # TALNET
   4482  1.86  christos talnet		1838/udp    # TALNET
   4483  1.86  christos #			    Aaron Lav <aaron&taltrade.com>
   4484  1.86  christos netopia-vo1	1839/tcp    # netopia-vo1
   4485  1.86  christos netopia-vo1	1839/udp    # netopia-vo1
   4486  1.86  christos netopia-vo2	1840/tcp    # netopia-vo2
   4487  1.86  christos netopia-vo2	1840/udp    # netopia-vo2
   4488  1.86  christos netopia-vo3	1841/tcp    # netopia-vo3
   4489  1.86  christos netopia-vo3	1841/udp    # netopia-vo3
   4490  1.86  christos netopia-vo4	1842/tcp    # netopia-vo4
   4491  1.86  christos netopia-vo4	1842/udp    # netopia-vo4
   4492  1.86  christos netopia-vo5	1843/tcp    # netopia-vo5
   4493  1.86  christos netopia-vo5	1843/udp    # netopia-vo5
   4494  1.86  christos #			    Marc Epard <marc&netopia.com>
   4495  1.86  christos direcpc-dll	1844/tcp    # DirecPC-DLL
   4496  1.86  christos direcpc-dll	1844/udp    # DirecPC-DLL
   4497  1.86  christos #			    Chris Kerrigan <ckerrigan&hns.com>
   4498  1.86  christos altalink        1845/tcp    # altalink
   4499  1.86  christos altalink        1845/udp    # altalink
   4500  1.86  christos #                           Alberto Raydan <alberto&altasol.com>
   4501  1.86  christos tunstall-pnc    1846/tcp    # Tunstall PNC
   4502  1.86  christos tunstall-pnc    1846/udp    # Tunstall PNC
   4503  1.86  christos #                           Robert M. Moore <r_moore&tunstall.co.uk>
   4504  1.86  christos slp-notify      1847/tcp    # SLP Notification
   4505  1.86  christos slp-notify      1847/udp    # SLP Notification
   4506  1.86  christos #                           James Kempf <james.kempf&sun.com> 
   4507  1.86  christos fjdocdist       1848/tcp    # fjdocdist
   4508  1.86  christos fjdocdist       1848/udp    # fjdocdist
   4509  1.86  christos #                           Yuichi Ohiwa <y-ohiwa&ael.fujitsu.co.jp>
   4510  1.86  christos alpha-sms       1849/tcp    # ALPHA-SMS
   4511  1.86  christos alpha-sms       1849/udp    # ALPHA-SMS
   4512  1.86  christos #                           Benjamin Grimm <bg&webnetix.de> 
   4513  1.86  christos gsi		1850/tcp    # GSI
   4514  1.86  christos gsi		1850/udp    # GSI
   4515  1.86  christos #			    William Mullaney <mullanwi&usa.net>
   4516  1.86  christos ctcd		1851/tcp    # ctcd
   4517  1.86  christos ctcd		1851/udp    # ctcd
   4518  1.86  christos #			    John Ryan <john&cybertrace.com>
   4519  1.86  christos virtual-time    1852/tcp    # Virtual Time
   4520  1.86  christos virtual-time    1852/udp    # Virtual Time
   4521  1.86  christos #                           Angie S. Morner <webmaster&dsbcpas.com>
   4522  1.86  christos vids-avtp       1853/tcp    # VIDS-AVTP
   4523  1.86  christos vids-avtp       1853/udp    # VIDS-AVTP
   4524  1.86  christos #                           Sascha Kuemmel <kuemmel&vidsoft.de>
   4525  1.86  christos buddy-draw      1854/tcp    # Buddy Draw
   4526  1.86  christos buddy-draw      1854/udp    # Buddy Draw
   4527  1.86  christos #                           Marvin Shin <president&medialingo.com>  
   4528  1.86  christos fiorano-rtrsvc  1855/tcp    # Fiorano RtrSvc
   4529  1.86  christos fiorano-rtrsvc  1855/udp    # Fiorano RtrSvc
   4530  1.86  christos fiorano-msgsvc  1856/tcp    # Fiorano MsgSvc
   4531  1.86  christos fiorano-msgsvc  1856/udp    # Fiorano MsgSvc
   4532  1.86  christos #                           Albert Holt <alberth&fiorano.com> 
   4533  1.86  christos datacaptor      1857/tcp    # DataCaptor
   4534  1.86  christos datacaptor      1857/udp    # DataCaptor
   4535  1.86  christos #                           Steven M. Forrester <StevenF&CapsuleTech.com>
   4536  1.86  christos privateark      1858/tcp    # PrivateArk
   4537  1.86  christos privateark      1858/udp    # PrivateArk
   4538  1.86  christos #                           Ronen Zoran <ronenz&cyber-ark.com>  
   4539  1.86  christos gammafetchsvr   1859/tcp    # Gamma Fetcher Server
   4540  1.86  christos gammafetchsvr   1859/udp    # Gamma Fetcher Server
   4541  1.86  christos #                           Cnaan Aviv <cnaan&gammasite.com>     
   4542  1.86  christos sunscalar-svc	1860/tcp    # SunSCALAR Services
   4543  1.86  christos sunscalar-svc	1860/udp    # SunSCALAR Services
   4544  1.86  christos #			    Sanjay Radia <srradia&kasumbi.Eng.Sun.COM>
   4545  1.86  christos lecroy-vicp	1861/tcp    # LeCroy VICP
   4546  1.86  christos lecroy-vicp	1861/udp    # LeCroy VICP
   4547  1.86  christos #			    Anthony Cake <anthonyrc&lecroy.com>
   4548  1.86  christos techra-server	1862/tcp    # techra-server
   4549  1.86  christos techra-server	1862/udp    # techra-server
   4550  1.86  christos #			    Roy Lyseng <roy.lyseng&maxware.no>
   4551  1.86  christos msnp		1863/tcp    # MSNP
   4552  1.86  christos msnp		1863/udp    # MSNP
   4553  1.86  christos #			    William Lai <wlai&microsoft.com>
   4554  1.86  christos paradym-31port	1864/tcp    # Paradym 31 Port
   4555  1.86  christos paradym-31port	1864/udp    # Paradym 31 Port
   4556  1.86  christos #			    David Wooden <dwooden&wizdom.com>
   4557  1.86  christos entp		1865/tcp    # ENTP
   4558  1.86  christos entp		1865/udp    # ENTP
   4559  1.86  christos #			    Seiko Epson <Ishida.Hitoshi&exc.epson.co.jp>
   4560  1.86  christos swrmi           1866/tcp    # swrmi
   4561  1.86  christos swrmi           1866/udp    # swrmi
   4562  1.86  christos #                           Jun Yoshii <yoshii&ael.fujitsu.co.jp> 
   4563  1.86  christos udrive          1867/tcp    # UDRIVE
   4564  1.86  christos udrive          1867/udp    # UDRIVE
   4565  1.86  christos #                           Robby Walker <webmaster&cd-lab.com>
   4566  1.86  christos viziblebrowser  1868/tcp    # VizibleBrowser
   4567  1.86  christos viziblebrowser  1868/udp    # VizibleBrowser
   4568  1.86  christos #                           Jimmy Talbot <jtalbot&vizible.com> 
   4569  1.86  christos transact        1869/tcp    # TransAct
   4570  1.86  christos transact        1869/udp    # TransAct
   4571  1.86  christos #                           TransAct Futures Development Team <1869info&transactfutures.com> 
   4572  1.86  christos sunscalar-dns   1870/tcp    # SunSCALAR DNS Service
   4573  1.86  christos sunscalar-dns	1870/udp    # SunSCALAR DNS Service
   4574  1.86  christos #                           Sanjay Radia <srradia&kasumbi.Eng.Sun.COM>
   4575  1.86  christos canocentral0	1871/tcp    # Cano Central 0
   4576  1.86  christos canocentral0	1871/udp    # Cano Central 0
   4577  1.86  christos canocentral1	1872/tcp    # Cano Central 1
   4578  1.86  christos canocentral1	1872/udp    # Cano Central 1
   4579  1.86  christos #			    Mark McNamara <markm&research.canon.com.au>
   4580  1.86  christos fjmpjps		1873/tcp    # Fjmpjps
   4581  1.86  christos fjmpjps		1873/udp    # Fjmpjps
   4582  1.86  christos fjswapsnp	1874/tcp    # Fjswapsnp
   4583  1.86  christos fjswapsnp	1874/udp    # Fjswapsnp
   4584  1.86  christos #			    Y. Ohiwa <y-ohiwa&ael.fujitsu.co.jp>
   4585  1.86  christos westell-stats   1875/tcp    # westell stats
   4586  1.86  christos westell-stats   1875/udp    # westell stats
   4587  1.86  christos #                           Thomas McCabe <tmcca&westell.com>
   4588  1.86  christos ewcappsrv       1876/tcp    # ewcappsrv
   4589  1.86  christos ewcappsrv       1876/udp    # ewcappsrv
   4590  1.86  christos #                           Howard Yin <howard.yin&ericsson.com>
   4591  1.86  christos hp-webqosdb     1877/tcp    # hp-webqosdb
   4592  1.86  christos hp-webqosdb     1877/udp    # hp-webqosdb
   4593  1.86  christos #                           Kim Scott <kims&cup.hp.com>
   4594  1.86  christos drmsmc          1878/tcp    # drmsmc
   4595  1.86  christos drmsmc          1878/udp    # drmsmc
   4596  1.86  christos #                           Katsuhiko Abe <kabe&hst.fujitsu.co.jp>
   4597  1.86  christos nettgain-nms    1879/tcp    # NettGain NMS
   4598  1.86  christos nettgain-nms    1879/udp    # NettGain NMS
   4599  1.86  christos #                           Dr. Yair Shapira <yair&flashnetworks.com>
   4600  1.86  christos vsat-control    1880/tcp    # Gilat VSAT Control
   4601  1.86  christos vsat-control    1880/udp    # Gilat VSAT Control
   4602  1.86  christos #                           Yariv Kaplan <yarivk&gilat.com> 
   4603  1.86  christos ibm-mqseries2	1881/tcp    # IBM WebSphere MQ Everyplace
   4604  1.86  christos ibm-mqseries2	1881/udp    # IBM WebSphere MQ Everyplace
   4605  1.86  christos #                           Jane Porter <janeporter&uk.ibm.com>
   4606  1.86  christos ecsqdmn         1882/tcp    # CA eTrust Common Services
   4607  1.86  christos ecsqdmn         1882/udp    # CA eTrust Common Services
   4608  1.86  christos #                           Paul Wissmiller <Paul.Wissmiller&ca.com>
   4609  1.86  christos ibm-mqisdp      1883/tcp    # IBM MQSeries SCADA
   4610  1.86  christos ibm-mqisdp      1883/udp    # IBM MQSeries SCADA
   4611  1.86  christos #                           Andy Stanford-Clark <andysc&uk.ibm.com>
   4612  1.86  christos idmaps          1884/tcp    # Internet Distance Map Svc
   4613  1.86  christos idmaps          1884/udp    # Internet Distance Map Svc
   4614  1.86  christos #                           Sugih Jamim <jamin&eecs.umich.edu> 
   4615  1.86  christos vrtstrapserver  1885/tcp    # Veritas Trap Server
   4616  1.86  christos vrtstrapserver  1885/udp    # Veritas Trap Server
   4617  1.86  christos #                           Russell Thrasher <rthrashe&veritas.com>
   4618  1.86  christos leoip           1886/tcp    # Leonardo over IP
   4619  1.86  christos leoip           1886/udp    # Leonardo over IP
   4620  1.86  christos #                           Dietmar Finkler <d.finkler&hermstedt.de>
   4621  1.86  christos filex-lport     1887/tcp    # FileX Listening Port
   4622  1.86  christos filex-lport     1887/udp    # FileX Listening Port
   4623  1.86  christos #                           Megan Woods <meganwoods&datafast.net.au>
   4624  1.86  christos ncconfig        1888/tcp    # NC Config Port
   4625  1.86  christos ncconfig        1888/udp    # NC Config Port
   4626  1.86  christos #                           Simon Parker <simon.j.parker&philips.com>
   4627  1.86  christos unify-adapter   1889/tcp    # Unify Web Adapter Service
   4628  1.86  christos unify-adapter   1889/udp    # Unify Web Adapter Service
   4629  1.86  christos #                           Duane Gibson <ianaportmaster&unify.com>
   4630  1.86  christos wilkenlistener  1890/tcp    # wilkenListener
   4631  1.86  christos wilkenlistener  1890/udp    # wilkenListener
   4632  1.86  christos #                           Wilken GmbH <fy&wilken.de> 
   4633  1.86  christos childkey-notif	1891/tcp    # ChildKey Notification
   4634  1.86  christos childkey-notif  1891/udp    # ChildKey Notification
   4635  1.86  christos childkey-ctrl   1892/tcp    # ChildKey Control
   4636  1.86  christos childkey-ctrl   1892/udp    # ChildKey Control 	
   4637  1.86  christos #                           Ivan Berardinelli <ivan&gestweb.com>
   4638  1.86  christos elad            1893/tcp    # ELAD Protocol
   4639  1.86  christos elad            1893/udp    # ELAD Protocol
   4640  1.86  christos #                           Franco Milan <franco&eladit.com>
   4641  1.86  christos o2server-port	1894/tcp    # O2Server Port
   4642  1.86  christos o2server-port   1894/udp    # O2Server Port
   4643  1.86  christos #                           Tim Howard <timothygh&hotmail.com> 	
   4644  1.86  christos #####  Microsoft (unoffically) using 1895     #####  
   4645  1.86  christos b-novative-ls   1896/tcp    # b-novative license server
   4646  1.86  christos b-novative-ls   1896/udp    # b-novative license server
   4647  1.86  christos #                           Matthias Riese <Matthias.Riese&b-novative.de>
   4648  1.86  christos metaagent       1897/tcp    # MetaAgent
   4649  1.86  christos metaagent       1897/udp    # MetaAgent
   4650  1.86  christos #                           Marie-France Dubreuil <Marie-France.Dubreuil&evidian.com> 
   4651  1.86  christos cymtec-port	1898/tcp    # Cymtec secure management
   4652  1.86  christos cymtec-port     1898/udp    # Cymtec secure management
   4653  1.86  christos #                           Michael Mester <mmester&cymtec.com>
   4654  1.86  christos mc2studios	1899/tcp    # MC2Studios
   4655  1.86  christos mc2studios	1899/udp    # MC2Studios
   4656  1.86  christos #			    Michael Coon <michael&thecube.com>	
   4657  1.86  christos ssdp		1900/tcp    # SSDP
   4658  1.86  christos ssdp		1900/udp    # SSDP
   4659  1.86  christos #			    Yaron Goland <yarong&microsoft.com>
   4660  1.86  christos fjicl-tep-a     1901/tcp    # Fujitsu ICL Terminal Emulator Program A
   4661  1.86  christos fjicl-tep-a     1901/udp    # Fujitsu ICL Terminal Emulator Program A
   4662  1.86  christos #                           Bob Lyon <bl&oasis.icl.co.uk>
   4663  1.86  christos fjicl-tep-b     1902/tcp    # Fujitsu ICL Terminal Emulator Program B
   4664  1.86  christos fjicl-tep-b     1902/udp    # Fujitsu ICL Terminal Emulator Program B
   4665  1.86  christos #                           Bob Lyon <bl&oasis.icl.co.uk>
   4666  1.86  christos linkname        1903/tcp    # Local Link Name Resolution
   4667  1.86  christos linkname        1903/udp    # Local Link Name Resolution
   4668  1.86  christos #                           Dan Harrington <dth&lucent.com>
   4669  1.86  christos fjicl-tep-c     1904/tcp    # Fujitsu ICL Terminal Emulator Program C
   4670  1.86  christos fjicl-tep-c     1904/udp    # Fujitsu ICL Terminal Emulator Program C
   4671  1.86  christos #                           Bob Lyon <bl&oasis.icl.co.uk>
   4672  1.86  christos sugp   		1905/tcp    # Secure UP.Link Gateway Protocol
   4673  1.86  christos sugp            1905/udp    # Secure UP.Link Gateway Protocol
   4674  1.86  christos #			    Peter King <king&uplanet.com>
   4675  1.86  christos tpmd		1906/tcp    # TPortMapperReq
   4676  1.86  christos tpmd		1906/udp    # TPortMapperReq
   4677  1.86  christos # 			    Sheila Devins <sheila_devins&VNET.IBM.COM>
   4678  1.86  christos intrastar	1907/tcp    # IntraSTAR
   4679  1.86  christos intrastar	1907/udp    # IntraSTAR
   4680  1.86  christos #			    Peter Schoenberger <ps&teles.de>
   4681  1.86  christos dawn		1908/tcp    # Dawn
   4682  1.86  christos dawn		1908/udp    # Dawn
   4683  1.86  christos #			    Michael Crawford <michaelc&travsoft.com>
   4684  1.86  christos global-wlink	1909/tcp    # Global World Link
   4685  1.86  christos global-wlink	1909/udp    # Global World Link
   4686  1.86  christos #			    Nicholas Davies <N.Davies&globalcomm.co.uk>
   4687  1.86  christos ultrabac        1910/tcp    # UltraBac Software communications port
   4688  1.86  christos ultrabac        1910/udp    # UltraBac Software communications port
   4689  1.86  christos #                           Paul Bunn <iana&ultrabac.com>	
   4690  1.86  christos mtp             1911/tcp    # Starlight Networks Multimedia Transport Protocol
   4691  1.86  christos mtp             1911/udp    # Starlight Networks Multimedia Transport Protocol
   4692  1.86  christos #                           Bruce Lieberman <brucel&iserver.starlight.com>
   4693  1.86  christos rhp-iibp	1912/tcp    # rhp-iibp	
   4694  1.86  christos rhp-iibp	1912/udp    # rhp-iibp	
   4695  1.86  christos #			    George Nachman
   4696  1.86  christos #                           Tom Lake <tlake&m-ware.com>
   4697  1.86  christos armadp          1913/tcp    # armadp
   4698  1.86  christos armadp          1913/udp    # armadp
   4699  1.86  christos #                           Kevin Welton <Kevin.Welton&armltd.co.uk>
   4700  1.86  christos elm-momentum    1914/tcp    # Elm-Momentum
   4701  1.86  christos elm-momentum    1914/udp    # Elm-Momentum
   4702  1.86  christos #                           Willie Wu <willie&mds.com>
   4703  1.86  christos facelink        1915/tcp    # FACELINK
   4704  1.86  christos facelink        1915/udp    # FACELINK
   4705  1.86  christos #                           J.H. Hermans <j.h.hermans&hiscom.nl>
   4706  1.86  christos persona         1916/tcp    # Persoft Persona
   4707  1.86  christos persona         1916/udp    # Persoft Persona
   4708  1.86  christos #                           Tom Spidell <spidell&persoft.com>
   4709  1.86  christos noagent		1917/tcp    # nOAgent
   4710  1.86  christos noagent		1917/udp    # nOAgent
   4711  1.86  christos #			    Martin Bestmann <martin&datawatch.de>
   4712  1.86  christos can-nds   	1918/tcp    # IBM Tivole Directory Service - NDS    
   4713  1.86  christos can-nds		1918/udp    # IBM Tivole Directory Service - NDS
   4714  1.86  christos can-dch		1919/tcp    # IBM Tivoli Directory Service - DCH
   4715  1.86  christos can-dch   	1919/udp    # IBM Tivoli Directory Service - DCH
   4716  1.86  christos can-ferret	1920/tcp    # IBM Tivoli Directory Service - FERRET
   4717  1.86  christos can-ferret	1920/udp    # IBM Tivoli Directory Service - FERRET
   4718  1.86  christos #			    nic catrambone <ncatramb&us.ibm.com>
   4719  1.86  christos noadmin		1921/tcp    # NoAdmin
   4720  1.86  christos noadmin		1921/udp    # NoAdmin
   4721  1.86  christos #			    Martin Bestmann <martin&datawatch.de>
   4722  1.86  christos tapestry	1922/tcp    # Tapestry	
   4723  1.86  christos tapestry	1922/udp    # Tapestry	
   4724  1.86  christos #			    Ken Oliver <koliver02&yahoo.com>
   4725  1.86  christos spice		1923/tcp    # SPICE
   4726  1.86  christos spice		1923/udp    # SPICE
   4727  1.86  christos #			    Nicholas Chua <nick&sendit.se>
   4728  1.86  christos xiip		1924/tcp    # XIIP
   4729  1.86  christos xiip		1924/udp    # XIIP
   4730  1.86  christos #			    Alain Robert <Alain.Robert&HMRinc.com>	
   4731  1.86  christos discovery-port  1925/tcp    # Surrogate Discovery Port
   4732  1.86  christos discovery-port  1925/udp    # Surrogate Discovery Port
   4733  1.86  christos #                           Keith Thompson <keith.thompson&sun.com>
   4734  1.86  christos egs             1926/tcp    # Evolution Game Server
   4735  1.86  christos egs             1926/udp    # Evolution Game Server
   4736  1.86  christos #                           Simon Butcher <simonb&alien.net.au>
   4737  1.86  christos videte-cipc     1927/tcp    # Videte CIPC Port
   4738  1.86  christos videte-cipc     1927/udp    # Videte CIPC Port
   4739  1.86  christos #                           Videte IT <info&videte.com>
   4740  1.86  christos emsd-port       1928/tcp    # Expnd Maui Srvr Dscovr
   4741  1.86  christos emsd-port       1928/udp    # Expnd Maui Srvr Dscovr
   4742  1.86  christos #                           Edo Yahav <standards&expand.com>
   4743  1.86  christos bandwiz-system  1929/tcp    # Bandwiz System - Server
   4744  1.86  christos bandwiz-system  1929/udp    # Bandwiz System - Server
   4745  1.86  christos #                           Joseph Weihs <yossi&bandwiz.com>
   4746  1.86  christos driveappserver	1930/tcp    # Drive AppServer
   4747  1.86  christos driveappserver	1930/udp    # Drive AppServer
   4748  1.86  christos #			    Andrew Johnson
   4749  1.86  christos #			    <andrew.johnson&bliss-support.demon.co.uk>
   4750  1.86  christos amdsched	1931/tcp    # AMD SCHED
   4751  1.86  christos amdsched	1931/udp    # AMD SCHED
   4752  1.86  christos #			    Michael Walsh <mww&warwick.net>
   4753  1.86  christos ctt-broker      1932/tcp    # CTT Broker
   4754  1.86  christos ctt-broker      1932/udp    # CTT Broker
   4755  1.86  christos #                           Jens Edlund <edlund&speech.kth.se>
   4756  1.86  christos xmapi		1933/tcp    # IBM LM MT Agent
   4757  1.86  christos xmapi           1933/udp    # IBM LM MT Agent
   4758  1.86  christos xaapi           1934/tcp    # IBM LM Appl Agent
   4759  1.86  christos xaapi           1934/udp    # IBM LM Appl Agent
   4760  1.86  christos #                           Helga Wolin <hwolin&us.ibm.com>
   4761  1.86  christos macromedia-fcs  1935/tcp    # Macromedia Flash Communications Server MX
   4762  1.86  christos macromedia-fcs  1935/udp    # Macromedia Flash Communications server MX
   4763  1.86  christos #                           Pritham Shetty <pritham&macromedia.com> 
   4764  1.86  christos jetcmeserver    1936/tcp    # JetCmeServer Server Port
   4765  1.86  christos jetcmeserver    1936/udp    # JetCmeServer Server Port
   4766  1.86  christos jwserver        1937/tcp    # JetVWay Server Port
   4767  1.86  christos jwserver        1937/udp    # JetVWay Server Port
   4768  1.86  christos jwclient        1938/tcp    # JetVWay Client Port
   4769  1.86  christos jwclient        1938/udp    # JetVWay Client Port
   4770  1.86  christos jvserver        1939/tcp    # JetVision Server Port
   4771  1.86  christos jvserver        1939/udp    # JetVision Server Port
   4772  1.86  christos jvclient        1940/tcp    # JetVision Client Port
   4773  1.86  christos jvclient        1940/udp    # JetVision Client Port
   4774  1.86  christos #                           Stephen Tsun <stsun&jetstream.com>
   4775  1.86  christos dic-aida        1941/tcp    # DIC-Aida
   4776  1.86  christos dic-aida        1941/udp    # DIC-Aida
   4777  1.86  christos #                           Frans S.C. Witte <fscwitte&dicgroep.nl> 
   4778  1.86  christos res             1942/tcp    # Real Enterprise Service
   4779  1.86  christos res             1942/udp    # Real Enterprise Service
   4780  1.86  christos #                           Bob Janssen <bob&res.nl>
   4781  1.86  christos beeyond-media   1943/tcp    # Beeyond Media
   4782  1.86  christos beeyond-media   1943/udp    # Beeyond Media
   4783  1.86  christos #                           Bob Deblier <bob&virtualunlimited.com>
   4784  1.86  christos close-combat    1944/tcp    # close-combat
   4785  1.86  christos close-combat    1944/udp    # close-combat
   4786  1.86  christos #                           David Hua <davhua&microsoft.com>
   4787  1.86  christos dialogic-elmd   1945/tcp    # dialogic-elmd
   4788  1.86  christos dialogic-elmd   1945/udp    # dialogic-elmd
   4789  1.86  christos #                           Roger Kay <r.kay&nz.dialogic.com>
   4790  1.86  christos tekpls          1946/tcp    # tekpls
   4791  1.86  christos tekpls          1946/udp    # tekpls
   4792  1.86  christos #                           Brian Abramson <brianab&vnd.tek.com>
   4793  1.86  christos hlserver        1947/tcp    # hlserver
   4794  1.86  christos hlserver        1947/udp    # hlserver
   4795  1.86  christos #                           Michael Zzunke <mzunke&fast-ag.de>
   4796  1.86  christos eye2eye         1948/tcp    # eye2eye
   4797  1.86  christos eye2eye         1948/udp    # eye2eye
   4798  1.86  christos #                           Trevor Bell <Trevor&iguana.iosoftware.com>
   4799  1.86  christos ismaeasdaqlive  1949/tcp    # ISMA Easdaq Live
   4800  1.86  christos ismaeasdaqlive  1949/udp    # ISMA Easdaq Live
   4801  1.86  christos ismaeasdaqtest  1950/tcp    # ISMA Easdaq Test
   4802  1.86  christos ismaeasdaqtest  1950/udp    # ISMA Easdaq Test
   4803  1.86  christos #                           Stephen Dunne <sdun&isma.co.uk>
   4804  1.86  christos bcs-lmserver    1951/tcp    # bcs-lmserver
   4805  1.86  christos bcs-lmserver    1951/udp    # bcs-lmserver
   4806  1.86  christos #                           Andy Warner <andyw&knoware.nl>
   4807  1.86  christos mpnjsc		1952/tcp    # mpnjsc
   4808  1.86  christos mpnjsc		1952/udp    # mpnjsc
   4809  1.86  christos #			    Takenori Miyahara <miyahara&pfu.co.jp>	
   4810  1.86  christos rapidbase	1953/tcp    # Rapid Base
   4811  1.86  christos rapidbase	1953/udp    # Rapid Base
   4812  1.86  christos #			    Antoni Wolski <antoni.wolski&vtt.fi>
   4813  1.86  christos abr-api		1954/tcp    # ABR-API (diskbridge) 
   4814  1.86  christos abr-api		1954/udp    # ABR-API (diskbridge)
   4815  1.86  christos abr-secure      1955/tcp    # ABR-Secure Data (diskbridge)
   4816  1.86  christos abr-secure      1955/udp    # ABR-Secure Data (diskbridge)
   4817  1.86  christos #			    Graham Wooden <graham&g-rock.net> 
   4818  1.86  christos vrtl-vmf-ds     1956/tcp    # Vertel VMF DS
   4819  1.86  christos vrtl-vmf-ds     1956/udp    # Vertel VMF DS
   4820  1.86  christos #                           Alan Akahoshi <alan-akahoshi&vertel.com>
   4821  1.86  christos unix-status     1957/tcp    # unix-status
   4822  1.86  christos unix-status     1957/udp    # unix-status
   4823  1.86  christos #                           Thomas Erskine <erskine&sourceworks.com>
   4824  1.86  christos dxadmind        1958/tcp    # CA Administration Daemon
   4825  1.86  christos dxadmind        1958/udp    # CA Administration Daemon
   4826  1.86  christos #                           John Birrell <birjo99&cai.com> 
   4827  1.86  christos simp-all        1959/tcp    # SIMP Channel
   4828  1.86  christos simp-all        1959/udp    # SIMP Channel
   4829  1.86  christos #                           Tim Hunnewell <thunnewell&pinna.com> 
   4830  1.86  christos nasmanager      1960/tcp    # Merit DAC NASmanager
   4831  1.86  christos nasmanager      1960/udp    # Merit DAC NASmanager
   4832  1.86  christos #                           Richard S. Conto <rsc&merit.edu>
   4833  1.86  christos bts-appserver	1961/tcp   # BTS APPSERVER
   4834  1.86  christos bts-appserver	1961/udp   # BTS APPSERVER
   4835  1.86  christos #			   Carl Obsorn <carl_osborn&sabre.com>
   4836  1.86  christos biap-mp         1962/tcp   # BIAP-MP
   4837  1.86  christos biap-mp         1962/udp   # BIAP-MP
   4838  1.86  christos #                          Louis Slothouber <lpslot&biap.com>
   4839  1.86  christos webmachine      1963/tcp   # WebMachine
   4840  1.86  christos webmachine      1963/udp   # WebMachine
   4841  1.86  christos #                          Tim Jowers <Tim.Jowers&ColumbiaSC.NCR.com>
   4842  1.86  christos solid-e-engine	1964/tcp   # SOLID E ENGINE
   4843  1.86  christos solid-e-engine	1964/udp   # SOLID E ENGINE
   4844  1.86  christos #			   Ari Valtanen <ari.valtanen&solidtech.com>
   4845  1.86  christos tivoli-npm	1965/tcp   # Tivoli NPM
   4846  1.86  christos tivoli-npm	1965/udp   # Tivoli NPM
   4847  1.86  christos #			   Ivana Cuozzo <Ivana.Cuozzo&tivoli.com>
   4848  1.86  christos slush		1966/tcp   # Slush
   4849  1.86  christos slush		1966/udp   # Slush
   4850  1.86  christos #			   Damien Miller <damien&ibs.com.au>
   4851  1.86  christos sns-quote	1967/tcp   # SNS Quote
   4852  1.86  christos sns-quote	1967/udp   # SNS Quote
   4853  1.86  christos #			   Robert Ellman <rellman&calicotech.com>
   4854  1.86  christos lipsinc         1968/tcp   # LIPSinc
   4855  1.86  christos lipsinc         1968/udp   # LIPSinc
   4856  1.86  christos lipsinc1        1969/tcp   # LIPSinc 1
   4857  1.86  christos lipsinc1        1969/udp   # LIPSinc 1
   4858  1.86  christos #                          Robert Armington <rarmington&lipsinc.com> 
   4859  1.86  christos netop-rc        1970/tcp   # NetOp Remote Control
   4860  1.86  christos netop-rc        1970/udp   # NetOp Remote Control
   4861  1.86  christos netop-school    1971/tcp   # NetOp School
   4862  1.86  christos netop-school    1971/udp   # NetOp School
   4863  1.86  christos #                          NetOp Technical Support <support&danware.dk>
   4864  1.86  christos intersys-cache	1972/tcp   # Cache
   4865  1.86  christos intersys-cache	1972/udp   # Cache
   4866  1.86  christos #                          Mark Hanson <markh&intersys.com>
   4867  1.86  christos dlsrap          1973/tcp   # Data Link Switching Remote Access Protocol
   4868  1.86  christos dlsrap          1973/udp   # Data Link Switching Remote Access Protocol
   4869  1.86  christos #                          Steve T. Chiang <schiang&cisco.com>
   4870  1.86  christos drp             1974/tcp   # DRP
   4871  1.86  christos drp             1974/udp   # DRP
   4872  1.86  christos #                          Richard Alan Johnson <raj&cisco.com>
   4873  1.86  christos tcoflashagent	1975/tcp   # TCO Flash Agent
   4874  1.86  christos tcoflashagent	1975/udp   # TCO Flash Agent
   4875  1.86  christos tcoregagent     1976/tcp   # TCO Reg Agent 
   4876  1.86  christos tcoregagent     1976/udp   # TCO Reg Agent 
   4877  1.86  christos tcoaddressbook	1977/tcp   # TCO Address Book
   4878  1.86  christos tcoaddressbook	1977/udp   # TCO Address Book
   4879  1.86  christos #                          Allan Panitch <allanp&tcosoft.com>
   4880  1.86  christos unisql          1978/tcp   # UniSQL
   4881  1.86  christos unisql          1978/udp   # UniSQL
   4882  1.86  christos unisql-java     1979/tcp   # UniSQL Java
   4883  1.86  christos unisql-java     1979/udp   # UniSQL Java
   4884  1.86  christos #                          Keith Yarbrough <kyarbro&windtraveller.com>
   4885  1.86  christos pearldoc-xact   1980/tcp   # PearlDoc XACT
   4886  1.86  christos pearldoc-xact   1980/udp   # PearlDoc XACT
   4887  1.86  christos #                          Chris Vertonghen <chrisv&pearldoc.com>
   4888  1.86  christos p2pq            1981/tcp   # p2pQ
   4889  1.86  christos p2pq            1981/udp   # p2pQ
   4890  1.86  christos #                          Warren Alexander <warren&chameleon-creative.co.uk>
   4891  1.86  christos estamp          1982/tcp   # Evidentiary Timestamp
   4892  1.86  christos estamp          1982/udp   # Evidentiary Timestamp
   4893  1.86  christos #                          Todd Glassey <todd.glassey&att.net>
   4894  1.86  christos lhtp            1983/tcp   # Loophole Test Protocol
   4895  1.86  christos lhtp            1983/udp   # Loophole Test Protocol
   4896  1.86  christos #                          Kade Hansson <kade_fh&postoffice.utas.edu.au>
   4897  1.86  christos bb              1984/tcp   # BB
   4898  1.86  christos bb              1984/udp   # BB
   4899  1.86  christos #                          Sean MacGuire <sean&maclawran.ca>
   4900  1.86  christos hsrp            1985/tcp   # Hot Standby Router Protocol
   4901  1.86  christos hsrp            1985/udp   # Hot Standby Router Protocol
   4902  1.86  christos #                          Phil Morton <pmorton&cisco.com>
   4903  1.86  christos licensedaemon   1986/tcp   # cisco license management
   4904  1.86  christos licensedaemon   1986/udp   # cisco license management
   4905  1.86  christos tr-rsrb-p1      1987/tcp   # cisco RSRB Priority 1 port
   4906  1.86  christos tr-rsrb-p1      1987/udp   # cisco RSRB Priority 1 port
   4907  1.86  christos tr-rsrb-p2      1988/tcp   # cisco RSRB Priority 2 port
   4908  1.86  christos tr-rsrb-p2      1988/udp   # cisco RSRB Priority 2 port
   4909  1.86  christos tr-rsrb-p3      1989/tcp   # cisco RSRB Priority 3 port
   4910  1.86  christos tr-rsrb-p3      1989/udp   # cisco RSRB Priority 3 port
   4911  1.86  christos # The following entry records an unassigned but widespread use
   4912  1.86  christos mshnet          1989/tcp   # MHSnet system
   4913  1.86  christos mshnet          1989/udp   # MHSnet system
   4914  1.86  christos #                          Bob Kummerfeld <bob&sarad.cs.su.oz.au>
   4915  1.86  christos stun-p1         1990/tcp   # cisco STUN Priority 1 port
   4916  1.86  christos stun-p1         1990/udp   # cisco STUN Priority 1 port
   4917  1.86  christos stun-p2         1991/tcp   # cisco STUN Priority 2 port
   4918  1.86  christos stun-p2         1991/udp   # cisco STUN Priority 2 port
   4919  1.86  christos stun-p3         1992/tcp   # cisco STUN Priority 3 port
   4920  1.86  christos stun-p3         1992/udp   # cisco STUN Priority 3 port
   4921  1.86  christos # The following entry records an unassigned but widespread use
   4922  1.86  christos ipsendmsg       1992/tcp   # IPsendmsg
   4923  1.86  christos ipsendmsg       1992/udp   # IPsendmsg
   4924  1.86  christos #                          Bob Kummerfeld <bob&sarad.cs.su.oz.au>
   4925  1.86  christos snmp-tcp-port   1993/tcp   # cisco SNMP TCP port
   4926  1.86  christos snmp-tcp-port   1993/udp   # cisco SNMP TCP port
   4927  1.86  christos stun-port       1994/tcp   # cisco serial tunnel port
   4928  1.86  christos stun-port       1994/udp   # cisco serial tunnel port
   4929  1.86  christos perf-port       1995/tcp   # cisco perf port
   4930  1.86  christos perf-port       1995/udp   # cisco perf port
   4931  1.86  christos tr-rsrb-port    1996/tcp   # cisco Remote SRB port
   4932  1.86  christos tr-rsrb-port    1996/udp   # cisco Remote SRB port
   4933  1.86  christos gdp-port        1997/tcp   # cisco Gateway Discovery Protocol
   4934  1.86  christos gdp-port        1997/udp   # cisco Gateway Discovery Protocol
   4935  1.86  christos x25-svc-port    1998/tcp   # cisco X.25 service (XOT)
   4936  1.86  christos x25-svc-port    1998/udp   # cisco X.25 service (XOT)
   4937  1.86  christos tcp-id-port     1999/tcp   # cisco identification port
   4938  1.86  christos tcp-id-port     1999/udp   # cisco identification port
   4939   1.1       cgd #
   4940  1.86  christos cisco-sccp      2000/tcp   # Cisco SCCP
   4941  1.86  christos cisco-sccp      2000/udp   # Cisco SCCp
   4942  1.86  christos #                          Dan Wing <dwing&cisco.com> November 2003
   4943  1.86  christos dc              2001/tcp
   4944  1.86  christos wizard          2001/udp   # curry
   4945  1.86  christos globe           2002/tcp
   4946  1.86  christos globe           2002/udp
   4947  1.86  christos #		2003       Unassigned
   4948  1.86  christos mailbox         2004/tcp
   4949  1.86  christos emce            2004/udp   # CCWS mm conf
   4950  1.86  christos berknet         2005/tcp
   4951  1.86  christos oracle          2005/udp
   4952  1.86  christos invokator       2006/tcp
   4953  1.86  christos raid-cd         2006/udp   # raid
   4954  1.86  christos dectalk         2007/tcp
   4955  1.86  christos raid-am         2007/udp
   4956  1.86  christos conf		2008/tcp
   4957  1.86  christos terminaldb	2008/udp
   4958  1.86  christos news		2009/tcp
   4959  1.86  christos whosockami	2009/udp
   4960  1.86  christos search		2010/tcp
   4961  1.86  christos pipe_server	2010/udp
   4962  1.86  christos raid-cc		2011/tcp   # raid
   4963  1.86  christos servserv	2011/udp
   4964  1.86  christos ttyinfo		2012/tcp
   4965  1.86  christos raid-ac		2012/udp
   4966  1.86  christos raid-am		2013/tcp
   4967  1.86  christos raid-cd		2013/udp
   4968  1.86  christos troff		2014/tcp
   4969  1.86  christos raid-sf		2014/udp
   4970  1.86  christos cypress		2015/tcp
   4971  1.86  christos raid-cs		2015/udp
   4972  1.86  christos bootserver	2016/tcp
   4973  1.86  christos bootserver	2016/udp
   4974  1.86  christos cypress-stat	2017/tcp
   4975  1.86  christos bootclient	2017/udp
   4976  1.86  christos terminaldb	2018/tcp
   4977  1.86  christos rellpack	2018/udp
   4978  1.86  christos whosockami	2019/tcp
   4979  1.86  christos about		2019/udp
   4980  1.86  christos xinupageserver	2020/tcp
   4981  1.86  christos xinupageserver	2020/udp
   4982  1.86  christos servexec	2021/tcp
   4983  1.86  christos xinuexpansion1	2021/udp
   4984  1.86  christos down		2022/tcp
   4985  1.86  christos xinuexpansion2	2022/udp
   4986  1.86  christos xinuexpansion3	2023/tcp
   4987  1.86  christos xinuexpansion3	2023/udp
   4988  1.86  christos xinuexpansion4	2024/tcp
   4989  1.86  christos xinuexpansion4	2024/udp
   4990  1.86  christos ellpack		2025/tcp
   4991  1.86  christos xribs		2025/udp
   4992  1.86  christos scrabble	2026/tcp
   4993  1.86  christos scrabble	2026/udp
   4994  1.86  christos shadowserver	2027/tcp
   4995  1.86  christos shadowserver	2027/udp
   4996  1.86  christos submitserver	2028/tcp
   4997  1.86  christos submitserver	2028/udp
   4998  1.86  christos hsrpv6          2029/tcp   # Hot Standby Router Protocol IPv6
   4999  1.86  christos hsrpv6          2029/udp   # Hot Standby Router Protocol IPv6
   5000  1.86  christos #                          Ian Wilson <hsrp-info&cisco.com> November 2004
   5001  1.86  christos device2		2030/tcp
   5002  1.86  christos device2		2030/udp
   5003  1.86  christos mobrien-chat    2031/tcp   # mobrien-chat 
   5004  1.86  christos mobrien-chat    2031/udp   # mobrien-chat 
   5005  1.86  christos #                          Mike O'Brien <mike&mobrien.com> November 2004
   5006  1.86  christos blackboard      2032/tcp
   5007  1.86  christos blackboard      2032/udp
   5008  1.86  christos glogger		2033/tcp
   5009  1.86  christos glogger		2033/udp
   5010  1.86  christos scoremgr	2034/tcp
   5011  1.86  christos scoremgr	2034/udp
   5012  1.86  christos imsldoc		2035/tcp
   5013  1.86  christos imsldoc		2035/udp
   5014   1.8       cgd #
   5015  1.86  christos e-dpnet		2036/tcp   # Ethernet WS DP network
   5016  1.86  christos e-dpnet		2036/udp   # Ethernet WS DP network
   5017  1.86  christos #      		           Peter Kaever <kaever.peter&westfalia.com> August 2005
   5018  1.86  christos p2plus          2037/tcp   # P2plus Application Server
   5019  1.86  christos p2plus          2037/udp   # P2plus Application Server
   5020  1.86  christos #                          Thomas Boerkel <tb&ap-ag.com>
   5021  1.86  christos objectmanager	2038/tcp
   5022  1.86  christos objectmanager	2038/udp
   5023   1.1       cgd #
   5024  1.86  christos prizma		2039/tcp   # Prizma Monitoring Service
   5025  1.86  christos prizma		2039/udp   # Prizma Monitoring Service
   5026  1.86  christos #                          Dotan Ofek <dotan.ofek&prizmasoft.com> December 2005
   5027  1.86  christos lam		2040/tcp
   5028  1.86  christos lam		2040/udp
   5029  1.86  christos interbase	2041/tcp
   5030  1.86  christos interbase	2041/udp
   5031  1.86  christos isis		2042/tcp   # isis
   5032  1.86  christos isis		2042/udp   # isis
   5033  1.86  christos isis-bcast	2043/tcp   # isis-bcast
   5034  1.86  christos isis-bcast	2043/udp   # isis-bcast
   5035  1.86  christos #                          Ken Chapman <kchapman&isis.com>
   5036  1.86  christos rimsl		2044/tcp
   5037  1.86  christos rimsl		2044/udp
   5038  1.86  christos cdfunc		2045/tcp
   5039  1.86  christos cdfunc		2045/udp
   5040  1.86  christos sdfunc		2046/tcp
   5041  1.86  christos sdfunc		2046/udp
   5042  1.86  christos dls		2047/tcp
   5043  1.86  christos dls		2047/udp
   5044  1.86  christos dls-monitor	2048/tcp
   5045  1.86  christos dls-monitor	2048/udp
   5046  1.86  christos #                         <== NOTE Conflict on 2049 !
   5047  1.86  christos shilp		2049/tcp
   5048  1.86  christos shilp		2049/udp
   5049  1.86  christos nfs             2049/tcp   # Network File System - Sun Microsystems
   5050  1.86  christos nfs             2049/udp   # Network File System - Sun Microsystems
   5051  1.86  christos #                          Brent Callaghan <brent&terra.eng.sun.com>
   5052  1.86  christos av-emb-config   2050/tcp   # Avaya EMB Config Port
   5053  1.86  christos av-emb-config   2050/udp   # Avaya EMB Config Port
   5054  1.86  christos #                          John Yeager <johnyeager&avaya.com>
   5055  1.86  christos epnsdp          2051/tcp   # EPNSDP
   5056  1.86  christos epnsdp          2051/udp   # EPNSDP
   5057  1.86  christos #                          Hiroyasu Ogata <Ogata.Hiroyasu&exc.epson.co.jp>
   5058  1.86  christos clearvisn       2052/tcp   # clearVisn Services Port
   5059  1.86  christos clearvisn       2052/udp   # clearVisn Services Port
   5060  1.86  christos #                          Dave Lyons <dlyons&dnpg.com>    
   5061  1.86  christos lot105-ds-upd   2053/tcp   # Lot105 DSuper Updates
   5062  1.86  christos lot105-ds-upd   2053/udp   # Lot105 DSuper Updates
   5063  1.86  christos #                          Piers Scannell <iana-form&lot105.com>
   5064  1.86  christos weblogin        2054/tcp   # Weblogin Port
   5065  1.86  christos weblogin        2054/udp   # Weblogin Port
   5066  1.86  christos #                          Diego Saravia <dsa&unsa.edu.ar>
   5067  1.86  christos iop             2055/tcp   # Iliad-Odyssey Protocol
   5068  1.86  christos iop             2055/udp   # Iliad-Odyssey Protocol
   5069  1.86  christos #                          Bruce Lueckenhoff <brucelu&cisco.com>
   5070  1.86  christos omnisky         2056/tcp   # OmniSky Port
   5071  1.86  christos omnisky         2056/udp   # OmniSky Port
   5072  1.86  christos #	                   Oren Hurvitz <oren&omnisky.com>  
   5073  1.86  christos rich-cp         2057/tcp   # Rich Content Protocol
   5074  1.86  christos rich-cp         2057/udp   # Rich Content Protocol
   5075  1.86  christos #                          Ronen Vainish <ronen&digitalfountain.com> 
   5076  1.86  christos newwavesearch   2058/tcp   # NewWaveSearchables RMI
   5077  1.86  christos newwavesearch   2058/udp   # NewWaveSearchables RMI
   5078  1.86  christos #                          Thomas Kerkau <Thomas.Kerkau&io-software.com>  
   5079  1.86  christos bmc-messaging   2059/tcp   # BMC Messaging Service
   5080  1.86  christos bmc-messaging   2059/udp   # BMC Messaging Service
   5081  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com>
   5082  1.86  christos teleniumdaemon  2060/tcp   # Telenium Daemon IF
   5083  1.86  christos teleniumdaemon  2060/udp   # Telenium Daemon IF
   5084  1.86  christos #                          Nick Woronuk <nick.woronuk&megasys.com>
   5085  1.86  christos netmount        2061/tcp   # NetMount
   5086  1.86  christos netmount        2061/udp   # NetMount
   5087  1.86  christos #                          Alex Oberlander <alexo&netmount.com>
   5088  1.86  christos icg-swp         2062/tcp   # ICG SWP Port
   5089  1.86  christos icg-swp         2062/udp   # ICG SWP Port
   5090  1.86  christos icg-bridge      2063/tcp   # ICG Bridge Port
   5091  1.86  christos icg-bridge      2063/udp   # ICG Bridge Port
   5092  1.86  christos icg-iprelay     2064/tcp   # ICG IP Relay Port
   5093  1.86  christos icg-iprelay     2064/udp   # ICG IP Relay Port
   5094  1.86  christos #                          Steve Quintana <steve&icgresearch.com> 
   5095  1.86  christos dlsrpn          2065/tcp   # Data Link Switch Read Port Number
   5096  1.86  christos dlsrpn          2065/udp   # Data Link Switch Read Port Number
   5097  1.86  christos #                          Amir Peless <amirp&radware.co.il>
   5098  1.86  christos aura		2066/tcp   # AVM USB Remote Architecture
   5099  1.86  christos aura		2066/udp   # AVM USB Remote Architecture
   5100  1.86  christos #			   Diego Friedel <d.friedel&avm.de> March 2006
   5101  1.86  christos dlswpn          2067/tcp   # Data Link Switch Write Port Number
   5102  1.86  christos dlswpn          2067/udp   # Data Link Switch Write Port Number
   5103  1.86  christos #                          Amir Peless <amirp&radware.co.il>   
   5104  1.86  christos avauthsrvprtcl  2068/tcp   # Avocent AuthSrv Protocol
   5105  1.86  christos avauthsrvprtcl  2068/udp   # Avocent AuthSrv Protocol
   5106  1.86  christos #                          Steven W. Clark <sclark&equinox.com>
   5107  1.86  christos event-port      2069/tcp   # HTTP Event Port
   5108  1.86  christos event-port      2069/udp   # HTTP Event Port
   5109  1.86  christos #                          Larry Emlich <larry.emlich&compaq.com>
   5110  1.86  christos ah-esp-encap    2070/tcp   # AH and ESP Encapsulated in UDP packet
   5111  1.86  christos ah-esp-encap    2070/udp   # AH and ESP Encapsulated in UDP packet
   5112  1.86  christos #                          Amy Weaver <aweaver&vpnet.com> 
   5113  1.86  christos acp-port        2071/tcp   # Axon Control Protocol
   5114  1.86  christos acp-port        2071/udp   # Axon Control Protocol
   5115  1.86  christos #                          Christiaan Simons <christiaan.simons&axon.nl>
   5116  1.86  christos msync           2072/tcp   # GlobeCast mSync
   5117  1.86  christos msync           2072/udp   # GlobeCast mSync
   5118  1.86  christos #                          Piers Scannell <piers&globecastne.com>
   5119  1.86  christos gxs-data-port   2073/tcp   # DataReel Database Socket
   5120  1.86  christos gxs-data-port   2073/udp   # DataReel Database Socket
   5121  1.86  christos #                          Douglas M. Gaer <doug&datareel.com>
   5122  1.86  christos vrtl-vmf-sa     2074/tcp   # Vertel VMF SA
   5123  1.86  christos vrtl-vmf-sa     2074/udp   # Vertel VMF SA
   5124  1.86  christos #                          Alan Akahoshi <alan-akahoshi&vertel.com>
   5125  1.86  christos newlixengine    2075/tcp   # Newlix ServerWare Engine
   5126  1.86  christos newlixengine    2075/udp   # Newlix ServerWare Engine
   5127  1.86  christos newlixconfig    2076/tcp   # Newlix JSPConfig
   5128  1.86  christos newlixconfig    2076/udp   # Newlix JSPConfig
   5129  1.86  christos #                          Jean-Serge Gagnon <jean-serge.gagnon&newlix.com>
   5130  1.86  christos tsrmagt		2077/tcp   # Old Tivoli Storage Manager
   5131  1.86  christos tsrmagt		2077/udp   # Old Tivoli Storage Manager
   5132  1.86  christos tpcsrvr		2078/tcp   # IBM Total Productivity Center Server
   5133  1.86  christos tpcsrvr		2078/udp   # IBM Total Productivity Center Server
   5134  1.86  christos #                          Justin R. Bendich <jbendich&us.ibm.com>
   5135  1.86  christos idware-router   2079/tcp   # IDWARE Router Port
   5136  1.86  christos idware-router   2079/udp   # IDWARE Router Port
   5137  1.86  christos #                          Zdenek Kolba <zdenek.kolba&id-karta.cz>
   5138  1.86  christos autodesk-nlm    2080/tcp   # Autodesk NLM (FLEXlm)
   5139  1.86  christos autodesk-nlm    2080/udp   # Autodesk NLM (FLEXlm)
   5140  1.86  christos #                          Greg Suppes <greg.suppes&autodesk.com>  
   5141  1.86  christos kme-trap-port   2081/tcp   # KME PRINTER TRAP PORT
   5142  1.86  christos kme-trap-port   2081/udp   # KME PRINTER TRAP PORT
   5143  1.86  christos #                          Masakatsu Matsuo <masa&sdsft.kme.mei.co.jp>
   5144  1.86  christos infowave        2082/tcp   # Infowave Mobility Server
   5145  1.86  christos infowave        2082/udp   # Infowave Mobiltiy Server
   5146  1.86  christos #                          Kaz Kylheku <kkylheku&infowave.com>
   5147  1.86  christos radsec          2083/tcp   # Secure Radius Service
   5148  1.86  christos radsec          2083/udp   # Secure Radius Service
   5149  1.86  christos #                          Mike McCauley <mikem&open.com.au> May 2005
   5150  1.86  christos sunclustergeo   2084/tcp   # SunCluster Geographic
   5151  1.86  christos sunclustergeo   2084/udp   # SunCluster Geographic
   5152  1.86  christos #                          Steve McKinty <steve.mckinty&sun.com> November 2005
   5153  1.86  christos ada-cip         2085/tcp   # ADA Control
   5154  1.86  christos ada-cip         2085/udp   # ADA Control
   5155  1.86  christos #                          Eugene Frenkel <eugene&ada-usa.com> November 2005
   5156  1.86  christos gnunet          2086/tcp   # GNUnet
   5157  1.86  christos gnunet          2086/udp   # GNUnet
   5158  1.86  christos #                          Christian Grothoff <grothoff&cs.purdue.edu> October 2002
   5159  1.86  christos eli             2087/tcp   # ELI - Event Logging Integration
   5160  1.86  christos eli             2087/udp   # ELI - Event Logging Integration
   5161  1.86  christos #                          Maya Zimerman <mayaz&radware.co.il>  
   5162  1.86  christos ip-blf          2088/tcp   # IP Busy Lamp Field
   5163  1.86  christos ip-blf          2088/udp   # IP Busy Lamp Field
   5164  1.86  christos #                          Jeffrey Szczepanski <jrs&inscitek.com> February 2005
   5165  1.86  christos sep             2089/tcp   # Security Encapsulation Protocol - SEP 
   5166  1.86  christos sep             2089/udp   # Security Encapsulation Protocol - SEP 
   5167  1.86  christos #                          Maya Zimerman <mayaz&radware.co.il>
   5168  1.86  christos lrp		2090/tcp   # Load Report Protocol
   5169  1.86  christos lrp		2090/udp   # Load Report Protocol
   5170  1.86  christos #			   Amir Peless <amirp&radware.co.il>
   5171  1.86  christos prp		2091/tcp   # PRP
   5172  1.86  christos prp		2091/udp   # PRP
   5173  1.86  christos #			   Amir Peless <amirp&radware.co.il>
   5174  1.86  christos descent3	2092/tcp   # Descent 3
   5175  1.86  christos descent3	2092/udp   # Descent 3
   5176  1.86  christos #			   Kevin Bentley <Kevin&outrage.com>
   5177  1.86  christos nbx-cc		2093/tcp   # NBX CC
   5178  1.86  christos nbx-cc		2093/udp   # NBX CC
   5179  1.86  christos nbx-au		2094/tcp   # NBX AU
   5180  1.86  christos nbx-au		2094/udp   # NBX AU
   5181  1.86  christos nbx-ser		2095/tcp   # NBX SER
   5182  1.86  christos nbx-ser		2095/udp   # NBX SER
   5183  1.86  christos nbx-dir		2096/tcp   # NBX DIR
   5184  1.86  christos nbx-dir		2096/udp   # NBX DIR
   5185  1.86  christos #			   Henry Houh <hhouh&nbxcorp.com>
   5186  1.86  christos jetformpreview	2097/tcp   # Jet Form Preview
   5187  1.86  christos jetformpreview	2097/udp   # Jet Form Preview
   5188  1.86  christos #			   Zygmunt Wiercioch <zyg&jetform.com>
   5189  1.86  christos dialog-port	2098/tcp   # Dialog Port
   5190  1.86  christos dialog-port	2098/udp   # Dialog Port
   5191  1.86  christos #			   Joseph Mathew <mjoseph&dosa.cisco.com>
   5192  1.86  christos h2250-annex-g	2099/tcp   # H.225.0 Annex G
   5193  1.86  christos h2250-annex-g	2099/udp   # H.225.0 Annex G
   5194  1.86  christos #			   Gur Kimchi <gur.kimchi&vocaltec.com>
   5195  1.86  christos amiganetfs      2100/tcp   # Amiga Network Filesystem
   5196  1.86  christos amiganetfs      2100/udp   # Amiga Network Filesystem
   5197  1.86  christos #                          Rudi Chiarito <nutello&sweetness.com>
   5198  1.86  christos rtcm-sc104	2101/tcp   # rtcm-sc104
   5199  1.86  christos rtcm-sc104	2101/udp   # rtcm-sc104
   5200  1.86  christos #			   Wolfgang Rupprecht <wolfgang&wsrcc.com>
   5201  1.86  christos zephyr-srv      2102/tcp   # Zephyr server
   5202  1.86  christos zephyr-srv      2102/udp   # Zephyr server
   5203  1.86  christos zephyr-clt      2103/tcp   # Zephyr serv-hm connection
   5204  1.86  christos zephyr-clt      2103/udp   # Zephyr serv-hm connection
   5205  1.86  christos zephyr-hm       2104/tcp   # Zephyr hostmanager
   5206  1.86  christos zephyr-hm       2104/udp   # Zephyr hostmanager
   5207  1.86  christos #                          Greg Hudson <zephyr-bugs&mit.edu>
   5208  1.86  christos minipay		2105/tcp   # MiniPay
   5209  1.86  christos minipay		2105/udp   # MiniPay
   5210  1.86  christos #			   Amir Herzberg <amirh&vnet.ibm.com>
   5211  1.86  christos mzap		2106/tcp   # MZAP
   5212  1.86  christos mzap		2106/udp   # MZAP
   5213  1.86  christos #			   Dave Thaler <dthaler&microsoft.com>
   5214  1.86  christos bintec-admin	2107/tcp   # BinTec Admin 
   5215  1.86  christos bintec-admin	2107/udp   # BinTec Admin 
   5216  1.86  christos #			   Thomas Schmidt <ts&bintec.de>
   5217  1.86  christos comcam		2108/tcp   # Comcam
   5218  1.86  christos comcam		2108/udp   # Comcam
   5219  1.86  christos #			   Don Gilbreath <don&comcam.net>
   5220  1.86  christos ergolight       2109/tcp   # Ergolight
   5221  1.86  christos ergolight       2109/udp   # Ergolight
   5222  1.86  christos #                          Jindra Ryvola <jryvola&ledalite.com>
   5223  1.86  christos umsp            2110/tcp   # UMSP
   5224  1.86  christos umsp            2110/udp   # UMSP
   5225  1.86  christos #                          Alexander Bogdanov <alexander_bgd&softhome.net>    
   5226  1.86  christos dsatp           2111/tcp   # DSATP
   5227  1.86  christos dsatp           2111/udp   # DSATP
   5228  1.86  christos #                          Ralph Beck <beck&altaworks.com>
   5229  1.86  christos idonix-metanet  2112/tcp   # Idonix MetaNet
   5230  1.86  christos idonix-metanet  2112/udp   # Idonix MetaNet
   5231  1.86  christos #                          Paul Harrison <paulh&idonix.co.uk>
   5232  1.86  christos hsl-storm       2113/tcp   # HSL StoRM
   5233  1.86  christos hsl-storm       2113/udp   # HSL StoRM
   5234  1.86  christos #                          Jost Faganel <jost.faganel&hermes.si>   
   5235  1.86  christos newheights      2114/tcp   # NEWHEIGHTS
   5236  1.86  christos newheights      2114/udp   # NEWHEIGHTS
   5237  1.86  christos #                          Michael Levy <ml&nh.ca>
   5238  1.86  christos kdm             2115/tcp   # Key Distribution Manager
   5239  1.86  christos kdm             2115/udp   # Key Distribution Manager
   5240  1.86  christos #                          Mike Little <mike.little&GDC4S.com>
   5241  1.86  christos ccowcmr         2116/tcp   # CCOWCMR
   5242  1.86  christos ccowcmr         2116/udp   # CCOWCMR
   5243  1.86  christos #                          Mark Morwood <markm&sentillion.com> 
   5244  1.86  christos mentaclient     2117/tcp   # MENTACLIENT
   5245  1.86  christos mentaclient     2117/udp   # MENTACLIENT
   5246  1.86  christos mentaserver     2118/tcp   # MENTASERVER
   5247  1.86  christos mentaserver     2118/udp   # MENTASERVER
   5248  1.86  christos #                          Ilan Shlosberg <ilan&mentasoftware.com>
   5249  1.86  christos gsigatekeeper   2119/tcp   # GSIGATEKEEPER
   5250  1.86  christos gsigatekeeper   2119/udp   # GSIGATEKEEPER
   5251  1.86  christos #                          Steve Tuecke <tuecke&mcs.anl.gov>
   5252  1.86  christos qencp           2120/tcp   # Quick Eagle Networks CP
   5253  1.86  christos qencp           2120/udp   # Quick Eagle Networks CP
   5254  1.86  christos #                          Santa Dasu <Santa_Dasu&quickeagle.com>
   5255  1.86  christos scientia-ssdb   2121/tcp   # SCIENTIA-SSDB
   5256  1.86  christos scientia-ssdb   2121/udp   # SCIENTIA-SSDB
   5257  1.86  christos #                          SYSTEMS MANAGER <systems-manager&scientia.com>
   5258  1.86  christos caupc-remote    2122/tcp   # CauPC Remote Control
   5259  1.86  christos caupc-remote    2122/udp   # CauPC Remote Control
   5260  1.86  christos #                          Environics Oy <pasi.nuutinmaki&environics.fi>    
   5261  1.86  christos gtp-control     2123/tcp   # GTP-Control Plane (3GPP)
   5262  1.86  christos gtp-control     2123/udp   # GTP-Control Plane (3GPP)
   5263  1.86  christos #                          Alessio Casati <a.casati&computer.org>
   5264  1.86  christos elatelink       2124/tcp   # ELATELINK
   5265  1.86  christos elatelink       2124/udp   # ELATELINK
   5266  1.86  christos #                          Tim Lawrence <lawrence&tao-group.com>
   5267  1.86  christos lockstep        2125/tcp   # LOCKSTEP
   5268  1.86  christos lockstep        2125/udp   # LOCKSTEP
   5269  1.86  christos #                          Karl Forster <kforster&lockstep.com> 
   5270  1.86  christos pktcable-cops   2126/tcp   # PktCable-COPS
   5271  1.86  christos pktcable-cops   2126/udp   # PktCable-COPS
   5272  1.86  christos #                          Glenn Russell <grussell&cablelabs.com> 
   5273  1.86  christos index-pc-wb     2127/tcp   # INDEX-PC-WB
   5274  1.86  christos index-pc-wb     2127/udp   # INDEX-PC-WB
   5275  1.86  christos #                          James David Fisher <jfisher1&avaya.com>
   5276  1.86  christos net-steward     2128/tcp   # Net Steward Control
   5277  1.86  christos net-steward     2128/udp   # Net Steward Control
   5278  1.86  christos #                          Martin Norman <martin&ndl.co.uk>
   5279  1.86  christos cs-live         2129/tcp   # cs-live.com
   5280  1.86  christos cs-live         2129/udp   # cs-live.com
   5281  1.86  christos #                          Matt Lachance <matt&cs-live.com>
   5282  1.86  christos xds             2130/tcp   # XDS
   5283  1.86  christos xds             2130/udp   # XDS
   5284  1.86  christos #                          Peter Zurich <pbz&Lowpft.com>
   5285  1.86  christos avantageb2b     2131/tcp   # Avantageb2b
   5286  1.86  christos avantageb2b     2131/udp   # Avantageb2b
   5287  1.86  christos #                          Avi Software <srobert&logava.com>
   5288  1.86  christos solera-epmap    2132/tcp   # SoleraTec End Point Map
   5289  1.86  christos solera-epmap    2132/udp   # SoleraTec End Point Map
   5290  1.86  christos #                          Mark Armstrong <Mark.Armstrong&SoleraTec.com>
   5291  1.86  christos zymed-zpp       2133/tcp   # ZYMED-ZPP
   5292  1.86  christos zymed-zpp       2133/udp   # ZYMED-ZPP
   5293  1.86  christos #                          Gregg Welker <greggw&zmi.com>
   5294  1.86  christos avenue          2134/tcp   # AVENUE
   5295  1.86  christos avenue          2134/udp   # AVENUE
   5296  1.86  christos #                          Jason Cater <jason&ncsmags.com>
   5297  1.86  christos gris            2135/tcp   # Grid Resource Information Server
   5298  1.86  christos gris            2135/udp   # Grid Resource Information Server
   5299  1.86  christos #                          Steve Tuecke <tuecke&mcs.anl.gov>   
   5300  1.86  christos appworxsrv      2136/tcp   # APPWORXSRV
   5301  1.86  christos appworxsrv      2136/udp   # APPWORXSRV
   5302  1.86  christos #                          Fred McLain <fmclain&appworx.com>
   5303  1.86  christos connect         2137/tcp   # CONNECT
   5304  1.86  christos connect         2137/udp   # CONNECT
   5305  1.86  christos #                          Reid Ligon <reid&connectrf.com>   
   5306  1.86  christos unbind-cluster  2138/tcp   # UNBIND-CLUSTER
   5307  1.86  christos unbind-cluster  2138/udp   # UNBIND-CLUSTER
   5308  1.86  christos #                          Francois Harvey <securiweb&pandore.qc.ca>
   5309  1.86  christos ias-auth        2139/tcp   # IAS-AUTH	     
   5310  1.86  christos ias-auth        2139/udp   # IAS-AUTH
   5311  1.86  christos ias-reg         2140/tcp   # IAS-REG
   5312  1.86  christos ias-reg         2140/udp   # IAS-REG
   5313  1.86  christos ias-admind      2141/tcp   # IAS-ADMIND
   5314  1.86  christos ias-admind      2141/udp   # IAS-ADMIND
   5315  1.86  christos #                          Baiju V. Patel <Baiju.v.patel&intel.com>
   5316  1.86  christos tdmoip		2142/tcp   # TDM OVER IP
   5317  1.86  christos tdmoip		2142/udp   # TDM OVER IP
   5318  1.86  christos #                          RFC-ietf-pwe3-tdmoip-06.txt
   5319  1.86  christos lv-jc           2143/tcp   # Live Vault Job Control
   5320  1.86  christos lv-jc           2143/udp   # Live Vault Job Control
   5321  1.86  christos lv-ffx          2144/tcp   # Live Vault Fast Object Transfer
   5322  1.86  christos lv-ffx          2144/udp   # Live Vault Fast Object Transfer
   5323  1.86  christos lv-pici         2145/tcp   # Live Vault Remote Diagnostic Console Support
   5324  1.86  christos lv-pici         2145/udp   # Live Vault Remote Diagnostic Console Support
   5325  1.86  christos lv-not          2146/tcp   # Live Vault Admin Event Notification
   5326  1.86  christos lv-not          2146/udp   # Live Vault Admin Event Notification
   5327  1.86  christos lv-auth         2147/tcp   # Live Vault Authentication
   5328  1.86  christos lv-auth         2147/udp   # Live Vault Authentication
   5329  1.86  christos #                          Ted Hess <thess&livevault.com>
   5330  1.86  christos veritas-ucl     2148/tcp   # VERITAS UNIVERSAL COMMUNICATION LAYER
   5331  1.86  christos veritas-ucl     2148/udp   # VERITAS UNIVERSAL COMMUNICATION LAYER
   5332  1.86  christos #                          Songlin Ren <ren&veritas.com>	
   5333  1.86  christos acptsys         2149/tcp   # ACPTSYS
   5334  1.86  christos acptsys         2149/udp   # ACPTSYS
   5335  1.86  christos #                          Michael Lekias <admin&psdesign.com.au>         
   5336  1.86  christos dynamic3d       2150/tcp   # DYNAMIC3D
   5337  1.86  christos dynamic3d       2150/udp   # DYNAMIC3D
   5338  1.86  christos #                          Tobias Wegner <wegner&novagate.de>		
   5339  1.86  christos docent          2151/tcp   # DOCENT
   5340  1.86  christos docent          2151/udp   # DOCENT
   5341  1.86  christos #                          Hali Lindbloom <halil&docent.com>
   5342  1.86  christos gtp-user        2152/tcp   # GTP-User Plane (3GPP)
   5343  1.86  christos gtp-user        2152/udp   # GTP-User Plane (3GPP)
   5344  1.86  christos #                          Alessio Casati <a.casati&computer.org> 
   5345  1.86  christos #               2153-2158  Unassigned
   5346  1.86  christos gdbremote       2159/tcp   # GDB Remote Debug Port
   5347  1.86  christos gdbremote       2159/udp   # GDB Remote Debug Port
   5348  1.86  christos #                          Nigel Stephens <nigel&algor.co.uk>
   5349  1.86  christos apc-2160        2160/tcp   # APC 2160
   5350  1.86  christos apc-2160        2160/udp   # APC 2160
   5351  1.86  christos #                          American Power Conversion <ports&apcc.com>
   5352  1.86  christos apc-2161        2161/tcp   # APC 2161
   5353  1.86  christos apc-2161        2161/udp   # APC 2161
   5354  1.86  christos #                          American Power Conversion <ports&apcc.com>
   5355  1.86  christos navisphere      2162/tcp   # Navisphere
   5356  1.86  christos navisphere      2162/udp   # Navisphere
   5357  1.86  christos navisphere-sec  2163/tcp   # Navisphere Secure
   5358  1.86  christos navisphere-sec  2163/udp   # Navisphere Secure
   5359  1.86  christos #                          Andreas Bauer <bauer_andreas&emc.com>
   5360  1.86  christos ddns-v3         2164/tcp   # Dynamic DNS Version 3
   5361  1.86  christos ddns-v3         2164/udp   # Dynamic DNS Version 3
   5362  1.86  christos #                          Alan Yates <alany&ay.com.au>
   5363  1.86  christos x-bone-api	2165/tcp   # X-Bone API
   5364  1.86  christos x-bone-api	2165/udp   # X-Bone API
   5365  1.86  christos #			   Joe Touch <touch&isi.edu>
   5366  1.86  christos iwserver        2166/tcp   # iwserver
   5367  1.86  christos iwserver        2166/udp   # iwserver
   5368  1.86  christos #                          Fred Surr <quest_iana&oz.quest.com>
   5369  1.86  christos raw-serial      2167/tcp   # Raw Async Serial Link
   5370  1.86  christos raw-serial      2167/udp   # Raw Async Serial Link
   5371  1.86  christos #                          Benjamin Green <ben&lh.co.nz>
   5372  1.86  christos easy-soft-mux   2168/tcp   # easy-soft Multiplexer
   5373  1.86  christos easy-soft-mux   2168/udp   # easy-soft Multiplexer
   5374  1.86  christos #                          Norbert Kintzler <NKintzler&easy-soft-dresden.de> November 2004
   5375  1.86  christos brain		2169/tcp   # Backbone for Academic Information Notification (BRAIN)
   5376  1.86  christos brain		2169/udp   # Backbone for Academic Information Notification (BRAIN)
   5377  1.86  christos #			   Archishmat Gore <archisgore&yahoo.com> November 2004
   5378  1.86  christos eyetv           2170/tcp   # EyeTV Server Port
   5379  1.86  christos eyetv           2170/udp   # EyeTV Server Port
   5380  1.86  christos #                          Elgato Systems <portinfo&elgato.com> November 2004    
   5381  1.86  christos msfw-storage    2171/tcp   # MS Firewall Storage
   5382  1.86  christos msfw-storage    2171/udp   # MS Firewall Storage
   5383  1.86  christos msfw-s-storage  2172/tcp   # MS Firewall SecureStorage
   5384  1.86  christos msfw-s-storage  2172/udp   # MS Firewall SecureStorage
   5385  1.86  christos msfw-replica    2173/tcp   # MS Firewall Replication
   5386  1.86  christos msfw-replica    2173/udp   # MS Firewall Replication
   5387  1.86  christos msfw-array      2174/tcp   # MS Firewall Intra Array
   5388  1.86  christos msfw-array      2174/udp   # MS Firewall Intra Array
   5389  1.86  christos #                          Itai Greenberg <itaig&microsoft.com> November 2004
   5390  1.86  christos airsync         2175/tcp   # Microsoft Desktop AirSync Protocol
   5391  1.86  christos airsync         2175/udp   # Microsoft Desktop AirSync Protocol
   5392  1.86  christos rapi            2176/tcp   # Microsoft ActiveSync Remote API
   5393  1.86  christos rapi            2176/udp   # Microsoft ActiveSync Remote API
   5394  1.86  christos #                          Jon Xu <jonxu&microsoft.com> August 2005
   5395  1.86  christos qwave           2177/tcp   # qWAVE Bandwidth Estimate
   5396  1.86  christos qwave           2177/udp   # qWAVE Bandwidth Estimate
   5397  1.86  christos #                          Gabe Frost <gfrost&microsoft.com> August 2005
   5398  1.86  christos bitspeer        2178/tcp   # Peer Services for BITS
   5399  1.86  christos bitspeer        2178/udp   # Peer Services for BITS
   5400  1.86  christos #                          Jeff Roberts <jroberts&microsoft.com> November 2005
   5401  1.86  christos vmrdp		2179/tcp   # Microsoft RDP for virtual machines
   5402  1.86  christos vmrdp		2179/udp   # Microsoft RDP for virtual machines
   5403  1.86  christos #			   Brian Henry <brian.henry&microsoft.com> March 2007
   5404  1.86  christos mc-gt-srv	2180/tcp   # Millicent Vendor Gateway Server
   5405  1.86  christos mc-gt-srv	2180/udp   # Millicent Vendor Gateway Server
   5406  1.86  christos #			   Steve Glassman <steveg&pa.dec.com>
   5407  1.86  christos eforward        2181/tcp   # eforward
   5408  1.86  christos eforward        2181/udp   # eforward
   5409  1.86  christos #                          Greg Pringle <admin&corvedia.com>
   5410  1.86  christos cgn-stat        2182/tcp   # CGN status
   5411  1.86  christos cgn-stat        2182/udp   # CGN status
   5412  1.86  christos cgn-config      2183/tcp   # Code Green configuration
   5413  1.86  christos cgn-config      2183/udp   # Code Green configuration
   5414  1.86  christos #                          Chris Michaelson <chris&codegreennetworks.com> August 2005
   5415  1.86  christos nvd             2184/tcp   # NVD User
   5416  1.86  christos nvd             2184/udp   # NVD User
   5417  1.86  christos #                          Yves Gattegno <iana&qualystem.org> December 2004
   5418  1.86  christos onbase-dds      2185/tcp   # OnBase Distributed Disk Services
   5419  1.86  christos onbase-dds      2185/udp   # OnBase Distributed Disk Services
   5420  1.86  christos #                          Paul Tam <ianaportmaster&onbase.com> December 2004
   5421  1.86  christos #               2186-2189  Unassigned
   5422  1.86  christos tivoconnect     2190/tcp   # TiVoConnect Beacon
   5423  1.86  christos tivoconnect     2190/udp   # TiVoConnect Beacon
   5424  1.86  christos #                          Jeffrey J. Peters <jpeters&tivo.com> August 2002
   5425  1.86  christos tvbus           2191/tcp   # TvBus Messaging
   5426  1.86  christos tvbus           2191/udp   # TvBus Messaging
   5427  1.86  christos #                          Brian W. Beach <brian&tivo.com> January 2003               
   5428  1.86  christos asdis           2192/tcp   # ASDIS software management
   5429  1.86  christos asdis           2192/udp   # ASDIS software management
   5430  1.86  christos #                          ASDIS Support <support&asdis.de> August 2005
   5431  1.86  christos #               2193-2196  Unassigned
   5432  1.86  christos mnp-exchange    2197/tcp   # MNP data exchange
   5433  1.86  christos mnp-exchange    2197/udp   # MNP data exchange
   5434  1.86  christos #                          Peter Pramberger <peter.pramberger&telering.co.at> November 2004
   5435  1.86  christos onehome-remote  2198/tcp   # OneHome Remote Access
   5436  1.86  christos onehome-remote  2198/udp   # OneHome Remote Access
   5437  1.86  christos onehome-help    2199/tcp   # OneHome Service Port
   5438  1.86  christos onehome-help    2199/udp   # OneHome Service Port
   5439  1.86  christos #                          Jim Herman <jherman&homelogic.com> August 2005
   5440  1.86  christos ici             2200/tcp   # ICI
   5441  1.86  christos ici             2200/udp   # ICI
   5442  1.86  christos #                          Brent Hines <brent.hines&unisys.com>
   5443  1.86  christos ats             2201/tcp   # Advanced Training System Program
   5444  1.86  christos ats             2201/udp   # Advanced Training System Program
   5445  1.86  christos #                          (Need contact info)
   5446  1.86  christos imtc-map        2202/tcp   # Int. Multimedia Teleconferencing Cosortium
   5447  1.86  christos imtc-map        2202/udp   # Int. Multimedia Teleconferencing Cosortium
   5448  1.86  christos #                          Pat Galvin <pgalvin&databeam.com>
   5449  1.86  christos b2-runtime	2203/tcp   # b2 Runtime Protocol
   5450  1.86  christos b2-runtime	2203/udp   # b2 Runtime Protocol
   5451  1.86  christos b2-license	2204/tcp   # b2 License Server
   5452  1.86  christos b2-license	2204/udp   # b2 License Server
   5453  1.86  christos #			   Helge-Frank Zimpel <helge.zimpel&baeurer.de> January 2006
   5454  1.86  christos jps 		2205/tcp   # Java Presentation Server
   5455  1.86  christos jps 		2205/udp   # Java Presentation Server
   5456  1.86  christos #			   Leif Jakob <leif+iana&cube.ch> January 2006
   5457  1.86  christos hpocbus         2206/tcp   # HP OpenCall bus
   5458  1.86  christos hpocbus         2206/udp   # HP OpenCall bus
   5459  1.86  christos #                          Jerome Forissier <Jerome.Forissier&hp.com> December 2005
   5460  1.86  christos hpssd		2207/tcp   # HP Status and Services
   5461  1.86  christos hpssd		2207/udp   # HP Status and Services
   5462  1.86  christos #			   Donald Welch <donald.welch&hp.com> May 2006
   5463  1.86  christos hpiod		2208/tcp   # HP I/O Backend
   5464  1.86  christos hpiod		2208/udp   # HP I/O Backend
   5465  1.86  christos #			   David Suffield <david.suffield&hp.com> May 2006
   5466  1.86  christos #               2209-2212  Unassigned
   5467  1.86  christos kali            2213/tcp   # Kali
   5468  1.86  christos kali            2213/udp   # Kali
   5469  1.86  christos #                          Jay Cotton <JAY&calc.vet.uga.edu>
   5470  1.86  christos rpi		2214/tcp   # RDQ Protocol Interface
   5471  1.86  christos rpi		2214/udp   # RDQ Protocol Interface
   5472  1.86  christos #			   Les Mather <lm&remsdaq.com> December 2005
   5473  1.86  christos ipcore		2215/tcp   # IPCore.co.za GPRS
   5474  1.86  christos ipcore		2215/udp   # IPCore.co.za GPRS
   5475  1.86  christos #			   Administrator <admin&ipcore.co.za> December 2005
   5476  1.86  christos vtu-comms       2216/tcp   # VTU data service
   5477  1.86  christos vtu-comms       2216/udp   # VTU data service
   5478  1.86  christos #			   David Barrass <dbarrass&bartecautoid.com> January 2006
   5479  1.86  christos gotodevice      2217/tcp   # GoToDevice Device Management
   5480  1.86  christos gotodevice      2217/udp   # GoToDevice Device Management
   5481  1.86  christos #			   John Lisek <jl&gotodevice.com> January 2006
   5482  1.86  christos bounzza         2218/tcp   # Bounzza IRC Proxy
   5483  1.86  christos bounzza         2218/udp   # Bounzza IRC Proxy
   5484  1.86  christos #			   Danko Alexeyev <virtuall&virtuall.info> February 2006
   5485  1.86  christos netiq-ncap  	2219/tcp   # NetIQ NCAP Protocol
   5486  1.86  christos netiq-ncap  	2219/udp   # NetIQ NCAP Protocol
   5487  1.86  christos #			   Roger Huebner <Roger.Huebner&netiq.com> January 2006
   5488  1.86  christos netiq           2220/tcp   # NetIQ End2End
   5489  1.86  christos netiq           2220/udp   # NetIQ End2End
   5490  1.86  christos #			   Gary Weichinger <gary.weichinger&netiq.com>
   5491  1.86  christos rockwell-csp1	2221/tcp   # Rockwell CSP1
   5492  1.86  christos rockwell-csp1	2221/udp   # Rockwell CSP1
   5493  1.86  christos rockwell-csp2	2222/tcp   # Rockwell CSP2
   5494  1.86  christos rockwell-csp2	2222/udp   # Rockwell CSP2
   5495  1.86  christos rockwell-csp3	2223/tcp   # Rockwell CSP3
   5496  1.86  christos rockwell-csp3	2223/udp   # Rockwell CSP3
   5497  1.86  christos #			   Brian Batke <babatke&ra.rockwell.com>	
   5498  1.86  christos efi-mg		2224/tcp   # Easy Flexible Internet/Multiplayer Games
   5499  1.86  christos efi-mg		2224/udp   # Easy Flexible Internet/Multiplayer Games
   5500  1.86  christos #			   Thomas Efer <mail&thomasefer.de> March 2006
   5501  1.86  christos rcip-itu	2225/tcp   # Resource Connection Initiation Protocol
   5502  1.86  christos rcip-itu	2225/sctp  # Resource Connection Initiation Protocol
   5503  1.86  christos #			   ITU TSB, Place des Nations, CH-1211 Geneva 20 <tsbmail&itu.int> June 2006
   5504  1.86  christos di-drm		2226/tcp   # Digital Instinct DRM
   5505  1.86  christos di-drm		2226/udp   # Digital Instinct DRM
   5506  1.86  christos di-msg		2227/tcp   # DI Messaging Service
   5507  1.86  christos di-msg		2227/udp   # DI Messaging Service
   5508  1.86  christos #			   Sean Ni <seanni&digitalinstinct.com.tw> February 2006
   5509  1.86  christos ehome-ms	2228/tcp   # eHome Message Server
   5510  1.86  christos ehome-ms	2228/udp   # eHome Message Server
   5511  1.86  christos #			   Peter Gabriel <peter.gabriel&ims.fraunhofer.de> January 2006
   5512  1.86  christos datalens	2229/tcp   # DataLens Service
   5513  1.86  christos datalens	2229/udp   # DataLens Service
   5514  1.86  christos #			   Christopher Bidwell <cbidwell&silvercreeksystems.com> February 2006
   5515  1.86  christos queueadm	2230/tcp   # MetaSoft Job Queue Administration Service
   5516  1.86  christos queueadm	2230/udp   # MetaSoft Job Queue Administration Service
   5517  1.86  christos #			   Ilya Melamed <ilya77&gmail.com> June 2006
   5518  1.86  christos wimaxasncp	2231/tcp   # WiMAX ASN Control Plane Protocol
   5519  1.86  christos wimaxasncp	2231/udp   # WiMAX ASN Control Plane Protocol
   5520  1.86  christos #			   Prakash Iyer <prakash.iyer&intel.com> June 2006
   5521  1.86  christos ivs-video       2232/tcp   # IVS Video default
   5522  1.86  christos ivs-video       2232/udp   # IVS Video default
   5523  1.86  christos #                  Thierry Turletti <Thierry.Turletti&sophia.inria.fr>
   5524  1.86  christos infocrypt	2233/tcp   # INFOCRYPT
   5525  1.86  christos infocrypt	2233/udp   # INFOCRYPT
   5526  1.86  christos #			   Erica Liu <liue&isolation.com>
   5527  1.86  christos directplay      2234/tcp   # DirectPlay
   5528  1.86  christos directplay      2234/udp   # DirectPlay
   5529  1.86  christos #                          Ajay Jindal <ajayj&microsoft.com>
   5530  1.86  christos sercomm-wlink	2235/tcp   # Sercomm-WLink
   5531  1.86  christos sercomm-wlink   2235/udp   # Sercomm-WLink
   5532  1.86  christos #			   Melinda Tsao <melinda&tpe1.sercomm.com.tw>
   5533  1.86  christos nani		2236/tcp   # Nani
   5534  1.86  christos nani		2236/udp   # Nani
   5535  1.86  christos #			   Steve Benoit <sbenoi01&eng.eds.com>
   5536  1.86  christos optech-port1-lm 2237/tcp   # Optech Port1 License Manager
   5537  1.86  christos optech-port1-lm 2237/udp   # Optech Port1 License Manager
   5538  1.86  christos #		 	   Gerard Cannie <jcannie&opticaltech.com>
   5539  1.86  christos aviva-sna	2238/tcp   # AVIVA SNA SERVER
   5540  1.86  christos aviva-sna	2238/udp   # AVIVA SNA SERVER
   5541  1.86  christos #			   Vick Keshishian <vickenK&192.219.82.71>
   5542  1.86  christos imagequery	2239/tcp   # Image Query	
   5543  1.86  christos imagequery      2239/udp   # Image Query
   5544  1.86  christos #			   Charles Jacobs <cjacobs&numinous.com>
   5545  1.86  christos recipe		2240/tcp   # RECIPe
   5546  1.86  christos recipe		2240/udp   # RECIPe
   5547  1.86  christos #			   Charlie Limoges <Charlie.Limoges&GDC4S.com>
   5548  1.86  christos ivsd            2241/tcp   # IVS Daemon
   5549  1.86  christos ivsd            2241/udp   # IVS Daemon
   5550  1.86  christos #                          Thierry Turletti 
   5551  1.86  christos #                          <Thierry.Turletti&sophia.inria.fr>
   5552  1.86  christos foliocorp       2242/tcp   # Folio Remote Server
   5553  1.86  christos foliocorp       2242/udp   # Folio Remote Server
   5554  1.86  christos #                          Pat Mcgowan <pmcgowan&folio.com>
   5555  1.86  christos magicom		2243/tcp   # Magicom Protocol
   5556  1.86  christos magicom		2243/udp   # Magicom Protocol
   5557  1.86  christos #			   Yossi Appleboum <yossia&magicom.co.il>
   5558  1.86  christos nmsserver	2244/tcp   # NMS Server
   5559  1.86  christos nmsserver	2244/udp   # NMS Server
   5560  1.86  christos #			   Dmitry Krasnonosenkikh
   5561  1.86  christos #			   <Dmitry_Krasnonosenkih&nmss.com>
   5562  1.86  christos hao		2245/tcp   # HaO
   5563  1.86  christos hao		2245/udp   # HaO
   5564  1.86  christos #			   Panic Ride <panicride&hao.org>
   5565  1.86  christos pc-mta-addrmap  2246/tcp   # PacketCable MTA Addr Map
   5566  1.86  christos pc-mta-addrmap  2246/udp   # PacketCable MTA Addr Map
   5567  1.86  christos #                          Dave Maxwell <d.maxwell&cablelabs.com>
   5568  1.86  christos antidotemgrsvr  2247/tcp   # Antidote Deployment Manager Service
   5569  1.86  christos antidotemgrsvr  2247/udp   # Antidote Deployment Manager Service
   5570  1.86  christos #			   Rod Waltermann <walterma&us.lenovo.com> February 2006
   5571  1.86  christos ums             2248/tcp   # User Management Service
   5572  1.86  christos ums 		2248/udp   # User Management Service
   5573  1.86  christos #                          Andrew Crockford 
   5574  1.86  christos #                          <andrew.crockford&modus-interactive.co.uk>
   5575  1.86  christos rfmp		2249/tcp   # RISO File Manager Protocol
   5576  1.86  christos rfmp		2249/udp   # RISO File Manager Protocol
   5577  1.86  christos #                          Shinji Yamanaka <syamanaka&jci.co.jp>
   5578  1.86  christos remote-collab   2250/tcp   # remote-collab
   5579  1.86  christos remote-collab   2250/udp   # remote-collab
   5580  1.86  christos #                          Richard Walters <walters&cs.ucdavis.edu>
   5581  1.86  christos dif-port	2251/tcp   # Distributed Framework Port
   5582  1.86  christos dif-port        2251/udp   # Distributed Framework Port
   5583  1.86  christos #                          Sebastien Lambla <lambla&bouygtel.com>
   5584  1.86  christos njenet-ssl      2252/tcp   # NJENET using SSL
   5585  1.86  christos njenet-ssl      2252/udp   # NJENET using SSL
   5586  1.86  christos #                          Hans U Schmidt <schmidth&de.ibm.com>
   5587  1.86  christos dtv-chan-req	2253/tcp   # DTV Channel Request
   5588  1.86  christos dtv-chan-req    2253/udp   # DTV Channel Request
   5589  1.86  christos #                          Richard Hodges <rh&matriplex.com>
   5590  1.86  christos seispoc         2254/tcp   # Seismic P.O.C. Port
   5591  1.86  christos seispoc         2254/udp   # Seismic P.O.C. Port
   5592  1.86  christos #                          Robert Reimiller <bob&certsoft.com>
   5593  1.86  christos vrtp            2255/tcp   # VRTP - ViRtue Transfer Protocol
   5594  1.86  christos vrtp            2255/udp   # VRTP - ViRtue Transfer Protocol
   5595  1.86  christos #                          Max Fudim <fudim&virtue3d.com> 
   5596  1.86  christos pcc-mfp         2256/tcp   # PCC MFP
   5597  1.86  christos pcc-mfp         2256/udp   # PCC MFP
   5598  1.86  christos #                          Kunihiko Morota <morota.kunihiko&jp.panasonic.com> August 2005
   5599  1.86  christos simple-tx-rx	2257/tcp   # simple text/file transfer
   5600  1.86  christos simple-tx-rx	2257/udp   # simple text/file transfer
   5601  1.86  christos #			   Daniel Kilsdonk <dan&prospeed.net> August 2006
   5602  1.86  christos rcts		2258/tcp   # Rotorcraft Communications Test System
   5603  1.86  christos rcts		2258/udp   # Rotorcraft Communications Test System
   5604  1.86  christos #			   Terry Eldridge <eldridge.consulting&earthlink.net> August 2006
   5605  1.86  christos acd-pm		2259/tcp   # Accedian Performance Measurement
   5606  1.86  christos acd-pm		2259/udp   # Accedian Performance Measurement
   5607  1.86  christos #			   Claude Robitaille <clauder&accedian.com> August 2006
   5608  1.86  christos apc-2260        2260/tcp   # APC 2260
   5609  1.86  christos apc-2260        2260/udp   # APC 2260
   5610  1.86  christos #                          American Power Conversion <ports&apcc.com> February 2002
   5611  1.86  christos comotionmaster  2261/tcp   # CoMotion Master Server
   5612  1.86  christos comotionmaster  2261/udp   # CoMotion Master Server
   5613  1.86  christos comotionback    2262/tcp   # CoMotion Backup Server
   5614  1.86  christos comotionback    2262/udp   # CoMotion Backup Server
   5615  1.86  christos #                          Friedman Wagner-Dobler <Friedman.Wagner-Dobler&gdc4s.com> September 2005
   5616  1.86  christos ecwcfg		2263/tcp   # ECweb Configuration Service
   5617  1.86  christos ecwcfg		2263/udp   # ECweb Configuration Service
   5618  1.86  christos #			   Anders Hjelm <anders.hjelm&ec.se> March 2006
   5619  1.86  christos apx500api-1	2264/tcp   # Audio Precision Apx500 API Port 1
   5620  1.86  christos apx500api-1	2264/udp   # Audio Precision Apx500 API Port 1
   5621  1.86  christos apx500api-2	2265/tcp   # Audio Precision Apx500 API Port 2
   5622  1.86  christos apx500api-2	2265/udp   # Audio Precision Apx500 API Port 2
   5623  1.86  christos #			   Robert Wright, Founder and Principal Engineer, Audio Precision Inc.
   5624  1.86  christos #			   <ianaports&ap.com> May 2006
   5625  1.86  christos mfserver        2266/tcp   # M-Files Server
   5626  1.86  christos mfserver        2266/udp   # M-files Server
   5627  1.86  christos #                          Samppa Lahtinen <samppa.lahtinen&motivesys.com>, June 2004
   5628  1.86  christos ontobroker      2267/tcp   # OntoBroker
   5629  1.86  christos ontobroker      2267/udp   # OntoBroker
   5630  1.86  christos #                          Dr. Michael Erdmann <erdmann&ontoprise.de> December 2004
   5631  1.86  christos amt             2268/tcp   # AMT
   5632  1.86  christos amt             2268/udp   # AMT
   5633  1.86  christos #                          Tom Pusateri <pusateri&juniper.net> December 2004
   5634  1.86  christos mikey           2269/tcp   # MIKEY
   5635  1.86  christos mikey           2269/udp   # MIKEY
   5636  1.86  christos #                          Karl Norrman <karl.norrman&ericsson.com> December 2004
   5637  1.86  christos starschool      2270/tcp   # starSchool
   5638  1.86  christos starschool      2270/udp   # starSchool
   5639  1.86  christos #                          Adam Ernst <cosmicsoft&cosmicsoft.net> December 2004
   5640  1.86  christos mmcals          2271/tcp   # Secure Meeting Maker Scheduling
   5641  1.86  christos mmcals          2271/udp   # Secure Meeting Maker Scheduling
   5642  1.86  christos mmcal           2272/tcp   # Meeting Maker Scheduling
   5643  1.86  christos mmcal           2272/udp   # Meeting Maker Scheduling
   5644  1.86  christos #                          Andrew H Derbyshire <ahd&meetingmaker.plus.kew.com> December 2004 
   5645  1.86  christos mysql-im        2273/tcp   # MySQL Instance Manager
   5646  1.86  christos mysql-im        2273/udp   # MySQL Instance Manager
   5647  1.86  christos #                          Petr Chardin <petr&mysql.com> December 2004
   5648  1.86  christos pcttunnell      2274/tcp   # PCTTunneller
   5649  1.86  christos pcttunnell      2274/udp   # PCTTunneller
   5650  1.86  christos #                          ProControl Technology AB <info&pctworld.com> December 2004
   5651  1.86  christos ibridge-data    2275/tcp   # iBridge Conferencing
   5652  1.86  christos ibridge-data    2275/udp   # iBridge Conferencing
   5653  1.86  christos ibridge-mgmt    2276/tcp   # iBridge Management 
   5654  1.86  christos ibridge-mgmt    2276/udp   # iBridge Management 
   5655  1.86  christos #                          Patrick Fisher <pfisher&hns.com> December 2004
   5656  1.86  christos bluectrlproxy   2277/tcp   # Bt device control proxy
   5657  1.86  christos bluectrlproxy   2277/udp   # Bt device control proxy
   5658  1.86  christos #                          Mark de Rooi <derooi&xs4all.nl> December 2004         
   5659  1.86  christos s3db		2278/tcp   # Simple Stacked Sequences Database
   5660  1.86  christos s3db		2278/udp   # Simple Stacked Sequences Database
   5661  1.86  christos #			   David Brandon <dade&smoolabs.net> August 2006
   5662  1.86  christos xmquery         2279/tcp   # xmquery
   5663  1.86  christos xmquery         2279/udp   # xmquery
   5664  1.86  christos #                          Niels Christiansen <nchris&austin.ibm.com>
   5665  1.86  christos lnvpoller       2280/tcp   # LNVPOLLER
   5666  1.86  christos lnvpoller       2280/udp   # LNVPOLLER
   5667  1.86  christos lnvconsole      2281/tcp   # LNVCONSOLE
   5668  1.86  christos lnvconsole      2281/udp   # LNVCONSOLE
   5669  1.86  christos lnvalarm        2282/tcp   # LNVALARM
   5670  1.86  christos lnvalarm        2282/udp   # LNVALARM
   5671  1.86  christos lnvstatus       2283/tcp   # LNVSTATUS
   5672  1.86  christos lnvstatus       2283/udp   # LNVSTATUS
   5673  1.86  christos lnvmaps         2284/tcp   # LNVMAPS
   5674  1.86  christos lnvmaps         2284/udp   # LNVMAPS
   5675  1.86  christos lnvmailmon      2285/tcp   # LNVMAILMON
   5676  1.86  christos lnvmailmon      2285/udp   # LNVMAILMON
   5677  1.86  christos #                          John Payne <jpayne&lotus.com> 
   5678  1.86  christos nas-metering    2286/tcp   # NAS-Metering
   5679  1.86  christos nas-metering    2286/udp   # NAS-Metering
   5680  1.86  christos #                          Steven Sawkins <ssawkins&symantec.com>    
   5681  1.86  christos dna		2287/tcp   # DNA
   5682  1.86  christos dna		2287/udp   # DNA
   5683  1.86  christos #			   Tung Nguyen <dash&ricochet.net>
   5684  1.86  christos netml		2288/tcp   # NETML
   5685  1.86  christos netml		2288/udp   # NETML
   5686  1.86  christos #			   Jochen Hansmeyer <cjh&krypton.de>
   5687  1.86  christos dict-lookup     2289/tcp   # Lookup dict server 
   5688  1.86  christos dict-lookup     2289/udp   # Lookup dict server  
   5689  1.86  christos #                          William Fernando Maton Sotomayor <wfms&acm.org> January 2005
   5690  1.86  christos sonus-logging   2290/tcp   # Sonus Logging Services
   5691  1.86  christos sonus-logging   2290/udp   # Sonus Logging Services
   5692  1.86  christos #                          Adwait Sathe <asathe&sonusnet.com> August 2005
   5693  1.86  christos eapsp		2291/tcp   # EPSON Advanced Printer Share Protocol
   5694  1.86  christos eapsp		2291/udp   # EPSON Advanced Printer Share Protocol
   5695  1.86  christos #			   SEIKO EPSON <APD.admin&exc.epson.co.jp> June 2006
   5696  1.86  christos mib-streaming   2292/tcp   # Sonus Element Management Services
   5697  1.86  christos mib-streaming   2292/udp   # Sonus Element Management Services
   5698  1.86  christos #			   Linda Lin <llin&sonusnet.com> August 2006
   5699  1.86  christos npdbgmngr	2293/tcp   # Network Platform Debug Manager
   5700  1.86  christos npdbgmngr	2293/udp   # Network Platform Debug Manager
   5701  1.86  christos #			   Robert Byrne <robert.byrne&ie.abb.com> September 2006
   5702  1.86  christos konshus-lm	2294/tcp   # Konshus License Manager (FLEX)
   5703  1.86  christos konshus-lm	2294/udp   # Konshus License Manager (FLEX)
   5704  1.86  christos #			   Francois Painchaud <fpainchaud&konshus.com>
   5705  1.86  christos advant-lm	2295/tcp   # Advant License Manager
   5706  1.86  christos advant-lm	2295/udp   # Advant License Manager
   5707  1.86  christos #			   Lars-Goran Magnusson 
   5708  1.86  christos #                          <lars-goran.magnusson&seisy.mail.abb.com>
   5709  1.86  christos theta-lm	2296/tcp   # Theta License Manager (Rainbow)
   5710  1.86  christos theta-lm	2296/udp   # Theta License Manager (Rainbow)
   5711  1.86  christos #		   	   David Thompson <theta&theta-ent.com>
   5712  1.86  christos d2k-datamover1	2297/tcp   # D2K DataMover 1
   5713  1.86  christos d2k-datamover1	2297/udp   # D2K DataMover 1
   5714  1.86  christos d2k-datamover2  2298/tcp   # D2K DataMover 2
   5715  1.86  christos d2k-datamover2	2298/udp   # D2K DataMover 2
   5716  1.86  christos #			   Eric Lan <elan&d2k.com>
   5717  1.86  christos pc-telecommute	2299/tcp   # PC Telecommute
   5718  1.86  christos pc-telecommute	2299/udp   # PC Telecommute
   5719  1.86  christos #			   John Daniel Bonamico <jbonamico&symantec.com>
   5720  1.86  christos cvmmon          2300/tcp   # CVMMON
   5721  1.86  christos cvmmon          2300/udp   # CVMMON
   5722  1.86  christos #                          Roger Kumpf <kumpf&cup.hp.com>
   5723  1.86  christos cpq-wbem        2301/tcp   # Compaq HTTP
   5724  1.86  christos cpq-wbem        2301/udp   # Compaq HTTP
   5725  1.86  christos #                          Scott Shaffer <scott.shaffer&hp.com>
   5726  1.86  christos binderysupport	2302/tcp   # Bindery Support
   5727  1.86  christos binderysupport	2302/udp   # Bindery Support
   5728  1.86  christos #			   Narasimha Rao N. <nnarasimharao&novell.com>
   5729  1.86  christos proxy-gateway	2303/tcp   # Proxy Gateway
   5730  1.86  christos proxy-gateway	2303/udp   # Proxy Gateway
   5731  1.86  christos #			   Paul Funk <paul&funk.com>
   5732  1.86  christos attachmate-uts	2304/tcp   # Attachmate UTS
   5733  1.86  christos attachmate-uts	2304/udp   # Attachmate UTS
   5734  1.86  christos #			   George Gianelos <Georgegi&Attachmate.com>
   5735  1.86  christos mt-scaleserver	2305/tcp   # MT ScaleServer
   5736  1.86  christos mt-scaleserver	2305/udp   # MT ScaleServer
   5737  1.86  christos #			   Paul Glaubitz <Paul.Glaubitz&mt.com>
   5738  1.86  christos tappi-boxnet	2306/tcp   # TAPPI BoxNet
   5739  1.86  christos tappi-boxnet	2306/udp   # TAPPI BoxNet
   5740  1.86  christos #			   Richard Spartz <rspartz&alliancetechnical.com>
   5741  1.86  christos pehelp          2307/tcp   # pehelp
   5742  1.86  christos pehelp          2307/udp   # pehelp
   5743  1.86  christos #                          Jens Kilian <jensk&hpbeo82.bbn.hp.com>
   5744  1.86  christos sdhelp		2308/tcp   # sdhelp
   5745  1.86  christos sdhelp		2308/udp   # sdhelp
   5746  1.86  christos #			   Annette Klecha <annette_klecha&bbn.hp.com>
   5747  1.86  christos sdserver	2309/tcp   # SD Server
   5748  1.86  christos sdserver	2309/udp   # SD Server
   5749  1.86  christos sdclient	2310/tcp   # SD Client
   5750  1.86  christos sdclient	2310/udp   # SD Client
   5751  1.86  christos #			   Jeurgen Broesamle <juergb&bbn.hp.com>
   5752  1.86  christos messageservice	2311/tcp   # Message Service
   5753  1.86  christos messageservice	2311/udp   # Message Service
   5754  1.86  christos #			   No contact Listed	
   5755  1.86  christos wanscaler	2312/tcp   # WANScaler Communication Service
   5756  1.86  christos wanscaler	2312/udp   # WANScaler Communication Service
   5757  1.86  christos #			   Allen Samuels <allen.samuels&citrix.com> November 2006
   5758  1.86  christos iapp		2313/tcp   # IAPP (Inter Access Point Protocol)
   5759  1.86  christos iapp		2313/udp   # IAPP (Inter Access Point Protocol)
   5760  1.86  christos #			   Henri Moelard <moelard&lucent.com>
   5761  1.86  christos cr-websystems	2314/tcp   # CR WebSystems
   5762  1.86  christos cr-websystems	2314/udp   # CR WebSystems
   5763  1.86  christos #			   Robin Giese <rgiese&peddie.org>
   5764  1.86  christos precise-sft	2315/tcp   # Precise Sft.
   5765  1.86  christos precise-sft	2315/udp   # Precise Sft.
   5766  1.86  christos #			   Michael Landwehr <mikel&precisesoft.co.il>
   5767  1.86  christos sent-lm		2316/tcp   # SENT License Manager
   5768  1.86  christos sent-lm		2316/udp   # SENT License Manager
   5769  1.86  christos #			   Pisharath Krishnan <krishnan&axis-inc.com>
   5770  1.86  christos attachmate-g32	2317/tcp   # Attachmate G32
   5771  1.86  christos attachmate-g32	2317/udp   # Attachmate G32
   5772  1.86  christos #			   Bryce Bhatnagar <BRYCEBH&Attachmate.com>
   5773  1.86  christos cadencecontrol	2318/tcp   # Cadence Control
   5774  1.86  christos cadencecontrol	2318/udp   # Cadence Control
   5775  1.86  christos #			   Buck Caldwell <buck_c&polygon.com>
   5776  1.86  christos infolibria	2319/tcp   # InfoLibria
   5777  1.86  christos infolibria	2319/udp   # InfoLibria
   5778  1.86  christos #			   Chris Chiotasso <cchiotasso&infolibria.com>
   5779  1.86  christos siebel-ns	2320/tcp   # Siebel NS
   5780  1.86  christos siebel-ns	2320/udp   # Siebel NS
   5781  1.86  christos #			   Gilberto Arnaiz <garnaiz&siebel.com>
   5782  1.86  christos rdlap		2321/tcp   # RDLAP
   5783  1.86  christos rdlap		2321/udp   # RDLAP
   5784  1.86  christos #			   Robert Wiebe <crw010&email.mot.com>
   5785  1.86  christos ofsd		2322/tcp   # ofsd
   5786  1.86  christos ofsd		2322/udp   # ofsd
   5787  1.86  christos 3d-nfsd		2323/tcp   # 3d-nfsd
   5788  1.86  christos 3d-nfsd		2323/udp   # 3d-nfsd
   5789  1.86  christos #			   Mike Sherrill <sherrill&commvault.com>
   5790  1.86  christos cosmocall	2324/tcp   # Cosmocall
   5791  1.86  christos cosmocall	2324/udp   # Cosmocall
   5792  1.86  christos #			   Steve Dellutri
   5793  1.86  christos designspace-lm	2325/tcp   # Design Space License Management
   5794  1.86  christos designspace-lm	2325/udp   # Design Space License Management
   5795  1.86  christos #			   Suzanne Lorrin <suzanne.lorrin&ansys.com>
   5796  1.86  christos idcp		2326/tcp   # IDCP
   5797  1.86  christos idcp		2326/udp   # IDCP
   5798  1.86  christos #			   Keisokugiken Corp. <adda&kgc.co.jp>
   5799  1.86  christos xingcsm		2327/tcp   # xingcsm
   5800  1.86  christos xingcsm		2327/udp   # xingcsm
   5801  1.86  christos #			   Dave Spencer <dspencer&xingtech.com>
   5802  1.86  christos netrix-sftm	2328/tcp   # Netrix SFTM
   5803  1.86  christos netrix-sftm	2328/udp   # Netrix SFTM
   5804  1.86  christos #			   Garrett Herschleb <garrett&netrix.com>
   5805  1.86  christos nvd		2329/tcp   # NVD
   5806  1.86  christos nvd		2329/udp   # NVD
   5807  1.86  christos #			   Peter Weyman <pjweyman&noblenet.com>
   5808  1.86  christos tscchat		2330/tcp   # TSCCHAT
   5809  1.86  christos tscchat		2330/udp   # TSCCHAT
   5810  1.86  christos #                          Mike Jackson <mhjack&tscnet.com>
   5811  1.86  christos agentview       2331/tcp   # AGENTVIEW
   5812  1.86  christos agentview       2331/udp   # AGENTVIEW
   5813  1.86  christos #			               Ram Iyer <ram&aaccorp.com>
   5814  1.86  christos rcc-host        2332/tcp   # RCC Host 
   5815  1.86  christos rcc-host        2332/udp   # RCC Host
   5816  1.86  christos #			               Martin Shoemaker <shoemakerml&rapistan.com>
   5817  1.86  christos snapp           2333/tcp   # SNAPP
   5818  1.86  christos snapp           2333/udp   # SNAPP
   5819  1.86  christos #                          Kevin Osborn <kosborn&snapappliance.com>
   5820  1.86  christos ace-client      2334/tcp   # ACE Client Auth
   5821  1.86  christos ace-client      2334/udp   # ACE Client Auth
   5822  1.86  christos ace-proxy	2335/tcp   # ACE Proxy
   5823  1.86  christos ace-proxy	2335/udp   # ACE Proxy
   5824  1.86  christos #			               Riaz Zolfonoon <rzolfonoon&securitydynamics.com>
   5825  1.86  christos appleugcontrol  2336/tcp   # Apple UG Control
   5826  1.86  christos appleugcontrol	2336/udp   # Apple UG Control
   5827  1.86  christos #			               Gene Tyacke <gene&apple.com>
   5828  1.86  christos ideesrv         2337/tcp   # ideesrv
   5829  1.86  christos ideesrv	        2337/udp   # ideesrv
   5830  1.86  christos #			               Marazzi <fmarazzi&ideetique.com>
   5831  1.86  christos norton-lambert	2338/tcp   # Norton Lambert
   5832  1.86  christos norton-lambert	2338/udp   # Norton Lambert
   5833  1.86  christos #			               Richard de Mornay <rdemornay&norton-lambert.com>
   5834  1.86  christos 3com-webview	2339/tcp   # 3Com WebView
   5835  1.86  christos 3com-webview	2339/udp   # 3Com WebView
   5836  1.86  christos #			   Jennifer Grace <Jennifer_Grace&3com.com>
   5837  1.86  christos wrs_registry	2340/tcp   # WRS Registry
   5838  1.86  christos wrs_registry	2340/udp   # WRS Registry
   5839  1.86  christos #			   Christophe Cleraux <chrisc&wrs.com>
   5840  1.86  christos xiostatus	2341/tcp   # XIO Status
   5841  1.86  christos xiostatus	2341/udp   # XIO Status
   5842  1.86  christos #			   Randy Maas <randym&xiotech.com>
   5843  1.86  christos manage-exec     2342/tcp   # Seagate Manage Exec
   5844  1.86  christos manage-exec	2342/udp   # Seagate Manage Exec
   5845  1.86  christos #			   Jim Flaherty <jim.flaherty&seagatesoftware.com>
   5846  1.86  christos nati-logos	2343/tcp   # nati logos
   5847  1.86  christos nati-logos	2343/udp   # nati logos
   5848  1.86  christos #			   James Juhasz <james.juhasz&ni.com>
   5849  1.86  christos fcmsys		2344/tcp   # fcmsys
   5850  1.86  christos fcmsys   	2344/udp   # fcmsys
   5851  1.86  christos dbm             2345/tcp   # dbm
   5852  1.86  christos dbm             2345/udp   # dbm
   5853  1.86  christos #			   Dean Robson <dean.robson&fujitsu.com.au>
   5854  1.86  christos redstorm_join	2346/tcp   # Game Connection Port
   5855  1.86  christos redstorm_join	2346/udp   # Game Connection Port
   5856  1.86  christos redstorm_find	2347/tcp   # Game Announcement and Location
   5857  1.86  christos redstorm_find	2347/udp   # Game Announcement and Location
   5858  1.86  christos redstorm_info	2348/tcp   # Information to query for game status
   5859  1.86  christos redstorm_info	2348/udp   # Information to query for game status
   5860  1.86  christos redstorm_diag	2349/tcp   # Diagnostics Port
   5861  1.86  christos redstorm_diag	2349/udp   # Diagnostics Port
   5862  1.86  christos #                          David Weinstein <david.weinstein&redstorm.com>
   5863  1.86  christos psbserver       2350/tcp   # psbserver
   5864  1.86  christos psbserver       2350/udp   # psbserver
   5865  1.86  christos psrserver       2351/tcp   # psrserver
   5866  1.86  christos psrserver       2351/udp   # psrserver
   5867  1.86  christos pslserver       2352/tcp   # pslserver
   5868  1.86  christos pslserver       2352/udp   # pslserver
   5869  1.86  christos pspserver       2353/tcp   # pspserver
   5870  1.86  christos pspserver       2353/udp   # pspserver
   5871  1.86  christos psprserver      2354/tcp   # psprserver
   5872  1.86  christos psprserver      2354/udp   # psprserver
   5873  1.86  christos psdbserver      2355/tcp   # psdbserver
   5874  1.86  christos psdbserver      2355/udp   # psdbserver
   5875  1.86  christos #                          Paul Reddy <Paul&pharos.co.nz>
   5876  1.86  christos gxtelmd         2356/tcp   # GXT License Managemant
   5877  1.86  christos gxtelmd         2356/udp   # GXT License Managemant
   5878  1.86  christos #                          Robert Hodgson <rrh&gxt.com>
   5879  1.86  christos unihub-server   2357/tcp   # UniHub Server
   5880  1.86  christos unihub-server   2357/udp   # UniHub Server
   5881  1.86  christos #                          Tim Kenyon <Tim_Kenyon&csicontrols.com>
   5882  1.86  christos futrix          2358/tcp   # Futrix
   5883  1.86  christos futrix          2358/udp   # Futrix
   5884  1.86  christos #                          Peter Frankenberg <pcfberg&ibm.net>
   5885  1.86  christos flukeserver     2359/tcp   # FlukeServer
   5886  1.86  christos flukeserver     2359/udp   # FlukeServer
   5887  1.86  christos #                          Bill Marbaker <wrm&fortenet.com>
   5888  1.86  christos nexstorindltd   2360/tcp   # NexstorIndLtd
   5889  1.86  christos nexstorindltd   2360/udp   # NexstorIndLtd
   5890  1.86  christos #                          NexStor India Limited <next&nda.vsnl.net.in>	
   5891  1.86  christos tl1             2361/tcp   # TL1
   5892  1.86  christos tl1             2361/udp   # TL1
   5893  1.86  christos #                          Charles Scott Roberson <chip&cerent.com> 
   5894  1.86  christos digiman         2362/tcp   # digiman
   5895  1.86  christos digiman         2362/udp   # digiman
   5896  1.86  christos #                          Aaron S. Kurland <akurland&netsilicon.com>
   5897  1.86  christos mediacntrlnfsd  2363/tcp   # Media Central NFSD 
   5898  1.86  christos mediacntrlnfsd  2363/udp   # Media Central NFSD 
   5899  1.86  christos #                          shivakumar s. govindarajapuram <shivak&eng.sun.com>
   5900  1.86  christos oi-2000         2364/tcp   # OI-2000
   5901  1.86  christos oi-2000         2364/udp   # OI-2000
   5902  1.86  christos #                          Software Horizons Inc. <oi2000&shorizons.com>   
   5903  1.86  christos dbref           2365/tcp   # dbref
   5904  1.86  christos dbref           2365/udp   # dbref
   5905  1.86  christos #                          Yoshihiro Yamazaki <yamazaki&ael.fujitsu.co.jp>
   5906  1.86  christos qip-login       2366/tcp   # qip-login
   5907  1.86  christos qip-login       2366/udp   # qip-login
   5908  1.86  christos #			               Mike Morgan <mmorgan&lucent.com>
   5909  1.86  christos service-ctrl	2367/tcp   # Service Control
   5910  1.86  christos service-ctrl	2367/udp   # Service Control
   5911  1.86  christos #                          Humberto Sanchez <Humberto_Sanchez&hp.com>
   5912  1.86  christos opentable       2368/tcp   # OpenTable
   5913  1.86  christos opentable       2368/udp   # OpenTable
   5914  1.86  christos #                          Brett Goldstein <bgoldstein&opentable.com>
   5915  1.86  christos #		2369       De-registered (28 March 2006)
   5916  1.86  christos l3-hbmon        2370/tcp   # L3-HBMon
   5917  1.86  christos l3-hbmon        2370/udp   # L3-HBMon
   5918  1.86  christos #                          Dolores Scott <Dolores.Scott&L-3security.com>
   5919  1.86  christos #### Port 2370 Unofficially used by Compaq ####
   5920  1.86  christos worldwire       2371/tcp   # Compaq WorldWire Port
   5921  1.86  christos worldwire       2371/udp   # Compaq WorldWire Port
   5922  1.86  christos #                          Michael Spratte <michael.spratte&compaq.com>
   5923  1.86  christos #               2372-2380  Unassigned
   5924  1.86  christos compaq-https    2381/tcp   # Compaq HTTPS
   5925  1.86  christos compaq-https    2381/udp   # Compaq HTTPS
   5926  1.86  christos #                          Scott Shaffer <scott.shaffer&hp.com>
   5927  1.86  christos ms-olap3        2382/tcp   # Microsoft OLAP
   5928  1.86  christos ms-olap3        2382/udp   # Microsoft OLAP
   5929  1.86  christos ms-olap4        2383/tcp   # Microsoft OLAP
   5930  1.86  christos ms-olap4        2383/udp   # Microsoft OLAP
   5931  1.86  christos #                          Mosha Pasumansky <moshap&microsoft.com>
   5932  1.86  christos sd-request      2384/tcp   # SD-REQUEST
   5933  1.86  christos sd-capacity     2384/udp   # SD-CAPACITY
   5934  1.86  christos #                          Jason McManus <jasonm&sleepdep.net>
   5935  1.86  christos sd-data         2385/tcp   # SD-DATA
   5936  1.86  christos sd-data         2385/udp   # SD-DATA
   5937  1.86  christos #                          Jason McManus <jasonm&sleepdep.net>
   5938  1.86  christos virtualtape     2386/tcp   # Virtual Tape
   5939  1.86  christos virtualtape     2386/udp   # Virtual Tape
   5940  1.86  christos vsamredirector  2387/tcp   # VSAM Redirector
   5941  1.86  christos vsamredirector  2387/udp   # VSAM Redirector
   5942  1.86  christos #                          Ingo Franzki <ifranzki&de.ibm.com>
   5943  1.86  christos mynahautostart  2388/tcp   # MYNAH AutoStart
   5944  1.86  christos mynahautostart  2388/udp   # MYNAH AutoStart
   5945  1.86  christos #                          Thomas J. Klehr <tklehr&telcordia.com>
   5946  1.86  christos ovsessionmgr	2389/tcp   # OpenView Session Mgr
   5947  1.86  christos ovsessionmgr	2389/udp   # OpenView Session Mgr
   5948  1.86  christos #                          Eric Pulsipher <eric_pulsipher&hp.com>
   5949  1.86  christos rsmtp           2390/tcp   # RSMTP
   5950  1.86  christos rsmtp           2390/udp   # RSMTP
   5951  1.86  christos #                          Geoff Collyer <geoff&research.bell-labs.com>
   5952  1.86  christos 3com-net-mgmt	2391/tcp   # 3COM Net Management
   5953  1.86  christos 3com-net-mgmt	2391/udp   # 3COM Net Management
   5954  1.86  christos #                          Prathibha Nagvar
   5955  1.86  christos tacticalauth	2392/tcp   # Tactical Auth
   5956  1.86  christos tacticalauth	2392/udp   # Tactical Auth
   5957  1.86  christos #                          David Yon <yon&tactical-sw.com>   
   5958  1.86  christos ms-olap1	2393/tcp   # MS OLAP 1
   5959  1.86  christos ms-olap1	2393/udp   # MS OLAP 1
   5960  1.86  christos ms-olap2	2394/tcp   # MS OLAP 2
   5961  1.86  christos ms-olap2	2394/udp   # MS OLAP 2
   5962  1.86  christos #			   Mosha Pasumansky <moshap&microsoft.com>
   5963  1.86  christos lan900_remote	2395/tcp   # LAN900 Remote
   5964  1.86  christos lan900_remote	2395/udp   # LAN900 Remote
   5965  1.86  christos #			   Tom Quinlan <tquinlan&digitechinc.com>
   5966  1.86  christos wusage		2396/tcp   # Wusage
   5967  1.86  christos wusage 		2396/udp   # Wusage
   5968  1.86  christos #			   Thomas Boutell <boutell&boutell.com>
   5969  1.86  christos ncl		2397/tcp   # NCL
   5970  1.86  christos ncl		2397/udp   # NCL
   5971  1.86  christos #			   Robert Wiebe <crw010&email.mot.com>
   5972  1.86  christos orbiter		2398/tcp   # Orbiter
   5973  1.86  christos orbiter		2398/udp   # Orbiter
   5974  1.86  christos #			   David Goldberg <dgoldberg&callisto.com>
   5975  1.86  christos fmpro-fdal	2399/tcp   # FileMaker, Inc. - Data Access Layer
   5976  1.86  christos fmpro-fdal	2399/udp   # FileMaker, Inc. - Data Access Layer
   5977  1.86  christos #			   Clay Maeckal <clay_maeckel&filemaker.com>
   5978  1.86  christos opequus-server	2400/tcp   # OpEquus Server
   5979  1.86  christos opequus-server	2400/udp   # OpEquus Server
   5980  1.86  christos #			   Gavin Hutchinson <gavinh&tesl.com>
   5981  1.86  christos cvspserver      2401/tcp   # cvspserver
   5982  1.86  christos cvspserver      2401/udp   # cvspserver
   5983  1.86  christos #                          Jim Kingdon <kingdon&harvey.cyclic.com>
   5984  1.86  christos taskmaster2000	2402/tcp   # TaskMaster 2000 Server
   5985  1.86  christos taskmaster2000	2402/udp   # TaskMaster 2000 Server
   5986  1.86  christos taskmaster2000	2403/tcp   # TaskMaster 2000 Web
   5987  1.86  christos taskmaster2000	2403/udp   # TaskMaster 2000 Web
   5988  1.86  christos #			   Ed Odjaghian <edo&datacap.com>
   5989  1.86  christos iec-104         2404/tcp   # IEC 60870-5-104 process control over IP
   5990  1.86  christos iec-104         2404/udp   # IEC 60870-5-104 process control over IP
   5991  1.86  christos #                          Walter K. Eichelburg <walter.eichelburg&sat-automation.com>
   5992  1.86  christos trc-netpoll	2405/tcp   # TRC Netpoll
   5993  1.86  christos trc-netpoll	2405/udp   # TRC Netpoll
   5994  1.86  christos #			   Bizhan Ghavami <ghavami&telcores.com>
   5995  1.86  christos jediserver	2406/tcp   # JediServer
   5996  1.86  christos jediserver	2406/udp   # JediServer
   5997  1.86  christos #			   Paul McEntire <paul.mcentire&columbiasc.ncr.com>
   5998  1.86  christos orion           2407/tcp   # Orion
   5999  1.86  christos orion           2407/udp   # Orion
   6000  1.86  christos #                          Matthew Horoschun <mhoroschun&canprint.com.au>
   6001  1.86  christos optimanet	2408/tcp   # OptimaNet
   6002  1.86  christos optimanet	2408/udp   # OptimaNet
   6003  1.86  christos #			   John Graham-Cumming <jgc&optimal.com>
   6004  1.86  christos sns-protocol	2409/tcp   # SNS Protocol
   6005  1.86  christos sns-protocol	2409/udp   # SNS Protocol
   6006  1.86  christos #			   Amir Blich <amir&netmanage.co.il>
   6007  1.86  christos vrts-registry	2410/tcp   # VRTS Registry
   6008  1.86  christos vrts-registry	2410/udp   # VRTS Registry
   6009  1.86  christos #			   Pranay Varma <pran&veritas.com>
   6010  1.86  christos netwave-ap-mgmt	2411/tcp   # Netwave AP Management
   6011  1.86  christos netwave-ap-mgmt	2411/udp   # Netwave AP Management
   6012  1.86  christos #			   Johnny Zweig <zweig&netwave-wireless.com>
   6013  1.86  christos cdn		2412/tcp   # CDN
   6014  1.86  christos cdn		2412/udp   # CDN
   6015  1.86  christos #			   Alan Noble <noble&netmind.com>
   6016  1.86  christos orion-rmi-reg	2413/tcp   # orion-rmi-reg 
   6017  1.86  christos orion-rmi-reg	2413/udp   # orion-rmi-reg
   6018  1.86  christos #			   J.S. Greenfield <greeny&us.ibm.com>
   6019  1.86  christos beeyond		2414/tcp   # Beeyond
   6020  1.86  christos beeyond		2414/udp   # Beeyond
   6021  1.86  christos #			   Bob Deblier <bob&virtualunlimited.com>
   6022  1.86  christos codima-rtp      2415/tcp   # Codima Remote Transaction Protocol
   6023  1.86  christos codima-rtp      2415/udp   # Codima Remote Transaction Protocol
   6024  1.86  christos #                          Sylvia Ross <sross&codimatech.com>
   6025  1.86  christos rmtserver	2416/tcp   # RMT Server	
   6026  1.86  christos rmtserver	2416/udp   # RMT Server
   6027  1.86  christos #			   Yvon Marineau <yvon&simware.com>
   6028  1.86  christos composit-server	2417/tcp   # Composit Server
   6029  1.86  christos composit-server	2417/udp   # Composit Server
   6030  1.86  christos #			   Katsuaki Naoi <naoi&pfu.co.jp>
   6031  1.86  christos cas		2418/tcp   # cas
   6032  1.86  christos cas		2418/udp   # cas
   6033  1.86  christos #			   Akiyoshi Ochi <akiyoshi&net.paso.fujitsu.co.jp>
   6034  1.86  christos attachmate-s2s	2419/tcp   # Attachmate S2S
   6035  1.86  christos attachmate-s2s	2419/udp   # Attachmate S2S
   6036  1.86  christos #			   Chris Rominski <ChrisRom&attachmate.com>
   6037  1.86  christos dslremote-mgmt	2420/tcp   # DSL Remote Management
   6038  1.86  christos dslremote-mgmt	2420/udp   # DSL Remote Management
   6039  1.86  christos #			   Westell, Inc. <jronk&westell.com> 	
   6040  1.86  christos g-talk		2421/tcp   # G-Talk
   6041  1.86  christos g-talk		2421/udp   # G-Talk
   6042  1.86  christos #			   Matt Hammond <matt_hammond&four-sight.co.uk>
   6043  1.86  christos crmsbits	2422/tcp   # CRMSBITS
   6044  1.86  christos crmsbits	2422/udp   # CRMSBITS
   6045  1.86  christos #			   Rod Ward <RWard&vaccmel1.telstra.com.au>
   6046  1.86  christos rnrp		2423/tcp   # RNRP
   6047  1.86  christos rnrp		2423/udp   # RNRP
   6048  1.86  christos #			   Per Sahlqvist <psahlqvi&sw.seisy.abb.se>
   6049  1.86  christos kofax-svr	2424/tcp   # KOFAX-SVR
   6050  1.86  christos kofax-svr	2424/udp   # KOFAX-SVR
   6051  1.86  christos #			   Terry Reagan <treagan&kofax.com>
   6052  1.86  christos fjitsuappmgr	2425/tcp   # Fujitsu App Manager
   6053  1.86  christos fjitsuappmgr	2425/udp   # Fujitsu App Manager
   6054  1.86  christos #			   Hiroyuki Kawabuchi <buchi&ael.fujitsu.co.jp>
   6055  1.86  christos #               2426       Unassigned (Removed 2002-04-29)
   6056  1.86  christos mgcp-gateway    2427/tcp   # Media Gateway Control Protocol Gateway
   6057  1.86  christos mgcp-gateway    2427/udp   # Media Gateway Control Protocol Gateway
   6058  1.86  christos #                          Christian Huitema <huitema&research.telcordia.com>
   6059  1.86  christos ott             2428/tcp   # One Way Trip Time
   6060  1.86  christos ott             2428/udp   # One Way Trip Time
   6061  1.86  christos #                          Greg Troxel <gdt&ir.bbn.com>
   6062  1.86  christos ft-role		2429/tcp   # FT-ROLE
   6063  1.86  christos ft-role		2429/udp   # FT-ROLE
   6064  1.86  christos #			   Doug Boone <dboone&atg.CLR.com>
   6065  1.86  christos venus		2430/tcp   # venus
   6066  1.86  christos venus		2430/udp   # venus
   6067  1.86  christos venus-se	2431/tcp   # venus-se
   6068  1.86  christos venus-se	2431/udp   # venus-se
   6069  1.86  christos codasrv		2432/tcp   # codasrv
   6070  1.86  christos codasrv		2432/udp   # codasrv
   6071  1.86  christos codasrv-se	2433/tcp   # codasrv-se
   6072  1.86  christos codasrv-se	2433/udp   # codasrv-se
   6073  1.86  christos #			   Robert Watson <robert&cyrus.watson.org>
   6074  1.86  christos pxc-epmap	2434/tcp   # pxc-epmap
   6075  1.86  christos pxc-epmap	2434/udp   # pxc-epmap
   6076  1.86  christos #			   Jun Nakamura <jnakamur&cp10.es.xerox.com>
   6077  1.86  christos optilogic	2435/tcp   # OptiLogic
   6078  1.86  christos optilogic	2435/udp   # OptiLogic
   6079  1.86  christos #			   Clark Williams <clark&wirespeed.com>
   6080  1.86  christos topx		2436/tcp   # TOP/X
   6081  1.86  christos topx		2436/udp   # TOP/X
   6082  1.86  christos #			   Dragos Pop <dragos&cs.ubbcluj.ro>
   6083  1.86  christos unicontrol	2437/tcp   # UniControl
   6084  1.86  christos unicontrol	2437/udp   # UniControl
   6085  1.86  christos #			   Ing. Markus Huemer <markus.huemer&hsd.at>
   6086  1.86  christos msp		2438/tcp   # MSP
   6087  1.86  christos msp		2438/udp   # MSP
   6088  1.86  christos #			   Evan Caves <evan&acc.com>
   6089  1.86  christos sybasedbsynch	2439/tcp   # SybaseDBSynch
   6090  1.86  christos sybasedbsynch	2439/udp   # SybaseDBSynch
   6091  1.86  christos #			   Dave Neudoerffer <Dave.Neudoerffer&ianywhere.com>
   6092  1.86  christos spearway	2440/tcp   # Spearway Lockers
   6093  1.86  christos spearway	2440/udp   # Spearway Lockers
   6094  1.86  christos #			   Pierre Frisch <Pierre.Frisch&spearway.com>
   6095  1.86  christos pvsw-inet       2441/tcp   # Pervasive I*net Data Server
   6096  1.86  christos pvsw-inet       2441/udp   # Pervasive I*net Data Server
   6097  1.86  christos #                          Chuck Talk <ctalk&pervasive.com>
   6098  1.86  christos netangel	2442/tcp   # Netangel
   6099  1.86  christos netangel	2442/udp   # Netangel
   6100  1.86  christos #			   Ladislav Baranyay <identcod&identcode.sk>
   6101  1.86  christos powerclientcsf  2443/tcp   # PowerClient Central Storage Facility
   6102  1.86  christos powerclientcsf  2443/udp   # PowerClient Central Storage Facility
   6103  1.86  christos #			   Brian Klassen <Brian.Klassen&Unisys.com>	
   6104  1.86  christos btpp2sectrans   2444/tcp   # BT PP2 Sectrans
   6105  1.86  christos btpp2sectrans   2444/udp   # BT PP2 Sectrans
   6106  1.86  christos #                          Ian Daniels <btexact.ports&bt.com> 
   6107  1.86  christos dtn1		2445/tcp   # DTN1
   6108  1.86  christos dtn1		2445/udp   # DTN1
   6109  1.86  christos #			   Bob Gaddie <bobg&dtn.com> 
   6110  1.86  christos bues_service	2446/tcp   # bues_service
   6111  1.86  christos bues_service	2446/udp   # bues_service
   6112  1.86  christos #			   Leonhard Diekmann
   6113  1.86  christos #                          <diekmann&04.mstr02.telekom400.dbp.de>
   6114  1.86  christos ovwdb		2447/tcp   # OpenView NNM daemon
   6115  1.86  christos ovwdb		2447/udp   # OpenView NNM daemon
   6116  1.86  christos #			   Eric Pulsipher <eric_pulsipher&fc.hp.com>
   6117  1.86  christos hpppssvr	2448/tcp   # hpppsvr
   6118  1.86  christos hpppssvr	2448/udp   # hpppsvr
   6119  1.86  christos #			   Bridgette Landers <blanders&boi.hp.com>
   6120  1.86  christos ratl		2449/tcp   # RATL
   6121  1.86  christos ratl		2449/udp   # RATL
   6122  1.86  christos #			               Paul Greenfield <paul.greenfield&unisys.com>
   6123  1.86  christos netadmin        2450/tcp   # netadmin
   6124  1.86  christos netadmin    	2450/udp   # netadmin
   6125  1.86  christos netchat		2451/tcp   # netchat
   6126  1.86  christos netchat		2451/udp   # netchat
   6127  1.86  christos #			               Julian Mehnle <julian&mehnle.net>
   6128  1.86  christos snifferclient	2452/tcp   # SnifferClient
   6129  1.86  christos snifferclient	2452/udp   # SnifferClient
   6130  1.86  christos #			               Amy Weaver <amy_weaver&nai.com>
   6131  1.86  christos madge-ltd	2453/tcp   # madge ltd
   6132  1.86  christos madge-ltd	2453/udp   # madge ltd
   6133  1.86  christos #			               Mark Lyall <mark.lyall&madge.com>
   6134  1.86  christos indx-dds	2454/tcp   # IndX-DDS
   6135  1.86  christos indx-dds  	2454/udp   # IndX-DDS
   6136  1.86  christos #			               Paul Carmichael <paulcarmichael&indx.net>
   6137  1.86  christos wago-io-system	2455/tcp   # WAGO-IO-SYSTEM
   6138  1.86  christos wago-io-system	2455/udp   # WAGO-IO-SYSTEM
   6139  1.86  christos #			               Jrg Hoffmann <electronicc_rd&wago.com>
   6140  1.86  christos altav-remmgt	2456/tcp   # altav-remmgt
   6141  1.86  christos altav-remmgt	2456/udp   # altav-remmgt
   6142  1.86  christos #			               Gary M. Allen <gallen&symantec.com>
   6143  1.86  christos rapido-ip	2457/tcp   # Rapido_IP
   6144  1.86  christos rapido-ip       2457/udp   # Rapido_IP
   6145  1.86  christos #			               Man Shuen Cheung <man_shuen_cheung&wamnet.co.uk>
   6146  1.86  christos griffin         2458/tcp   # griffin
   6147  1.86  christos griffin		2458/udp   # griffin
   6148  1.86  christos #			               Tom Taylor <Tom.Taylor&unisys.com>
   6149  1.86  christos community       2459/tcp   # Community
   6150  1.86  christos community       2459/udp   # Community
   6151  1.86  christos #			               David Schwartz <davids&webmaster.com>
   6152  1.86  christos ms-theater      2460/tcp   # ms-theater
   6153  1.86  christos ms-theater      2460/udp   # ms-theater
   6154  1.86  christos #                          Anton Kucer <akucer&microsoft.com>
   6155  1.86  christos qadmifoper	2461/tcp   # qadmifoper
   6156  1.86  christos qadmifoper	2461/udp   # qadmifoper
   6157  1.86  christos qadmifevent	2462/tcp   # qadmifevent
   6158  1.86  christos qadmifevent	2462/udp   # qadmifevent	
   6159  1.86  christos #			   Pekka Takaranta <pekka.takaranta&tellabs.fi>
   6160  1.86  christos symbios-raid	2463/tcp   # Symbios Raid
   6161  1.86  christos symbios-raid	2463/udp   # Symbios Raid
   6162  1.86  christos #			   Bill Delaney <bill.delaney&symbios.com>
   6163  1.86  christos direcpc-si	2464/tcp   # DirecPC SI
   6164  1.86  christos direcpc-si	2464/udp   # DirecPC SI
   6165  1.86  christos #			   Doug Dillon <dillon&hns.com>
   6166  1.86  christos lbm		2465/tcp   # Load Balance Management
   6167  1.86  christos lbm		2465/udp   # Load Balance Management
   6168  1.86  christos lbf		2466/tcp   # Load Balance Forwarding
   6169  1.86  christos lbf		2466/udp   # Load Balance Forwarding
   6170  1.86  christos #			   Kazuhiro Koide <kaz&pfu.co.jp>
   6171  1.86  christos high-criteria	2467/tcp   # High Criteria
   6172  1.86  christos high-criteria	2467/udp   # High Criteria
   6173  1.86  christos #			   Konstantin Iavid <kiavid&highcriteria.com>
   6174  1.86  christos qip-msgd	2468/tcp   # qip_msgd
   6175  1.86  christos qip-msgd	2468/udp   # qip_msgd
   6176  1.86  christos #			   Mike Morgan <mmorgan&lucent.com>
   6177  1.86  christos mti-tcs-comm	2469/tcp   # MTI-TCS-COMM
   6178  1.86  christos mti-tcs-comm	2469/udp   # MTI-TCS-COMM
   6179  1.86  christos #			   Mario Bonin <boninm&microtempus.com>
   6180  1.86  christos taskman-port	2470/tcp   # taskman port
   6181  1.86  christos taskman-port	2470/udp   # taskman port
   6182  1.86  christos #			   Boris Panteleev <bpanteleev&himel.com>
   6183  1.86  christos seaodbc		2471/tcp   # SeaODBC
   6184  1.86  christos seaodbc		2471/udp   # SeaODBC
   6185  1.86  christos #			   Adrian Hornby <Adrian.Hornby&aran.co.uk>
   6186  1.86  christos c3		2472/tcp   # C3
   6187  1.86  christos c3		2472/udp   # C3
   6188  1.86  christos #			   Eckhard Grieger <e.grieger&com-on.de>
   6189  1.86  christos aker-cdp	2473/tcp   # Aker-cdp
   6190  1.86  christos aker-cdp	2473/udp   # Aker-cdp
   6191  1.86  christos #			   Rodrigo Ormonde <ormonde&aker.com.br>
   6192  1.86  christos vitalanalysis	2474/tcp   # Vital Analysis
   6193  1.86  christos vitalanalysis	2474/udp   # Vital Analysis
   6194  1.86  christos #			   Srinivas Reddy <sreddy&vitalsigns.com>
   6195  1.86  christos ace-server	2475/tcp   # ACE Server
   6196  1.86  christos ace-server	2475/udp   # ACE Server
   6197  1.86  christos ace-svr-prop	2476/tcp   # ACE Server Propagation
   6198  1.86  christos ace-svr-prop	2476/udp   # ACE Server Propagation
   6199  1.86  christos ssm-cvs		2477/tcp   # SecurSight Certificate Valifation Service
   6200  1.86  christos ssm-cvs		2477/udp   # SecurSight Certificate Valifation Service
   6201  1.86  christos ssm-cssps	2478/tcp   # SecurSight Authentication Server (SSL)
   6202  1.86  christos ssm-cssps	2478/udp   # SecurSight Authentication Server (SSL)
   6203  1.86  christos ssm-els		2479/tcp   # SecurSight Event Logging Server (SSL)
   6204  1.86  christos ssm-els		2479/udp   # SecurSight Event Logging Server (SSL)
   6205  1.86  christos #			   John Linn <jlinn&securitydynamics.com>
   6206  1.86  christos powerexchange   2480/tcp   # Informatica PowerExchange Listener
   6207  1.86  christos powerexchange   2480/udp   # Informatica PowerExchange Listener
   6208  1.86  christos #			   Dale Norman <dnorman&informatica.com>
   6209  1.86  christos giop		2481/tcp   # Oracle GIOP
   6210  1.86  christos giop		2481/udp   # Oracle GIOP
   6211  1.86  christos giop-ssl	2482/tcp   # Oracle GIOP SSL
   6212  1.86  christos giop-ssl	2482/udp   # Oracle GIOP SSL
   6213  1.86  christos ttc		2483/tcp   # Oracle TTC
   6214  1.86  christos ttc		2483/udp   # Oracle TTC
   6215  1.86  christos ttc-ssl		2484/tcp   # Oracle TTC SSL
   6216  1.86  christos ttc-ssl		2484/udp   # Oracle TTC SSL
   6217  1.86  christos #			   Chandar Venkataraman <CVENKATA&us.oracle.com>
   6218  1.86  christos netobjects1	2485/tcp   # Net Objects1
   6219  1.86  christos netobjects1	2485/udp   # Net Objects1
   6220  1.86  christos netobjects2	2486/tcp   # Net Objects2
   6221  1.86  christos netobjects2	2486/udp   # Net Objects2
   6222  1.86  christos #			   Francois Granade <francois&netobjects.com>
   6223  1.86  christos pns		2487/tcp   # Policy Notice Service
   6224  1.86  christos pns		2487/udp   # Policy Notice Service
   6225  1.86  christos #			   Akiyoshi Ochi <akiyoshi&net.paso.fujitsu.co.jp>
   6226  1.86  christos moy-corp	2488/tcp   # Moy Corporation
   6227  1.86  christos moy-corp	2488/udp   # Moy Corporation
   6228  1.86  christos #			   Gang Gong Moy
   6229  1.86  christos tsilb		2489/tcp   # TSILB
   6230  1.86  christos tsilb		2489/udp   # TSILB
   6231  1.86  christos #			   James Irwin <jimi&travsoft.com>
   6232  1.86  christos qip-qdhcp	2490/tcp   # qip_qdhcp
   6233  1.86  christos qip-qdhcp	2490/udp   # qip_qdhcp
   6234  1.86  christos #			   Mike Morgan <mmorgan&lucent.com>
   6235  1.86  christos conclave-cpp	2491/tcp   # Conclave CPP
   6236  1.86  christos conclave-cpp	2491/udp   # Conclave CPP
   6237  1.86  christos #			   Larry Lipstone <lrl&interdyn.com>
   6238  1.86  christos groove		2492/tcp   # GROOVE
   6239  1.86  christos groove		2492/udp   # GROOVE
   6240  1.86  christos #			   Ray Ozzie <ray&rocks.net>
   6241  1.86  christos talarian-mqs	2493/tcp   # Talarian MQS
   6242  1.86  christos talarian-mqs	2493/udp   # Talarian MQS
   6243  1.86  christos #			   Jim Stabile <jstabile&talarian.com>
   6244  1.86  christos bmc-ar		2494/tcp   # BMC AR
   6245  1.86  christos bmc-ar		2494/udp   # BMC AR
   6246  1.86  christos #			   Portnoy Boxman <portnoy_boxman&bmc.com>
   6247  1.86  christos fast-rem-serv	2495/tcp   # Fast Remote Services
   6248  1.86  christos fast-rem-serv	2495/udp   # Fast Remote Services
   6249  1.86  christos #			   Scott St. Clair <stclair&NTC.ADAPTEC.com>
   6250  1.86  christos dirgis		2496/tcp   # DIRGIS
   6251  1.86  christos dirgis		2496/udp   # DIRGIS
   6252  1.86  christos #			   Deutschland Informations- und
   6253  1.86  christos #                          Reservierungsgesellschaft mbH <beratung&dirg.de>
   6254  1.86  christos quaddb		2497/tcp   # Quad DB
   6255  1.86  christos quaddb		2497/udp   # Quad DB
   6256  1.86  christos #			   Jeff Rosenthal <jrosenthal&quad-sys.com>
   6257  1.86  christos odn-castraq	2498/tcp   # ODN-CasTraq
   6258  1.86  christos odn-castraq	2498/udp   # ODN-CasTraq
   6259  1.86  christos #			   Richard Hodges <rh&source.net>
   6260  1.86  christos unicontrol	2499/tcp   # UniControl
   6261  1.86  christos unicontrol	2499/udp   # UniControl
   6262  1.86  christos #			   Ing. Markus Huemer
   6263  1.86  christos rtsserv         2500/tcp   # Resource Tracking system server
   6264  1.86  christos rtsserv         2500/udp   # Resource Tracking system server
   6265  1.86  christos rtsclient       2501/tcp   # Resource Tracking system client
   6266  1.86  christos rtsclient       2501/udp   # Resource Tracking system client
   6267  1.86  christos #                          Aubrey Turner
   6268  1.86  christos #                          <S95525ta%etsuacad.bitnet&ETSUADMN.ETSU.EDU>
   6269  1.86  christos kentrox-prot	2502/tcp   # Kentrox Protocol
   6270  1.86  christos kentrox-prot	2502/udp   # Kentrox Protocol
   6271  1.86  christos #			   Anil Lakhwara <anil_lakhwara&kentrox.com>
   6272  1.86  christos nms-dpnss	2503/tcp   # NMS-DPNSS
   6273  1.86  christos nms-dpnss	2503/udp   # NMS-DPNSS
   6274  1.86  christos #			   Jean-Christophe Desire
   6275  1.86  christos #			   <Jean-Christophe_Desire&NMS-Europe.com>	
   6276  1.86  christos wlbs		2504/tcp   # WLBS 
   6277  1.86  christos wlbs		2504/udp   # WLBS 
   6278  1.86  christos #			   William Bain <bbain&microsoft.com>
   6279  1.86  christos ppcontrol       2505/tcp   # PowerPlay Control
   6280  1.86  christos ppcontrol       2505/udp   # PowerPlay Control
   6281  1.86  christos #                          Max Magliaro <mmagliaro&bnisolutions.com> November 2004
   6282  1.86  christos jbroker		2506/tcp   # jbroker
   6283  1.86  christos jbroker		2506/udp   # jbroker
   6284  1.86  christos #			   Rohit Garg <rohit&objectScape.com>
   6285  1.86  christos spock		2507/tcp   # spock
   6286  1.86  christos spock		2507/udp   # spock
   6287  1.86  christos #			   Jon A. Christopher <jac8792&tamu.edu>
   6288  1.86  christos jdatastore	2508/tcp   # JDataStore
   6289  1.86  christos jdatastore	2508/udp   # JDataStore
   6290  1.86  christos #			   Tod Landis <tlandis&inprise.com>
   6291  1.86  christos fjmpss		2509/tcp   # fjmpss
   6292  1.86  christos fjmpss		2509/udp   # fjmpss
   6293  1.86  christos #			   Makoto Watanabe <makoto&saint.nm.fujitsu.co.jp>
   6294  1.86  christos fjappmgrbulk	2510/tcp   # fjappmgrbulk
   6295  1.86  christos fjappmgrbulk	2510/udp   # fjappmgrbulk
   6296  1.86  christos #			   Hiroyuki Kawabuchi <buchi&ael.fujitsu.co.jp>
   6297  1.86  christos metastorm	2511/tcp   # Metastorm
   6298  1.86  christos metastorm	2511/udp   # Metastorm
   6299  1.86  christos #			   Eric Isom <eisom&metastorm.com>
   6300  1.86  christos citrixima	2512/tcp   # Citrix IMA
   6301  1.86  christos citrixima	2512/udp   # Citrix IMA
   6302  1.86  christos citrixadmin	2513/tcp   # Citrix ADMIN
   6303  1.86  christos citrixadmin	2513/udp   # Citrix ADMIN
   6304  1.86  christos #			   Myk Willis <myk.willis&citrix.com>
   6305  1.86  christos facsys-ntp	2514/tcp   # Facsys NTP
   6306  1.86  christos facsys-ntp	2514/udp   # Facsys NTP
   6307  1.86  christos facsys-router	2515/tcp   # Facsys Router
   6308  1.86  christos facsys-router	2515/udp   # Facsys Router
   6309  1.86  christos #			   Jeff Hoffman <jeffh&facsys.com>
   6310  1.86  christos maincontrol	2516/tcp   # Main Control   
   6311  1.86  christos maincontrol	2516/udp   # Main Control   
   6312  1.86  christos #			   Nathan Sadia <sadia&maincontrol.com>	
   6313  1.86  christos call-sig-trans	2517/tcp   # H.323 Annex E call signaling transport
   6314  1.86  christos call-sig-trans	2517/udp   # H.323 Annex E call signaling transport
   6315  1.86  christos #			   Gur Kimchi <gur.kimchi&vocaltec.com>
   6316  1.86  christos willy		2518/tcp   # Willy
   6317  1.86  christos willy		2518/udp   # Willy
   6318  1.86  christos #			   Carl-Johan Wik <cjw&hudsmoar.com>
   6319  1.86  christos globmsgsvc	2519/tcp   # globmsgsvc
   6320  1.86  christos globmsgsvc	2519/udp   # globmsgsvc
   6321  1.86  christos #			   David Wiltz <dwiltz&hf.intel.com>	
   6322  1.86  christos pvsw            2520/tcp   # Pervasive Listener
   6323  1.86  christos pvsw            2520/udp   # Pervasive Listener
   6324  1.86  christos #                          Chuck Talk <ctalk&pervasive.com>
   6325  1.86  christos adaptecmgr	2521/tcp   # Adaptec Manager
   6326  1.86  christos adaptecmgr	2521/udp   # Adaptec Manager
   6327  1.86  christos #			   Mark Parenti <map&ntc.adaptec.com>
   6328  1.86  christos windb		2522/tcp   # WinDb
   6329  1.86  christos windb		2522/udp   # WinDb
   6330  1.86  christos #			   Larry Traylor <larry&arium.com>
   6331  1.86  christos qke-llc-v3      2523/tcp   # Qke LLC V.3
   6332  1.86  christos qke-llc-v3      2523/udp   # Qke LLC V.3
   6333  1.86  christos #                          Joerg Niehoff <joerg.niehoff&alcatel-ke.de>
   6334  1.86  christos optiwave-lm	2524/tcp   # Optiwave License Management
   6335  1.86  christos optiwave-lm	2524/udp   # Optiwave License Management
   6336  1.86  christos #			   Slawomir Krzesinski <slavek&optiwave.com>
   6337  1.86  christos ms-v-worlds	2525/tcp   # MS V-Worlds 
   6338  1.86  christos ms-v-worlds	2525/udp   # MS V-Worlds 
   6339  1.86  christos #			   Pete Wong <petewong&microsoft.com>
   6340  1.86  christos ema-sent-lm	2526/tcp   # EMA License Manager
   6341  1.86  christos ema-sent-lm	2526/udp   # EMA License Manager
   6342  1.86  christos #			   Thaddeus Perala <trperala&emaden.com>
   6343  1.86  christos iqserver	2527/tcp   # IQ Server
   6344  1.86  christos iqserver	2527/udp   # IQ Server
   6345  1.86  christos #			   Nick Straguzzi <Nick_Straguzzi&akbs.com>
   6346  1.86  christos ncr_ccl		2528/tcp   # NCR CCL
   6347  1.86  christos ncr_ccl		2528/udp   # NCR CCL
   6348  1.86  christos #			   Amitava Dutta <Amitava.Dutta&WoodbridgeNJ.ncr.com>
   6349  1.86  christos utsftp		2529/tcp   # UTS FTP
   6350  1.86  christos utsftp		2529/udp   # UTS FTP
   6351  1.86  christos #			   David Moore <dmoore&uttc-uts.com>
   6352  1.86  christos vrcommerce	2530/tcp   # VR Commerce
   6353  1.86  christos vrcommerce	2530/udp   # VR Commerce
   6354  1.86  christos #			   Yosi Mass <yosimass&haifa.vnet.ibm.com>
   6355  1.86  christos ito-e-gui	2531/tcp   # ITO-E GUI
   6356  1.86  christos ito-e-gui	2531/udp   # ITO-E GUI
   6357  1.86  christos #			   Michael Haeuptle <Michael_Haeuptle&hp.com>
   6358  1.86  christos ovtopmd		2532/tcp   # OVTOPMD
   6359  1.86  christos ovtopmd		2532/udp   # OVTOPMD
   6360  1.86  christos #			   Eric Pulsipher <eric_pulsipher&hp.com>
   6361  1.86  christos snifferserver	2533/tcp   # SnifferServer
   6362  1.86  christos snifferserver	2533/udp   # SnifferServer
   6363  1.86  christos #			   Amy Weaver <Amy_Weaver&NAI.com>
   6364  1.86  christos combox-web-acc	2534/tcp   # Combox Web Access
   6365  1.86  christos combox-web-acc	2534/udp   # Combox Web Access
   6366  1.86  christos #		   	   Yochai Cohen <yochai&combox.co.il>
   6367  1.86  christos madcap		2535/tcp   # MADCAP
   6368  1.86  christos madcap		2535/udp   # MADCAP
   6369  1.86  christos #			   Stephen Hanna <steve.hanna&sun.com>
   6370  1.86  christos btpp2audctr1    2536/tcp   # btpp2audctr1
   6371  1.86  christos btpp2audctr1    2536/udp   # btpp2audctr1
   6372  1.86  christos #                          Ian Daniels <btexact.ports&bt.com>
   6373  1.86  christos upgrade		2537/tcp   # Upgrade Protocol
   6374  1.86  christos upgrade		2537/udp   # Upgrade Protocol
   6375  1.86  christos #			   Breck Auten <bauten&dst-inc.com>
   6376  1.86  christos vnwk-prapi	2538/tcp   # vnwk-prapi
   6377  1.86  christos vnwk-prapi	2538/udp   # vnwk-prapi
   6378  1.86  christos #			   John Hasselkus <Jhasselkus&VisualNetworks.com>
   6379  1.86  christos vsiadmin	2539/tcp   # VSI Admin
   6380  1.86  christos vsiadmin	2539/udp   # VSI Admin
   6381  1.86  christos #			   Rob Juergens <robj&vsi.com>
   6382  1.86  christos lonworks	2540/tcp   # LonWorks
   6383  1.86  christos lonworks	2540/udp   # LonWorks
   6384  1.86  christos lonworks2	2541/tcp   # LonWorks2
   6385  1.86  christos lonworks2	2541/udp   # LonWorks2 
   6386  1.86  christos #			   Gary Bartlett <garyb&echelon.com>
   6387  1.86  christos udrawgraph	2542/tcp   # uDraw(Graph)
   6388  1.86  christos udrawgraph	2542/udp   # uDraw(Graph)
   6389  1.86  christos #			   University of Bremen, FB3 <udrawgraph&informatik.uni-bremen.de> 
   6390  1.86  christos reftek		2543/tcp   # REFTEK
   6391  1.86  christos reftek		2543/udp   # REFTEK
   6392  1.86  christos #			   Phil Davidson <p.davidson&reftek.com>
   6393  1.86  christos novell-zen	2544/tcp   # Management Daemon Refresh
   6394  1.86  christos novell-zen	2544/udp   # Management Daemon Refresh
   6395  1.86  christos #			   Ty Ellis <tellis&novell.com>
   6396  1.86  christos sis-emt		2545/tcp   # sis-emt
   6397  1.86  christos sis-emt		2545/udp   # sis-emt
   6398  1.86  christos #			   Bill Crawford <Bill.Crawford&securicor.co.uk>
   6399  1.86  christos vytalvaultbrtp  2546/tcp   # vytalvaultbrtp
   6400  1.86  christos vytalvaultbrtp	2546/udp   # vytalvaultbrtp
   6401  1.86  christos vytalvaultvsmp	2547/tcp   # vytalvaultvsmp
   6402  1.86  christos vytalvaultvsmp	2547/udp   # vytalvaultvsmp
   6403  1.86  christos vytalvaultpipe	2548/tcp   # vytalvaultpipe
   6404  1.86  christos vytalvaultpipe	2548/udp   # vytalvaultpipe
   6405  1.86  christos #			   Tim Boldt <timb&vytalnet.com>
   6406  1.86  christos ipass		2549/tcp   # IPASS
   6407  1.86  christos ipass		2549/udp   # IPASS
   6408  1.86  christos #			   Michael Fischer <otterley&Pass.COM>
   6409  1.86  christos ads		2550/tcp   # ADS
   6410  1.86  christos ads		2550/udp   # ADS
   6411  1.86  christos #			   Michael O'Connor <moconnor&adobe.com>
   6412  1.86  christos isg-uda-server	2551/tcp   # ISG UDA Server
   6413  1.86  christos isg-uda-server	2551/udp   # ISG UDA Server
   6414  1.86  christos #			   Dror Harari <Dror.Harari&isgsoft.com>
   6415  1.86  christos call-logging	2552/tcp   # Call Logging
   6416  1.86  christos call-logging	2552/udp   # Call Logging
   6417  1.86  christos #			   Dean Webb <dean.webb&ascend.com>
   6418  1.86  christos efidiningport	2553/tcp   # efidiningport
   6419  1.86  christos efidiningport	2553/udp   # efidiningport
   6420  1.86  christos #			   Lynn Carter <carterl&execpc.com>
   6421  1.86  christos vcnet-link-v10	2554/tcp   # VCnet-Link v10
   6422  1.86  christos vcnet-link-v10	2554/udp   # VCnet-Link v10
   6423  1.86  christos #			   Csaba Mate <mc36&freemail.c3.hu>
   6424  1.86  christos compaq-wcp	2555/tcp   # Compaq WCP
   6425  1.86  christos compaq-wcp	2555/udp   # Compaq WCP
   6426  1.86  christos #			   Ferruccio Barletta <ferruccio.barletta&compaq.com>
   6427  1.86  christos nicetec-nmsvc	2556/tcp   # nicetec-nmsvc
   6428  1.86  christos nicetec-nmsvc	2556/udp   # nicetec-nmsvc
   6429  1.86  christos nicetec-mgmt	2557/tcp   # nicetec-mgmt
   6430  1.86  christos nicetec-mgmt	2557/udp   # nicetec-mgmt
   6431  1.86  christos #                          Joerg Paulus <tech&nicetec.de>	
   6432  1.86  christos pclemultimedia	2558/tcp   # PCLE Multi Media
   6433  1.86  christos pclemultimedia	2558/udp   # PCLE Multi Media
   6434  1.86  christos #                          Jacob Gsoedl <jgsoedl&pinnaclesys.com>
   6435  1.86  christos lstp		2559/tcp   # LSTP
   6436  1.86  christos lstp		2559/udp   # LSTP
   6437  1.86  christos #			               Waiki Wright <waiki&us.ibm.com>
   6438  1.86  christos labrat          2560/tcp   # labrat
   6439  1.86  christos labrat          2560/udp   # labrat
   6440  1.86  christos #                          John Harvey <johnbob&austin.ibm.com>
   6441  1.86  christos mosaixcc        2561/tcp   # MosaixCC
   6442  1.86  christos mosaixcc        2561/udp   # MosaixCC
   6443  1.86  christos #                          Steven Frare <stevefr&mosaix.com>
   6444  1.86  christos delibo          2562/tcp   # Delibo
   6445  1.86  christos delibo          2562/udp   # Delibo
   6446  1.86  christos #                          NovaWiz LTD <Moshe&Novawiz.com>
   6447  1.86  christos cti-redwood	2563/tcp   # CTI Redwood
   6448  1.86  christos cti-redwood	2563/udp   # CTI Redwood
   6449  1.86  christos #			   Songwon Chi <swchi&daou.co.kr>
   6450  1.86  christos hp-3000-telnet  2564/tcp   # HP 3000 NS/VT block mode telnet
   6451   1.1       cgd #
   6452  1.86  christos coord-svr	2565/tcp   # Coordinator Server
   6453  1.86  christos coord-svr	2565/udp   # Coordinator Server
   6454  1.86  christos #			   Richard Steiger <steiger&ensemblesoft.com>
   6455  1.86  christos pcs-pcw		2566/tcp   # pcs-pcw
   6456  1.86  christos pcs-pcw		2566/udp   # pcs-pcw
   6457  1.86  christos #			   W. Jordan Fitzhugh <jfitz&pcare.com>
   6458  1.86  christos clp		2567/tcp   # Cisco Line Protocol
   6459  1.86  christos clp		2567/udp   # Cisco Line Protocol
   6460  1.86  christos #			   Susan Hinrichs <shinrich&cisco.com>
   6461  1.86  christos spamtrap	2568/tcp   # SPAM TRAP
   6462  1.86  christos spamtrap	2568/udp   # SPAM TRAP
   6463  1.86  christos #			   Chuck Bennett <chuck&benatong.com>
   6464  1.86  christos sonuscallsig	2569/tcp   # Sonus Call Signal
   6465  1.86  christos sonuscallsig	2569/udp   # Sonus Call Signal
   6466  1.86  christos #			   Mark Garti <mgarti&sonusnet.com>
   6467  1.86  christos hs-port		2570/tcp   # HS Port
   6468  1.86  christos hs-port		2570/udp   # HS Port
   6469  1.86  christos #			   Uri Doron <uri&il.netect.com>
   6470  1.86  christos cecsvc		2571/tcp   # CECSVC
   6471  1.86  christos cecsvc		2571/udp   # CECSVC
   6472  1.86  christos #			   Roger Pao <rpao&corder-eng.com>
   6473  1.86  christos ibp		2572/tcp   # IBP
   6474  1.86  christos ibp		2572/udp   # IBP
   6475  1.86  christos #			   Jonathan Downes <jonno&activ.net.au>
   6476  1.86  christos trustestablish  2573/tcp   # Trust Establish
   6477  1.86  christos trustestablish  2573/udp   # Trust Establish
   6478  1.86  christos #                          Yosi Mass <yosimass&haifa.vnet.ibm.com>
   6479  1.86  christos blockade-bpsp   2574/tcp   # Blockade BPSP
   6480  1.86  christos blockade-bpsp   2574/udp   # Blockade BPSP
   6481  1.86  christos #                          VP - Research & Development <development&blockade.com>
   6482  1.86  christos hl7             2575/tcp   # HL7
   6483  1.86  christos hl7             2575/udp   # HL7
   6484  1.86  christos #                          Tim Jacobs
   6485  1.86  christos tclprodebugger  2576/tcp   # TCL Pro Debugger
   6486  1.86  christos tclprodebugger  2576/udp   # TCL Pro Debugger
   6487  1.86  christos scipticslsrvr   2577/tcp   # Scriptics Lsrvr
   6488  1.86  christos scipticslsrvr   2577/udp   # Scriptics Lsrvr
   6489  1.86  christos #                          Brent Welch <welch&scriptics.com>
   6490  1.86  christos rvs-isdn-dcp	2578/tcp   # RVS ISDN DCP
   6491  1.86  christos rvs-isdn-dcp	2578/udp   # RVS ISDN DCP
   6492  1.86  christos #			   Michael Zirpel <mbz&rvscom.com>	
   6493  1.86  christos mpfoncl		2579/tcp   # mpfoncl
   6494  1.86  christos mpfoncl		2579/udp   # mpfoncl
   6495  1.86  christos #			   Itaru Kimura <kimura&kel.fujitsu.co.jp>
   6496  1.86  christos tributary	2580/tcp   # Tributary
   6497  1.86  christos tributary	2580/udp   # Tributary
   6498  1.86  christos #			   Louis Lu <LouisL&bristol.com>
   6499  1.86  christos argis-te	2581/tcp   # ARGIS TE
   6500  1.86  christos argis-te	2581/udp   # ARGIS TE
   6501  1.86  christos argis-ds	2582/tcp   # ARGIS DS
   6502  1.86  christos argis-ds	2582/udp   # ARGIS DS
   6503  1.86  christos #			   John Legh-Page <john.legh-page&argis.com>
   6504  1.86  christos mon		2583/tcp   # MON
   6505  1.86  christos mon		2583/udp   # MON
   6506  1.86  christos #			   Jim Trocki <trockij&transmeta.com>
   6507  1.86  christos cyaserv		2584/tcp   # cyaserv
   6508  1.86  christos cyaserv		2584/udp   # cyaserv
   6509  1.86  christos #			   Morgan Jones <mwj&cyasolutions.com>
   6510  1.86  christos netx-server	2585/tcp   # NETX Server
   6511  1.86  christos netx-server	2585/udp   # NETX Server
   6512  1.86  christos netx-agent	2586/tcp   # NETX Agent
   6513  1.86  christos netx-agent	2586/udp   # NETX Agent
   6514  1.86  christos #			   Brett Dolecheck <Dolecheck&IPMetrics.com>
   6515  1.86  christos masc		2587/tcp   # MASC
   6516  1.86  christos masc		2587/udp   # MASC
   6517  1.86  christos #			   Pavlin Ivanov Radoslavov 
   6518  1.86  christos #			   <pavlin&catarina.usc.edu> 
   6519  1.86  christos privilege	2588/tcp   # Privilege
   6520  1.86  christos privilege	2588/udp   # Privilege
   6521  1.86  christos #			   Gil Hecht <GilH&aks.com>
   6522  1.86  christos quartus-tcl	2589/tcp   # quartus tcl
   6523  1.86  christos quartus-tcl	2589/udp   # quartus tcl
   6524  1.86  christos #			   Subroto Datta <subrotod&altera.com>
   6525  1.86  christos idotdist	2590/tcp   # idotdist
   6526  1.86  christos idotdist	2590/udp   # idotdist
   6527  1.86  christos #			   Jason Hunter <jthunter&invino.com>
   6528  1.86  christos maytagshuffle	2591/tcp   # Maytag Shuffle
   6529  1.86  christos maytagshuffle	2591/udp   # Maytag Shuffle
   6530  1.86  christos #			               Ken Ksiazek <kksiazek&maytag.com
   6531  1.86  christos netrek          2592/tcp   # netrek
   6532  1.86  christos netrek          2592/udp   # netrek
   6533  1.86  christos #                          Al Guetzlaff aeg&teamquest.com>
   6534  1.86  christos mns-mail	2593/tcp   # MNS Mail Notice Service
   6535  1.86  christos mns-mail	2593/udp   # MNS Mail Notice Service
   6536  1.86  christos #			   Rumiko Kikuta <kiku&nd.net.fujitsu.co.jp>
   6537  1.86  christos dts		2594/tcp   # Data Base Server
   6538  1.86  christos dts		2594/udp   # Data Base Server
   6539  1.86  christos #			   Andreas Roene <support&home-online.de>
   6540  1.86  christos worldfusion1	2595/tcp   # World Fusion 1
   6541  1.86  christos worldfusion1	2595/udp   # World Fusion 1
   6542  1.86  christos worldfusion2	2596/tcp   # World Fusion 2
   6543  1.86  christos worldfusion2	2596/udp   # World Fusion 2
   6544  1.86  christos #			   World Fusion <net&worldfusion.com>
   6545  1.86  christos homesteadglory	2597/tcp   # Homestead Glory
   6546  1.86  christos homesteadglory	2597/udp   # Homestead Glory
   6547  1.86  christos #			   John Tokash <jtokash&homestead.com>
   6548  1.86  christos citriximaclient	2598/tcp   # Citrix MA Client
   6549  1.86  christos citriximaclient	2598/udp   # Citrix MA Client
   6550  1.86  christos #			   Myk Willis <myk.willis&citrix.com>
   6551  1.86  christos snapd           2599/tcp   # Snap Discovery
   6552  1.86  christos snapd           2599/udp   # Snap Discovery
   6553  1.86  christos #                          Kevin Osborn <kosborn&snapappliance.com>
   6554  1.86  christos hpstgmgr	2600/tcp   # HPSTGMGR
   6555  1.86  christos hpstgmgr	2600/udp   # HPSTGMGR
   6556  1.86  christos #			   Kevin Collins <kevinc (a] .cnd.hp.com>
   6557  1.86  christos discp-client	2601/tcp   # discp client
   6558  1.86  christos discp-client	2601/udp   # discp client
   6559  1.86  christos discp-server	2602/tcp   # discp server
   6560  1.86  christos discp-server	2602/udp   # discp server
   6561  1.86  christos #			   Peter White <peter_white&3com.com>
   6562  1.86  christos servicemeter	2603/tcp   # Service Meter
   6563  1.86  christos servicemeter	2603/udp   # Service Meter
   6564  1.86  christos #			   Duncan Hare <Duncan.Hare&synoia.com>
   6565  1.86  christos nsc-ccs		2604/tcp   # NSC CCS	
   6566  1.86  christos nsc-ccs		2604/udp   # NSC CCS	
   6567  1.86  christos nsc-posa	2605/tcp   # NSC POSA
   6568  1.86  christos nsc-posa	2605/udp   # NSC POSA
   6569  1.86  christos #			   Tom Findley <tom.findley&networksciences.net>
   6570  1.86  christos netmon		2606/tcp   # Dell Netmon
   6571  1.86  christos netmon		2606/udp   # Dell Netmon
   6572  1.86  christos connection	2607/tcp   # Dell Connection
   6573  1.86  christos connection	2607/udp   # Dell Connection
   6574  1.86  christos #			   Sudhir Shetty <Sudhir_Shetty&Dell.com>
   6575  1.86  christos wag-service	2608/tcp   # Wag Service
   6576  1.86  christos wag-service	2608/udp   # Wag Service
   6577  1.86  christos #			   Gilles Bourquard <gbo&wag.ch>
   6578  1.86  christos system-monitor	2609/tcp   # System Monitor 
   6579  1.86  christos system-monitor	2609/udp   # System Monitor 
   6580  1.86  christos #			   Greg Robson-Garth <gregr&alphalink.com.au>
   6581  1.86  christos versa-tek	2610/tcp   # VersaTek
   6582  1.86  christos versa-tek	2610/udp   # VersaTek
   6583  1.86  christos #			   James Kou <Jamesk&versatek.com>
   6584  1.86  christos lionhead	2611/tcp   # LIONHEAD
   6585  1.86  christos lionhead	2611/udp   # LIONHEAD
   6586  1.86  christos #			   Tim Rance <trance&lionhead.co.uk>
   6587  1.86  christos qpasa-agent	2612/tcp   # Qpasa Agent
   6588  1.86  christos qpasa-agent	2612/udp   # Qpasa Agent
   6589  1.86  christos #			   Craig Ching <cching&mqsoftware.com> 
   6590  1.86  christos smntubootstrap	2613/tcp   # SMNTUBootstrap
   6591  1.86  christos smntubootstrap	2613/udp   # SMNTUBootstrap
   6592  1.86  christos #			   Matt Cecile <mattc&metrics.com>
   6593  1.86  christos neveroffline	2614/tcp   # Never Offline
   6594  1.86  christos neveroffline	2614/udp   # Never Offline
   6595  1.86  christos #			   Dustin Brand <amo&amo.net>
   6596  1.86  christos firepower       2615/tcp   # firepower
   6597  1.86  christos firepower       2615/udp   # firepower
   6598  1.86  christos #                          Jason Volk <jason&teknidude.com>
   6599  1.86  christos appswitch-emp	2616/tcp   # appswitch-emp
   6600  1.86  christos appswitch-emp	2616/udp   # appswitch-emp
   6601  1.86  christos #			   Ted Ross <ross&TopLayer.com>
   6602  1.86  christos cmadmin		2617/tcp   # Clinical Context Managers
   6603  1.86  christos cmadmin		2617/udp   # Clinical Context Managers
   6604  1.86  christos #			   Mark Morwood <markm&sentillion.com>  
   6605  1.86  christos priority-e-com	2618/tcp   # Priority E-Com
   6606  1.86  christos priority-e-com	2618/udp   # Priority E-Com
   6607  1.86  christos #			   Marcelo Einhorn <marcelo&eshbel.com>
   6608  1.86  christos bruce		2619/tcp   # bruce
   6609  1.86  christos bruce		2619/udp   # bruce
   6610  1.86  christos #			   Alec Muffett <alecm&sun.com>
   6611  1.86  christos lpsrecommender	2620/tcp   # LPSRecommender
   6612  1.86  christos lpsrecommender	2620/udp   # LPSRecommender
   6613  1.86  christos #			   Pritham Shetty <pritham&andromedia.com>
   6614  1.86  christos miles-apart	2621/tcp   # Miles Apart Jukebox Server
   6615  1.86  christos miles-apart	2621/udp   # Miles Apart Jukebox Server
   6616  1.86  christos #			   Michael Rathmann <rathmann_ia&milesinfo.com>
   6617  1.86  christos metricadbc	2622/tcp   # MetricaDBC
   6618  1.86  christos metricadbc	2622/udp   # MetricaDBC
   6619  1.86  christos #			   Russ Olivant <russ.olivant&metrica.co.uk>
   6620  1.86  christos lmdp		2623/tcp   # LMDP
   6621  1.86  christos lmdp		2623/udp   # LMDP
   6622  1.86  christos #			   Ken Bailey <kbailey&rockettalk.com>
   6623  1.86  christos aria		2624/tcp   # Aria
   6624  1.86  christos aria		2624/udp   # Aria
   6625  1.86  christos #			   Logan Bruns <logan&andromedia.com>
   6626  1.86  christos blwnkl-port	2625/tcp   # Blwnkl Port
   6627  1.86  christos blwnkl-port	2625/udp   # Blwnkl Port
   6628  1.86  christos #			   Weng Chin (Winson) Yung <Winson_Yung&3com.com>
   6629  1.86  christos gbjd816		2626/tcp   # gbjd816
   6630  1.86  christos gbjd816		2626/udp   # gbjd816
   6631  1.86  christos #			   George Balesta <George.Baletsa&tfn.com>
   6632  1.86  christos moshebeeri	2627/tcp   # Moshe Beeri
   6633  1.86  christos moshebeeri	2627/udp   # Moshe Beeri
   6634  1.86  christos #			   Moshe Beeri <moshe&whale-com.com>
   6635  1.86  christos dict		2628/tcp   # DICT
   6636  1.86  christos dict		2628/udp   # DICT
   6637  1.86  christos #			   Rik Faith <faith&cs.unc.edu>
   6638  1.86  christos sitaraserver	2629/tcp   # Sitara Server
   6639  1.86  christos sitaraserver	2629/udp   # Sitara Server
   6640  1.86  christos sitaramgmt	2630/tcp   # Sitara Management
   6641  1.86  christos sitaramgmt	2630/udp   # Sitara Management
   6642  1.86  christos sitaradir	2631/tcp   # Sitara Dir
   6643  1.86  christos sitaradir	2631/udp   # Sitara Dir
   6644  1.86  christos #		  	   Manickam R.Sridhar <msridhar&sitaranetworks.com>
   6645  1.86  christos irdg-post	2632/tcp   # IRdg Post
   6646  1.86  christos irdg-post	2632/udp   # IRdg Post
   6647  1.86  christos #			   IRdg, Inc. <jtaylor&irdg.com>
   6648  1.86  christos interintelli	2633/tcp   # InterIntelli
   6649  1.86  christos interintelli	2633/udp   # InterIntelli
   6650  1.86  christos #			   Mike Gagle <MikeG&inter-intelli.com>
   6651  1.86  christos pk-electronics  2634/tcp   # PK Electronics
   6652  1.86  christos pk-electronics  2634/udp   # PK Electronics
   6653  1.86  christos #			   Seb Ibis <seb_ibis&pkworld.com>
   6654  1.86  christos backburner	2635/tcp   # Back Burner
   6655  1.86  christos backburner	2635/udp   # Back Burner
   6656  1.86  christos #			   Kevin Teiskoetter <kevint&metacreations.com>
   6657  1.86  christos solve		2636/tcp   # Solve
   6658  1.86  christos solve		2636/udp   # Solve
   6659  1.86  christos #			   Peter Morrison <peter_morrison&sydney.sterling.com>
   6660  1.86  christos imdocsvc	2637/tcp   # Import Document Service
   6661  1.86  christos imdocsvc	2637/udp   # Import Document Service
   6662  1.86  christos #			   Zia Bhatti <zia&netright.com>
   6663  1.86  christos sybaseanywhere  2638/tcp   # Sybase Anywhere
   6664  1.86  christos sybaseanywhere	2638/udp   # Sybase Anywhere
   6665  1.86  christos #			   Dave Neudoerffer <Dave.Neudoerffer&ianywhere.com>
   6666  1.86  christos aminet		2639/tcp   # AMInet
   6667  1.86  christos aminet		2639/udp   # AMInet
   6668  1.86  christos #			   Alcorn McBride Inc. <jeff&alcorn.com>
   6669  1.86  christos sai_sentlm	2640/tcp   # Sabbagh Associates Licence Manager
   6670  1.86  christos sai_sentlm	2640/udp   # Sabbagh Associates Licence Manager
   6671  1.86  christos #			   Elias Sabbagh <ehs&sabbagh.com>
   6672  1.86  christos hdl-srv		2641/tcp   # HDL Server
   6673  1.86  christos hdl-srv		2641/udp   # HDL Server
   6674  1.86  christos #			   David Ely <dely&cnri.reston.va.us>
   6675  1.86  christos tragic		2642/tcp   # Tragic
   6676  1.86  christos tragic		2642/udp   # Tragic
   6677  1.86  christos #			   Stu Mark <fordii&j51.com>
   6678  1.86  christos gte-samp	2643/tcp   # GTE-SAMP
   6679  1.86  christos gte-samp	2643/udp   # GTE-SAMP
   6680  1.86  christos #			   Asher Altman <Asher.Altman&GSC.GTE.Com>
   6681  1.86  christos travsoft-ipx-t	2644/tcp   # Travsoft IPX Tunnel
   6682  1.86  christos travsoft-ipx-t	2644/udp   # Travsoft IPX Tunnel
   6683  1.86  christos #			   Jack Wilson <JackW&travsoft.com>
   6684  1.86  christos novell-ipx-cmd	2645/tcp   # Novell IPX CMD
   6685  1.86  christos novell-ipx-cmd	2645/udp   # Novell IPX CMD
   6686  1.86  christos #			   Juan Carlos Luciani <jluciani&novell.com>
   6687  1.86  christos and-lm		2646/tcp   # AND License Manager
   6688  1.86  christos and-lm		2646/udp   # AND License Manager
   6689  1.86  christos #			   Dick van der Sijs <dick&and.nl>
   6690  1.86  christos syncserver	2647/tcp   # SyncServer
   6691  1.86  christos syncserver	2647/udp   # SyncServer
   6692  1.86  christos #			   Shawn Casey <Shawn.Casey&matrixone.com>
   6693  1.86  christos upsnotifyprot	2648/tcp   # Upsnotifyprot
   6694  1.86  christos upsnotifyprot	2648/udp   # Upsnotifyprot
   6695  1.86  christos #			   Mario Leboute <leboute&pro.via-rs.com.br>
   6696  1.86  christos vpsipport	2649/tcp   # VPSIPPORT
   6697  1.86  christos vpsipport	2649/udp   # VPSIPPORT
   6698  1.86  christos #			   Joon Radley <jradley&csir.co.za>
   6699  1.86  christos eristwoguns     2650/tcp   # eristwoguns
   6700  1.86  christos eristwoguns     2650/udp   # eristwoguns
   6701  1.86  christos #                          NetPro Computing Inc. <ports&netpro.com>
   6702  1.86  christos ebinsite	2651/tcp   # EBInSite
   6703  1.86  christos ebinsite	2651/udp   # EBInSite
   6704  1.86  christos #			   Lefteris Kalamaras <lefteris&ebi.com>
   6705  1.86  christos interpathpanel	2652/tcp   # InterPathPanel
   6706  1.86  christos interpathpanel	2652/udp   # InterPathPanel
   6707  1.86  christos #			   Stephen Misel <steve.misel&interpath.net>
   6708  1.86  christos sonus		2653/tcp   # Sonus
   6709  1.86  christos sonus		2653/udp   # Sonus
   6710  1.86  christos #			   Mark Garti <mgarti&sonusnet.com>
   6711  1.86  christos corel_vncadmin	2654/tcp   # Corel VNC Admin
   6712  1.86  christos corel_vncadmin  2654/udp   # Corel VNC Admin
   6713  1.86  christos #			   Oleg Noskov <olegn&corelcomputer.com>
   6714  1.86  christos unglue		2655/tcp   # UNIX Nt Glue
   6715  1.86  christos unglue		2655/udp   # UNIX Nt Glue
   6716  1.86  christos #			   Peter Santoro <peter&pscomp.com>
   6717  1.86  christos kana		2656/tcp   # Kana
   6718  1.86  christos kana		2656/udp   # Kana
   6719  1.86  christos #			   Colin Goldstein <Colin&kana.com>
   6720  1.86  christos sns-dispatcher	2657/tcp   # SNS Dispatcher
   6721  1.86  christos sns-dispatcher	2657/udp   # SNS Dispatcher
   6722  1.86  christos sns-admin	2658/tcp   # SNS Admin
   6723  1.86  christos sns-admin	2658/udp   # SNS Admin
   6724  1.86  christos sns-query	2659/tcp   # SNS Query
   6725  1.86  christos sns-query	2659/udp   # SNS Query
   6726  1.86  christos #			   Mary Holstege <holstege&firstfloor.com>
   6727  1.86  christos gcmonitor	2660/tcp   # GC Monitor
   6728  1.86  christos gcmonitor	2660/udp   # GC Monitor
   6729  1.86  christos #			   Gustavo Rodriguez-Rivera <grr&geodesic.com>
   6730  1.86  christos olhost		2661/tcp   # OLHOST
   6731  1.86  christos olhost		2661/udp   # OLHOST
   6732  1.86  christos #			   Robert Ripberger <rip&lan-aces.com>
   6733  1.86  christos bintec-capi	2662/tcp   # BinTec-CAPI
   6734  1.86  christos bintec-capi	2662/udp   # BinTec-CAPI
   6735  1.86  christos bintec-tapi	2663/tcp   # BinTec-TAPI
   6736  1.86  christos bintec-tapi	2663/udp   # BinTec-TAPI
   6737  1.30       hwr #
   6738  1.86  christos patrol-mq-gm	2664/tcp   # Patrol for MQ GM
   6739  1.86  christos patrol-mq-gm	2664/udp   # Patrol for MQ GM
   6740  1.86  christos patrol-mq-nm	2665/tcp   # Patrol for MQ NM
   6741  1.86  christos patrol-mq-nm	2665/udp   # Patrol for MQ NM
   6742  1.86  christos #			   Portnoy Boxman <portnoy_boxman&bmc.com>
   6743  1.86  christos extensis	2666/tcp   # extensis
   6744  1.86  christos extensis	2666/udp   # extensis
   6745  1.86  christos #			   Milton Sagen <msagen&extensis.com>	
   6746  1.86  christos alarm-clock-s	2667/tcp   # Alarm Clock Server
   6747  1.86  christos alarm-clock-s	2667/udp   # Alarm Clock Server
   6748  1.86  christos alarm-clock-c	2668/tcp   # Alarm Clock Client
   6749  1.86  christos alarm-clock-c	2668/udp   # Alarm Clock Client
   6750  1.86  christos toad		2669/tcp   # TOAD
   6751  1.86  christos toad		2669/udp   # TOAD
   6752  1.86  christos #			   Michael Marking <marking&tatanka.com>
   6753  1.86  christos tve-announce	2670/tcp   # TVE Announce
   6754  1.86  christos tve-announce	2670/udp   # TVE Announce
   6755  1.86  christos #			   Dean Blackketter <dean&corp.webtv.net>
   6756  1.86  christos newlixreg	2671/tcp   # newlixreg
   6757  1.86  christos newlixreg	2671/udp   # newlixreg
   6758  1.86  christos #			   Jean-Serge Gagnon <jsg&newlix.com>
   6759  1.86  christos nhserver	2672/tcp   # nhserver
   6760  1.86  christos nhserver	2672/udp   # nhserver
   6761  1.86  christos #			   Adrian Hornby <Adrian.Hornby&aran.co.uk>
   6762  1.86  christos firstcall42	2673/tcp   # First Call 42 
   6763  1.86  christos firstcall42	2673/udp   # First Call 42 
   6764  1.86  christos #			   Luke Bowen <leb&tfn.com>
   6765  1.86  christos ewnn		2674/tcp   # ewnn
   6766  1.86  christos ewnn		2674/udp   # ewnn
   6767  1.86  christos #			   Yasunari Yamashita <yamasita&omronsoft.co.jp>
   6768  1.86  christos ttc-etap	2675/tcp   # TTC ETAP
   6769  1.86  christos ttc-etap	2675/udp   # TTC ETAP
   6770  1.86  christos #			   Daniel Becker <becker2d&ttc.com>
   6771  1.86  christos simslink	2676/tcp   # SIMSLink
   6772  1.86  christos simslink	2676/udp   # SIMSLink
   6773  1.86  christos #			   Steve Ryckman <iana&simsware.com>
   6774  1.86  christos gadgetgate1way	2677/tcp   # Gadget Gate 1 Way
   6775  1.86  christos gadgetgate1way	2677/udp   # Gadget Gate 1 Way
   6776  1.86  christos gadgetgate2way	2678/tcp   # Gadget Gate 2 Way
   6777  1.86  christos gadgetgate2way	2678/udp   # Gadget Gate 2 Way
   6778  1.86  christos #			   Matt Rollins <matt&anybusiness.com>
   6779  1.86  christos syncserverssl	2679/tcp   # Sync Server SSL
   6780  1.86  christos syncserverssl	2679/udp   # Sync Server SSL
   6781  1.86  christos #			   Shawn Casey <Shawn.Casey&matrixone.com>
   6782  1.86  christos pxc-sapxom	2680/tcp   # pxc-sapxom
   6783  1.86  christos pxc-sapxom	2680/udp   # pxc-sapxom
   6784  1.86  christos #			   Hideki Kiriyama <kiriyama&cp10.es.xerox.com>
   6785  1.86  christos mpnjsomb	2681/tcp   # mpnjsomb
   6786  1.86  christos mpnjsomb	2681/udp   # mpnjsomb
   6787  1.86  christos #			   Takenori Miyahara <miyahara&pfu.co.jp>
   6788  1.86  christos #               2682       Removed (2002-04-30)
   6789  1.86  christos ncdloadbalance	2683/tcp   # NCDLoadBalance 
   6790  1.86  christos ncdloadbalance	2683/udp   # NCDLoadBalance 
   6791  1.86  christos #			   Tim Stevenson <tes&ncd.com>
   6792  1.86  christos mpnjsosv	2684/tcp   # mpnjsosv
   6793  1.86  christos mpnjsosv	2684/udp   # mpnjsosv
   6794  1.86  christos mpnjsocl	2685/tcp   # mpnjsocl
   6795  1.86  christos mpnjsocl	2685/udp   # mpnjsocl
   6796  1.86  christos mpnjsomg	2686/tcp   # mpnjsomg
   6797  1.86  christos mpnjsomg	2686/udp   # mpnjsomg
   6798  1.86  christos #			   Takenori Miyahara <miyahara&pfu.co.jp>
   6799  1.86  christos pq-lic-mgmt	2687/tcp   # pq-lic-mgmt
   6800  1.86  christos pq-lic-mgmt	2687/udp   # pq-lic-mgmt
   6801  1.86  christos #			   Bob Sledge <bob&pqsystems.com>
   6802  1.86  christos md-cg-http	2688/tcp   # md-cf-http
   6803  1.86  christos md-cg-http	2688/udp   # md-cf-http
   6804  1.86  christos #			   Lyndon Nerenberg <lyndon&execmail.ca>
   6805  1.86  christos fastlynx	2689/tcp   # FastLynx
   6806  1.86  christos fastlynx	2689/udp   # FastLynx
   6807  1.86  christos #			   Dave Sewell <dave&sewelldev.com>
   6808  1.86  christos hp-nnm-data	2690/tcp   # HP NNM Embedded Database
   6809  1.86  christos hp-nnm-data	2690/udp   # HP NNM Embedded Database
   6810  1.86  christos #			   Chris Das <cdas&cnd.hp.com>
   6811  1.86  christos itinternet	2691/tcp   # ITInternet ISM Server
   6812  1.86  christos itinternet	2691/udp   # ITInternet ISM Server
   6813  1.86  christos #			   Ron Ehli <ron&itinternet.net>
   6814  1.86  christos admins-lms	2692/tcp   # Admins LMS
   6815  1.86  christos admins-lms	2692/udp   # Admins LMS
   6816  1.86  christos #                          Dagfinn Saether <Dagfinn&admins.com>
   6817  1.86  christos #               2693/tcp   Unassigned (Removed 2004-2-6)
   6818  1.86  christos #               2693/udp   
   6819  1.86  christos #			   
   6820  1.86  christos pwrsevent	2694/tcp   # pwrsevent	
   6821  1.86  christos pwrsevent	2694/udp   # pwrsevent	
   6822  1.86  christos #			   Yoshinobu Nakamura
   6823  1.86  christos #			   <nakamura&np.lps.cs.fujitsu.co.jp>
   6824  1.86  christos vspread		2695/tcp   # VSPREAD
   6825  1.86  christos vspread		2695/udp   # VSPREAD
   6826  1.86  christos #			   Sumitake kobayashi
   6827  1.86  christos #			   <kobayashi&np.lps.cs.fujitsu.co.jp>
   6828  1.86  christos unifyadmin      2696/tcp   # Unify Admin
   6829  1.86  christos unifyadmin      2696/udp   # Unify Admin
   6830  1.86  christos #                          Duane Gibson <ianaportmaster&unify.com>
   6831  1.86  christos oce-snmp-trap   2697/tcp   # Oce SNMP Trap Port 
   6832  1.86  christos oce-snmp-trap   2697/udp   # Oce SNMP Trap Port 
   6833  1.86  christos #                          Peter Teeuwen <ptee&oce.nl>
   6834  1.86  christos mck-ivpip	2698/tcp   # MCK-IVPIP
   6835  1.86  christos mck-ivpip	2698/udp   # MCK-IVPIP
   6836  1.86  christos #			   Robert Vincent <bert&mck.com>
   6837  1.86  christos csoft-plusclnt	2699/tcp   # Csoft Plus Client
   6838  1.86  christos csoft-plusclnt	2699/udp   # Csoft Plus Client
   6839  1.86  christos #			   Nedelcho Stanev <nstanev&csoft.bg>
   6840  1.86  christos tqdata          2700/tcp   # tqdata
   6841  1.86  christos tqdata          2700/udp   # tqdata
   6842  1.86  christos #                          Al Guetzlaff <aeg&teamquest.com>
   6843  1.86  christos sms-rcinfo	2701/tcp   # SMS RCINFO
   6844  1.86  christos sms-rcinfo	2701/udp   # SMS RCINFO
   6845  1.86  christos sms-xfer	2702/tcp   # SMS XFER
   6846  1.86  christos sms-xfer	2702/udp   # SMS XFER
   6847  1.86  christos sms-chat	2703/tcp   # SMS CHAT
   6848  1.86  christos sms-chat	2703/udp   # SMS CHAT
   6849  1.86  christos sms-remctrl	2704/tcp   # SMS REMCTRL
   6850  1.86  christos sms-remctrl	2704/udp   # SMS REMCTRL
   6851  1.86  christos #			   Tom Friend <tomfr&microsoft.com>
   6852  1.86  christos sds-admin	2705/tcp   # SDS Admin
   6853  1.86  christos sds-admin	2705/udp   # SDS Admin
   6854  1.86  christos #			   Don Traub <don.traub&sun.com>
   6855  1.86  christos ncdmirroring	2706/tcp   # NCD Mirroring
   6856  1.86  christos ncdmirroring	2706/udp   # NCD Mirroring
   6857  1.86  christos #			   Tim Stevenson <tes&ncd.com>
   6858  1.86  christos emcsymapiport	2707/tcp   # EMCSYMAPIPORT
   6859  1.86  christos emcsymapiport	2707/udp   # EMCSYMAPIPORT
   6860  1.86  christos #			   Bruce Ferjulian <ferjulian_bruce&emc.com>
   6861  1.86  christos banyan-net	2708/tcp   # Banyan-Net
   6862  1.86  christos banyan-net	2708/udp   # Banyan-Net
   6863  1.86  christos #			   R. Thirumurthy <rtm&banyannetworks.com>
   6864  1.86  christos supermon	2709/tcp   # Supermon
   6865  1.86  christos supermon	2709/udp   # Supermon
   6866  1.86  christos #			   Ron Minnich <rminnich&acl.lanl.gov>
   6867  1.86  christos sso-service	2710/tcp   # SSO Service
   6868  1.86  christos sso-service	2710/udp   # SSO Service
   6869  1.86  christos sso-control	2711/tcp   # SSO Control
   6870  1.86  christos sso-control	2711/udp   # SSO Control
   6871  1.86  christos #			   Axel Kern <axel.kern&betasystems.com>
   6872  1.86  christos aocp		2712/tcp   # Axapta Object Communication Protocol
   6873  1.86  christos aocp		2712/udp   # Axapta Object Communication Protocol
   6874  1.86  christos #			   Jakob Steen Hansen <jsh&dk.damgaard.com>
   6875  1.86  christos raven1		2713/tcp   # Raven1
   6876  1.86  christos raven1		2713/udp   # Raven1
   6877  1.86  christos raven2		2714/tcp   # Raven2
   6878  1.86  christos raven2		2714/udp   # Raven2
   6879  1.86  christos #			   Daniel Sorlov <Daniel&sorlov.com>
   6880  1.86  christos hpstgmgr2	2715/tcp   # HPSTGMGR2
   6881  1.86  christos hpstgmgr2	2715/udp   # HPSTGMGR2
   6882  1.86  christos #			   Kevin Collins <kevinc&cnd.hp.com>
   6883  1.86  christos inova-ip-disco	2716/tcp   # Inova IP Disco
   6884  1.86  christos inova-ip-disco	2716/udp   # Inova IP Disco
   6885  1.86  christos #			   Chris Koeritz <ckoeritz&inovacorp.com>
   6886  1.86  christos pn-requester	2717/tcp   # PN REQUESTER
   6887  1.86  christos pn-requester	2717/udp   # PN REQUESTER
   6888  1.86  christos pn-requester2	2718/tcp   # PN REQUESTER 2
   6889  1.86  christos pn-requester2	2718/udp   # PN REQUESTER 2
   6890  1.86  christos #			   Portnoy Boxman <portnoy_boxman&bmc.com>
   6891  1.86  christos scan-change	2719/tcp   # Scan & Change
   6892  1.86  christos scan-change	2719/udp   # Scan & Change
   6893  1.86  christos #			   Alexander Raji <araji&lucent.com>
   6894  1.86  christos wkars		2720/tcp   # wkars
   6895  1.86  christos wkars		2720/udp   # wkars
   6896  1.86  christos #			   Barry Shelton <bshelton&wirelessknowledge.com>
   6897  1.86  christos smart-diagnose	2721/tcp   # Smart Diagnose
   6898  1.86  christos smart-diagnose	2721/udp   # Smart Diagnose
   6899  1.86  christos #			   Geoffry Meek <geoff&meek.com>
   6900  1.86  christos proactivesrvr	2722/tcp   # Proactive Server
   6901  1.86  christos proactivesrvr	2722/udp   # Proactive Server
   6902  1.86  christos #			   Dalit Naor <dalit&il.ibm.com>
   6903  1.86  christos watchdognt	2723/tcp   # WatchDog NT
   6904  1.86  christos watchdognt	2723/udp   # WatchDog NT
   6905  1.86  christos #			   Glen Sansoucie <glens&llmwin.com>
   6906  1.86  christos qotps		2724/tcp   # qotps
   6907  1.86  christos qotps		2724/udp   # qotps
   6908  1.86  christos #			   Piotr Parlewicz <pparlewicz&queryobject.com>
   6909  1.86  christos msolap-ptp2     2725/tcp   # MSOLAP PTP2
   6910  1.86  christos msolap-ptp2     2725/udp   # MSOLAP PTP2
   6911  1.86  christos #                          Cristian Petculescu <cristp&microsoft.com>
   6912  1.86  christos tams            2726/tcp   # TAMS
   6913  1.86  christos tams            2726/udp   # TAMS
   6914  1.86  christos #                          David Leinbach <dleinbach&jti.bc.ca>
   6915  1.86  christos mgcp-callagent  2727/tcp   # Media Gateway Control Protocol Call Agent
   6916  1.86  christos mgcp-callagent  2727/udp   # Media Gateway Control Protocol Call Agent
   6917  1.86  christos #                          Christian Huitema <huitema&research.telcordia.com>
   6918  1.86  christos sqdr		2728/tcp   # SQDR
   6919  1.86  christos sqdr		2728/udp   # SQDR
   6920  1.86  christos #			   Matthew Orzen <standards&starquest.com>
   6921  1.86  christos tcim-control	2729/tcp   # TCIM Control
   6922  1.86  christos tcim-control	2729/udp   # TCIM Control
   6923  1.86  christos #			   Dean Skelton <mdskel&ftw.rsc.raytheon.com>
   6924  1.86  christos nec-raidplus	2730/tcp   # NEC RaidPlus
   6925  1.86  christos nec-raidplus	2730/udp   # NEC RaidPlus
   6926  1.86  christos #			   Yusuke Asai <yasai&nw1.file.fc.nec.co.jp>
   6927  1.86  christos fyre-messanger	2731/tcp   # Fyre Messanger
   6928  1.86  christos fyre-messanger	2731/udp   # Fyre Messagner
   6929  1.86  christos #			   Robert Waters <bobtek&hotmail.com>
   6930  1.86  christos g5m		2732/tcp   # G5M
   6931  1.86  christos g5m		2732/udp   # G5M
   6932  1.86  christos #			   Graham Klyne <GK&ACM.ORG>
   6933  1.86  christos signet-ctf	2733/tcp   # Signet CTF
   6934  1.86  christos signet-ctf	2733/udp   # Signet CTF
   6935  1.86  christos #			   Greg Broiles <greg&sac.net>
   6936  1.86  christos ccs-software	2734/tcp   # CCS Software 
   6937  1.86  christos ccs-software	2734/udp   # CCS Software 
   6938  1.86  christos #			   Bertus Jacobs <bertus&ccs-software.co.za>
   6939  1.86  christos netiq-mc        2735/tcp   # NetIQ Monitor Console
   6940  1.86  christos netiq-mc        2735/udp   # NetIQ Monitor Console
   6941  1.86  christos #			   Scott Southard <scott.southard&netiq.com>
   6942  1.86  christos radwiz-nms-srv	2736/tcp   # RADWIZ NMS SRV
   6943  1.86  christos radwiz-nms-srv	2736/udp   # RADWIZ NMS SRV
   6944  1.86  christos #			   Israel Shainert <israels&209.88.177.2>
   6945  1.86  christos srp-feedback	2737/tcp   # SRP Feedback
   6946  1.86  christos srp-feedback	2737/udp   # SRP Feedback
   6947  1.86  christos #			   Werner Almesberger <Werner.Almesberger&epfl.ch>
   6948  1.86  christos ndl-tcp-ois-gw	2738/tcp   # NDL TCP-OSI Gateway
   6949  1.86  christos ndl-tcp-ois-gw	2738/udp   # NDL TCP-OSI Gateway
   6950  1.86  christos #			   Martin Norman <martin&ndl.co.uk> 
   6951  1.86  christos tn-timing	2739/tcp   # TN Timing
   6952  1.86  christos tn-timing	2739/udp   # TN Timing
   6953  1.86  christos #			   Paul Roberts <PaulRoberts&engineer.com>
   6954  1.86  christos alarm		2740/tcp   # Alarm
   6955  1.86  christos alarm		2740/udp   # Alarm
   6956  1.86  christos #			   Uriy Makasjuk <racer&bfpg.ru>
   6957  1.86  christos tsb		2741/tcp   # TSB
   6958  1.86  christos tsb		2741/udp   # TSB
   6959  1.86  christos tsb2		2742/tcp   # TSB2
   6960  1.86  christos tsb2		2742/udp   # TSB2
   6961  1.86  christos #			   Ashish Chatterjee
   6962  1.86  christos #			   <achatterjee&freeway.proxy.lucent.com>
   6963  1.86  christos murx		2743/tcp   # murx
   6964  1.86  christos murx		2743/udp   # murx
   6965  1.86  christos #			   Thomas Kuiper <tkuiper&inxsoft.net>
   6966  1.86  christos honyaku		2744/tcp   # honyaku
   6967  1.86  christos honyaku		2744/udp   # honyaku
   6968  1.86  christos #			   Yasunari Yamashita <yamasita&omronsoft.co.jp>
   6969  1.86  christos urbisnet	2745/tcp   # URBISNET
   6970  1.86  christos urbisnet	2745/udp   # URBISNET
   6971  1.86  christos #			   Urbis.Net Ltd <postmaster&urbis.net>
   6972  1.86  christos cpudpencap	2746/tcp   # CPUDPENCAP
   6973  1.86  christos cpudpencap	2746/udp   # CPUDPENCAP
   6974  1.86  christos #			   Tamir Zegman <zegman&checkpoint.com>
   6975  1.86  christos fjippol-swrly	2747/tcp
   6976  1.86  christos fjippol-swrly	2747/udp
   6977  1.86  christos fjippol-polsvr	2748/tcp
   6978  1.86  christos fjippol-polsvr	2748/udp
   6979  1.86  christos fjippol-cnsl	2749/tcp
   6980  1.86  christos fjippol-cnsl	2749/udp
   6981  1.86  christos fjippol-port1	2750/tcp
   6982  1.86  christos fjippol-port1	2750/udp
   6983  1.86  christos fjippol-port2	2751/tcp
   6984  1.86  christos fjippol-port2	2751/udp
   6985  1.86  christos #			   Shoichi Tachibana <tatibana&yk.fujitsu.co.jp>
   6986  1.86  christos rsisysaccess	2752/tcp   # RSISYS ACCESS
   6987  1.86  christos rsisysaccess	2752/udp   # RSISYS ACCESS
   6988  1.86  christos #			   Christophe Besant
   6989  1.86  christos de-spot		2753/tcp   # de-spot
   6990  1.86  christos de-spot		2753/udp   # de-spot
   6991  1.86  christos #			   Sanjay Parekh <spot&digitalenvoy.net>
   6992  1.86  christos apollo-cc	2754/tcp   # APOLLO CC
   6993  1.86  christos apollo-cc	2754/udp   # APOLLO CC
   6994  1.86  christos #			   Brand Communications <donovan&brandcomms.com>
   6995  1.86  christos expresspay	2755/tcp   # Express Pay
   6996  1.86  christos expresspay	2755/udp   # Express Pay
   6997  1.86  christos #			   Ben Higgins <bhiggins&netcom.ca>
   6998  1.86  christos simplement-tie	2756/tcp   # simplement-tie
   6999  1.86  christos simplement-tie	2756/udp   # simplement-tie
   7000  1.86  christos #			   Tzvika Chumash <tzvikac&netvision.net.il>
   7001  1.86  christos cnrp		2757/tcp   # CNRP
   7002  1.86  christos cnrp		2757/udp   # CNRP
   7003  1.86  christos #			   Jacob Ulmert <Jacob.Ulmert&se.abb.com>
   7004  1.86  christos apollo-status	2758/tcp   # APOLLO Status
   7005  1.86  christos apollo-status	2758/udp   # APOLLO Status
   7006  1.86  christos apollo-gms	2759/tcp   # APOLLO GMS
   7007  1.86  christos apollo-gms	2759/udp   # APOLLO GMS
   7008  1.86  christos #			   Simon Hovell <simonh&brandcomms.com>
   7009  1.86  christos sabams		2760/tcp   # Saba MS
   7010  1.86  christos sabams		2760/udp   # Saba MS
   7011  1.86  christos #			   Davoud Maha <dmaha&saba.com>
   7012  1.86  christos dicom-iscl	2761/tcp   # DICOM ISCL
   7013  1.86  christos dicom-iscl	2761/udp   # DICOM ISCL
   7014  1.86  christos dicom-tls	2762/tcp   # DICOM TLS
   7015  1.86  christos dicom-tls	2762/udp   # DICOM TLS
   7016  1.86  christos #			   Lawrence Tarbox <ltarbox&scr.siemens.com>
   7017  1.86  christos desktop-dna	2763/tcp   # Desktop DNA
   7018  1.86  christos desktop-dna	2763/udp   # Desktop DNA
   7019  1.86  christos #			   Jon Walker <jwalker&miramarsys.com>
   7020  1.86  christos data-insurance	2764/tcp   # Data Insurance
   7021  1.86  christos data-insurance	2764/udp   # Data Insurance
   7022  1.86  christos #			   Brent Irwin <birwin&standard.com>
   7023  1.86  christos qip-audup	2765/tcp   # qip-audup
   7024  1.86  christos qip-audup	2765/udp   # qip-audup
   7025  1.86  christos #			   Mike Morgan <mmorgan&lucent.com>
   7026  1.86  christos compaq-scp	2766/tcp   # Compaq SCP
   7027  1.86  christos compaq-scp	2766/udp   # Compaq SCP
   7028  1.86  christos #			   Ferruccio Barletta <ferruccio.barletta&compaq.com>
   7029  1.86  christos uadtc		2767/tcp   # UADTC
   7030  1.86  christos uadtc		2767/udp   # UADTC
   7031  1.86  christos uacs		2768/tcp   # UACS
   7032  1.86  christos uacs		2768/udp   # UACS
   7033  1.86  christos #			   Vishwas Lele <Vishwas_Lele&appliedis.com>
   7034  1.86  christos exce   	        2769/tcp   # eXcE
   7035  1.86  christos exce	        2769/udp   # eXcE
   7036  1.86  christos #			   Norm Freedman <normfree&san.rr.com>
   7037  1.86  christos veronica	2770/tcp   # Veronica
   7038  1.86  christos veronica	2770/udp   # Veronica
   7039  1.86  christos #			   Jonas Oberg <jonas&coyote.org>
   7040  1.86  christos vergencecm	2771/tcp   # Vergence CM
   7041  1.86  christos vergencecm	2771/udp   # Vergence CM
   7042  1.86  christos #			   Mark Morwood <markm&sentillion.com>
   7043  1.86  christos auris		2772/tcp   # auris
   7044  1.86  christos auris		2772/udp   # auris
   7045  1.86  christos #			   Francisco Saez Arance <fsaez&tid.es>
   7046  1.86  christos rbakcup1        2773/tcp   # RBackup Remote Backup
   7047  1.86  christos rbakcup1        2773/udp   # RBackup Remote Backup
   7048  1.86  christos rbakcup2        2774/tcp   # RBackup Remote Backup
   7049  1.86  christos rbakcup2        2774/udp   # RBackup Remote Backup
   7050  1.86  christos #                          Rob Cosgrove <rob&alice.net>
   7051  1.86  christos smpp		2775/tcp   # SMPP
   7052  1.86  christos smpp		2775/udp   # SMPP
   7053  1.86  christos #			   Owen Sullivan <owen.sullivan&aldiscon.ie>
   7054  1.86  christos ridgeway1	2776/tcp   # Ridgeway Systems & Software
   7055  1.86  christos ridgeway1	2776/udp   # Ridgeway Systems & Software
   7056  1.86  christos ridgeway2	2777/tcp   # Ridgeway Systems & Software
   7057  1.86  christos ridgeway2	2777/udp   # Ridgeway Systems & Software
   7058  1.86  christos #			   Steve Read <sread&ridgeway-sys.com>
   7059  1.86  christos gwen-sonya	2778/tcp   # Gwen-Sonya 
   7060  1.86  christos gwen-sonya	2778/udp   # Gwen-Sonya 
   7061  1.86  christos #			   Mark Hurst <mhurst&inconnect.com>
   7062  1.86  christos lbc-sync	2779/tcp   # LBC Sync
   7063  1.86  christos lbc-sync	2779/udp   # LBC Sync
   7064  1.86  christos lbc-control	2780/tcp   # LBC Control
   7065  1.86  christos lbc-control	2780/udp   # LBC Control
   7066  1.86  christos #			   Keiji Michine <michine&net.paso.fujitsu.co.jp>
   7067  1.86  christos whosells	2781/tcp   # whosells
   7068  1.86  christos whosells	2781/udp   # whosells
   7069  1.86  christos #			   William Randolph Royere III 
   7070  1.86  christos #                          <william&royere.net>
   7071  1.86  christos everydayrc	2782/tcp   # everydayrc
   7072  1.86  christos everydayrc	2782/udp   # everydayrc
   7073  1.86  christos #			   Ahti Heinla <ahti&ahti.bluemoon.ee>
   7074  1.86  christos aises		2783/tcp   # AISES
   7075  1.86  christos aises		2783/udp   # AISES
   7076  1.86  christos #			   Daniel Grazioli <dgrazioli&pgaero.co.uk>
   7077  1.86  christos www-dev         2784/tcp   # world wide web - development
   7078  1.86  christos www-dev         2784/udp   # world wide web - development
   7079  1.86  christos aic-np          2785/tcp   # aic-np
   7080  1.86  christos aic-np          2785/udp   # aic-np
   7081  1.86  christos #                          Brad Parker <brad&american.com>
   7082  1.86  christos aic-oncrpc      2786/tcp   # aic-oncrpc - Destiny MCD database
   7083  1.86  christos aic-oncrpc      2786/udp   # aic-oncrpc - Destiny MCD database
   7084  1.86  christos #                          Brad Parker  <brad&american.com>
   7085  1.86  christos piccolo         2787/tcp   # piccolo - Cornerstone Software
   7086  1.86  christos piccolo         2787/udp   # piccolo - Cornerstone Software
   7087  1.86  christos #                          Dave Bellivea <DaveBelliveau&corsof.com>
   7088  1.86  christos fryeserv        2788/tcp   # NetWare Loadable Module - Seagate Software
   7089  1.86  christos fryeserv        2788/udp   # NetWare Loadable Module - Seagate Software
   7090  1.86  christos #                          Joseph LoPilato 
   7091  1.86  christos #                          <Joseph_M_LoPilato&notes.seagate.com>
   7092  1.86  christos media-agent     2789/tcp   # Media Agent
   7093  1.86  christos media-agent     2789/udp   # Media Agent
   7094  1.86  christos #			   Nitzan Daube <nitzan&brm.com>
   7095  1.86  christos plgproxy	2790/tcp   # PLG Proxy
   7096  1.86  christos plgproxy	2790/udp   # PLG Proxy
   7097  1.86  christos #			   Charlie Hava <charlieh&aks.com>
   7098  1.86  christos mtport-regist	2791/tcp   # MT Port Registrator
   7099  1.86  christos mtport-regist	2791/udp   # MT Port Registrator
   7100  1.86  christos #			   Maxim Tseitlin <mtseitlin&iname.com>
   7101  1.86  christos f5-globalsite	2792/tcp   # f5-globalsite
   7102  1.86  christos f5-globalsite	2792/udp   # f5-globalsite
   7103  1.86  christos #			   Christian Saether <c.saether&f5.com>
   7104  1.86  christos initlsmsad	2793/tcp   # initlsmsad
   7105  1.86  christos initlsmsad	2793/udp   # initlsmsad
   7106  1.86  christos #			   Kelly Green <green&compaq.com>
   7107  1.86  christos #		2794       Unassigned (Removed 2006-12-04)
   7108  1.86  christos livestats	2795/tcp   # LiveStats
   7109  1.86  christos livestats	2795/udp   # LiveStats
   7110  1.86  christos #			   Chris Greene <cgreeneOA&avidsports.com>
   7111  1.86  christos ac-tech		2796/tcp   # ac-tech
   7112  1.86  christos ac-tech		2796/udp   # ac-tech
   7113  1.86  christos #			   Chiming Huang <chuang&ac-tech.com>
   7114  1.86  christos esp-encap	2797/tcp   # esp-encap
   7115  1.86  christos esp-encap	2797/udp   # esp-encap
   7116  1.86  christos #			   Jorn Sierwald <joern.sierwald&datafellows.com>
   7117  1.86  christos tmesis-upshot	2798/tcp   # TMESIS-UPShot
   7118  1.86  christos tmesis-upshot	2798/udp   # TMESIS-UPShot
   7119  1.86  christos #			   Brian Schenkenberger <VAXman&TMESIS.COM>
   7120  1.86  christos icon-discover	2799/tcp   # ICON Discover
   7121  1.86  christos icon-discover	2799/udp   # ICON Discover
   7122  1.86  christos #			   Alexander Falk <falk&icon.at>
   7123  1.86  christos acc-raid	2800/tcp   # ACC RAID
   7124  1.86  christos acc-raid	2800/udp   # ACC RAID
   7125  1.86  christos #			   Scott St. Clair <stclair&ntc.adaptec.com>
   7126  1.86  christos igcp		2801/tcp   # IGCP
   7127  1.86  christos igcp		2801/udp   # IGCP
   7128  1.86  christos #			   David Hampson <davidha&codemasters.com>
   7129  1.86  christos veritas-tcp1	2802/tcp   # Veritas TCP1
   7130  1.86  christos veritas-udp1	2802/udp   # Veritas UDP1
   7131  1.86  christos #			   Russ Thrasher <Russell.Thrasher&veritas.com>
   7132  1.86  christos btprjctrl	2803/tcp   # btprjctrl
   7133  1.86  christos btprjctrl	2803/udp   # btprjctrl
   7134  1.86  christos #			   Huw Thomas <huw.thomas&bt.com>
   7135  1.86  christos dvr-esm      	2804/tcp   # March Networks Digital Video Recorders and Enterprise Service Manager products
   7136  1.86  christos dvr-esm  	2804/udp   # March Networks Digital Video Recorders and Enterprise Service Manager products
   7137  1.86  christos #			   Paul Streatch <pstreatch&marchnetworks.com> June 2004
   7138  1.86  christos wta-wsp-s	2805/tcp   # WTA WSP-S
   7139  1.86  christos wta-wsp-s	2805/udp   # WTA WSP-S
   7140  1.86  christos #			   Sebastien Bury (WAP Forum)
   7141  1.86  christos #			   <sebastien.bury&art.alcatel.fr>
   7142  1.86  christos cspuni		2806/tcp   # cspuni
   7143  1.86  christos cspuni		2806/udp   # cspuni
   7144  1.86  christos cspmulti	2807/tcp   # cspmulti
   7145  1.86  christos cspmulti	2807/udp   # cspmulti
   7146  1.86  christos #			   Terumasa Yoneda <yonedat&pfu.co.jp>
   7147  1.86  christos j-lan-p		2808/tcp   # J-LAN-P
   7148  1.86  christos j-lan-p		2808/udp   # J-LAN-P
   7149  1.86  christos #			   Takeshi Sahara <sahara&jdl.co.jp>
   7150  1.86  christos corbaloc	2809/tcp   # CORBA LOC
   7151  1.86  christos corbaloc	2809/udp   # CORBA LOC
   7152  1.86  christos #			   Ted McFadden <mcfadden&dstc.edu.au>
   7153  1.86  christos netsteward	2810/tcp   # Active Net Steward
   7154  1.86  christos netsteward	2810/udp   # Active Net Steward
   7155  1.86  christos #			   Keith Morley <keith&ndl.co.uk>
   7156  1.86  christos gsiftp		2811/tcp   # GSI FTP
   7157  1.86  christos gsiftp		2811/udp   # GSI FTP
   7158  1.86  christos #			   Von Welch <vwelch&ncsa.uiuc.edu>
   7159  1.86  christos atmtcp		2812/tcp   # atmtcp
   7160  1.86  christos atmtcp		2812/udp   # atmtcp
   7161  1.86  christos #			   Werner Almesberger <Werner.Almesberger&epfl.ch>
   7162  1.86  christos llm-pass	2813/tcp   # llm-pass
   7163  1.86  christos llm-pass	2813/udp   # llm-pass
   7164  1.86  christos llm-csv		2814/tcp   # llm-csv
   7165  1.86  christos llm-csv		2814/udp   # llm-csv
   7166  1.86  christos #			   Glen Sansoucie <glen&llmwin.com>
   7167  1.86  christos lbc-measure	2815/tcp   # LBC Measurement
   7168  1.86  christos lbc-measure	2815/udp   # LBC Measurement
   7169  1.86  christos lbc-watchdog	2816/tcp   # LBC Watchdog
   7170  1.86  christos lbc-watchdog	2816/udp   # LBC Watchdog
   7171  1.86  christos #			   Akiyoshi Ochi <akiyoshi&net.paso.fujitsu.co.jp>
   7172  1.86  christos nmsigport	2817/tcp   # NMSig Port
   7173  1.86  christos nmsigport	2817/udp   # NMSig Port
   7174  1.86  christos #			   Peter Egli <peter.egli&mail.inalp.com>
   7175  1.86  christos rmlnk		2818/tcp   # rmlnk
   7176  1.86  christos rmlnk		2818/udp   # rmlnk
   7177  1.86  christos fc-faultnotify	2819/tcp   # FC Fault Notification
   7178  1.86  christos fc-faultnotify	2819/udp   # FC Fault Notification
   7179  1.86  christos #			   Dave Watkins <davew&boi.hp.com>
   7180  1.86  christos univision	2820/tcp   # UniVision
   7181  1.86  christos univision	2820/udp   # UniVision
   7182  1.86  christos #			   Keith Ansell <KeithA&fastfreenet.com> 
   7183  1.86  christos vrts-at-port    2821/tcp   # VERITAS Authentication Service
   7184  1.86  christos vrts-at-port    2821/udp   # VERITAS Authentication Service
   7185  1.86  christos #                          Stefan Winkel <stefan&veritas.com>
   7186  1.86  christos ka0wuc		2822/tcp   # ka0wuc
   7187  1.86  christos ka0wuc		2822/udp   # ka0wuc
   7188  1.86  christos #			   Kit Haskins <kit&ka0wuc.org>
   7189  1.86  christos cqg-netlan	2823/tcp   # CQG Net/LAN
   7190  1.86  christos cqg-netlan	2823/udp   # CQG Net/LAN
   7191  1.86  christos cqg-netlan-1    2824/tcp   # CQG Net/LAN 1
   7192  1.86  christos cqg-netlan-1    2824/udp   # CQG Net/Lan 1 
   7193  1.86  christos #			   Jeff Wood <jw&cqg.com>
   7194  1.86  christos #               2825       (unassigned) Possibly assigned
   7195  1.86  christos slc-systemlog	2826/tcp   # slc systemlog
   7196  1.86  christos slc-systemlog	2826/udp   # slc systemlog
   7197  1.86  christos slc-ctrlrloops	2827/tcp   # slc ctrlrloops
   7198  1.86  christos slc-ctrlrloops	2827/udp   # slc ctrlrloops
   7199  1.86  christos #			   Erwin Hogeweg <erwin&airtech.demon.nl>
   7200  1.86  christos itm-lm		2828/tcp   # ITM License Manager 
   7201  1.86  christos itm-lm		2828/udp   # ITM License Manager 
   7202  1.86  christos #			   Portnoy Boxman <portnoy_boxman&bmc.com>
   7203  1.86  christos silkp1		2829/tcp   # silkp1
   7204  1.86  christos silkp1		2829/udp   # silkp1
   7205  1.86  christos silkp2		2830/tcp   # silkp2
   7206  1.86  christos silkp2		2830/udp   # silkp2
   7207  1.86  christos silkp3		2831/tcp   # silkp3
   7208  1.86  christos silkp3		2831/udp   # silkp3
   7209  1.86  christos silkp4		2832/tcp   # silkp4
   7210  1.86  christos silkp4		2832/udp   # silkp4
   7211  1.86  christos #			   Erik Skyten <eki&silknet.com>
   7212  1.86  christos glishd		2833/tcp   # glishd
   7213  1.86  christos glishd		2833/udp   # glishd
   7214  1.86  christos #			   Darrell Schiebel <dschieb&cv.nrao.edu>
   7215  1.86  christos evtp		2834/tcp   # EVTP
   7216  1.86  christos evtp		2834/udp   # EVTP
   7217  1.86  christos evtp-data	2835/tcp   # EVTP-DATA
   7218  1.86  christos evtp-data	2835/udp   # EVTP-DATA
   7219  1.86  christos #			   Eric Bruno <ebruno&solution-soft.com> 
   7220  1.86  christos catalyst	2836/tcp   # catalyst
   7221  1.86  christos catalyst	2836/udp   # catalyst
   7222  1.86  christos #			   Garret Tollkuhn <garret&multiviewgroup.com>
   7223  1.86  christos repliweb	2837/tcp   # Repliweb
   7224  1.86  christos repliweb	2837/udp   # Repliweb
   7225  1.86  christos #			   William Orme <bill&repliweb.com>
   7226  1.86  christos starbot		2838/tcp   # Starbot
   7227  1.86  christos starbot		2838/udp   # Starbot
   7228  1.86  christos #			           Markus Sabadello <sabadello&starbot.org>
   7229  1.86  christos nmsigport	2839/tcp   # NMSigPort
   7230  1.86  christos nmsigport	2839/udp   # NMSigPort
   7231  1.86  christos #			           Peter Egli <peter.egli&mail.inalp.com>
   7232  1.86  christos l3-exprt	2840/tcp   # l3-exprt
   7233  1.86  christos l3-exprt	2840/udp   # l3-exprt
   7234  1.86  christos l3-ranger	2841/tcp   # l3-ranger
   7235  1.86  christos l3-ranger	2841/udp   # l3-ranger
   7236  1.86  christos l3-hawk		2842/tcp   # l3-hawk
   7237  1.86  christos l3-hawk		2842/udp   # l3-hawk
   7238  1.86  christos #			            Dolores Scott <dolores.scott&l-3security.com>
   7239  1.86  christos pdnet		2843/tcp   # PDnet
   7240  1.86  christos pdnet		2843/udp   # PDnet
   7241  1.86  christos #			           Torsten Scheffler <pdnetadmin&pdnet.info>
   7242  1.86  christos bpcp-poll	2844/tcp   # BPCP POLL
   7243  1.86  christos bpcp-poll	2844/udp   # BPCP POLL
   7244  1.86  christos bpcp-trap	2845/tcp   # BPCP TRAP
   7245  1.86  christos bpcp-trap	2845/udp   # BPCP TRAP
   7246  1.86  christos #			            Steve Van Duser <steve.vanduser&bestpower.gensig.com>
   7247  1.86  christos aimpp-hello	2846/tcp   # AIMPP Hello
   7248  1.86  christos aimpp-hello	2846/udp   # AIMPP Hello
   7249  1.86  christos aimpp-port-req	2847/tcp   # AIMPP Port Req
   7250  1.86  christos aimpp-port-req	2847/udp   # AIMPP Port Req
   7251  1.86  christos #			   Brian Martinicky
   7252  1.86  christos #                          <Brian_Martinicky&automationintelligence.com>
   7253  1.86  christos amt-blc-port	2848/tcp   # AMT-BLC-PORT
   7254  1.86  christos amt-blc-port	2848/udp   # AMT-BLC-PORT
   7255  1.86  christos #			   Sandra Frulloni <frulloni.amtec&interbusiness.it>
   7256  1.86  christos fxp		2849/tcp   # FXP
   7257  1.86  christos fxp		2849/udp   # FXP
   7258  1.86  christos #			   Martin Lichtin <lichtin&oanda.com>
   7259  1.86  christos metaconsole	2850/tcp   # MetaConsole
   7260  1.86  christos metaconsole	2850/udp   # MetaConsole
   7261  1.86  christos #			   Rakesh Mahajan <rmahajan&netaphor-software.com>
   7262  1.86  christos webemshttp	2851/tcp   # webemshttp
   7263  1.86  christos webemshttp	2851/udp   # webemshttp
   7264  1.86  christos #			   Stephen Tsun <stsun&jetstream.com>
   7265  1.86  christos bears-01	2852/tcp   # bears-01
   7266  1.86  christos bears-01	2852/udp   # bears-01
   7267  1.86  christos #			   Bruce McKinnon <brucemck&bears.aust.com>
   7268  1.86  christos ispipes		2853/tcp   # ISPipes
   7269  1.86  christos ispipes		2853/udp   # ISPipes
   7270  1.86  christos #			   Rajesh Nandyalam <rnandyal&emc.com>
   7271  1.86  christos infomover	2854/tcp   # InfoMover
   7272  1.86  christos infomover	2854/udp   # InfoMover
   7273  1.86  christos #			   Carla Caputo <caputo&emc.com>
   7274  1.86  christos msrp		2855/tcp   # MSRP over TCP
   7275  1.86  christos msrp		2855/udp   # MSRP
   7276  1.86  christos #			   [RFC-ietf-simple-message-sessions-19.txt]
   7277  1.86  christos cesdinv		2856/tcp   # cesdinv
   7278  1.86  christos cesdinv		2856/udp   # cesdinv
   7279  1.86  christos #			   Yoshiaki Tokumoto <toku&pfu.co.jp>
   7280  1.86  christos simctlp		2857/tcp   # SimCtIP
   7281  1.86  christos simctlp		2857/udp   # SimCtIP
   7282  1.86  christos #			   Christian Zietz <czietz&gmx.net>
   7283  1.86  christos ecnp		2858/tcp   # ECNP
   7284  1.86  christos ecnp		2858/udp   # ECNP
   7285  1.86  christos #			   Robert Reimiller <bob&certsoft.com>
   7286  1.86  christos activememory	2859/tcp   # Active Memory
   7287  1.86  christos activememory	2859/udp   # Active Memory
   7288  1.86  christos #			   Joe Graham <joe&edaconsulting.com>
   7289  1.86  christos dialpad-voice1	2860/tcp   # Dialpad Voice 1
   7290  1.86  christos dialpad-voice1	2860/udp   # Dialpad Voice 1
   7291  1.86  christos dialpad-voice2	2861/tcp   # Dialpad Voice 2
   7292  1.86  christos dialpad-voice2	2861/udp   # Dialpad Voice 2
   7293  1.86  christos #			   Wongyu Cho <wgcho&dialpad.com>
   7294  1.86  christos ttg-protocol	2862/tcp   # TTG Protocol
   7295  1.86  christos ttg-protocol	2862/udp   # TTG Protocol
   7296  1.86  christos #			   Mark Boler <markb&ttgsoftware.com>
   7297  1.86  christos sonardata	2863/tcp   # Sonar Data
   7298  1.86  christos sonardata	2863/udp   # Sonar Data
   7299  1.86  christos #			   Ian Higginbottom <sonardata&sonardata.com>
   7300  1.86  christos astromed-main	2864/tcp   # main 5001 cmd
   7301  1.86  christos astromed-main	2864/udp   # main 5001 cmd
   7302  1.86  christos #			   Chris Tate <ctate&astromed.com>
   7303  1.86  christos pit-vpn		2865/tcp   # pit-vpn
   7304  1.86  christos pit-vpn		2865/udp   # pit-vpn
   7305  1.86  christos #			   Norbert Sendetzky <norbert&linuxnetworks.de>
   7306  1.86  christos iwlistener	2866/tcp   # iwlistener
   7307  1.86  christos iwlistener	2866/udp   # iwlistener
   7308  1.86  christos #			   Fred Surr <quest_iana&oz.quest.com>
   7309  1.86  christos esps-portal	2867/tcp   # esps-portal
   7310  1.86  christos esps-portal	2867/udp   # esps-portal
   7311  1.86  christos #			   Nicholas Stowfis <nstowfis&esps.com>
   7312  1.86  christos npep-messaging	2868/tcp   # NPEP Messaging
   7313  1.86  christos npep-messaging	2868/udp   # NPEP Messaging
   7314  1.86  christos #			   Kristian A. Bognaes <kbo&norman.no>
   7315  1.86  christos icslap		2869/tcp   # ICSLAP
   7316  1.86  christos icslap		2869/udp   # ICSLAP
   7317  1.86  christos #			   Richard Lamb <rlamb&microsoft.com>
   7318  1.86  christos daishi		2870/tcp   # daishi
   7319  1.86  christos daishi		2870/udp   # daishi
   7320  1.86  christos #			   Patrick Chipman <pchipman&memphis.edu>
   7321  1.86  christos msi-selectplay	2871/tcp   # MSI Select Play
   7322  1.86  christos msi-selectplay	2871/udp   # MSI Select Play
   7323  1.86  christos #			   Paul Fonte <paul_fonte&mediastation.com>
   7324  1.86  christos radix		2872/tcp   # RADIX
   7325  1.86  christos radix		2872/udp   # RADIX
   7326  1.86  christos #			   Stein Roger Skaflotten
   7327  1.86  christos #                          <sskaflot&online.no>
   7328  1.86  christos #               2873       Unassigned (Removed 2003-07-23)
   7329  1.86  christos dxmessagebase1	2874/tcp   # dxmessagebase1
   7330  1.86  christos dxmessagebase1	2874/udp   # dxmessagebase1
   7331  1.86  christos dxmessagebase2	2875/tcp   # dxmessagebase2
   7332  1.86  christos dxmessagebase2	2875/udp   # dxmessagebase2
   7333  1.86  christos #			   Ozz Nixon <root&delphix.com>
   7334  1.86  christos sps-tunnel	2876/tcp   # SPS Tunnel
   7335  1.86  christos sps-tunnel	2876/udp   # SPS Tunnel
   7336  1.86  christos #			   Bill McIntosh <bmcintosh&fortresstech.com>
   7337  1.86  christos bluelance	2877/tcp   # BLUELANCE
   7338  1.86  christos bluelance	2877/udp   # BLUELANCE
   7339  1.86  christos #			   Michael Padrezas <mpaderzas&bluelance.com>
   7340  1.86  christos aap		2878/tcp   # AAP
   7341  1.86  christos aap		2878/udp   # AAP
   7342  1.86  christos #			   Stephen Hanna <steve.hanna&sun.com>
   7343  1.86  christos ucentric-ds	2879/tcp   # ucentric-ds
   7344  1.86  christos ucentric-ds	2879/udp   # ucentric-ds
   7345  1.86  christos #			   Alex Vasilevsky <alexv&204.165.216.115>
   7346  1.86  christos synapse		2880/tcp   # Synapse Transport
   7347  1.86  christos synapse		2880/udp   # Synapse Transport
   7348  1.86  christos #			   Ali Fracyon <sxdev&modulardreams.com>
   7349  1.86  christos ndsp		2881/tcp   # NDSP
   7350  1.86  christos ndsp		2881/udp   # NDSP
   7351  1.86  christos ndtp		2882/tcp   # NDTP
   7352  1.86  christos ndtp		2882/udp   # NDTP
   7353  1.86  christos ndnp		2883/tcp   # NDNP
   7354  1.86  christos ndnp		2883/udp   # NDNP
   7355  1.86  christos #			   Khelben Blackstaff <khelben&gmx.at>
   7356  1.86  christos flashmsg	2884/tcp   # Flash Msg
   7357  1.86  christos flashmsg	2884/udp   # Flash Msg
   7358  1.86  christos #			   Jeffrey Zinkerman <jeff&zinknet.com>
   7359  1.86  christos topflow		2885/tcp   # TopFlow
   7360  1.86  christos topflow		2885/udp   # TopFlow
   7361  1.86  christos #			   Ted Ross <ross&toplayer.com>
   7362  1.86  christos responselogic   2886/tcp   # RESPONSELOGIC
   7363  1.86  christos responselogic   2886/udp   # RESPONSELOGIC
   7364  1.86  christos #			   Bruce Casey <bcasey&responselogic.com>
   7365  1.86  christos aironetddp      2887/tcp   # aironet
   7366  1.86  christos aironetddp      2887/udp   # aironet
   7367  1.86  christos #			   Victor Griswold <vgris&aironet.com> 	
   7368  1.86  christos spcsdlobby      2888/tcp   # SPCSDLOBBY
   7369  1.86  christos spcsdlobby      2888/udp   # SPCSDLOBBY
   7370  1.86  christos #			   Matthew Williams <SPCsd_MWDD&hotmail.com> 
   7371  1.86  christos rsom            2889/tcp   # RSOM
   7372  1.86  christos rsom            2889/udp   # RSOM
   7373  1.86  christos #			   Justine Higgins <iana&corsof.com>
   7374  1.86  christos cspclmulti      2890/tcp   # CSPCLMULTI
   7375  1.86  christos cspclmulti      2890/udp   # CSPCLMULTI
   7376  1.86  christos #			   Yoneda Terumasa <yonedat&pfu.co.jp>
   7377  1.86  christos cinegrfx-elmd   2891/tcp   # CINEGRFX-ELMD License Manager
   7378  1.86  christos cinegrfx-elmd   2891/udp   # CINEGRFX-ELMD License Manager
   7379  1.86  christos #			   Greg Ercolano <erco&cinegrfx.com>
   7380  1.86  christos snifferdata     2892/tcp   # SNIFFERDATA
   7381  1.86  christos snifferdata     2892/udp   # SNIFFERDATA
   7382  1.86  christos #			   Jeff Mangasarian <jeffrey_mangasarian&nai.com>
   7383  1.86  christos vseconnector    2893/tcp   # VSECONNECTOR
   7384  1.86  christos vseconnector    2893/udp   # VSECONNECTOR
   7385  1.86  christos #			   Ingo Franzki <ifranzki&de.ibm.com>
   7386  1.86  christos abacus-remote   2894/tcp   # ABACUS-REMOTE
   7387  1.86  christos abacus-remote   2894/udp   # ABACUS-REMOTE
   7388  1.86  christos #			   Mike Bello <mbello&zarak.com>
   7389  1.86  christos natuslink       2895/tcp   # NATUS LINK
   7390  1.86  christos natuslink       2895/udp   # NATUS LINK
   7391  1.86  christos #			   Jonathan Mergy <mergy&natus.com>
   7392  1.86  christos ecovisiong6-1   2896/tcp   # ECOVISIONG6-1
   7393  1.86  christos ecovisiong6-1   2896/udp   # ECOVISIONG6-1
   7394  1.86  christos #			   Henrik Holst <henrik.holst&ecovision.se>	
   7395  1.86  christos citrix-rtmp	2897/tcp   # Citrix RTMP
   7396  1.86  christos citrix-rtmp	2897/udp   # Citrix RTMP
   7397  1.86  christos #			   Myk Willis <myk.willis&citrix.com>
   7398  1.86  christos appliance-cfg   2898/tcp   # APPLIANCE-CFG
   7399  1.86  christos appliance-cfg   2898/udp   # APPLIANCE-CFG
   7400  1.86  christos #                          Gary A. James <gary.james&criticallink.com>
   7401  1.86  christos powergemplus    2899/tcp   # POWERGEMPLUS
   7402  1.86  christos powergemplus    2899/udp   # POWERGEMPLUS
   7403  1.86  christos #                          Koich Nakamura <naka&case.nm.fujitsu.co.jp>
   7404  1.86  christos quicksuite      2900/tcp   # QUICKSUITE
   7405  1.86  christos quicksuite      2900/udp   # QUICKSUITE
   7406  1.86  christos #                          William Egge <begge&emagisoft.com> 
   7407  1.86  christos allstorcns      2901/tcp   # ALLSTORCNS
   7408  1.86  christos allstorcns      2901/udp   # ALLSTORCNS
   7409  1.86  christos #                          Steve Dobson <sdobson&allstor.com> 
   7410  1.86  christos netaspi         2902/tcp   # NET ASPI
   7411  1.86  christos netaspi         2902/udp   # NET ASPI
   7412  1.86  christos #                          Johnson Luo <johnson_luo&mail.sercomm.com.tw> 
   7413  1.86  christos suitcase        2903/tcp   # SUITCASE
   7414  1.86  christos suitcase        2903/udp   # SUITCASE
   7415  1.86  christos #                          Milton E. Sagen <msagen&extensis.com> 
   7416  1.86  christos m2ua            2904/tcp   # M2UA
   7417  1.86  christos m2ua            2904/udp   # M2UA
   7418  1.86  christos m2ua            2904/sctp  # M2UA
   7419  1.86  christos #                          Lyndon Ong <LyOng&ciena.com>
   7420  1.86  christos m3ua            2905/tcp   # M3UA
   7421  1.86  christos #               2905/udp   De-registered (2001 June 07)
   7422  1.86  christos m3ua            2905/sctp  # M3UA
   7423  1.86  christos #                          Lyndon Ong <LyOng&ciena.com>
   7424  1.86  christos caller9         2906/tcp   # CALLER9
   7425  1.86  christos caller9         2906/udp   # CALLER9
   7426  1.86  christos #                          Shams Naqi <SSNAQVI&aol.com>
   7427  1.86  christos webmethods-b2b  2907/tcp   # WEBMETHODS B2B
   7428  1.86  christos webmethods-b2b  2907/udp   # WEBMETHODS B2B
   7429  1.86  christos #                          Joseph Hines <jhines&webmethods.com>
   7430  1.86  christos mao             2908/tcp   # mao
   7431  1.86  christos mao             2908/udp   # mao
   7432  1.86  christos #                          Marc Baudoin <babafou&babafou.eu.org>
   7433  1.86  christos funk-dialout 	2909/tcp   # Funk Dialout
   7434  1.86  christos funk-dialout	2909/udp   # Funk Dialout
   7435  1.86  christos #			   Cimarron Boozer <cboozer&funk.com>
   7436  1.86  christos tdaccess	2910/tcp   # TDAccess
   7437  1.86  christos tdaccess	2910/udp   # TDAccess
   7438  1.86  christos #			   Tom Haapanen <tomh&metrics.com>
   7439  1.86  christos blockade        2911/tcp   # Blockade
   7440  1.86  christos blockade        2911/udp   # Blockade
   7441  1.86  christos #                          VP - Research & Development <development&blockade.com>
   7442  1.86  christos epicon		2912/tcp   # Epicon
   7443  1.86  christos epicon		2912/udp   # Epicon
   7444  1.86  christos #			   Michael Khalandovsky <mlk&epicon.com>
   7445  1.86  christos boosterware	2913/tcp   # Booster Ware
   7446  1.86  christos boosterware	2913/udp   # Booster Ware
   7447  1.86  christos #		 	   Ido Ben-David <dgntcom&netvision.net.il>
   7448  1.86  christos gamelobby       2914/tcp   # Game Lobby
   7449  1.86  christos gamelobby       2914/udp   # Game Lobby
   7450  1.86  christos #                          Paul Ford-Hutchinson <paulfordh&uk.ibm.com>
   7451  1.86  christos tksocket	2915/tcp   # TK Socket
   7452  1.86  christos tksocket	2915/udp   # TK Socket
   7453  1.86  christos #			   Alan Fahrner <alan&protix.com>
   7454  1.86  christos elvin_server	2916/tcp   # Elvin Server
   7455  1.86  christos elvin_server	2916/udp   # Elvin Server
   7456  1.86  christos elvin_client	2917/tcp   # Elvin Client
   7457  1.86  christos elvin_client	2917/udp   # Elvin Client
   7458  1.86  christos #			   David Arnold <davida&pobox.com>
   7459  1.86  christos kastenchasepad	2918/tcp   # Kasten Chase Pad
   7460  1.86  christos kastenchasepad	2918/udp   # Kasten Chase Pad
   7461  1.86  christos #			   Marc Gauthier <mgau&kastenchase.com>
   7462  1.86  christos roboer          2919/tcp   # roboER
   7463  1.86  christos roboer          2919/udp   # roboER
   7464  1.86  christos #                          Paul Snook <paul.snook&itheon.com>
   7465  1.86  christos roboeda         2920/tcp   # roboEDA
   7466  1.86  christos roboeda         2920/udp   # roboEDA
   7467  1.86  christos #                          Paul Snook <paul.snook&itheon.com>
   7468  1.86  christos cesdcdman       2921/tcp   # CESD Contents Delivery Management
   7469  1.86  christos cesdcdman       2921/udp   # CESD Contents Delivery Management
   7470  1.86  christos #                          Shinya Abe <abeabe&pfu.co.jp>
   7471  1.86  christos cesdcdtrn       2922/tcp   # CESD Contents Delivery Data Transfer
   7472  1.86  christos cesdcdtrn       2922/udp   # CESD Contents Delivery Data Transfer
   7473  1.86  christos #                          Shinya Abe <abeabe&pfu.co.jp> 
   7474  1.86  christos wta-wsp-wtp-s   2923/tcp   # WTA-WSP-WTP-S
   7475  1.86  christos wta-wsp-wtp-s   2923/udp   # WTA-WSP-WTP-S
   7476  1.86  christos #                          Sebastien Bury (WAP Forum)
   7477  1.86  christos #                          <sebastien.bury&art.alcatel.fr>
   7478  1.86  christos precise-vip     2924/tcp   # PRECISE-VIP
   7479  1.86  christos precise-vip     2924/udp   # PRECISE-VIP
   7480  1.86  christos #                          Michael Landwehr <mikel&precisesoft.co.il>
   7481  1.86  christos #               2925       Unassigned (FRP-Released 12/7/00)
   7482  1.86  christos mobile-file-dl  2926/tcp   # MOBILE-FILE-DL
   7483  1.86  christos mobile-file-dl  2926/udp   # MOBILE-FILE-DL
   7484  1.86  christos #                          Mitsuji Toda <toda&mmedia.mci.mei.co.jp>
   7485  1.86  christos unimobilectrl   2927/tcp   # UNIMOBILECTRL
   7486  1.86  christos unimobilectrl   2927/udp   # UNIMOBILECTRL
   7487  1.86  christos #                          Vikas <vikas&graycell.com>
   7488  1.86  christos redstone-cpss   2928/tcp   # REDSTONE-CPSS
   7489  1.86  christos redstone-cpss   2928/udp   # REDSTONE-CPSS
   7490  1.86  christos #                          Jeff Looman <jeff&looman.org>
   7491  1.86  christos amx-webadmin    2929/tcp   # AMX-WEBADMIN
   7492  1.86  christos amx-webadmin    2929/udp   # AMX-WEBADMIN
   7493  1.86  christos #                          Mike Morris <mike.morris&amx.com>
   7494  1.86  christos amx-weblinx     2930/tcp   # AMX-WEBLINX
   7495  1.86  christos amx-weblinx     2930/udp   # AMX-WEBLINX
   7496  1.86  christos #                          Mike Morris <mike.morris&amx.com>
   7497  1.86  christos circle-x        2931/tcp   # Circle-X
   7498  1.86  christos circle-x        2931/udp   # Circle-X
   7499  1.86  christos #                          Norm Freedman <normfree&worldnet.att.net>
   7500  1.86  christos incp            2932/tcp   # INCP
   7501  1.86  christos incp            2932/udp   # INCP
   7502  1.86  christos #                          Keith Paulsen <kpaulsen&phobos.com>
   7503  1.86  christos 4-tieropmgw     2933/tcp   # 4-TIER OPM GW 
   7504  1.86  christos 4-tieropmgw     2933/udp   # 4-TIER OPM GW
   7505  1.86  christos #                          Francois Peloffy <fpeloffy&4tier.com>
   7506  1.86  christos 4-tieropmcli    2934/tcp   # 4-TIER OPM CLI
   7507  1.86  christos 4-tieropmcli    2934/udp   # 4-TIER OPM CLI
   7508  1.86  christos #                          Francois Peloffy <fpeloffy&4tier.com>
   7509  1.86  christos qtp             2935/tcp   # QTP
   7510  1.86  christos qtp             2935/udp   # QTP
   7511  1.86  christos #                          Cameron Young <Cameron_Young&inetco.com>
   7512  1.86  christos otpatch         2936/tcp   # OTPatch
   7513  1.86  christos otpatch         2936/udp   # OTPatch
   7514  1.86  christos #                          Brett Goldstein <bgoldstein&opentable.com>
   7515  1.86  christos pnaconsult-lm   2937/tcp   # PNACONSULT-LM
   7516  1.86  christos pnaconsult-lm   2937/udp   # PNACONSULT-LM
   7517  1.86  christos #                          Theo Nijssen <theon&nijssen.nl>
   7518  1.86  christos sm-pas-1        2938/tcp   # SM-PAS-1
   7519  1.86  christos sm-pas-1        2938/udp   # SM-PAS-1
   7520  1.86  christos sm-pas-2        2939/tcp   # SM-PAS-2
   7521  1.86  christos sm-pas-2        2939/udp   # SM-PAS-2
   7522  1.86  christos sm-pas-3        2940/tcp   # SM-PAS-3
   7523  1.86  christos sm-pas-3        2940/udp   # SM-PAS-3
   7524  1.86  christos sm-pas-4        2941/tcp   # SM-PAS-4
   7525  1.86  christos sm-pas-4        2941/udp   # SM-PAS-4
   7526  1.86  christos sm-pas-5        2942/tcp   # SM-PAS-5
   7527  1.86  christos sm-pas-5        2942/udp   # SM-PAS-5
   7528  1.86  christos #                          Tom Haapanen <tomh&metrics.com> 
   7529  1.86  christos ttnrepository   2943/tcp   # TTNRepository
   7530  1.86  christos ttnrepository   2943/udp   # TTNRepository
   7531  1.86  christos #                          Robert Orr <rorr&teltone.com> 
   7532  1.86  christos megaco-h248     2944/tcp   # Megaco H-248
   7533  1.86  christos megaco-h248     2944/udp   # Megaco H-248
   7534  1.86  christos #                          Tom Taylor <taylor&nortelnetworks.com> 
   7535  1.86  christos megaco-h248	2944/sctp  # Megaco-H.248 text
   7536  1.86  christos #			   Tom Taylor <taylor&nortel.com> September 2006
   7537  1.86  christos h248-binary     2945/tcp   # H248 Binary
   7538  1.86  christos h248-binary     2945/udp   # H248 Binary
   7539  1.86  christos #                          Tom Taylor <taylor&nortelnetworks.com> 
   7540  1.86  christos h248-binary	2945/sctp  # Megaco/H.248 binary
   7541  1.86  christos #			   Tom Taylor <taylor&nortel.com> September 2006
   7542  1.86  christos fjsvmpor        2946/tcp   # FJSVmpor
   7543  1.86  christos fjsvmpor        2946/udp   # FJSVmpor
   7544  1.86  christos #                          Naoki Hayashi <ha&fjh.se.fujitsu.co.jp>
   7545  1.86  christos gpsd            2947/tcp   # GPSD
   7546  1.86  christos gpsd            2947/udp   # GPSD
   7547  1.86  christos #                          Derrick J. Brashear <shadow&dementia.org>
   7548  1.86  christos wap-push        2948/tcp   # WAP PUSH
   7549  1.86  christos wap-push        2948/udp   # WAP PUSH
   7550  1.86  christos wap-pushsecure  2949/tcp   # WAP PUSH SECURE
   7551  1.86  christos wap-pushsecure  2949/udp   # WAP PUSH SECURE
   7552  1.86  christos #                          WAP FORUM <wap-feedback&mail.wapforum.org>
   7553  1.86  christos esip            2950/tcp   # ESIP
   7554  1.86  christos esip            2950/udp   # ESIP
   7555  1.86  christos #                          David Stephenson <david_stephenson&hp.com>
   7556  1.86  christos ottp            2951/tcp   # OTTP
   7557  1.86  christos ottp            2951/udp   # OTTP
   7558  1.86  christos #                          Brent Foster <brent.foster&onstreamsystems.com>
   7559  1.86  christos mpfwsas         2952/tcp   # MPFWSAS
   7560  1.86  christos mpfwsas         2952/udp   # MPFWSAS
   7561  1.86  christos #                          Toru Murai <murai&saint.nm.fujitsu.co.jp>
   7562  1.86  christos ovalarmsrv      2953/tcp   # OVALARMSRV
   7563  1.86  christos ovalarmsrv      2953/udp   # OVALARMSRV
   7564  1.86  christos ovalarmsrv-cmd  2954/tcp   # OVALARMSRV-CMD
   7565  1.86  christos ovalarmsrv-cmd  2954/udp   # OVALARMSRV-CMD
   7566  1.86  christos #                          Eric Pulsipher <eric_pulsipher&hp.com>
   7567  1.86  christos csnotify        2955/tcp   # CSNOTIFY
   7568  1.86  christos csnotify        2955/udp   # CSNOTIFY
   7569  1.86  christos #                          Israel Beniaminy <israel.beniaminy&clickservice.com>
   7570  1.86  christos ovrimosdbman    2956/tcp   # OVRIMOSDBMAN
   7571  1.86  christos ovrimosdbman    2956/udp   # OVRIMOSDBMAN
   7572  1.86  christos #                          Dimitrios Souflis <dsouflis&altera.gr>
   7573  1.86  christos jmact5          2957/tcp   # JAMCT5
   7574  1.86  christos jmact5          2957/udp   # JAMCT5
   7575  1.86  christos jmact6          2958/tcp   # JAMCT6
   7576  1.86  christos jmact6          2958/udp   # JAMCT6
   7577  1.86  christos rmopagt         2959/tcp   # RMOPAGT
   7578  1.86  christos rmopagt         2959/udp   # RMOPAGT
   7579  1.86  christos #                          Shuji Okubo <okubo&yk.fujitsu.co.jp>
   7580  1.86  christos dfoxserver      2960/tcp   # DFOXSERVER
   7581  1.86  christos dfoxserver      2960/udp   # DFOXSERVER
   7582  1.86  christos #                          David Holden <mdh&rentek.net>
   7583  1.86  christos boldsoft-lm     2961/tcp   # BOLDSOFT-LM
   7584  1.86  christos boldsoft-lm     2961/udp   # BOLDSOFT-LM
   7585  1.86  christos #                          Fredrik Haglund <fredik.haglund&boldsoft.com>
   7586  1.86  christos iph-policy-cli  2962/tcp   # IPH-POLICY-CLI
   7587  1.86  christos iph-policy-cli  2962/udp   # IPH-POLICY-CLI
   7588  1.86  christos iph-policy-adm  2963/tcp   # IPH-POLICY-ADM
   7589  1.86  christos iph-policy-adm  2963/udp   # IPH-POLICY-ADM
   7590  1.86  christos #                          Shai Herzog <herzog&iphighway.com>
   7591  1.86  christos bullant-srap    2964/tcp   # BULLANT SRAP
   7592  1.86  christos bullant-srap    2964/udp   # BULLANT SRAP
   7593  1.86  christos bullant-rap     2965/tcp   # BULLANT RAP
   7594  1.86  christos bullant-rap     2965/udp   # BULLANT RAP
   7595  1.86  christos #                          Michael Cahill <Michael.Cahill&bullant.net>
   7596  1.86  christos idp-infotrieve  2966/tcp   # IDP-INFOTRIEVE
   7597  1.86  christos idp-infotrieve  2966/udp   # IDP-INFOTRIEVE
   7598  1.86  christos #                          Kevin Bruckert <kbruckert&idpco.com> 
   7599  1.86  christos ssc-agent       2967/tcp   # SSC-AGENT
   7600  1.86  christos ssc-agent       2967/udp   # SSC-AGENT
   7601  1.86  christos #                          George Dzieciol <gdzieciol&symantec.com>   
   7602  1.86  christos enpp            2968/tcp   # ENPP
   7603  1.86  christos enpp            2968/udp   # ENPP
   7604  1.86  christos #                          Kazuhito Gassho <Gassho.Kasuhito&exc.epson.co.jp>
   7605  1.86  christos essp            2969/tcp   # ESSP
   7606  1.86  christos essp            2969/udp   # ESSP
   7607  1.86  christos #                          Hitoshi Ishida <ishida.hitoshi&exc.epson.co.jp>
   7608  1.86  christos index-net       2970/tcp   # INDEX-NET
   7609  1.86  christos index-net       2970/udp   # INDEX-NET
   7610  1.86  christos #                          Chris J. Wren <C.Wren&lucent.com>
   7611  1.86  christos netclip         2971/tcp   # NetClip clipboard daemon
   7612  1.86  christos netclip         2971/udp   # NetClip clipboard daemon
   7613  1.86  christos #                          Rudi Chiarito <nutello&sweetness.com>
   7614  1.86  christos pmsm-webrctl	2972/tcp   # PMSM Webrctl
   7615  1.86  christos pmsm-webrctl	2972/udp   # PMSM Webrctl
   7616  1.86  christos #			   Markus Michels <mmi&pmsmicado.com>
   7617  1.86  christos svnetworks	2973/tcp   # SV Networks
   7618  1.86  christos svnetworks	2973/udp   # SV Networks
   7619  1.86  christos #			   Sylvia Siu <ssiu&svnetworks.com>
   7620  1.86  christos signal		2974/tcp   # Signal
   7621  1.86  christos signal		2974/udp   # Signal
   7622  1.86  christos #			   Wyatt Williams <wyattw&icall.com>
   7623  1.86  christos fjmpcm		2975/tcp   # Fujitsu Configuration Management Service
   7624  1.86  christos fjmpcm		2975/udp   # Fujitsu Configuration Management Service
   7625  1.86  christos #			   Hiroki Kawano <kawano&saint.nm.fujitsu.co.jp>
   7626  1.86  christos cns-srv-port	2976/tcp   # CNS Server Port
   7627  1.86  christos cns-srv-port	2976/udp   # CNS Server Port
   7628  1.86  christos #			   Ram Golla <rgolla&cisco.com>
   7629  1.86  christos ttc-etap-ns	2977/tcp   # TTCs Enterprise Test Access Protocol - NS
   7630  1.86  christos ttc-etap-ns	2977/udp   # TTCs Enterprise Test Access Protocol - NS
   7631  1.86  christos ttc-etap-ds	2978/tcp   # TTCs Enterprise Test Access Protocol - DS
   7632  1.86  christos ttc-etap-ds	2978/udp   # TTCs Enterprise Test Access Protocol - DS
   7633  1.86  christos #			   Daniel Becker <beckerd&ttc.com>
   7634  1.86  christos h263-video	2979/tcp   # H.263 Video Streaming 
   7635  1.86  christos h263-video	2979/udp   # H.263 Video Streaming 
   7636  1.86  christos #			   Jauvane C. de Oliveira <jauvane&acm.org>
   7637  1.86  christos wimd		2980/tcp   # Instant Messaging Service
   7638  1.86  christos wimd		2980/udp   # Instant Messaging Service
   7639  1.86  christos #			   Kevin Birch <kbirch&pobox.com>
   7640  1.86  christos mylxamport	2981/tcp   # MYLXAMPORT
   7641  1.86  christos mylxamport	2981/udp   # MYLXAMPORT
   7642  1.86  christos #			   Wei Gao <wei&mylex.com>
   7643  1.86  christos iwb-whiteboard  2982/tcp   # IWB-WHITEBOARD
   7644  1.86  christos iwb-whiteboard  2982/udp   # IWB-WHITEBOARD
   7645  1.86  christos #                          David W. Radcliffe <info&radsolution.co.uk>
   7646  1.86  christos netplan         2983/tcp   # NETPLAN
   7647  1.86  christos netplan         2983/udp   # NETPLAN
   7648  1.86  christos #                          Thomas Driemeyer <thomas&bitrot.de>
   7649  1.86  christos hpidsadmin      2984/tcp   # HPIDSADMIN
   7650  1.86  christos hpidsadmin      2984/udp   # HPIDSADMIN
   7651  1.86  christos hpidsagent      2985/tcp   # HPIDSAGENT
   7652  1.86  christos hpidsagent      2985/udp   # HPIDSAGENT
   7653  1.86  christos #                          John Trudeau <jtrudeau&cup.hp.com>
   7654  1.86  christos stonefalls      2986/tcp   # STONEFALLS
   7655  1.86  christos stonefalls      2986/udp   # STONEFALLS
   7656  1.86  christos #                          Scott Grau <sgrau&stonefalls.com>
   7657  1.86  christos identify        2987/tcp   # identify
   7658  1.86  christos identify        2987/udp   # identify
   7659  1.86  christos hippad          2988/tcp   # HIPPA Reporting Protocol
   7660  1.86  christos hippad          2988/udp   # HIPPA Reporting Protocol
   7661  1.86  christos #                          William Randolph Royere III 
   7662  1.86  christos #                          <william&royere.net>
   7663  1.86  christos zarkov          2989/tcp   # ZARKOV Intelligent Agent Communication
   7664  1.86  christos zarkov          2989/udp   # ZARKOV Intelligent Agent Communication
   7665  1.86  christos #                          Robin Felix <zarkov_port&zarkov.com>
   7666  1.86  christos boscap          2990/tcp   # BOSCAP
   7667  1.86  christos boscap          2990/udp   # BOSCAP
   7668  1.86  christos #                          Dirk Hillbrecht <dirk&hillbrecht.de>
   7669  1.86  christos wkstn-mon       2991/tcp   # WKSTN-MON
   7670  1.86  christos wkstn-mon       2991/udp   # WKSTN-MON
   7671  1.86  christos #                          William David <william.david&lmco.com>
   7672  1.86  christos itb301          2992/tcp   # ITB301
   7673  1.86  christos itb301          2992/udp   # ITB301
   7674  1.86  christos #                          Bodo Rueskamp <br&itchigo.com> 
   7675  1.86  christos veritas-vis1    2993/tcp   # VERITAS VIS1
   7676  1.86  christos veritas-vis1    2993/udp   # VERITAS VIS1
   7677  1.86  christos veritas-vis2    2994/tcp   # VERITAS VIS2
   7678  1.86  christos veritas-vis2    2994/udp   # VERITAS VIS2
   7679  1.86  christos #                          Dinkar Chivaluri <dinkar&veritas.com>
   7680  1.86  christos idrs            2995/tcp   # IDRS
   7681  1.86  christos idrs            2995/udp   # IDRS
   7682  1.86  christos #                          Jeff Eaton <jeaton&intermec.com>
   7683  1.86  christos vsixml   	2996/tcp   # vsixml
   7684  1.86  christos vsixml  	2996/udp   # vsixml
   7685  1.86  christos #		           Rob Juergens <robj&vsi.com>
   7686  1.86  christos rebol		2997/tcp   # REBOL
   7687  1.86  christos rebol           2997/udp   # REBOL
   7688  1.86  christos #                          Holger Kruse <holger&rebol.net>
   7689  1.86  christos realsecure	2998/tcp   # Real Secure
   7690  1.86  christos realsecure	2998/udp   # Real Secure
   7691  1.86  christos #		           Wes Wilson <wwilson&iss.net>
   7692  1.86  christos remoteware-un	2999/tcp   # RemoteWare Unassigned
   7693  1.86  christos remoteware-un	2999/udp   # RemoteWare Unassigned
   7694  1.86  christos #			   Tim Farley <Tim.Farley&xcellenet.com>
   7695  1.86  christos hbci            3000/tcp   # HBCI
   7696  1.86  christos hbci            3000/udp   # HBCI
   7697  1.86  christos #                          Kurt Haubner <haubner&ibm.net>
   7698  1.86  christos # The following entry records an unassigned but widespread use
   7699  1.86  christos remoteware-cl   3000/tcp   # RemoteWare Client
   7700  1.86  christos remoteware-cl   3000/udp   # RemoteWare Client
   7701  1.86  christos #                          Tim Farley <Tim.Farley&xcellenet.com>
   7702  1.86  christos #		3001	   Unassigned (Removed 2006-05-25)
   7703  1.86  christos exlm-agent      3002/tcp   # EXLM Agent
   7704  1.86  christos exlm-agent      3002/udp   # EXLM Agent
   7705  1.86  christos #                          Randy Martin <exlmoc&clemson.edu>
   7706  1.86  christos # The following entry records an unassigned but widespread use
   7707  1.86  christos remoteware-srv  3002/tcp   # RemoteWare Server
   7708  1.86  christos remoteware-srv  3002/udp   # RemoteWare Server
   7709  1.86  christos #                          Tim Farley <Tim.Farley&xcellenet.com>
   7710  1.86  christos cgms            3003/tcp   # CGMS
   7711  1.86  christos cgms            3003/udp   # CGMS
   7712  1.86  christos #                          Jim Mazzonna <jmazzonna&tiscom.uscg.mil>
   7713  1.86  christos csoftragent     3004/tcp   # Csoft Agent
   7714  1.86  christos csoftragent     3004/udp   # Csoft Agent
   7715  1.86  christos #                          Nedelcho Stanev <decho&csoft.bg>
   7716  1.86  christos geniuslm        3005/tcp   # Genius License Manager
   7717  1.86  christos geniuslm        3005/udp   # Genius License Manager
   7718  1.86  christos #                          Jakob Spies <Jakob.Spies&genius.de>
   7719  1.86  christos ii-admin        3006/tcp   # Instant Internet Admin
   7720  1.86  christos ii-admin        3006/udp   # Instant Internet Admin
   7721  1.86  christos #                          Lewis Donzis <ldonzis&nortelnetworks.com>
   7722  1.86  christos lotusmtap       3007/tcp   # Lotus Mail Tracking Agent Protocol
   7723  1.86  christos lotusmtap       3007/udp   # Lotus Mail Tracking Agent Protocol
   7724  1.86  christos #                          Ken Lin <klin&us.ibm.com>
   7725  1.86  christos midnight-tech   3008/tcp   # Midnight Technologies
   7726  1.86  christos midnight-tech   3008/udp   # Midnight Technologies
   7727  1.86  christos #                          Kyle Unice <kyle&midnighttech.com>
   7728  1.86  christos pxc-ntfy        3009/tcp   # PXC-NTFY
   7729  1.86  christos pxc-ntfy        3009/udp   # PXC-NTFY
   7730  1.86  christos #                          Takeshi Nishizawa <takeshi&cp10.es.xerox.com>
   7731  1.86  christos gw              3010/tcp   # Telerate Workstation
   7732  1.86  christos ping-pong       3010/udp   # Telerate Workstation
   7733  1.86  christos #                          Timo Sivonen <timo.sivonen&ccmail.dowjones.com>
   7734  1.86  christos trusted-web     3011/tcp   # Trusted Web
   7735  1.86  christos trusted-web     3011/udp   # Trusted Web
   7736  1.86  christos twsdss          3012/tcp   # Trusted Web Client
   7737  1.86  christos twsdss          3012/udp   # Trusted Web Client
   7738  1.86  christos #                          Alex Duncan <alex.duncan&sse.ie>
   7739  1.86  christos gilatskysurfer  3013/tcp   # Gilat Sky Surfer
   7740  1.86  christos gilatskysurfer  3013/udp   # Gilat Sky Surfer
   7741  1.86  christos #                          Yossi Gal <yossi&gilat.com>
   7742  1.86  christos broker_service  3014/tcp   # Broker Service
   7743  1.86  christos broker_service  3014/udp   # Broker Service
   7744  1.86  christos #                          Dale Bethers <dbethers&novell.com>
   7745  1.86  christos nati-dstp       3015/tcp   # NATI DSTP
   7746  1.86  christos nati-dstp       3015/udp   # NATI DSTP
   7747  1.86  christos #                          Paul Austin <paul.austin&natinst.com>
   7748  1.86  christos notify_srvr     3016/tcp   # Notify Server
   7749  1.86  christos notify_srvr     3016/udp   # Notify Server
   7750  1.86  christos #                          Hugo Parra <hparra&novell.com>
   7751  1.86  christos event_listener  3017/tcp   # Event Listener
   7752  1.86  christos event_listener  3017/udp   # Event Listener
   7753  1.86  christos #                          Ted Tronson <ttronson&novell.com>
   7754  1.86  christos srvc_registry   3018/tcp   # Service Registry
   7755  1.86  christos srvc_registry   3018/udp   # Service Registry
   7756  1.86  christos #                          Mark Killgore <MKillgore&novell.com>
   7757  1.86  christos resource_mgr    3019/tcp   # Resource Manager
   7758  1.86  christos resource_mgr    3019/udp   # Resource Manager
   7759  1.86  christos #                          Gary Glover <gglover&novell.com>
   7760  1.86  christos cifs            3020/tcp   # CIFS
   7761  1.86  christos cifs            3020/udp   # CIFS
   7762  1.86  christos #                          Paul Leach <paulle&microsoft.com>
   7763  1.86  christos agriserver      3021/tcp   # AGRI Server
   7764  1.86  christos agriserver      3021/udp   # AGRI Server
   7765  1.86  christos #                          Frank Neulichedl <frank&websmile.com>
   7766  1.86  christos csregagent      3022/tcp   # CSREGAGENT
   7767  1.86  christos csregagent      3022/udp   # CSREGAGENT
   7768  1.86  christos #                          Nedelcho Stanev <nstanev&csoft.bg>
   7769  1.86  christos magicnotes      3023/tcp   # magicnotes
   7770  1.86  christos magicnotes      3023/udp   # magicnotes
   7771  1.86  christos #                          Karl Edwall <karl&magicnotes.com>	
   7772  1.86  christos nds_sso	        3024/tcp   # NDS_SSO
   7773  1.86  christos nds_sso         3024/udp   # NDS_SSO
   7774  1.86  christos #                          Mel Oyler <mel&novell.com>
   7775  1.86  christos arepa-raft      3025/tcp   # Arepa Raft 
   7776  1.86  christos arepa-raft      3025/udp   # Arepa Raft 
   7777  1.86  christos #                          Stuart Schaefer <sschaefer&softricity.com>
   7778  1.86  christos agri-gateway    3026/tcp   # AGRI Gateway
   7779  1.86  christos agri-gateway    3026/udp   # AGRI Gateway
   7780  1.86  christos #                          Agri Datalog <contact&agri-datalog.com>
   7781  1.86  christos LiebDevMgmt_C   3027/tcp   # LiebDevMgmt_C
   7782  1.86  christos LiebDevMgmt_C   3027/udp   # LiebDevMgmt_C
   7783  1.86  christos LiebDevMgmt_DM  3028/tcp   # LiebDevMgmt_DM
   7784  1.86  christos LiebDevMgmt_DM  3028/udp   # LiebDevMgmt_DM
   7785  1.86  christos LiebDevMgmt_A   3029/tcp   # LiebDevMgmt_A
   7786  1.86  christos LiebDevMgmt_A   3029/udp   # LiebDevMgmt_A
   7787  1.86  christos #                          Mike Velten <Mike_Velten&Liebert.com>
   7788  1.86  christos arepa-cas       3030/tcp   # Arepa Cas
   7789  1.86  christos arepa-cas       3030/udp   # Arepa Cas
   7790  1.86  christos #                          Stuart Schaefer <sschaefer&softricity.com>
   7791  1.86  christos eppc            3031/tcp   # Remote AppleEvents/PPC Toolbox
   7792  1.86  christos eppc            3031/udp   # Remote AppleEvents/PPC Toolbox
   7793  1.86  christos #                          Steve Zellers <zellers&apple.com>
   7794  1.86  christos redwood-chat    3032/tcp   # Redwood Chat
   7795  1.86  christos redwood-chat    3032/udp   # Redwood Chat
   7796  1.86  christos #                          Songwon Chi <swchi&daou.co.kr>
   7797  1.86  christos pdb             3033/tcp   # PDB
   7798  1.86  christos pdb             3033/udp   # PDB
   7799  1.86  christos #                          Don Bowman <don&pixstream.com>
   7800  1.86  christos osmosis-aeea    3034/tcp   # Osmosis / Helix (R) AEEA Port
   7801  1.86  christos osmosis-aeea    3034/udp   # Osmosis / Helix (R) AEEA Port
   7802  1.86  christos #                          Larry Atkin <latkin&commongrnd.com>	
   7803  1.86  christos fjsv-gssagt     3035/tcp   # FJSV gssagt
   7804  1.86  christos fjsv-gssagt     3035/udp   # FJSV gssagt
   7805  1.86  christos #                          Tomoji Koike <koike&ael.fujitsu.co.jp>	
   7806  1.86  christos hagel-dump      3036/tcp   # Hagel DUMP
   7807  1.86  christos hagel-dump      3036/udp   # Hagel DUMP
   7808  1.86  christos #                          Haim Gelfenbeyn <haim&hageltech.com>
   7809  1.86  christos hp-san-mgmt     3037/tcp   # HP SAN Mgmt
   7810  1.86  christos hp-san-mgmt     3037/udp   # HP SAN Mgmt
   7811  1.86  christos #                          Steve Britt <steve_britt&hp.com>
   7812  1.86  christos santak-ups      3038/tcp   # Santak UPS
   7813  1.86  christos santak-ups      3038/udp   # Santak UPS
   7814  1.86  christos #                          Tom Liu <ssc&sc.stk.com.cn>
   7815  1.86  christos cogitate        3039/tcp   # Cogitate, Inc.
   7816  1.86  christos cogitate        3039/udp   # Cogitate, Inc.
   7817  1.86  christos #                          Jim Harlan <jimh&infowest.com> 
   7818  1.86  christos tomato-springs  3040/tcp   # Tomato Springs
   7819  1.86  christos tomato-springs  3040/udp   # Tomato Springs
   7820  1.86  christos #                          Jack Waller III <jack&tomatosprings.com>
   7821  1.86  christos di-traceware    3041/tcp   # di-traceware
   7822  1.86  christos di-traceware    3041/udp   # di-traceware
   7823  1.86  christos #                          Carlos Hung <chung&digisle.net>
   7824  1.86  christos journee         3042/tcp   # journee
   7825  1.86  christos journee         3042/udp   # journee
   7826  1.86  christos #                          Kevin Calman <postmaster&journee.com>	
   7827  1.86  christos brp             3043/tcp   # Broadcast Routing Protocol
   7828  1.86  christos brp             3043/udp   # Broadcast Routing Protocol
   7829  1.86  christos #                          John Border <border&hns.com>
   7830  1.86  christos epp             3044/tcp   # EndPoint Protocol
   7831  1.86  christos epp             3044/udp   # EndPoint Protocol
   7832  1.86  christos #                          Stephen Cipolli <scipolli&radvision.com> 
   7833  1.86  christos responsenet     3045/tcp   # ResponseNet
   7834  1.86  christos responsenet     3045/udp   # ResponseNet
   7835  1.86  christos #                          Chul Yoon <cyoon&responsenetworks.com>
   7836  1.86  christos di-ase          3046/tcp   # di-ase
   7837  1.86  christos di-ase          3046/udp   # di-ase
   7838  1.86  christos #                          Carlos Hung <chung&digisle.net>
   7839  1.86  christos hlserver        3047/tcp   # Fast Security HL Server
   7840  1.86  christos hlserver        3047/udp   # Fast Security HL Server
   7841  1.86  christos #                          Michael Zunke <mzunke&fast-ag.de>
   7842  1.86  christos pctrader        3048/tcp   # Sierra Net PC Trader
   7843  1.86  christos pctrader        3048/udp   # Sierra Net PC Trader
   7844  1.86  christos #                          Chris Hahn <chrish&sierra.net>
   7845  1.86  christos nsws            3049/tcp   # NSWS
   7846  1.86  christos nsws            3049/udp   # NSWS
   7847  1.86  christos #                          Ray Gwinn <p00321&psilink.com>
   7848  1.86  christos gds_db          3050/tcp   # gds_db
   7849  1.86  christos gds_db          3050/udp   # gds_db
   7850  1.86  christos #                          Madhukar N. Thakur <mthakur&interbase.com>	
   7851  1.86  christos galaxy-server	3051/tcp   # Galaxy Server
   7852  1.86  christos galaxy-server	3051/udp   # Galaxy Server
   7853  1.86  christos #			   Michael Andre <mandre&gts-tkts.com>
   7854  1.86  christos apc-3052        3052/tcp   # APC 3052
   7855  1.86  christos apc-3052        3052/udp   # APC 3052
   7856  1.86  christos #                          American Power Conversion <ports&apcc.com>
   7857  1.86  christos dsom-server	3053/tcp   # dsom-server
   7858  1.86  christos dsom-server	3053/udp   # dsom-server
   7859  1.86  christos #			   Daniel Sisk <daniel.sisk&pnl.gov> 
   7860  1.86  christos amt-cnf-prot	3054/tcp   # AMT CNF PROT
   7861  1.86  christos amt-cnf-prot	3054/udp   # AMT CNF PROT
   7862  1.86  christos #			   Marco Marcucci <mmarcucci.amtec&interbusiness.it>
   7863  1.86  christos policyserver	3055/tcp   # Policy Server
   7864  1.86  christos policyserver	3055/udp   # Policy Server
   7865  1.86  christos #			   Mark Garti <mgarti&sonusnet.com>
   7866  1.86  christos cdl-server	3056/tcp   # CDL Server
   7867  1.86  christos cdl-server	3056/udp   # CDL Server
   7868  1.86  christos #			   Paul Roberts <PaulRoberts&engineer.com>
   7869  1.86  christos goahead-fldup	3057/tcp   # GoAhead FldUp
   7870  1.86  christos goahead-fldup	3057/udp   # GoAhead FldUp
   7871  1.86  christos #			   Alan Pickrell <alanp&goahead.com>
   7872  1.86  christos videobeans	3058/tcp   # videobeans
   7873  1.86  christos videobeans	3058/udp   # videobeans
   7874  1.86  christos #			   Hiroyuki Takahashi <hiro.takahashi&eng.Sun.COM>
   7875  1.86  christos qsoft		3059/tcp   # qsoft
   7876  1.86  christos qsoft		3059/udp   # qsoft
   7877  1.86  christos #			   James Kunz <jkunz&earlhaig.com>
   7878  1.86  christos interserver	3060/tcp   # interserver
   7879  1.86  christos interserver	3060/udp   # interserver
   7880  1.86  christos #			   Madhukar N. Thakur <mthakur&interbase.com>
   7881  1.86  christos cautcpd		3061/tcp   # cautcpd
   7882  1.86  christos cautcpd		3061/udp   # cautcpd
   7883  1.86  christos ncacn-ip-tcp	3062/tcp   # ncacn-ip-tcp
   7884  1.86  christos ncacn-ip-tcp	3062/udp   # ncacn-ip-tcp
   7885  1.86  christos ncadg-ip-udp	3063/tcp   # ncadg-ip-udp
   7886  1.86  christos ncadg-ip-udp    3063/udp   # ncadg-ip-udp
   7887  1.86  christos #			   Gabi Kalmar <kalga01&cai.com>
   7888  1.86  christos rprt            3064/tcp   # Remote Port Redirector
   7889  1.86  christos rprt            3064/udp   # Remote Port Redirector
   7890  1.86  christos #                          Robin Johnston <robinj&learningtree.com>
   7891  1.86  christos slinterbase	3065/tcp   # slinterbase
   7892  1.86  christos slinterbase	3065/udp   # slinterbase
   7893  1.86  christos #			   Bie Tie <stie&interbase.com>
   7894  1.86  christos netattachsdmp   3066/tcp   # NETATTACHSDMP
   7895  1.86  christos netattachsdmp   3066/udp   # NETATTACHSDMP
   7896  1.86  christos #                          Mike Young <myong&netattach.com>
   7897  1.86  christos fjhpjp          3067/tcp   # FJHPJP
   7898  1.86  christos fjhpjp          3067/udp   # FJHPJP
   7899  1.86  christos #                          Ryozo Furutani <furutani&np.lps.cs.fujitsu.co.jp>
   7900  1.86  christos ls3bcast     	3068/tcp   # ls3 Broadcast
   7901  1.86  christos ls3bcast	3068/udp   # ls3 Broadcast
   7902  1.86  christos ls3  		3069/tcp   # ls3
   7903  1.86  christos ls3  		3069/udp   # ls3
   7904  1.86  christos #                          Jim Thompson <jim.thompson&powerware.com> 
   7905  1.86  christos mgxswitch       3070/tcp   # MGXSWITCH
   7906  1.86  christos mgxswitch       3070/udp   # MGXSWITCH
   7907  1.86  christos #                          George Walter <george.walter&ascentialsoftware.com>
   7908  1.86  christos csd-mgmt-port	3071/tcp   # ContinuStor Manager Port
   7909  1.86  christos csd-mgmt-port   3071/udp   # ContinuStor Manager Port
   7910  1.86  christos csd-monitor     3072/tcp   # ContinuStor Monitor Port
   7911  1.86  christos csd-monitor     3072/udp   # ContinuStor Monitor Port
   7912  1.86  christos #                          Ray Jantz <ray.jantz&lsil.com>
   7913  1.86  christos vcrp            3073/tcp   # Very simple chatroom prot
   7914  1.86  christos vcrp            3073/udp   # Very simple chatroom prot
   7915  1.86  christos #                          Andreas Wurf <a.wurf&mediaTools.de> 
   7916  1.86  christos xbox            3074/tcp   # Xbox game port
   7917  1.86  christos xbox            3074/udp   # Xbox game port
   7918  1.86  christos #                          Damon Danieli <damond&microsoft.com>
   7919  1.86  christos orbix-locator   3075/tcp   # Orbix 2000 Locator
   7920  1.86  christos orbix-locator   3075/udp   # Orbix 2000 Locator
   7921  1.86  christos orbix-config    3076/tcp   # Orbix 2000 Config
   7922  1.86  christos orbix-config    3076/udp   # Orbix 2000 Config
   7923  1.86  christos orbix-loc-ssl   3077/tcp   # Orbix 2000 Locator SSL
   7924  1.86  christos orbix-loc-ssl   3077/udp   # Orbix 2000 Locator SSL
   7925  1.86  christos orbix-cfg-ssl   3078/tcp   # Orbix 2000 Locator SSL
   7926  1.86  christos orbix-cfg-ssl   3078/udp   # Orbix 2000 Locator SSL
   7927  1.86  christos #                          Eric Newcomer <eric.newcomer&iona.com>
   7928  1.86  christos lv-frontpanel   3079/tcp   # LV Front Panel
   7929  1.86  christos lv-frontpanel   3079/udp   # LV Front Panel
   7930  1.86  christos #                          Darshan Shah <darshan.shah&ni.com>
   7931  1.86  christos stm_pproc	3080/tcp   # stm_pproc
   7932  1.86  christos stm_pproc	3080/udp   # stm_pproc
   7933  1.86  christos #			   Paul McGinnis <pmcginnis&server.stmi.com>
   7934  1.86  christos tl1-lv		3081/tcp   # TL1-LV
   7935  1.86  christos tl1-lv		3081/udp   # TL1-LV
   7936  1.86  christos tl1-raw		3082/tcp   # TL1-RAW
   7937  1.86  christos tl1-raw		3082/udp   # TL1-RAW
   7938  1.86  christos tl1-telnet	3083/tcp   # TL1-TELNET
   7939  1.86  christos tl1-telnet	3083/udp   # TL1-TELNET
   7940  1.86  christos #			   SONET Internetworking Forum (SIF)
   7941  1.86  christos #			   <bwarijsman&lucent.com> - SONET Contact
   7942  1.86  christos itm-mccs        3084/tcp   # ITM-MCCS
   7943  1.86  christos itm-mccs        3084/udp   # ITM-MCCS
   7944  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com>
   7945  1.86  christos pcihreq         3085/tcp   # PCIHReq
   7946  1.86  christos pcihreq         3085/udp   # PCIHReq
   7947  1.86  christos #                          Paul Sanders <p.sanders&dial.pipex.com>
   7948  1.86  christos jdl-dbkitchen   3086/tcp   # JDL-DBKitchen
   7949  1.86  christos jdl-dbkitchen   3086/udp   # JDL-DBKitchen
   7950  1.86  christos #                          Hideo Wakabayashi <hiwaka&alles.or.jp>
   7951  1.86  christos asoki-sma	3087/tcp   # Asoki SMA
   7952  1.86  christos asoki-sma       3087/udp   # Asoki SMA
   7953  1.86  christos #                          Andrew Mossberg <amossberg&asoki.net>     
   7954  1.86  christos xdtp            3088/tcp   # eXtensible Data Transfer Protocol
   7955  1.86  christos xdtp            3088/udp   # eXtensible Data Transfer Protocol
   7956  1.86  christos #                          Michael Shearson <mshearson&peerglobal.com>    
   7957  1.86  christos ptk-alink       3089/tcp   # ParaTek Agent Linking
   7958  1.86  christos ptk-alink       3089/udp   # ParaTek Agent Linking
   7959  1.86  christos #                          Robert Hodgson <robert&paratek.co.uk> 
   7960  1.86  christos stss            3090/tcp   # Senforce Session Services
   7961  1.86  christos stss            3090/udp   # Senforce Session Services
   7962  1.86  christos #                          Peter Boucher <pboucher&senforce.com>
   7963  1.86  christos 1ci-smcs        3091/tcp   # 1Ci Server Management
   7964  1.86  christos 1ci-smcs        3091/udp   # 1Ci Server Management
   7965  1.86  christos #                          Ralf Bensmann <iana&1ci.de>
   7966  1.86  christos njfss           3092/tcp   # Netware sync services
   7967  1.86  christos njfss           3092/udp   # Netware sync services
   7968  1.86  christos #                          Gordon Ross <G.Ross&ccw.gov.uk> 
   7969  1.86  christos rapidmq-center  3093/tcp   # Jiiva RapidMQ Center
   7970  1.86  christos rapidmq-center  3093/udp   # Jiiva RapidMQ Center
   7971  1.86  christos rapidmq-reg     3094/tcp   # Jiiva RapidMQ Registry
   7972  1.86  christos rapidmq-reg     3094/udp   # Jiiva RapidMQ Registry
   7973  1.86  christos #                          Mark Ericksen <mark&jiiva.com>
   7974  1.86  christos panasas         3095/tcp   # Panasas rendevous port
   7975  1.86  christos panasas         3095/udp   # Panasas rendevous port
   7976  1.86  christos #                          Peter Berger <peterb&panasas.com>
   7977  1.86  christos ndl-aps         3096/tcp   # Active Print Server Port
   7978  1.86  christos ndl-aps         3096/udp   # Active Print Server Port
   7979  1.86  christos #                          Martin Norman <martin&ndl.co.uk> 
   7980  1.86  christos #               3097/tcp   Reserved
   7981  1.86  christos #               3097/udp   Reserved
   7982  1.86  christos itu-bicc-stc    3097/sctp  # ITU-T Q.1902.1/Q.2150.3
   7983  1.86  christos #                          Greg Sidebottom <gregside&home.com>
   7984  1.86  christos umm-port        3098/tcp   # Universal Message Manager
   7985  1.86  christos umm-port        3098/udp   # Universal Message Manager
   7986  1.86  christos #                          Phil Braham <phil&braham.net>
   7987  1.86  christos chmd            3099/tcp   # CHIPSY Machine Daemon
   7988  1.86  christos chmd            3099/udp   # CHIPSY Machine Daemon
   7989  1.86  christos #			   Trond Brsting <Trond.Borsting&snota.no>
   7990  1.86  christos opcon-xps       3100/tcp   # OpCon/xps
   7991  1.86  christos opcon-xps       3100/udp   # OpCon/xps
   7992  1.86  christos #                          David Bourland <DBourland&smausa.com> 
   7993  1.86  christos hp-pxpib        3101/tcp   # HP PolicyXpert PIB Server
   7994  1.86  christos hp-pxpib        3101/udp   # HP PolicyXpert PIB Server
   7995  1.86  christos #                          Brian O'Keefe <bokeefe&cnd.hp.com>
   7996  1.86  christos slslavemon      3102/tcp   # SoftlinK Slave Mon Port
   7997  1.86  christos slslavemon      3102/udp   # SoftlinK Slave Mon Port
   7998  1.86  christos #                          Moshe Livne <moshe&softlinkusa.com>
   7999  1.86  christos autocuesmi      3103/tcp   # Autocue SMI Protocol
   8000  1.86  christos autocuesmi      3103/udp   # Autocue SMI Protocol
   8001  1.86  christos autocuelog      3104/tcp   # Autocue Logger Protocol
   8002  1.86  christos autocuetime     3104/udp   # Autocue Time Service
   8003  1.86  christos #                          Geoff Back <geoff&autocue.co.uk>
   8004  1.86  christos cardbox		3105/tcp   # Cardbox
   8005  1.86  christos cardbox		3105/udp   # Cardbox
   8006  1.86  christos cardbox-http	3106/tcp   # Cardbox HTTP
   8007  1.86  christos cardbox-http	3106/udp   # Cardbox HTTP
   8008  1.86  christos #			   Martin Kochanski <martin&cardbox.co.uk>
   8009  1.86  christos business    	3107/tcp   # Business protocol
   8010  1.86  christos business    	3107/udp   # Business protocol
   8011  1.86  christos geolocate   	3108/tcp   # Geolocate protocol
   8012  1.86  christos geolocate   	3108/udp   # Geolocate protocol
   8013  1.86  christos personnel   	3109/tcp   # Personnel protocol
   8014  1.86  christos personnel   	3109/udp   # Personnel protocol
   8015  1.86  christos #                          William Randolph Royere III 
   8016  1.86  christos #                          <william&royere.net>
   8017  1.86  christos sim-control     3110/tcp   # simulator control port
   8018  1.86  christos sim-control     3110/udp   # simulator control port
   8019  1.86  christos #                          Ian Bell <ianb&arca-technologies.com>
   8020  1.86  christos wsynch          3111/tcp   # Web Synchronous Services
   8021  1.86  christos wsynch          3111/udp   # Web Synchronous Services
   8022  1.86  christos #                          Valery Fremaux <vf&eisti.fr>
   8023  1.86  christos ksysguard       3112/tcp   # KDE System Guard
   8024  1.86  christos ksysguard       3112/udp   # KDE System Guard
   8025  1.86  christos #                          Chris Schlaeger <cs&kde.org>
   8026  1.86  christos cs-auth-svr     3113/tcp   # CS-Authenticate Svr Port
   8027  1.86  christos cs-auth-svr     3113/udp   # CS-Authenticate Svr Port
   8028  1.86  christos #                          Cliff Diamond <cdiamond&crypto-solutions.co.uk>
   8029  1.86  christos #                          Andy Georgiou <ageorgiou&crypto-solutions.co.uk>
   8030  1.86  christos ccmad           3114/tcp   # CCM AutoDiscover
   8031  1.86  christos ccmad           3114/udp   # CCM AutoDiscover
   8032  1.86  christos #                          Ram Sudama <rsudama&on.com> 
   8033  1.86  christos mctet-master    3115/tcp   # MCTET Master
   8034  1.86  christos mctet-master    3115/udp   # MCTET Master
   8035  1.86  christos mctet-gateway   3116/tcp   # MCTET Gateway
   8036  1.86  christos mctet-gateway   3116/udp   # MCTET Gateway
   8037  1.86  christos mctet-jserv     3117/tcp   # MCTET Jserv
   8038  1.86  christos mctet-jserv     3117/udp   # MCTET Jserv
   8039  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com> 
   8040  1.86  christos pkagent         3118/tcp   # PKAgent
   8041  1.86  christos pkagent         3118/udp   # PKAgent
   8042  1.86  christos #                          Michael Douglass <mikedoug&datafoundry.net>
   8043  1.86  christos d2000kernel     3119/tcp   # D2000 Kernel Port
   8044  1.86  christos d2000kernel     3119/udp   # D2000 Kernel Port
   8045  1.86  christos d2000webserver  3120/tcp   # D2000 Webserver Port 
   8046  1.86  christos d2000webserver  3120/udp   # D2000 Webserver Port
   8047  1.86  christos #                          Tomas Rajcan <trajcan&ipesoft.sk>
   8048  1.86  christos #               3121       Unassigned (Removed 2003-09-17)
   8049  1.86  christos vtr-emulator    3122/tcp   # MTI VTR Emulator port
   8050  1.86  christos vtr-emulator    3122/udp   # MTI VTR Emulator port
   8051  1.86  christos #                          John Mertus <mertus&mathtech.com>
   8052  1.86  christos edix            3123/tcp   # EDI Translation Protocol
   8053  1.86  christos edix            3123/udp   # EDI Translation Protocol
   8054  1.86  christos #                          William Randolph Royere III <william&royere.net>
   8055  1.86  christos beacon-port     3124/tcp   # Beacon Port
   8056  1.86  christos beacon-port     3124/udp   # Beacon Port
   8057  1.86  christos #                          James Paul Duncan <pduncan&beaconcrm.com>
   8058  1.86  christos a13-an          3125/tcp   # A13-AN Interface
   8059  1.86  christos a13-an          3125/udp   # A13-AN Interface
   8060  1.86  christos #                          Douglas Knisely <dnk&lucent.com>
   8061  1.86  christos ms-dotnetster   3126/tcp   # Microsoft .NETster Port
   8062  1.86  christos ms-dotnetster   3126/udp   # Microsoft .NETster Port
   8063  1.86  christos #                          Dave Mendlen <davemen&microsoft.com>
   8064  1.86  christos ctx-bridge      3127/tcp   # CTX Bridge Port
   8065  1.86  christos ctx-bridge      3127/udp   # CTX Bridge Port
   8066  1.86  christos #                          Alexander Dubrovsky <dubrovsky_alex&emc.com>
   8067  1.86  christos ndl-aas         3128/tcp   # Active API Server Port
   8068  1.86  christos ndl-aas         3128/udp   # Active API Server Port
   8069  1.86  christos #                          Martin Norman <martin&ndl.co.uk>
   8070  1.86  christos netport-id      3129/tcp   # NetPort Discovery Port
   8071  1.86  christos netport-id      3129/udp   # NetPort Discovery Port
   8072  1.86  christos #                          P.T.K. Farrar <farrarp&teccon.co.uk>
   8073  1.86  christos icpv2		3130/tcp   # ICPv2
   8074  1.86  christos icpv2		3130/udp   # ICPv2
   8075  1.86  christos #			   Duane Wessels <wessels&nlanr.net>
   8076  1.86  christos netbookmark	3131/tcp   # Net Book Mark
   8077  1.86  christos netbookmark	3131/udp   # Net Book Mark
   8078  1.86  christos #			   Yiftach Ravid <yiftach&haifa.vnet.ibm.com>
   8079  1.86  christos ms-rule-engine  3132/tcp   # Microsoft Business Rule Engine Update Service
   8080  1.86  christos ms-rule-engine  3132/udp   # Microsoft Business Rule Engine Update Service
   8081  1.86  christos #                          Anush Kumar <anushk&microsoft.com>
   8082  1.86  christos prism-deploy    3133/tcp   # Prism Deploy User Port
   8083  1.86  christos prism-deploy    3133/udp   # Prism Deploy User Port
   8084  1.86  christos #                          Joan Linck <jlinck&lanovation.com>
   8085  1.86  christos ecp             3134/tcp   # Extensible Code Protocol
   8086  1.86  christos ecp             3134/udp   # Extensible Code Protocol
   8087  1.86  christos #                          Jim Trek <jtrek&rochester.rr.com>
   8088  1.86  christos #                          Mark Bocko <bocko&ece.rochester.edu>
   8089  1.86  christos peerbook-port   3135/tcp   # PeerBook Port
   8090  1.86  christos peerbook-port   3135/udp   # PeerBook Port
   8091  1.86  christos #                          John Flowers <jf&gigamediaaccess.com>
   8092  1.86  christos grubd           3136/tcp   # Grub Server Port
   8093  1.86  christos grubd           3136/udp   # Grub Server Port
   8094  1.86  christos #                          Kord Campbell <kord&grub.org>
   8095  1.86  christos rtnt-1          3137/tcp   # rtnt-1 data packets
   8096  1.86  christos rtnt-1          3137/udp   # rtnt-1 data packets
   8097  1.86  christos rtnt-2          3138/tcp   # rtnt-2 data packets
   8098  1.86  christos rtnt-2          3138/udp   # rtnt-2 data packets
   8099  1.86  christos #                          Ron Muellerschoen <rjm&cobra.jpl.nasa.gov>
   8100  1.86  christos incognitorv     3139/tcp   # Incognito Rendez-Vous
   8101  1.86  christos incognitorv     3139/udp   # Incognito Rendez-Vous
   8102  1.86  christos #                          Stephane Bourque <stephb&incognito.com>
   8103  1.86  christos ariliamulti     3140/tcp   # Arilia Multiplexor
   8104  1.86  christos ariliamulti     3140/udp   # Arilia Multiplexor
   8105  1.86  christos #                          Stephane Bourque <sbourque&arilia.com>
   8106  1.86  christos vmodem          3141/tcp   # VMODEM
   8107  1.86  christos vmodem          3141/udp   # VMODEM
   8108  1.86  christos #                          Ray Gwinn <p00321&psilink.com>
   8109  1.86  christos rdc-wh-eos	3142/tcp   # RDC WH EOS
   8110  1.86  christos rdc-wh-eos	3142/udp   # RDC WH EOS
   8111  1.86  christos #			   Udi Nir <udi_nir&ncc.co.il>
   8112  1.86  christos seaview		3143/tcp   # Sea View
   8113  1.86  christos seaview		3143/udp   # Sea View
   8114  1.86  christos #			   Jim Flaherty <jim_e_flaherty&notes.seagate.com>
   8115  1.86  christos tarantella	3144/tcp   # Tarantella
   8116  1.86  christos tarantella	3144/udp   # Tarantella
   8117  1.86  christos #			   Roger Binns <rogerb&sco.com>
   8118  1.86  christos csi-lfap	3145/tcp   # CSI-LFAP
   8119  1.86  christos csi-lfap	3145/udp   # CSI-LFAP
   8120  1.86  christos #			   Paul Amsden <amsden (a] .ctron.com>
   8121  1.86  christos bears-02        3146/tcp   # bears-02
   8122  1.86  christos bears-02        3146/udp   # bears-02
   8123  1.86  christos #                          Bruce McKinnon <brucemck&bearsolutions.com.au>
   8124  1.86  christos rfio		3147/tcp   # RFIO
   8125  1.86  christos rfio		3147/udp   # RFIO
   8126  1.86  christos #			   Frederic Hemmer <Frederic.Hemmer&cern.ch>
   8127  1.86  christos nm-game-admin	3148/tcp   # NetMike Game Administrator
   8128  1.86  christos nm-game-admin	3148/udp   # NetMike Game Administrator
   8129  1.86  christos nm-game-server	3149/tcp   # NetMike Game Server
   8130  1.86  christos nm-game-server	3149/udp   # NetMike Game Server
   8131  1.86  christos nm-asses-admin	3150/tcp   # NetMike Assessor Administrator
   8132  1.86  christos nm-asses-admin	3150/udp   # NetMike Assessor Administrator
   8133  1.86  christos nm-assessor	3151/tcp   # NetMike Assessor
   8134  1.86  christos nm-assessor	3151/udp   # NetMike Assessor
   8135  1.86  christos #			   Andrew Sharpe <help&smartsims.com>
   8136  1.86  christos feitianrockey   3152/tcp   # FeiTian Port
   8137  1.86  christos feitianrockey   3152/udp   # FeiTian Port
   8138  1.86  christos #                          Huang Yu <llw&ftsafe.com>
   8139  1.86  christos s8-client-port  3153/tcp   # S8Cargo Client Port
   8140  1.86  christos s8-client-port  3153/udp   # S8Cargo Client Port
   8141  1.86  christos #                          Jon S. Kyle <JKyle&SpeedwaySoftware.com>
   8142  1.86  christos ccmrmi          3154/tcp   # ON RMI Registry
   8143  1.86  christos ccmrmi		3154/udp   # ON RMI Registry
   8144  1.86  christos #                          Ram Sudama <rsudama&on.com>
   8145  1.86  christos jpegmpeg        3155/tcp   # JpegMpeg Port
   8146  1.86  christos jpegmpeg        3155/udp   # JpegMpeg Port
   8147  1.86  christos #                          Richard Bassous <rbassous&yahoo.com>
   8148  1.86  christos indura          3156/tcp   # Indura Collector
   8149  1.86  christos indura          3156/udp   # Indura Collector
   8150  1.86  christos #                          Bruce Kosbab <bruce.kosbab&indurasoft.com>
   8151  1.86  christos e3consultants   3157/tcp   # CCC Listener Port
   8152  1.86  christos e3consultants   3157/udp   # CCC Listener Port
   8153  1.86  christos #                          Brian Carnell <brian&e3consultants.com>
   8154  1.86  christos stvp            3158/tcp   # SmashTV Protocol
   8155  1.86  christos stvp            3158/udp   # SmashTV Protocol
   8156  1.86  christos #                          Christian Wolff <stvp&smash.tv>
   8157  1.86  christos navegaweb-port  3159/tcp   # NavegaWeb Tarification
   8158  1.86  christos navegaweb-port  3159/udp   # NavegaWeb Tarification
   8159  1.86  christos #                          Miguel Angel Fernandez <mafg&tid.es>
   8160  1.86  christos tip-app-server  3160/tcp   # TIP Application Server
   8161  1.86  christos tip-app-server  3160/udp   # TIP Application Server
   8162  1.86  christos #                          Olivier Mascia <om&tipgroup.com>
   8163  1.86  christos doc1lm          3161/tcp   # DOC1 License Manager
   8164  1.86  christos doc1lm          3161/udp   # DOC1 License Manager
   8165  1.86  christos #                          Greg Goodson <ggoodson&group1software.co.uk>
   8166  1.86  christos sflm            3162/tcp   # SFLM
   8167  1.86  christos sflm            3162/udp   # SFLM
   8168  1.86  christos #                          System Administrator <sysadmin&silvaco.com>
   8169  1.86  christos res-sap		3163/tcp   # RES-SAP
   8170  1.86  christos res-sap         3163/udp   # RES-SAP
   8171  1.86  christos #                          Bob Janssen <bob&res.nl>
   8172  1.86  christos imprs		3164/tcp   # IMPRS
   8173  1.86  christos imprs           3164/udp   # IMPRS
   8174  1.86  christos #                          Lars Bohn <Lars.Bohn&nokia.com>
   8175  1.86  christos newgenpay       3165/tcp   # Newgenpay Engine Service
   8176  1.86  christos newgenpay       3165/udp   # Newgenpay Engine Service
   8177  1.86  christos #                          Ilan Zisser <ilan&newgenpay.com>
   8178  1.86  christos qrepos          3166/tcp   # Quest Repository
   8179  1.86  christos qrepos          3166/udp   # Quest Repository
   8180  1.86  christos #                          Fred Surr <quest_iana&oz.quest.com>
   8181  1.86  christos nowcontact	3167/tcp   # Now Contact Public Server
   8182  1.86  christos nowcontact	3167/udp   # Now Contact Public Server
   8183  1.86  christos poweronnud      3168/tcp   # Now Up-to-Date Public Server
   8184  1.86  christos poweronnud      3168/udp   # Now Up-to-Date Public Server
   8185  1.86  christos #                          John Wallace <john&nowsoftware.com> 
   8186  1.86  christos serverview-as	3169/tcp   # SERVERVIEW-AS
   8187  1.86  christos serverview-as   3169/udp   # SERVERVIEW-AS
   8188  1.86  christos serverview-asn  3170/tcp   # SERVERVIEW-ASN
   8189  1.86  christos serverview-asn  3170/udp   # SERVERVIEW-ASN
   8190  1.86  christos serverview-gf   3171/tcp   # SERVERVIEW-GF
   8191  1.86  christos serverview-gf   3171/udp   # SERVERVIEW-GF
   8192  1.86  christos serverview-rm   3172/tcp   # SERVERVIEW-RM
   8193  1.86  christos serverview-rm   3172/udp   # SERVERVIEW-RM
   8194  1.86  christos serverview-icc  3173/tcp   # SERVERVIEW-ICC
   8195  1.86  christos serverview-icc  3173/udp   # SERVERVIEW-ICC
   8196  1.86  christos #                          Guenther Kroenert 
   8197  1.86  christos #                          <Guenther.Kroenert&fujitsu-siemens.com>
   8198  1.86  christos armi-server     3174/tcp   # ARMI Server
   8199  1.86  christos armi-server     3174/udp   # ARMI Server
   8200  1.86  christos #                          Bobby Martin <bobbymartin&hotmail.com>
   8201  1.86  christos t1-e1-over-ip   3175/tcp   # T1_E1_Over_IP
   8202  1.86  christos t1-e1-over-ip   3175/udp   # T1_E1_Over_IP
   8203  1.86  christos #                          Mark Doyle <mark&engagecom.com>
   8204  1.86  christos ars-master      3176/tcp   # ARS Master
   8205  1.86  christos ars-master      3176/udp   # ARS Master
   8206  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com>
   8207  1.86  christos phonex-port     3177/tcp   # Phonex Protocol
   8208  1.86  christos phonex-port     3177/udp   # Phonex Protocol
   8209  1.86  christos #                          Doug Grover <dgrover&phonex.com>
   8210  1.86  christos radclientport   3178/tcp   # Radiance UltraEdge Port
   8211  1.86  christos radclientport   3178/udp   # Radiance UltraEdge Port
   8212  1.86  christos #                          Sri Subramaniam <sri&radiance.com>
   8213  1.86  christos h2gf-w-2m       3179/tcp   # H2GF W.2m Handover prot.
   8214  1.86  christos h2gf-w-2m       3179/udp   # H2GF W.2m Handover prot.
   8215  1.86  christos #                          Arne Norefors <Arne.Norefors&ericsson.com>
   8216  1.86  christos mc-brk-srv	3180/tcp   # Millicent Broker Server
   8217  1.86  christos mc-brk-srv	3180/udp   # Millicent Broker Server
   8218  1.86  christos #			   Steve Glassman <steveg&pa.dec.com>
   8219  1.86  christos bmcpatrolagent	3181/tcp   # BMC Patrol Agent
   8220  1.86  christos bmcpatrolagent  3181/udp   # BMC Patrol Agent
   8221  1.86  christos bmcpatrolrnvu	3182/tcp   # BMC Patrol Rendezvous
   8222  1.86  christos bmcpatrolrnvu   3182/udp   # BMC Patrol Rendezvous
   8223  1.86  christos #			   Portnoy Boxman <portnoy_boxman&bmc.com>
   8224  1.86  christos cops-tls        3183/tcp   # COPS/TLS
   8225  1.86  christos cops-tls        3183/udp   # COPS/TLS
   8226  1.86  christos #                          Mark Stevens <mstevens&ellacoya.com>
   8227  1.86  christos apogeex-port    3184/tcp   # ApogeeX Port
   8228  1.86  christos apogeex-port    3184/udp   # ApogeeX Port
   8229  1.86  christos #                          Tom Nys <tom.nys.tn&belgium.agfa.com>
   8230  1.86  christos smpppd          3185/tcp   # SuSE Meta PPPD
   8231  1.86  christos smpppd          3185/udp   # SuSE Meta PPPD
   8232  1.86  christos #                          Arvin Schnell <arvin&suse.de>
   8233  1.86  christos iiw-port        3186/tcp   # IIW Monitor User Port
   8234  1.86  christos iiw-port        3186/udp   # IIW Monitor User Port
   8235  1.86  christos #                          Corey Burnett <corey.burnett&biopop.com>
   8236  1.86  christos odi-port        3187/tcp   # Open Design Listen Port
   8237  1.86  christos odi-port        3187/udp   # Open Design Listen Port
   8238  1.86  christos #                          Phivos Aristides <phivos&opendesign.com>
   8239  1.86  christos brcm-comm-port  3188/tcp   # Broadcom Port
   8240  1.86  christos brcm-comm-port  3188/udp   # Broadcom Port
   8241  1.86  christos #                          Thomas L. Johnson <tjohnson&broadcom.com>
   8242  1.86  christos pcle-infex      3189/tcp   # Pinnacle Sys InfEx Port
   8243  1.86  christos pcle-infex      3189/udp   # Pinnacle Sys InfEx Port
   8244  1.86  christos #                          Anthon van der Neut <anthon&mnt.org>
   8245  1.86  christos csvr-proxy      3190/tcp   # ConServR Proxy
   8246  1.86  christos csvr-proxy      3190/udp   # ConServR Proxy
   8247  1.86  christos csvr-sslproxy   3191/tcp   # ConServR SSL Proxy
   8248  1.86  christos csvr-sslproxy   3191/udp   # ConServR SSL Proxy
   8249  1.86  christos #                          Mikhail Kruk <mkruk&biscom.com>
   8250  1.86  christos firemonrcc      3192/tcp   # FireMon Revision Control
   8251  1.86  christos firemonrcc      3192/udp   # FireMon Revision Control
   8252  1.86  christos #                          Michael Bishop <mbishop&fishnetsecurity.com>
   8253  1.86  christos spandataport    3193/tcp   # SpanDataPort
   8254  1.86  christos spandataport    3193/udp   # SpanDataPort
   8255  1.86  christos #                          Jesse McKay <jesse&spandata.com>
   8256  1.86  christos magbind         3194/tcp   # Rockstorm MAG protocol
   8257  1.86  christos magbind         3194/udp   # Rockstorm MAG protocol
   8258  1.86  christos #                          Jens Nilsson <jens&rockstorm.se>
   8259  1.86  christos ncu-1           3195/tcp   # Network Control Unit
   8260  1.86  christos ncu-1           3195/udp   # Network Control Unit
   8261  1.86  christos ncu-2           3196/tcp   # Network Control Unit
   8262  1.86  christos ncu-2           3196/udp   # Network Control Unit
   8263  1.86  christos #                          Charlie Hundre <charlie&rdsrv.reco.com.tw>
   8264  1.86  christos embrace-dp-s    3197/tcp   # Embrace Device Protocol Server
   8265  1.86  christos embrace-dp-s    3197/udp   # Embrace Device Protocol Server
   8266  1.86  christos embrace-dp-c    3198/tcp   # Embrace Device Protocol Client
   8267  1.86  christos embrace-dp-c    3198/udp   # Embrace Device Protocol Client
   8268  1.86  christos #                          Elliot Schwartz <elliot&mit.edu>
   8269  1.86  christos dmod-workspace  3199/tcp   # DMOD WorkSpace
   8270  1.86  christos dmod-workspace  3199/udp   # DMOD WorkSpace
   8271  1.86  christos #                          Nick Plante <nplante&dmod.com>
   8272  1.86  christos tick-port       3200/tcp   # Press-sense Tick Port
   8273  1.86  christos tick-port       3200/udp   # Press-sense Tick Port
   8274  1.86  christos #                          Boris Svetlitsky <boris&press-sense.com>
   8275  1.86  christos cpq-tasksmart   3201/tcp   # CPQ-TaskSmart
   8276  1.86  christos cpq-tasksmart   3201/udp   # CPQ-TaskSmart
   8277  1.86  christos #                          Jackie Lau <jackie.lau&compaq.com>
   8278  1.86  christos intraintra      3202/tcp   # IntraIntra
   8279  1.86  christos intraintra      3202/udp   # IntraIntra
   8280  1.86  christos #                          Matthew Asham <matthewa&bcwireless.net>
   8281  1.86  christos netwatcher-mon  3203/tcp   # Network Watcher Monitor
   8282  1.86  christos netwatcher-mon  3203/udp   # Network Watcher Monitor
   8283  1.86  christos netwatcher-db   3204/tcp   # Network Watcher DB Access
   8284  1.86  christos netwatcher-db   3204/udp   # Network Watcher DB Access
   8285  1.86  christos #                          Hirokazu Fujisawa <fujisawa&pfu.fujitsu.com>
   8286  1.86  christos isns            3205/tcp   # iSNS Server Port
   8287  1.86  christos isns            3205/udp   # iSNS Server Port
   8288  1.86  christos #                          [RFC4171]
   8289  1.86  christos ironmail        3206/tcp   # IronMail POP Proxy
   8290  1.86  christos ironmail        3206/udp   # IronMail POP Proxy
   8291  1.86  christos #                          Mike Hudack <mike&mhudack.com>
   8292  1.86  christos vx-auth-port    3207/tcp   # Veritas Authentication Port
   8293  1.86  christos vx-auth-port    3207/udp   # Veritas Authentication Port
   8294  1.86  christos #                          Senthil Ponnuswamy <senthil&veritas.com>
   8295  1.86  christos pfu-prcallback  3208/tcp   # PFU PR Callback
   8296  1.86  christos pfu-prcallback  3208/udp   # PFU PR Callback
   8297  1.86  christos #                          Tetsuharu Hanada <hanada&pfu.fujitsu.com>
   8298  1.86  christos netwkpathengine 3209/tcp   # HP OpenView Network Path Engine Server
   8299  1.86  christos netwkpathengine 3209/udp   # HP OpenView Network Path Engine Server
   8300  1.86  christos #                          Anthony Walker <anthony_walker&hp.com>
   8301  1.86  christos flamenco-proxy  3210/tcp   # Flamenco Networks Proxy
   8302  1.86  christos flamenco-proxy  3210/udp   # Flamenco Networks Proxy
   8303  1.86  christos #                          Corey Corrick <corey.corrick&flamenconetworks.com>
   8304  1.86  christos avsecuremgmt    3211/tcp   # Avocent Secure Management
   8305  1.86  christos avsecuremgmt    3211/udp   # Avocent Secure Management
   8306  1.86  christos #                          Brian S. Stewart <Brian.Stewart&Avocent.com>
   8307  1.86  christos surveyinst      3212/tcp   # Survey Instrument
   8308  1.86  christos surveyinst      3212/udp   # Survey Instrument
   8309  1.86  christos #                          Al Amet <aamet&point-inc.com>
   8310  1.86  christos neon24x7        3213/tcp   # NEON 24X7 Mission Control
   8311  1.86  christos neon24x7        3213/udp   # NEON 24X7 Mission Control
   8312  1.86  christos #                          Tony Lubrano <tlubrano&neonsys.com>
   8313  1.86  christos jmq-daemon-1    3214/tcp   # JMQ Daemon Port 1
   8314  1.86  christos jmq-daemon-1    3214/udp   # JMQ Daemon Port 1
   8315  1.86  christos jmq-daemon-2    3215/tcp   # JMQ Daemon Port 2
   8316  1.86  christos jmq-daemon-2    3215/udp   # JMQ Daemon Port 2
   8317  1.86  christos #                          Martin West <Martin.West&spirit-soft.com>
   8318  1.86  christos ferrari-foam    3216/tcp   # Ferrari electronic FOAM
   8319  1.86  christos ferrari-foam    3216/udp   # Ferrari electronic FOAM
   8320  1.86  christos #                          Johann Deutinger <deutinger&ferrari-electronic.de>
   8321  1.86  christos unite           3217/tcp   # Unified IP & Telecomm Env
   8322  1.86  christos unite           3217/udp   # Unified IP & Telecomm Env
   8323  1.86  christos #                          Christer Gunnarsson
   8324  1.86  christos #                          <christer.gunnarsson&ascomtateco.se>
   8325  1.86  christos smartpackets    3218/tcp   # EMC SmartPackets
   8326  1.86  christos smartpackets    3218/udp   # EMC SmartPackets
   8327  1.86  christos #                          Steve Spataro <spataro_steve&emc.com>
   8328  1.86  christos wms-messenger   3219/tcp   # WMS Messenger
   8329  1.86  christos wms-messenger   3219/udp   # WMS Messenger
   8330  1.86  christos #                          Michael Monasterio <michael&wmsoftware.com>
   8331  1.86  christos xnm-ssl         3220/tcp   # XML NM over SSL
   8332  1.86  christos xnm-ssl         3220/udp   # XML NM over SSL
   8333  1.86  christos xnm-clear-text  3221/tcp   # XML NM over TCP
   8334  1.86  christos xnm-clear-text  3221/udp   # XML NM over TCP
   8335  1.86  christos #                          Mark Trostler <trostler&juniper.net>
   8336  1.86  christos glbp            3222/tcp   # Gateway Load Balancing Pr
   8337  1.86  christos glbp            3222/udp   # Gateway Load Balancing Pr
   8338  1.86  christos #                          Douglas McLaggan <glbp-info&cisco.com>
   8339  1.86  christos digivote        3223/tcp   # DIGIVOTE (R) Vote-Server
   8340  1.86  christos digivote        3223/udp   # DIGIVOTE (R) Vote-Server
   8341  1.86  christos #                          Christian Treczoks <ct&braehler.com>
   8342  1.86  christos aes-discovery   3224/tcp   # AES Discovery Port
   8343  1.86  christos aes-discovery   3224/udp   # AES Discovery Port
   8344  1.86  christos #                          Ken Richard <kenr&aeseducation.com>              
   8345  1.86  christos fcip-port       3225/tcp   # FCIP
   8346  1.86  christos fcip-port       3225/udp   # FCIP
   8347  1.86  christos #                          RFC 3821
   8348  1.86  christos isi-irp         3226/tcp   # ISI Industry Software IRP
   8349  1.86  christos isi-irp         3226/udp   # ISI Industry Software IRP
   8350  1.86  christos #                          Peter Sandstrom <peter.sandstrom&tassen.fi>
   8351  1.86  christos dwnmshttp       3227/tcp   # DiamondWave NMS Server
   8352  1.86  christos dwnmshttp       3227/udp   # DiamondWave NMS Server
   8353  1.86  christos dwmsgserver     3228/tcp   # DiamondWave MSG Server
   8354  1.86  christos dwmsgserver     3228/udp   # DiamondWave MSG Server
   8355  1.86  christos #                          Varma Bhupatiraju <varma&calient.net>
   8356  1.86  christos global-cd-port  3229/tcp   # Global CD Port
   8357  1.86  christos global-cd-port  3229/udp   # Global CD Port
   8358  1.86  christos #                          Vitaly Revsin <vitaly&netapp.com>
   8359  1.86  christos sftdst-port     3230/tcp   # Software Distributor Port
   8360  1.86  christos sftdst-port     3230/udp   # Software Distributor Port
   8361  1.86  christos #                          Andrea Lanza <andrea.lanza&frameweb.it>
   8362  1.86  christos dsnl            3231/tcp   # Delta Solutions Direct
   8363  1.86  christos dsnl            3231/udp   # Delta Solutions Direct
   8364  1.86  christos #                          Peter Ijkhout <peter&deltasolutions.nl>
   8365  1.86  christos mdtp            3232/tcp   # MDT port
   8366  1.86  christos mdtp            3232/udp   # MDT port
   8367  1.86  christos #                          IJsbrand Wijnands <ice&cisco.com>
   8368  1.86  christos whisker         3233/tcp   # WhiskerControl main port
   8369  1.86  christos whisker         3233/udp   # WhiskerControl main port
   8370  1.86  christos #                          Rudolf Cardinal <rudolf&pobox.com> February 2002
   8371  1.86  christos alchemy         3234/tcp   # Alchemy Server 
   8372  1.86  christos alchemy         3234/udp   # Alchemy Server
   8373  1.86  christos #                          Mikhail Belov <mikhail&imrgold.com> February 2002
   8374  1.86  christos mdap-port       3235/tcp   # MDAP port
   8375  1.86  christos mdap-port       3235/udp   # MDAP Port
   8376  1.86  christos #                          Johan Deleu <johan.deleu&alcatel.be> February 2002
   8377  1.86  christos apparenet-ts    3236/tcp   # appareNet Test Server
   8378  1.86  christos apparenet-ts    3236/udp   # appareNet Test Server
   8379  1.86  christos apparenet-tps   3237/tcp   # appareNet Test Packet Sequencer
   8380  1.86  christos apparenet-tps   3237/udp   # appareNet Test Packet Sequencer
   8381  1.86  christos apparenet-as    3238/tcp   # appareNet Analysis Server
   8382  1.86  christos apparenet-as    3238/udp   # appareNet Analysis Server
   8383  1.86  christos apparenet-ui    3239/tcp   # appareNet User Interface
   8384  1.86  christos apparenet-ui    3239/udp   # appareNet User Interface
   8385  1.86  christos #                          Fred Klassen <fklassen&jaalam.com> February 2002
   8386  1.86  christos triomotion      3240/tcp   # Trio Motion Control Port
   8387  1.86  christos triomotion      3240/udp   # Trio Motion Control Port
   8388  1.86  christos #                          Tony Matthews <tmatthews&triomotion.com> February 2002
   8389  1.86  christos sysorb          3241/tcp   # SysOrb Monitoring Server
   8390  1.86  christos sysorb          3241/udp   # SysOrb Monitoring Server
   8391  1.86  christos #                          Jakob Oestergaard <joe&sysorb.com> February 2002
   8392  1.86  christos sdp-id-port     3242/tcp   # Session Description ID
   8393  1.86  christos sdp-id-port     3242/udp   # Session Description ID
   8394  1.86  christos #                          Greg Rose <ggr&qualcomm.com> February 2002
   8395  1.86  christos timelot         3243/tcp   # Timelot Port
   8396  1.86  christos timelot         3243/udp   # Timelot Port
   8397  1.86  christos #                          David Ferguson <dferguson&xtralot.com> February 2002
   8398  1.86  christos onesaf          3244/tcp   # OneSAF
   8399  1.86  christos onesaf          3244/udp   # OneSAF
   8400  1.86  christos #                          Gene McCulley <mcculley&cuspy.com> February 2002
   8401  1.86  christos vieo-fe         3245/tcp   # VIEO Fabric Executive
   8402  1.86  christos vieo-fe         3245/udp   # VIEO Fabric Executive
   8403  1.86  christos #                          James Cox <jocox&view.com> February 2002
   8404  1.86  christos dvt-system      3246/tcp   # DVT SYSTEM PORT
   8405  1.86  christos dvt-system      3246/udp   # DVT SYSTEM PORT
   8406  1.86  christos dvt-data        3247/tcp   # DVT DATA LINK
   8407  1.86  christos dvt-data        3247/udp   # DVT DATA LINK
   8408  1.86  christos #                          Phillip Heil <phil.heil&dvtsensors.com> February 2002
   8409  1.86  christos procos-lm       3248/tcp   # PROCOS LM
   8410  1.86  christos procos-lm       3248/udp   # PROCOS LM
   8411  1.86  christos #                          Torsten Rendelmann
   8412  1.86  christos #                          <torsten.rendelmann&procos.com> February 2002
   8413  1.86  christos ssp             3249/tcp   # State Sync Protocol
   8414  1.86  christos ssp             3249/udp   # State Sync Protocol
   8415  1.86  christos #                          Stephane Beaulieu <stephane&cisco.com> February 2002
   8416  1.86  christos hicp            3250/tcp   # HMS hicp port
   8417  1.86  christos hicp            3250/udp   # HMS hicp port
   8418  1.86  christos #                          Joel Palsson, HMS Industrial Networks AB
   8419  1.86  christos #                          <ianacontact&hms.se> February 2002
   8420  1.86  christos sysscanner      3251/tcp   # Sys Scanner
   8421  1.86  christos sysscanner      3251/udp   # Sys Scanner
   8422  1.86  christos #                          Dick Georges <georges&monaco.net> February 2002
   8423  1.86  christos dhe             3252/tcp   # DHE port
   8424  1.86  christos dhe             3252/udp   # DHE port
   8425  1.86  christos #                          Fabrizio Massimo Ferrara <fmf&gesi.it> February 2002
   8426  1.86  christos pda-data        3253/tcp   # PDA Data
   8427  1.86  christos pda-data        3253/udp   # PDA Data
   8428  1.86  christos pda-sys         3254/tcp   # PDA System
   8429  1.86  christos pda-sys         3254/udp   # PDA System
   8430  1.86  christos #                          Jian Fan <fjian&dmfsys.com> February 2002
   8431  1.86  christos semaphore       3255/tcp   # Semaphore Connection Port
   8432  1.86  christos semaphore       3255/udp   # Semaphore Connection Port
   8433  1.86  christos #                          Jay Eckles <ecklesweb&yahoo.com> February 2002
   8434  1.86  christos cpqrpm-agent    3256/tcp   # Compaq RPM Agent Port
   8435  1.86  christos cpqrpm-agent    3256/udp   # Compaq RPM Agent Port
   8436  1.86  christos cpqrpm-server   3257/tcp   # Compaq RPM Server Port
   8437  1.86  christos cpqrpm-server   3257/udp   # Compaq RPM Server Port
   8438  1.86  christos #                          Royal King <royal.king&compaq.com> February 2002
   8439  1.86  christos ivecon-port     3258/tcp   # Ivecon Server Port
   8440  1.86  christos ivecon-port     3258/udp   # Ivecon Server Port
   8441  1.86  christos #                          Serguei Tevs <STevs&ivecon.com> February 2002
   8442  1.86  christos epncdp2         3259/tcp   # Epson Network Common Devi
   8443  1.86  christos epncdp2         3259/udp   # Epson Network Common Devi
   8444  1.86  christos #                          SEIKO EPSON Corporation - Oishi Toshiaki
   8445  1.86  christos #                          <Oishi.Toshiaki&exc.epson.co.jp> February 2002
   8446  1.86  christos iscsi-target    3260/tcp   # iSCSI port
   8447  1.86  christos iscsi-target    3260/udp   # iSCSI port
   8448  1.86  christos #                          Julian Satran <Julian_Satran&il.ibm.com>
   8449  1.86  christos winshadow       3261/tcp   # winShadow
   8450  1.86  christos winshadow       3261/udp   # winShadow
   8451  1.86  christos #                          Colin Barry <cbarry&gbahn.com>
   8452  1.86  christos necp            3262/tcp   # NECP
   8453  1.86  christos necp            3262/udp   # NECP
   8454  1.86  christos #                          Alberto Cerpa <cerpa&isi.edu>
   8455  1.86  christos ecolor-imager   3263/tcp   # E-Color Enterprise Imager
   8456  1.86  christos ecolor-imager   3263/udp   # E-Color Enterprise Imager
   8457  1.86  christos #                          Tamara Baker <tbaker&ecolor.com>
   8458  1.86  christos ccmail          3264/tcp   # cc:mail/lotus
   8459  1.86  christos ccmail          3264/udp   # cc:mail/lotus
   8460  1.86  christos #                          <brockman&ccmail.com>
   8461  1.86  christos altav-tunnel    3265/tcp   # Altav Tunnel
   8462  1.86  christos altav-tunnel    3265/udp   # Altav Tunnel
   8463  1.86  christos #                          Gary M. Allen <gallen&symantec.com>
   8464  1.86  christos ns-cfg-server   3266/tcp   # NS CFG Server
   8465  1.86  christos ns-cfg-server   3266/udp   # NS CFG Server
   8466  1.86  christos #                          Aivi Lie <LIEA&netsoft.com>
   8467  1.86  christos ibm-dial-out    3267/tcp   # IBM Dial Out
   8468  1.86  christos ibm-dial-out    3267/udp   # IBM Dial Out
   8469  1.86  christos #                          Skip Booth <sbooth&VNET.IBM.COM>
   8470  1.86  christos msft-gc         3268/tcp   # Microsoft Global Catalog
   8471  1.86  christos msft-gc         3268/udp   # Microsoft Global Catalog
   8472  1.86  christos msft-gc-ssl     3269/tcp   # Microsoft Global Catalog with LDAP/SSL
   8473  1.86  christos msft-gc-ssl     3269/udp   # Microsoft Global Catalog with LDAP/SSL
   8474  1.86  christos #                          Asaf Kashi <asafk&microsoft.com>
   8475  1.86  christos verismart       3270/tcp   # Verismart
   8476  1.86  christos verismart       3270/udp   # Verismart
   8477  1.86  christos #                          Jay Weber <weber&vfi.com>
   8478  1.86  christos csoft-prev      3271/tcp   # CSoft Prev Port
   8479  1.86  christos csoft-prev      3271/udp   # CSoft Prev Port
   8480  1.86  christos #                          Nedelcho Stanev <decho&iname.com>
   8481  1.86  christos user-manager    3272/tcp   # Fujitsu User Manager
   8482  1.86  christos user-manager    3272/udp   # Fujitsu User Manager
   8483  1.86  christos #                          Yukihiko Sakurai <y-sakurai&ael.fujitsu.co.jp>
   8484  1.86  christos sxmp            3273/tcp   # Simple Extensible Multiplexed Protocol
   8485  1.86  christos sxmp            3273/udp   # Simple Extensible Multiplexed Protocol
   8486  1.86  christos #                          admin <iana&sightlinesystems.com> 
   8487  1.86  christos ordinox-server  3274/tcp   # Ordinox Server
   8488  1.86  christos ordinox-server  3274/udp   # Ordinox Server
   8489  1.86  christos #                          Denis Ducharme <dducharme&softek.com>
   8490  1.86  christos samd            3275/tcp   # SAMD
   8491  1.86  christos samd            3275/udp   # SAMD
   8492  1.86  christos #                          Edgar Circenis <ec&fc.hp.com>
   8493  1.86  christos maxim-asics  	3276/tcp   # Maxim ASICs
   8494  1.86  christos maxim-asics	3276/udp   # Maxim ASICs
   8495  1.86  christos #		           Dave Inman <davei&mxim.com>
   8496  1.86  christos awg-proxy	3277/tcp   # AWG Proxy
   8497  1.86  christos awg-proxy	3277/udp   # AWG Proxy
   8498  1.86  christos #		           Alex McDonald <alexm&an.hp.com>
   8499  1.86  christos lkcmserver	3278/tcp   # LKCM Server
   8500  1.86  christos lkcmserver	3278/udp   # LKCM Server
   8501  1.86  christos #		           Javier Jimenez
   8502  1.86  christos admind		3279/tcp   # admind
   8503  1.86  christos admind		3279/udp   # admind
   8504  1.86  christos #		           Jeff Haynes <haynes&chistech.com>
   8505  1.86  christos vs-server	3280/tcp   # VS Server
   8506  1.86  christos vs-server	3280/udp   # VS Server
   8507  1.86  christos #		           Scott Godlew <Scott&godlew.com>
   8508  1.86  christos sysopt		3281/tcp   # SYSOPT
   8509  1.86  christos sysopt 		3281/udp   # SYSOPT
   8510  1.86  christos #		           Tony Hoffman <ajh&unx.dec.com>
   8511  1.86  christos datusorb	3282/tcp   # Datusorb
   8512  1.86  christos datusorb	3282/udp   # Datusorb
   8513  1.86  christos #			   Thomas Martin <thomas&datus-usa.com>
   8514  1.86  christos net-assistant	3283/tcp   # Net Assistant
   8515  1.86  christos net-assistant	3283/udp   # Net Assistant
   8516  1.86  christos #			   Michael Stein <mvs&apple.com>
   8517  1.86  christos 4talk		3284/tcp   # 4Talk
   8518  1.86  christos 4talk		3284/udp   # 4Talk
   8519  1.86  christos #			   Tony Bushnell <tony_bushnell&four-sight.co.uk>
   8520  1.86  christos plato		3285/tcp   # Plato
   8521  1.86  christos plato		3285/udp   # Plato
   8522  1.86  christos #			   Jim Battin <battin&tro.com>
   8523  1.86  christos e-net		3286/tcp   # E-Net
   8524  1.86  christos e-net		3286/udp   # E-Net
   8525  1.86  christos #			   Steven Grigsby <sgrigsby&austin.eent.com>
   8526  1.86  christos directvdata	3287/tcp   # DIRECTVDATA
   8527  1.86  christos directvdata	3287/udp   # DIRECTVDATA
   8528  1.86  christos #			   Michael Friedman <mfr1&worldnet.att.net>
   8529  1.86  christos cops		3288/tcp   # COPS
   8530  1.86  christos cops 		3288/udp   # COPS
   8531  1.86  christos #			   Shai Herzog <herzog&iphighway.com>
   8532  1.86  christos enpc		3289/tcp   # ENPC
   8533  1.86  christos enpc		3289/udp   # ENPC
   8534  1.86  christos #			   SEIKO EPSON <Ishida.Hitoshi&exc.epson.co.jp>
   8535  1.86  christos caps-lm		3290/tcp   # CAPS LOGISTICS TOOLKIT - LM
   8536  1.86  christos caps-lm		3290/udp   # CAPS LOGISTICS TOOLKIT - LM
   8537  1.86  christos #			   Joseph Krebs <joek&caps.com>
   8538  1.86  christos sah-lm		3291/tcp   # S A Holditch & Associates - LM
   8539  1.86  christos sah-lm		3291/udp   # S A Holditch & Associates - LM
   8540  1.86  christos #			   Randy Hudgens <rhh&nmail.holditch.com>
   8541  1.86  christos cart-o-rama	3292/tcp   # Cart O Rama
   8542  1.86  christos cart-o-rama	3292/udp   # Cart O Rama
   8543  1.86  christos #			   Phillip Dillinger <Phillip.Dillinger&sealabs.com>
   8544  1.86  christos fg-fps		3293/tcp   # fg-fps
   8545  1.86  christos fg-fps		3293/udp   # fg-fps
   8546  1.86  christos fg-gip		3294/tcp   # fg-gip
   8547  1.86  christos fg-gip		3294/udp   # fg-gip
   8548  1.86  christos #			   Jean-Marc Frailong <jmf&freegate.net>
   8549  1.86  christos dyniplookup	3295/tcp   # Dynamic IP Lookup
   8550  1.86  christos dyniplookup	3295/udp   # Dynamic IP Lookup
   8551  1.86  christos #			   Eugene Osovetsky <eugeneo&geocities.com>
   8552  1.86  christos rib-slm		3296/tcp   # Rib License Manager
   8553  1.86  christos rib-slm		3296/udp   # Rib License Manager
   8554  1.86  christos #			   Kristean Heisler <kh&rib.de>
   8555  1.86  christos cytel-lm	3297/tcp   # Cytel License Manager
   8556  1.86  christos cytel-lm	3297/udp   # Cytel License Manager
   8557  1.86  christos #			   Yogesh P. Gajjar <yogesh&cytel.com>
   8558  1.86  christos deskview        3298/tcp   # DeskView
   8559  1.86  christos deskview        3298/udp   # DeskView
   8560  1.86  christos #                          Manfred Randelzofer 
   8561  1.86  christos #                          <manfred.randelzofer&fujitsu-siemens.com>
   8562  1.86  christos pdrncs		3299/tcp   # pdrncs
   8563  1.86  christos pdrncs		3299/udp   # pdrncs
   8564  1.86  christos #			   Paul Wissenbach <paulwi&vnd.tek.com>
   8565  1.86  christos ###########	3300-3301  Unauthorized Use by SAP R/3   ######
   8566  1.86  christos mcs-fastmail	3302/tcp   # MCS Fastmail
   8567  1.86  christos mcs-fastmail	3302/udp   # MCS Fastmail
   8568  1.86  christos #			   Patti Jo Newsom <pjn&mcsdallas.com>
   8569  1.86  christos opsession-clnt	3303/tcp   # OP Session Client
   8570  1.86  christos opsession-clnt  3303/udp   # OP Session Client
   8571  1.86  christos opsession-srvr  3304/tcp   # OP Session Server
   8572  1.86  christos opsession-srvr  3304/udp   # OP Session Server
   8573  1.86  christos #			   Amir Blich <amir&netmanage.co.il>
   8574  1.86  christos odette-ftp	3305/tcp   # ODETTE-FTP
   8575  1.86  christos odette-ftp	3305/udp   # ODETTE-FTP
   8576  1.86  christos #			   David Nash <dnash&ford.com>
   8577  1.86  christos mysql		3306/tcp   # MySQL
   8578  1.86  christos mysql		3306/udp   # MySQL
   8579  1.86  christos #			   Monty <monty&analytikerna.se>
   8580  1.86  christos opsession-prxy	3307/tcp   # OP Session Proxy
   8581  1.86  christos opsession-prxy	3307/udp   # OP Session Proxy
   8582  1.86  christos #			   Amir Blich <amir&netmanage.co.il>
   8583  1.86  christos tns-server	3308/tcp   # TNS Server
   8584  1.86  christos tns-server	3308/udp   # TNS Server
   8585  1.86  christos tns-adv		3309/tcp   # TNS ADV
   8586  1.86  christos tns-adv		3309/udp   # TNS ADV
   8587  1.86  christos #			   Jerome Albin <albin&taec.enet.dec.com>
   8588  1.86  christos dyna-access	3310/tcp   # Dyna Access
   8589  1.86  christos dyna-access	3310/udp   # Dyna Access
   8590  1.86  christos #			   Dave Belliveau
   8591  1.86  christos #			   <DaveBelliveau&cornerstonesoftware.com>
   8592  1.86  christos mcns-tel-ret	3311/tcp   # MCNS Tel Ret
   8593  1.86  christos mcns-tel-ret	3311/udp   # MCNS Tel Ret
   8594  1.86  christos #			   Randall Atkinson <rja&home.net>
   8595  1.86  christos appman-server   3312/tcp   # Application Management Server
   8596  1.86  christos appman-server   3312/udp   # Application Management Server
   8597  1.86  christos uorb            3313/tcp   # Unify Object Broker
   8598  1.86  christos uorb            3313/udp   # Unify Object Broker
   8599  1.86  christos uohost          3314/tcp   # Unify Object Host
   8600  1.86  christos uohost          3314/udp   # Unify Object Host
   8601  1.86  christos #                          Duane Gibson <ianaportmaster&unify.com>
   8602  1.86  christos cdid		3315/tcp   # CDID
   8603  1.86  christos cdid		3315/udp   # CDID
   8604  1.86  christos #			   Andrew Borisov <hdr&chat.ru>
   8605  1.86  christos aicc-cmi	3316/tcp   # AICC/CMI
   8606  1.86  christos aicc-cmi	3316/udp   # AICC/CMI
   8607  1.86  christos #			   William McDonald <billmc&atc.boeing.com>
   8608  1.86  christos vsaiport	3317/tcp   # VSAI PORT
   8609  1.86  christos vsaiport	3317/udp   # VSAI PORT
   8610  1.86  christos #			   Rieko Asai <asai&isl.mei.co.jp>
   8611  1.86  christos ssrip		3318/tcp   # Swith to Swith Routing Information Protocol
   8612  1.86  christos ssrip		3318/udp   # Swith to Swith Routing Information Protocol
   8613  1.86  christos #			   Baba Hidekazu <baba&flare.nd.net.fujitsu.co.jp>
   8614  1.86  christos sdt-lmd		3319/tcp   # SDT License Manager
   8615  1.86  christos sdt-lmd		3319/udp   # SDT License Manager
   8616  1.86  christos #			   Salvo Nassisi <sdtech&tin.it>
   8617  1.86  christos officelink2000	3320/tcp   # Office Link 2000
   8618  1.86  christos officelink2000	3320/udp   # Office Link 2000
   8619  1.86  christos #			   Mike Balch <mbalch&teltone.com>
   8620  1.86  christos vnsstr		3321/tcp   # VNSSTR
   8621  1.86  christos vnsstr		3321/udp   # VNSSTR
   8622  1.86  christos #			   Takeshi Ohmura <ohmura&isl.mei.co.jp>
   8623  1.86  christos active-net	3322/tcp  # Active Networks
   8624  1.86  christos active-net	3322/udp  # Active Networks
   8625  1.86  christos active-net	3323/tcp  # Active Networks
   8626  1.86  christos active-net	3323/udp  # Active Networks
   8627  1.86  christos active-net	3324/tcp  # Active Networks
   8628  1.86  christos active-net	3324/udp  # Active Networks
   8629  1.86  christos active-net	3325/tcp  # Active Networks
   8630  1.86  christos active-net	3325/udp  # Active Networks
   8631  1.86  christos #			   Bob Braden <braden&isi.edu>
   8632  1.86  christos sftu		3326/tcp   # SFTU
   8633  1.86  christos sftu		3326/udp   # SFTU
   8634  1.86  christos sftu		3326/udp   # SFTU
   8635  1.86  christos sftu		3326/udp   # SFTU
   8636  1.86  christos #		           Eduardo Rosenberg de Moura <eduardor&spacenet.com.br>
   8637  1.86  christos bbars		3327/tcp   # BBARS
   8638  1.86  christos bbars		3327/udp   # BBARS
   8639  1.86  christos bbars		3327/udp   # BBARS
   8640  1.86  christos bbars		3327/udp   # BBARS
   8641  1.86  christos #			   Lou Harris <lharris&outlx.bandl.com>
   8642  1.86  christos egptlm		3328/tcp   # Eaglepoint License Manager
   8643  1.86  christos egptlm		3328/udp   # Eaglepoint License Manager
   8644  1.86  christos egptlm		3328/udp   # Eaglepoint License Manager
   8645  1.86  christos egptlm		3328/udp   # Eaglepoint License Manager
   8646  1.86  christos #			   Dave Benton <dave.benton&eaglepoint.com>
   8647  1.86  christos hp-device-disc  3329/tcp   # HP Device Disc
   8648  1.86  christos hp-device-disc  3329/udp   # HP Device Disc
   8649  1.86  christos hp-device-disc  3329/udp   # HP Device Disc
   8650  1.86  christos hp-device-disc  3329/udp   # HP Device Disc
   8651  1.86  christos #			   Shivaun Albright <shivaun_albright&hp.com>
   8652  1.86  christos mcs-calypsoicf  3330/tcp   # MCS Calypso ICF
   8653  1.86  christos mcs-calypsoicf  3330/udp   # MCS Calypso ICF
   8654  1.86  christos mcs-calypsoicf  3330/udp   # MCS Calypso ICF
   8655  1.86  christos mcs-calypsoicf  3330/udp   # MCS Calypso ICF
   8656  1.86  christos mcs-messaging	3331/tcp   # MCS Messaging
   8657  1.86  christos mcs-messaging	3331/udp   # MCS Messaging
   8658  1.86  christos mcs-messaging	3331/udp   # MCS Messaging
   8659  1.86  christos mcs-messaging	3331/udp   # MCS Messaging
   8660  1.86  christos mcs-mailsvr	3332/tcp   # MCS Mail Server
   8661  1.86  christos mcs-mailsvr	3332/udp   # MCS Mail Server
   8662  1.86  christos mcs-mailsvr	3332/udp   # MCS Mail Server
   8663  1.86  christos mcs-mailsvr	3332/udp   # MCS Mail Server
   8664  1.86  christos #			   Patti Jo Newsom <pjn&mcsdallas.com>
   8665  1.86  christos dec-notes       3333/tcp   # DEC Notes
   8666  1.86  christos dec-notes       3333/udp   # DEC Notes
   8667  1.86  christos dec-notes       3333/udp   # DEC Notes
   8668  1.86  christos dec-notes       3333/udp   # DEC Notes
   8669  1.86  christos #                          Kim Moraros <moraros&via.enet.dec.com>
   8670  1.86  christos directv-web	3334/tcp   # Direct TV Webcasting
   8671  1.86  christos directv-web	3334/udp   # Direct TV Webcasting
   8672  1.86  christos directv-web	3334/udp   # Direct TV Webcasting
   8673  1.86  christos directv-web	3334/udp   # Direct TV Webcasting
   8674  1.86  christos directv-soft	3335/tcp   # Direct TV Software Updates
   8675  1.86  christos directv-soft	3335/udp   # Direct TV Software Updates
   8676  1.86  christos directv-soft	3335/udp   # Direct TV Software Updates
   8677  1.86  christos directv-soft	3335/udp   # Direct TV Software Updates
   8678  1.86  christos directv-tick	3336/tcp   # Direct TV Tickers
   8679  1.86  christos directv-tick	3336/udp   # Direct TV Tickers
   8680  1.86  christos directv-tick	3336/udp   # Direct TV Tickers
   8681  1.86  christos directv-tick	3336/udp   # Direct TV Tickers
   8682  1.86  christos directv-catlg	3337/tcp   # Direct TV Data Catalog
   8683  1.86  christos directv-catlg	3337/udp   # Direct TV Data Catalog
   8684  1.86  christos directv-catlg	3337/udp   # Direct TV Data Catalog
   8685  1.86  christos directv-catlg	3337/udp   # Direct TV Data Catalog
   8686  1.86  christos #			   Michael Friedman <mfr1&worldnet.att.net>
   8687  1.86  christos anet-b		3338/tcp   # OMF data b
   8688  1.86  christos anet-b		3338/udp   # OMF data b
   8689  1.86  christos anet-b		3338/udp   # OMF data b
   8690  1.86  christos anet-b		3338/udp   # OMF data b
   8691  1.86  christos anet-l		3339/tcp   # OMF data l
   8692  1.86  christos anet-l		3339/udp   # OMF data l
   8693  1.86  christos anet-l		3339/udp   # OMF data l
   8694  1.86  christos anet-l		3339/udp   # OMF data l
   8695  1.86  christos anet-m		3340/tcp   # OMF data m
   8696  1.86  christos anet-m		3340/udp   # OMF data m
   8697  1.86  christos anet-m		3340/udp   # OMF data m
   8698  1.86  christos anet-m		3340/udp   # OMF data m
   8699  1.86  christos anet-h		3341/tcp   # OMF data h
   8700  1.86  christos anet-h		3341/udp   # OMF data h
   8701  1.86  christos anet-h		3341/udp   # OMF data h
   8702  1.86  christos anet-h		3341/udp   # OMF data h
   8703  1.86  christos #			   Per Sahlqvist <psahlqvi&sw.seisy.abb.se>
   8704  1.86  christos webtie		3342/tcp   # WebTIE
   8705  1.86  christos webtie		3342/udp   # WebTIE
   8706  1.86  christos webtie		3342/udp   # WebTIE
   8707  1.86  christos webtie		3342/udp   # WebTIE
   8708  1.86  christos #			   Kevin Frender <kbf&ngdc.noaa.gov>
   8709  1.86  christos ms-cluster-net	3343/tcp   # MS Cluster Net
   8710  1.86  christos ms-cluster-net	3343/udp   # MS Cluster Net
   8711  1.86  christos ms-cluster-net	3343/udp   # MS Cluster Net
   8712  1.86  christos ms-cluster-net	3343/udp   # MS Cluster Net
   8713  1.86  christos #			   Mike Massa <mikemas&microsoft.com>
   8714  1.86  christos bnt-manager     3344/tcp   # BNT Manager
   8715  1.86  christos bnt-manager     3344/udp   # BNT Manager
   8716  1.86  christos bnt-manager     3344/udp   # BNT Manager
   8717  1.86  christos bnt-manager     3344/udp   # BNT Manager
   8718  1.86  christos #                          Brian J. Ives <Brian.Ives&BadgerNT.com>
   8719  1.86  christos influence	3345/tcp   # Influence
   8720  1.86  christos influence	3345/udp   # Influence
   8721  1.86  christos influence	3345/udp   # Influence
   8722  1.86  christos influence	3345/udp   # Influence
   8723  1.86  christos #			   Russ Ferriday <russf&topia.com>
   8724  1.86  christos trnsprntproxy	3346/tcp   # Trnsprnt Proxy
   8725  1.86  christos trnsprntproxy	3346/udp   # Trnsprnt Proxy
   8726  1.86  christos trnsprntproxy   3346/udp   # Trnsprnt Proxy
   8727  1.86  christos trnsprntproxy   3346/udp   # Trnsprnt Proxy
   8728  1.86  christos #			   Grant Kirby <grant_kirby&ccm.al.intel.com>
   8729  1.86  christos phoenix-rpc	3347/tcp   # Phoenix RPC
   8730  1.86  christos phoenix-rpc	3347/udp   # Phoenix RPC
   8731  1.86  christos phoenix-rpc	3347/udp   # Phoenix RPC
   8732  1.86  christos phoenix-rpc	3347/udp   # Phoenix RPC
   8733  1.86  christos #			   Ian Anderson <ian_anderson&phoenix.com>
   8734  1.86  christos pangolin-laser	3348/tcp   # Pangolin Laser
   8735  1.86  christos pangolin-laser	3348/udp   # Pangolin Laser
   8736  1.86  christos pangolin-laser	3348/udp   # Pangolin Laser
   8737  1.86  christos pangolin-laser	3348/udp   # Pangolin Laser
   8738  1.86  christos #			   William Benner <William_Benner&msn.com>
   8739  1.86  christos chevinservices	3349/tcp   # Chevin Services
   8740  1.86  christos chevinservices	3349/udp   # Chevin Services
   8741  1.86  christos chevinservices  3349/udp   # Chevin Services
   8742  1.86  christos chevinservices  3349/udp   # Chevin Services
   8743  1.86  christos #			   Gus McNaughton <gus&chevin.com>
   8744  1.86  christos findviatv	3350/tcp   # FINDVIATV
   8745  1.86  christos findviatv	3350/udp   # FINDVIATV
   8746  1.86  christos findviatv	3350/udp   # FINDVIATV
   8747  1.86  christos findviatv	3350/udp   # FINDVIATV
   8748  1.86  christos #			   Oran Davis <oran&8x8.com>
   8749  1.86  christos btrieve         3351/tcp   # Btrieve port
   8750  1.86  christos btrieve         3351/udp   # Btrieve port
   8751  1.86  christos btrieve         3351/udp   # Btrieve port
   8752  1.86  christos btrieve         3351/udp   # Btrieve port
   8753  1.86  christos ssql            3352/tcp   # Scalable SQL
   8754  1.86  christos ssql            3352/udp   # Scalable SQL
   8755  1.86  christos ssql            3352/udp   # Scalable SQL
   8756  1.86  christos ssql            3352/udp   # Scalable SQL
   8757  1.86  christos #                          Chuck Talk <ctalk&pervasive.com>
   8758  1.86  christos fatpipe		3353/tcp   # FATPIPE
   8759  1.86  christos fatpipe		3353/udp   # FATPIPE
   8760  1.86  christos fatpipe		3353/udp   # FATPIPE
   8761  1.86  christos fatpipe		3353/udp   # FATPIPE
   8762  1.86  christos #			   Sanchaita Datta <sdatta&ragula.com>
   8763  1.86  christos suitjd		3354/tcp   # SUITJD
   8764  1.86  christos suitjd		3354/udp   # SUITJD
   8765  1.86  christos suitjd		3354/udp   # SUITJD
   8766  1.86  christos suitjd		3354/udp   # SUITJD
   8767  1.86  christos #			   Todd Moyer <tsm&unx.dec.com>
   8768  1.86  christos ordinox-dbase	3355/tcp   # Ordinox Dbase
   8769  1.86  christos ordinox-dbase	3355/udp   # Ordinox Dbase
   8770  1.86  christos ordinox-dbase	3355/udp   # Ordinox Dbase
   8771  1.86  christos ordinox-dbase	3355/udp   # Ordinox Dbase
   8772  1.86  christos #                          Denis Ducharme <dducharme&softek.com>
   8773  1.86  christos upnotifyps	3356/tcp   # UPNOTIFYPS
   8774  1.86  christos upnotifyps	3356/udp   # UPNOTIFYPS
   8775  1.86  christos upnotifyps	3356/udp   # UPNOTIFYPS
   8776  1.86  christos upnotifyps	3356/udp   # UPNOTIFYPS
   8777  1.86  christos #			   Mark Fox <markf&uplanet.com>
   8778  1.86  christos adtech-test	3357/tcp   # Adtech Test IP
   8779  1.86  christos adtech-test	3357/udp   # Adtech Test IP
   8780  1.86  christos adtech-test	3357/udp   # Adtech Test IP
   8781  1.86  christos adtech-test	3357/udp   # Adtech Test IP
   8782  1.86  christos #			   Robin Uyeshiro <robin_u&adtech-inc.com>
   8783  1.86  christos mpsysrmsvr	3358/tcp   # Mp Sys Rmsvr
   8784  1.86  christos mpsysrmsvr	3358/udp   # Mp Sys Rmsvr
   8785  1.86  christos mpsysrmsvr	3358/udp   # Mp Sys Rmsvr
   8786  1.86  christos mpsysrmsvr	3358/udp   # Mp Sys Rmsvr
   8787  1.86  christos #			   Hiroyuki Kawabuchi <buchi&ael.fujitsu.co.jp>   
   8788  1.86  christos wg-netforce	3359/tcp   # WG NetForce
   8789  1.86  christos wg-netforce	3359/udp   # WG NetForce
   8790  1.86  christos wg-netforce	3359/udp   # WG NetForce
   8791  1.86  christos wg-netforce	3359/udp   # WG NetForce
   8792  1.86  christos #			   Lee Wheat <wheat&wg.com>
   8793  1.86  christos kv-server	3360/tcp   # KV Server
   8794  1.86  christos kv-server	3360/udp   # KV Server
   8795  1.86  christos kv-server	3360/udp   # KV Server
   8796  1.86  christos kv-server	3360/udp   # KV Server
   8797  1.86  christos kv-agent	3361/tcp   # KV Agent 
   8798  1.86  christos kv-agent	3361/udp   # KV Agent 
   8799  1.86  christos kv-agent	3361/udp   # KV Agent
   8800  1.86  christos kv-agent	3361/udp   # KV Agent
   8801  1.86  christos #			   Thomas Soranno <tom_soranno&cipartners.com>
   8802  1.86  christos dj-ilm		3362/tcp   # DJ ILM
   8803  1.86  christos dj-ilm		3362/udp   # DJ ILM
   8804  1.86  christos dj-ilm		3362/udp   # DJ ILM
   8805  1.86  christos dj-ilm		3362/udp   # DJ ILM
   8806  1.86  christos #			   Don Tyson
   8807  1.86  christos nati-vi-server	3363/tcp   # NATI Vi Server
   8808  1.86  christos nati-vi-server	3363/udp   # NATI Vi Server
   8809  1.86  christos nati-vi-server	3363/udp   # NATI Vi Server
   8810  1.86  christos nati-vi-server	3363/udp   # NATI Vi Server
   8811  1.86  christos #			   Robert Dye <rob&natinst.com>
   8812  1.86  christos creativeserver	3364/tcp   # Creative Server
   8813  1.86  christos creativeserver	3364/udp   # Creative Server
   8814  1.86  christos creativeserver	3364/udp   # Creative Server
   8815  1.86  christos creativeserver	3364/udp   # Creative Server
   8816  1.86  christos contentserver	3365/tcp   # Content Server
   8817  1.86  christos contentserver	3365/udp   # Content Server
   8818  1.86  christos contentserver	3365/udp   # Content Server
   8819  1.86  christos contentserver	3365/udp   # Content Server
   8820  1.86  christos creativepartnr	3366/tcp   # Creative Partner
   8821  1.86  christos creativepartnr	3366/udp   # Creative Partner
   8822  1.86  christos creativepartnr	3366/udp   # Creative Partner
   8823  1.86  christos creativepartnr	3366/udp   # Creative Partner
   8824  1.86  christos #			   Jesus Ortiz <Jesus_A._Ortiz&notes.emotion.com>
   8825  1.86  christos satvid-datalnk	3367/tcp  # Satellite Video Data Link
   8826  1.86  christos satvid-datalnk	3367/udp  # Satellite Video Data Link
   8827  1.86  christos satvid-datalnk	3368/tcp  # Satellite Video Data Link
   8828  1.86  christos satvid-datalnk	3368/udp  # Satellite Video Data Link
   8829  1.86  christos satvid-datalnk	3369/tcp  # Satellite Video Data Link
   8830  1.86  christos satvid-datalnk	3369/udp  # Satellite Video Data Link
   8831  1.86  christos satvid-datalnk	3370/tcp  # Satellite Video Data Link
   8832  1.86  christos satvid-datalnk	3370/udp  # Satellite Video Data Link
   8833  1.86  christos satvid-datalnk	3371/tcp  # Satellite Video Data Link
   8834  1.86  christos satvid-datalnk	3371/udp  # Satellite Video Data Link
   8835  1.86  christos #			   Scott Engel <ScottX_Engel&ccm.jf.intel.com>
   8836  1.86  christos tip2		3372/tcp   # TIP 2
   8837  1.86  christos tip2		3372/udp   # TIP 2
   8838  1.86  christos tip2		3372/udp   # TIP 2
   8839  1.86  christos tip2		3372/udp   # TIP 2
   8840  1.86  christos #			   Keith Evans <keith&loc252.tandem.com>
   8841  1.86  christos lavenir-lm	3373/tcp   # Lavenir License Manager
   8842  1.86  christos lavenir-lm	3373/udp   # Lavenir License Manager
   8843  1.86  christos lavenir-lm	3373/udp   # Lavenir License Manager
   8844  1.86  christos lavenir-lm	3373/udp   # Lavenir License Manager
   8845  1.86  christos #			   Marius Matioc <marius&lavenir.com>
   8846  1.86  christos cluster-disc	3374/tcp   # Cluster Disc
   8847  1.86  christos cluster-disc	3374/udp   # Cluster Disc
   8848  1.86  christos cluster-disc	3374/udp   # Cluster Disc
   8849  1.86  christos cluster-disc	3374/udp   # Cluster Disc
   8850  1.86  christos #			   Jeff Hughes <Jeff.Hughes&columbiasc.ncr.com>
   8851  1.86  christos vsnm-agent	3375/tcp   # VSNM Agent
   8852  1.86  christos vsnm-agent	3375/udp   # VSNM Agent
   8853  1.86  christos vsnm-agent      3375/udp   # VSNM Agent
   8854  1.86  christos vsnm-agent      3375/udp   # VSNM Agent
   8855  1.86  christos #			   Venkat Rangan <venkatr&vitalsigns.com>
   8856  1.86  christos cdbroker	3376/tcp   # CD Broker
   8857  1.86  christos cdbroker	3376/udp   # CD Broker
   8858  1.86  christos cdbroker	3376/udp   # CD Broker
   8859  1.86  christos cdbroker	3376/udp   # CD Broker
   8860  1.86  christos #			   Moon Ho Chung <mchung&esps.com>
   8861  1.86  christos cogsys-lm	3377/tcp   # Cogsys Network License Manager
   8862  1.86  christos cogsys-lm	3377/udp   # Cogsys Network License Manager
   8863  1.86  christos cogsys-lm	3377/udp   # Cogsys Network License Manager
   8864  1.86  christos cogsys-lm	3377/udp   # Cogsys Network License Manager
   8865  1.86  christos #			   Simon Chinnick <support&cogsys.co.uk>
   8866  1.86  christos wsicopy		3378/tcp   # WSICOPY
   8867  1.86  christos wsicopy		3378/udp   # WSICOPY
   8868  1.86  christos wsicopy		3378/udp   # WSICOPY
   8869  1.86  christos wsicopy		3378/udp   # WSICOPY
   8870  1.86  christos #			   James Overby
   8871  1.86  christos socorfs		3379/tcp   # SOCORFS
   8872  1.86  christos socorfs		3379/udp   # SOCORFS
   8873  1.86  christos socorfs		3379/udp   # SOCORFS
   8874  1.86  christos socorfs		3379/udp   # SOCORFS
   8875  1.86  christos #			   Hugo Charbonneau
   8876  1.86  christos sns-channels	3380/tcp   # SNS Channels
   8877  1.86  christos sns-channels	3380/udp   # SNS Channels
   8878  1.86  christos sns-channels	3380/udp   # SNS Channels
   8879  1.86  christos sns-channels	3380/udp   # SNS Channels
   8880  1.86  christos #			   Shekar Pasumarthi <shekarp&firstfloor.com>
   8881  1.86  christos geneous		3381/tcp   # Geneous
   8882  1.86  christos geneous		3381/udp   # Geneous
   8883  1.86  christos geneous		3381/udp   # Geneous
   8884  1.86  christos geneous		3381/udp   # Geneous
   8885  1.86  christos #			   Nick de Smith <nick&desmith.net>
   8886  1.86  christos fujitsu-neat	3382/tcp   # Fujitsu Network Enhanced Antitheft function
   8887  1.86  christos fujitsu-neat	3382/udp   # Fujitsu Network Enhanced Antitheft function
   8888  1.86  christos fujitsu-neat	3382/udp   # Fujitsu Network Enhanced Antitheft function
   8889  1.86  christos fujitsu-neat	3382/udp   # Fujitsu Network Enhanced Antitheft function
   8890  1.86  christos #			   Markku Viima <markku.viima&team.icl.se>
   8891  1.86  christos esp-lm		3383/tcp   # Enterprise Software Products License Manager
   8892  1.86  christos esp-lm		3383/udp   # Enterprise Software Products License Manager
   8893  1.86  christos esp-lm		3383/udp   # Enterprise Software Products License Manager
   8894  1.86  christos esp-lm		3383/udp   # Enterprise Software Products License Manager
   8895  1.86  christos #			   George Rudy <george&entsoft.com>
   8896  1.86  christos hp-clic		3384/tcp   # Cluster Management Services
   8897  1.86  christos hp-clic		3384/udp   # Cluster Management Services
   8898  1.86  christos hp-clic 	3384/udp   # Hardware Management
   8899  1.86  christos hp-clic 	3384/udp   # Hardware Management
   8900  1.86  christos #			   Rajesh Srinivasaraghavan <srajesh&cup.hp.com>
   8901  1.86  christos qnxnetman	3385/tcp   # qnxnetman
   8902  1.86  christos qnxnetman	3385/udp   # qnxnetman
   8903  1.86  christos qnxnetman	3385/udp   # qnxnetman
   8904  1.86  christos qnxnetman	3385/udp   # qnxnetman
   8905  1.86  christos #			   Michael Hunter <mphunter&qnx.com>
   8906  1.86  christos gprs-data	3386/tcp   # GPRS Data
   8907  1.86  christos gprs-data	3386/udp   # GPRS Data
   8908  1.86  christos gprs-sig	3386/udp   # GPRS SIG
   8909  1.86  christos gprs-sig	3386/udp   # GPRS SIG
   8910  1.86  christos #			   Ansgar Bergmann <Ansgar.Bergmann&etsi.fr>
   8911  1.86  christos backroomnet	3387/tcp   # Back Room Net
   8912  1.86  christos backroomnet	3387/udp   # Back Room Net
   8913  1.86  christos backroomnet	3387/udp   # Back Room Net
   8914  1.86  christos backroomnet	3387/udp   # Back Room Net
   8915  1.86  christos #			   Clayton Wilkinson <cwilkinson&carreker.com>
   8916  1.86  christos cbserver	3388/tcp   # CB Server
   8917  1.86  christos cbserver	3388/udp   # CB Server
   8918  1.86  christos cbserver	3388/udp   # CB Server
   8919  1.86  christos cbserver	3388/udp   # CB Server
   8920  1.86  christos #			   Allen Wei <Allen_Wei&arborsoft.com>
   8921  1.86  christos ms-wbt-server	3389/tcp   # MS WBT Server
   8922  1.86  christos ms-wbt-server	3389/udp   # MS WBT Server
   8923  1.86  christos ms-wbt-server	3389/udp   # MS WBT Server
   8924  1.86  christos ms-wbt-server	3389/udp   # MS WBT Server
   8925  1.86  christos #			   Ritu Bahl <ritub&microsoft.com>
   8926  1.86  christos dsc		3390/tcp   # Distributed Service Coordinator
   8927  1.86  christos dsc		3390/udp   # Distributed Service Coordinator
   8928  1.86  christos dsc		3390/udp   # Distributed Service Coordinator
   8929  1.86  christos dsc		3390/udp   # Distributed Service Coordinator
   8930  1.86  christos #			   Chas Honton <chas&secant.com>
   8931  1.86  christos savant		3391/tcp   # SAVANT
   8932  1.86  christos savant		3391/udp   # SAVANT
   8933  1.86  christos savant		3391/udp   # SAVANT
   8934  1.86  christos savant		3391/udp   # SAVANT
   8935  1.86  christos #			   Andy Bruce <franklin_yah&yahoo.com>
   8936  1.86  christos efi-lm		3392/tcp   # EFI License Management
   8937  1.86  christos efi-lm		3392/udp   # EFI License Management
   8938  1.86  christos efi-lm		3392/udp   # EFI License Management
   8939  1.86  christos efi-lm		3392/udp   # EFI License Management
   8940  1.86  christos #			   Ross E. Greinke <greinker&execpc.com>
   8941  1.86  christos d2k-tapestry1	3393/tcp   # D2K Tapestry Client to Server
   8942  1.86  christos d2k-tapestry1	3393/udp   # D2K Tapestry Client to Server
   8943  1.86  christos d2k-tapestry1	3393/udp   # D2K Tapestry Client to Server
   8944  1.86  christos d2k-tapestry1	3393/udp   # D2K Tapestry Client to Server
   8945  1.86  christos d2k-tapestry2	3394/tcp   # D2K Tapestry Server to Server
   8946  1.86  christos d2k-tapestry2	3394/udp   # D2K Tapestry Server to Server
   8947  1.86  christos d2k-tapestry2	3394/udp   # D2K Tapestry Server to Server
   8948  1.86  christos d2k-tapestry2	3394/udp   # D2K Tapestry Server to Server
   8949  1.86  christos #			   Eric Lan <elan&d2k.com>
   8950  1.86  christos dyna-lm		3395/tcp   # Dyna License Manager (Elam)
   8951  1.86  christos dyna-lm		3395/udp   # Dyna License Manager (Elam)
   8952  1.86  christos dyna-lm		3395/udp   # Dyna License Manager (Elam)
   8953  1.86  christos dyna-lm		3395/udp   # Dyna License Manager (Elam)
   8954  1.86  christos #			   Anjana Iyer <anjana&dyna.com>
   8955  1.86  christos printer_agent	3396/tcp   # Printer Agent
   8956  1.86  christos printer_agent	3396/udp   # Printer Agent
   8957  1.86  christos printer_agent	3396/udp   # Printer Agent
   8958  1.86  christos printer_agent	3396/udp   # Printer Agent
   8959  1.86  christos #			   Devon Taylor <dtaylor&novell.com>
   8960  1.86  christos cloanto-lm	3397/tcp   # Cloanto License Manager
   8961  1.86  christos cloanto-lm	3397/udp   # Cloanto License Manager
   8962  1.86  christos cloanto-lm	3397/udp   # Cloanto License Manager 
   8963  1.86  christos cloanto-lm	3397/udp   # Cloanto License Manager 
   8964  1.86  christos #		    	   Takeo Sato <takeo_sato-iana&cloanto.com>
   8965  1.86  christos mercantile	3398/tcp   # Mercantile
   8966  1.86  christos mercantile	3398/udp   # Mercantile
   8967  1.86  christos mercantile	3398/udp   # Mercantile
   8968  1.86  christos mercantile	3398/udp   # Mercantile
   8969  1.86  christos #			   Erik Kragh Jensen <kragh&inet.uni2.dk>
   8970  1.86  christos csms		3399/tcp   # CSMS
   8971  1.86  christos csms		3399/udp   # CSMS
   8972  1.86  christos csms		3399/udp   # CSMS
   8973  1.86  christos csms		3399/udp   # CSMS
   8974  1.86  christos csms2		3400/tcp   # CSMS2
   8975  1.86  christos csms2		3400/udp   # CSMS2
   8976  1.86  christos csms2		3400/udp   # CSMS2
   8977  1.86  christos csms2		3400/udp   # CSMS2
   8978  1.86  christos #			   Markus Michels <mmi&cedros.com>
   8979  1.86  christos filecast        3401/tcp   # filecast
   8980  1.86  christos filecast        3401/udp   # filecast
   8981  1.86  christos filecast        3401/udp   # filecast
   8982  1.86  christos filecast        3401/udp   # filecast
   8983  1.86  christos #                          Eden Sherry <eden&pair.com>
   8984  1.86  christos fxaengine-net   3402/tcp   # FXa Engine Network Port
   8985  1.86  christos fxaengine-net   3402/udp   # FXa Engine Network Port
   8986  1.86  christos fxaengine-net   3402/udp   # FXa Engine Network Port
   8987  1.86  christos fxaengine-net   3402/udp   # FXa Engine Network Port
   8988  1.86  christos #                          Lucas Alonso <luke&demiurgestudios.com> February 2002
   8989  1.86  christos #               3403       De-registered on 2006-10-27
   8990  1.86  christos #               3404       Removed (2002-05-01)
   8991  1.86  christos nokia-ann-ch1   3405/tcp   # Nokia Announcement ch 1
   8992  1.86  christos nokia-ann-ch1   3405/udp   # Nokia Announcement ch 1
   8993  1.86  christos nokia-ann-ch1   3405/udp   # Nokia Announcement ch 1
   8994  1.86  christos nokia-ann-ch1   3405/udp   # Nokia Announcement ch 1
   8995  1.86  christos nokia-ann-ch2   3406/tcp   # Nokia Announcement ch 2
   8996  1.86  christos nokia-ann-ch2   3406/udp   # Nokia Announcement ch 2
   8997  1.86  christos nokia-ann-ch2   3406/udp   # Nokia Announcement ch 2
   8998  1.86  christos nokia-ann-ch2   3406/udp   # Nokia Announcement ch 2
   8999  1.86  christos #                          Morteza Kalhour <Morteza.Kalhour&Nokia.com> February 2002
   9000  1.86  christos ldap-admin      3407/tcp   # LDAP admin server port
   9001  1.86  christos ldap-admin      3407/udp   # LDAP admin server port
   9002  1.86  christos ldap-admin      3407/udp   # LDAP admin server port
   9003  1.86  christos ldap-admin      3407/udp   # LDAP admin server port
   9004  1.86  christos #                          Stephen Tsun <stsun&calient.net> February 2002
   9005  1.86  christos issapi          3408/tcp   # POWERpack API Port
   9006  1.86  christos issapi          3408/udp   # POWERpack API Port
   9007  1.86  christos issapi          3408/udp   # POWERpack API Port
   9008  1.86  christos issapi          3408/udp   # POWERpack API Port
   9009  1.86  christos #                          Colin Griffiths <colin.griffiths&int-link.com> February 2002
   9010  1.86  christos networklens     3409/tcp   # NetworkLens Event Port
   9011  1.86  christos networklens     3409/udp   # NetworkLens Event Port
   9012  1.86  christos networklens     3409/udp   # NetworkLens Event Port
   9013  1.86  christos networklens     3409/udp   # NetworkLens Event Port
   9014  1.86  christos networklenss    3410/tcp   # NetworkLens SSL Event
   9015  1.86  christos networklenss    3410/udp   # NetworkLens SSL Event
   9016  1.86  christos networklenss    3410/udp   # NetworkLens SSL Event
   9017  1.86  christos networklenss    3410/udp   # NetworkLens SSL Event
   9018  1.86  christos #                          Greg Bailey <gbailey&lxpro.com> February 2002
   9019  1.86  christos biolink-auth    3411/tcp   # BioLink Authenteon server
   9020  1.86  christos biolink-auth    3411/udp   # BioLink Authenteon server
   9021  1.86  christos biolink-auth    3411/udp   # BioLink Authenteon server
   9022  1.86  christos biolink-auth    3411/udp   # BioLink Authenteon server
   9023  1.86  christos #                          BioLink Support <reginfo&biolinkusa.com> February 2002
   9024  1.86  christos xmlblaster      3412/tcp   # xmlBlaster
   9025  1.86  christos xmlblaster      3412/udp   # xmlBlaster
   9026  1.86  christos xmlblaster      3412/udp   # xmlBlaster
   9027  1.86  christos xmlblaster      3412/udp   # xmlBlaster
   9028  1.86  christos #                          Marcel Ruff <mr&marcelruff.info> February 2002
   9029  1.86  christos svnet           3413/tcp   # SpecView Networking
   9030  1.86  christos svnet           3413/udp   # SpecView Networking
   9031  1.86  christos svnet           3413/udp   # SpecView Networking
   9032  1.86  christos svnet           3413/udp   # SpecView Networking
   9033  1.86  christos #                          Richard Dickins <rad&specview.com> February 2002
   9034  1.86  christos wip-port        3414/tcp   # BroadCloud WIP Port
   9035  1.86  christos wip-port        3414/udp   # BroadCloud WIP Port
   9036  1.86  christos wip-port        3414/udp   # BroadCloud WIP Port
   9037  1.86  christos wip-port        3414/udp   # BroadCloud WIP Port
   9038  1.86  christos bcinameservice  3415/tcp   # BCI Name Service
   9039  1.86  christos bcinameservice  3415/udp   # BCI Name Service
   9040  1.86  christos bcinameservice  3415/udp   # BCI Name Service
   9041  1.86  christos bcinameservice  3415/udp   # BCI Name Service
   9042  1.86  christos #                          Dennis Parker <dparker&broadcloud.com> February 2002
   9043  1.86  christos commandport     3416/tcp   # AirMobile IS Command Port
   9044  1.86  christos commandport     3416/udp   # AirMobile IS Command Port
   9045  1.86  christos commandport     3416/udp   # AirMobile IS Command Port
   9046  1.86  christos commandport     3416/udp   # AirMobile IS Command Port
   9047  1.86  christos #                          Mike Klein <m.klein&motorla.com> February 2002
   9048  1.86  christos csvr            3417/tcp   # ConServR file translation
   9049  1.86  christos csvr            3417/udp   # ConServR file translation
   9050  1.86  christos csvr            3417/udp   # ConServR file translation
   9051  1.86  christos csvr            3417/udp   # ConServR file translation
   9052  1.86  christos #                          Albert Leung <aleung&biscom.com> February 2002
   9053  1.86  christos rnmap           3418/tcp   # Remote nmap
   9054  1.86  christos rnmap           3418/udp   # Remote nmap
   9055  1.86  christos rnmap           3418/udp   # Remote nmap
   9056  1.86  christos rnmap           3418/udp   # Remote nmap
   9057  1.86  christos #                          Tuomo Makinen <tmakinen&pp.htv.fi> February 2002
   9058  1.86  christos softaudit       3419/tcp   # Isogon SoftAudit
   9059  1.86  christos softaudit       3419/udp   # Isogon SoftAudit
   9060  1.86  christos softaudit       3419/udp   # ISogon SoftAudit
   9061  1.86  christos softaudit       3419/udp   # ISogon SoftAudit
   9062  1.86  christos #                          Per Hellberg <phellberg&isogon.com> February 2002
   9063  1.86  christos ifcp-port       3420/tcp   # iFCP User Port
   9064  1.86  christos ifcp-port       3420/udp   # iFCP User Port
   9065  1.86  christos ifcp-port       3420/udp   # iFCP User Port
   9066  1.86  christos ifcp-port       3420/udp   # iFCP User Port
   9067  1.86  christos #                          RFC 4172 - September 2005
   9068  1.86  christos bmap            3421/tcp   # Bull Apprise portmapper
   9069  1.86  christos bmap            3421/udp   # Bull Apprise portmapper
   9070  1.86  christos bmap            3421/udp   # Bull Apprise portmapper
   9071  1.86  christos bmap            3421/udp   # Bull Apprise portmapper
   9072  1.86  christos #                          Jeremy Gilbert <J.Gilbert&ma30.bull.com>
   9073  1.86  christos rusb-sys-port   3422/tcp   # Remote USB System Port
   9074  1.86  christos rusb-sys-port   3422/udp   # Remote USB System Port
   9075  1.86  christos rusb-sys-port   3422/udp   # Remote USB System Port
   9076  1.86  christos rusb-sys-port   3422/udp   # Remote USB System Port
   9077  1.86  christos #                          Steven Klein <stevek&ionetworks.com> February 2002
   9078  1.86  christos xtrm            3423/tcp   # xTrade Reliable Messaging
   9079  1.86  christos xtrm            3423/udp   # xTrade Reliable Messaging
   9080  1.86  christos xtrm            3423/udp   # xTrade Reliable Messaging
   9081  1.86  christos xtrm            3423/udp   # xTrade Reliable Messaging
   9082  1.86  christos xtrms           3424/tcp   # xTrade over TLS/SSL
   9083  1.86  christos xtrms           3424/udp   # xTrade over TLS/SSL
   9084  1.86  christos xtrms           3424/udp   # xTrade over TLS/SSL
   9085  1.86  christos xtrms           3424/udp   # xTrade over TLS/SSL
   9086  1.86  christos #                          Mats Nilsson <mats.nilsson&xware.se> February 2002
   9087  1.86  christos agps-port       3425/tcp   # AGPS Access Port
   9088  1.86  christos agps-port       3425/udp   # AGPS Access Port
   9089  1.86  christos agps-port       3425/udp   # AGPS Access Port
   9090  1.86  christos agps-port       3425/udp   # AGPS Access Port
   9091  1.86  christos #                          Kristoffer Nilsson
   9092  1.86  christos #                          <kristoffer.nilsson&hutchison3g.com> February 2002
   9093  1.86  christos arkivio         3426/tcp   # Arkivio Storage Protocol
   9094  1.86  christos arkivio         3426/udp   # Arkivio Storage Protocol
   9095  1.86  christos arkivio         3426/udp   # Arkivio Storage Protocol
   9096  1.86  christos arkivio         3426/udp   # Arkivio Storage Protocol
   9097  1.86  christos #                          Bruce Greenblatt <bruce&arkivio.com> February 2002
   9098  1.86  christos websphere-snmp  3427/tcp   # WebSphere SNMP
   9099  1.86  christos websphere-snmp  3427/udp   # WebSphere SNMP
   9100  1.86  christos websphere-snmp  3427/udp   # WebSphere SNMP
   9101  1.86  christos websphere-snmp  3427/udp   # WebSphere SNMP
   9102  1.86  christos #                          Richard Mills <ramills&us.ibm.com> February 2002
   9103  1.86  christos twcss           3428/tcp   # 2Wire CSS
   9104  1.86  christos twcss           3428/udp   # 2Wire CSS
   9105  1.86  christos twcss           3428/udp   # 2Wire CSS
   9106  1.86  christos twcss           3428/udp   # 2Wire CSS
   9107  1.86  christos #                          2Wire IANA Contact <iana&2wire.com> February 2002
   9108  1.86  christos gcsp            3429/tcp   # GCSP user port
   9109  1.86  christos gcsp            3429/udp   # GCSP user port
   9110  1.86  christos gcsp            3429/udp   # GCSP user port
   9111  1.86  christos gcsp            3429/udp   # GCSP user port
   9112  1.86  christos #                          Anirban Majumder <majumderanirban&lycos.com> March 2002
   9113  1.86  christos ssdispatch      3430/tcp   # Scott Studios Dispatch
   9114  1.86  christos ssdispatch      3430/udp   # Scott Studios Dispatch
   9115  1.86  christos ssdispatch      3430/udp   # Scott Studios Dispatch
   9116  1.86  christos ssdispatch      3430/udp   # Scott Studios Dispatch
   9117  1.86  christos #                          Michael Settles <michael.settles&verizon.net> March 2002
   9118  1.86  christos ndl-als         3431/tcp   # Active License Server Port
   9119  1.86  christos ndl-als         3431/udp   # Active License Server Port
   9120  1.86  christos ndl-als         3431/udp   # Active License Server Port
   9121  1.86  christos ndl-als         3431/udp   # Active License Server Port
   9122  1.86  christos #                          Quentin Brown <ndldev&ndl.co.uk> March 2002
   9123  1.86  christos osdcp           3432/tcp   # Secure Device Protocol
   9124  1.86  christos osdcp           3432/udp   # Secure Device Protocol
   9125  1.86  christos osdcp           3432/udp   # Secure Device Protocol
   9126  1.86  christos osdcp           3432/udp   # Secure Device Protocol
   9127  1.86  christos #                          Peter Fernandez <fernandez&omnisec.ch> March 2002
   9128  1.86  christos alta-smp        3433/tcp   # Altaworks Service Management Platform
   9129  1.86  christos alta-smp        3433/udp   # Altaworks Service Management Platform
   9130  1.86  christos alta-smp        3433/udp   # Altaworks Service Management Platform
   9131  1.86  christos alta-smp        3433/udp   # Altaworks Service Management Platform
   9132  1.86  christos #                          Ted Macomber <TedM&Altaworks.com> March 2002
   9133  1.86  christos opencm          3434/tcp   # OpenCM Server
   9134  1.86  christos opencm          3434/udp   # OpenCM Server
   9135  1.86  christos opencm          3434/udp   # OpenCM Server
   9136  1.86  christos opencm          3434/udp   # OpenCM Server
   9137  1.86  christos #                          Jonathan S. Shapiro <registrar&eros-os.org> March 2002
   9138  1.86  christos pacom           3435/tcp   # Pacom Security User Port
   9139  1.86  christos pacom           3435/udp   # Pacom Security User Port
   9140  1.86  christos pacom           3435/udp   # Pacom Security User Port
   9141  1.86  christos pacom           3435/udp   # Pacom Security User Port
   9142  1.86  christos #                          Steve Barton <steveb&pacom.com> March 2002
   9143  1.86  christos gc-config       3436/tcp   # GuardControl Exchange Protocol
   9144  1.86  christos gc-config       3436/udp   # GuardControl Exchange Protocol
   9145  1.86  christos gc-config       3436/udp   # GuardControl Exchange Protocol
   9146  1.86  christos gc-config       3436/udp   # GuardControl Exchange Protocol
   9147  1.86  christos #                          Andreas Schwarz <andi&trancefield.de> March 2002
   9148  1.86  christos autocueds       3437/tcp   # Autocue Directory Service
   9149  1.86  christos autocueds       3437/udp   # Autocue Directory Service
   9150  1.86  christos autocueds       3437/udp   # Autocue Directory Service
   9151  1.86  christos autocueds       3437/udp   # Autocue Directory Service
   9152  1.86  christos #                          Geoff Back <geoff&autocue.co.uk> March 2002
   9153  1.86  christos spiral-admin    3438/tcp   # Spiralcraft Admin
   9154  1.86  christos spiral-admin    3438/udp   # Spiralcraft Admin
   9155  1.86  christos spiral-admin    3438/udp   # Spiralcraft Admin
   9156  1.86  christos spiral-admin    3438/udp   # Spiralcraft Admin
   9157  1.86  christos #                          Michael Toth <mike&spiralcraft.com> March 2002
   9158  1.86  christos hri-port        3439/tcp   # HRI Interface Port
   9159  1.86  christos hri-port        3439/udp   # HRI Interface Port
   9160  1.86  christos hri-port        3439/udp   # HRI Interface Port
   9161  1.86  christos hri-port        3439/udp   # HRI Interface Port
   9162  1.86  christos #                          John Fayos <john.fayos&criticallink.com> March 2002
   9163  1.86  christos ans-console     3440/tcp   # Net Steward Mgmt Console
   9164  1.86  christos ans-console     3440/udp   # Net Steward Mgmt Console
   9165  1.86  christos ans-console     3440/udp   # Net Steward Mgmt Console
   9166  1.86  christos ans-console     3440/udp   # Net Steward Mgmt Console
   9167  1.86  christos #                          John Richmond <developers&securitydesigners.com> March 2002
   9168  1.86  christos connect-client  3441/tcp   # OC Connect Client
   9169  1.86  christos connect-client  3441/udp   # OC Connect Client
   9170  1.86  christos connect-client  3441/udp   # OC Connect Client
   9171  1.86  christos connect-client  3441/udp   # OC Connect Client
   9172  1.86  christos connect-server  3442/tcp   # OC Connect Server
   9173  1.86  christos connect-server  3442/udp   # OC Connect Server
   9174  1.86  christos connect-server  3442/udp   # OC Connect Server
   9175  1.86  christos connect-server  3442/udp   # OC Connect Server
   9176  1.86  christos #                          Mike Velten <mike.Velten&liebert.com> March 2002
   9177  1.86  christos ov-nnm-websrv   3443/tcp   # OpenView Network Node Manager WEB Server
   9178  1.86  christos ov-nnm-websrv   3443/udp   # OpenView Network Node Manager WEB Server
   9179  1.86  christos ov-nnm-websrv   3443/udp   # OpenView Network Node Manager WEB Server
   9180  1.86  christos ov-nnm-websrv   3443/udp   # OpenView Network Node Manager WEB Server
   9181  1.86  christos #                          Anthony Walker <anthony_walker&hp.com> March 2002
   9182  1.86  christos denali-server   3444/tcp   # Denali Server
   9183  1.86  christos denali-server   3444/udp   # Denali Server
   9184  1.86  christos denali-server   3444/udp   # Denali Server
   9185  1.86  christos denali-server   3444/udp   # Denali Server
   9186  1.86  christos #                          Joe Devlin <Joe.Devlin&rocketsoftware.com> March 2002
   9187  1.86  christos monp            3445/tcp   # Media Object Network
   9188  1.86  christos monp            3445/udp   # Media Object Network
   9189  1.86  christos monp            3445/udp   # Media Object Network
   9190  1.86  christos monp            3445/udp   # Media Object Network
   9191  1.86  christos #                          Ron Herardian <rherardi&gssnet.com> March 2002
   9192  1.86  christos 3comfaxrpc      3446/tcp   # 3Com FAX RPC port
   9193  1.86  christos 3comfaxrpc      3446/udp   # 3Com FAX RPC port
   9194  1.86  christos 3comfaxrpc      3446/udp   # 3Com FAX RPC port
   9195  1.86  christos 3comfaxrpc      3446/udp   # 3Com FAX RPC port
   9196  1.86  christos #                          Christopher Wells <christopher_wells&3com.com> April 2002
   9197  1.86  christos directnet	3447/tcp   # DirectNet IM System
   9198  1.86  christos directnet	3447/udp   # DirectNet IM System
   9199  1.86  christos directnet	3447/udp   # DirectNet IM System
   9200  1.86  christos directnet	3447/udp   # DirectNet IM System
   9201  1.86  christos #                          Gregory Richards <Richards&codu.org> April 2002
   9202  1.86  christos dnc-port        3448/tcp   # Discovery and Net Config
   9203  1.86  christos dnc-port        3448/udp   # Discovery and Net Config
   9204  1.86  christos dnc-port        3448/udp   # Discovery and Net Config
   9205  1.86  christos dnc-port        3448/udp   # Discovery and Net Config
   9206  1.86  christos #                          Chi Chen <chichen&us.ibm.com> April 2002
   9207  1.86  christos hotu-chat       3449/tcp   # HotU Chat
   9208  1.86  christos hotu-chat       3449/udp   # HotU Chat
   9209  1.86  christos hotu-chat       3449/udp   # HotU Chat
   9210  1.86  christos hotu-chat       3449/udp   # HotU Chat
   9211  1.86  christos #                          Tim Burgess <tim&hotu.com> April 2002
   9212  1.86  christos castorproxy     3450/tcp   # CAStorProxy
   9213  1.86  christos castorproxy     3450/udp   # CAStorProxy
   9214  1.86  christos castorproxy     3450/udp   # CAStorProxy
   9215  1.86  christos castorproxy     3450/udp   # CAStorProxy
   9216  1.86  christos #                          Raymond J. Young <Raymond.Young&ca.com> April 2002
   9217  1.86  christos asam            3451/tcp   # ASAM Services
   9218  1.86  christos asam            3451/udp   # ASAM Services
   9219  1.86  christos asam            3451/udp   # ASAM Services
   9220  1.86  christos asam            3451/udp   # ASAM Services
   9221  1.86  christos #                          Mike Gossett <mike&omnibond.com> April 2002
   9222  1.86  christos sabp-signal     3452/tcp   # SABP-Signalling Protocol
   9223  1.86  christos sabp-signal     3452/udp   # SABP-Signalling Protocol
   9224  1.86  christos sabp-signal     3452/udp   # SABP-Signalling Protocol
   9225  1.86  christos sabp-signal     3452/udp   # SABP-Signalling Protocol
   9226  1.86  christos #                          Brendan McWilliams <brendan.mcwilliams&vf.vodafone.co.uk> April 2002
   9227  1.86  christos pscupd          3453/tcp   # PSC Update Port
   9228  1.86  christos pscupd          3453/udp   # PSC Update Port
   9229  1.86  christos pscupd          3453/udp   # PSC Update Port
   9230  1.86  christos pscupd          3453/udp   # PSC Update Port
   9231  1.86  christos #                          Reid B. Ligon <reid.ligon&pscnet.com>
   9232  1.86  christos mira            3454/tcp   # Apple Remote Access Protocol
   9233  1.86  christos mira            3454/udp   # Apple Remote Access Protocol
   9234  1.86  christos #                          Mike Alexander <mta&um.cc.umich.edu>
   9235  1.86  christos prsvp           3455/tcp   # RSVP Port
   9236  1.86  christos prsvp           3455/udp   # RSVP Port
   9237  1.86  christos prsvp           3455/udp   # RSVP Port
   9238  1.86  christos prsvp           3455/udp   # RSVP Port
   9239  1.86  christos #                          Bob Braden <Braden&isi.edu>
   9240  1.86  christos vat             3456/tcp   # VAT default data
   9241  1.86  christos vat             3456/udp   # VAT default data
   9242  1.86  christos vat             3456/udp   # VAT default data
   9243  1.86  christos vat             3456/udp   # VAT default data
   9244  1.86  christos #                          Van Jacobson <van&ee.lbl.gov>
   9245  1.86  christos vat-control     3457/tcp   # VAT default control
   9246  1.86  christos vat-control     3457/udp   # VAT default control
   9247  1.86  christos vat-control     3457/udp   # VAT default control
   9248  1.86  christos vat-control     3457/udp   # VAT default control
   9249  1.86  christos #                          Van Jacobson <van&ee.lbl.gov>
   9250  1.86  christos d3winosfi       3458/tcp   # D3WinOSFI
   9251  1.86  christos d3winosfi       3458/udp   # D3WinOSFI
   9252  1.86  christos d3winosfi       3458/udp   # D3WinOSFI
   9253  1.86  christos d3winosfi       3458/udp   # D3WinOSFI
   9254  1.86  christos #                          Brad Hamilton <bh&picksys.com>
   9255  1.86  christos integral        3459/tcp   # TIP Integral
   9256  1.86  christos integral        3459/udp   # TIP Integral
   9257  1.86  christos integral        3459/udp   # TIP Integral
   9258  1.86  christos integral        3459/udp   # TIP Integral
   9259  1.86  christos #                          Olivier Mascia <om&tipgroup.com>
   9260  1.86  christos edm-manager     3460/tcp   # EDM Manger
   9261  1.86  christos edm-manager     3460/udp   # EDM Manger
   9262  1.86  christos edm-manager     3460/udp   # EDM Manger
   9263  1.86  christos edm-manager     3460/udp   # EDM Manger
   9264  1.86  christos edm-stager      3461/tcp   # EDM Stager
   9265  1.86  christos edm-stager      3461/udp   # EDM Stager
   9266  1.86  christos edm-stager      3461/udp   # EDM Stager
   9267  1.86  christos edm-stager      3461/udp   # EDM Stager
   9268  1.86  christos edm-std-notify  3462/tcp   # EDM STD Notify
   9269  1.86  christos edm-std-notify  3462/udp   # EDM STD Notify
   9270  1.86  christos edm-std-notify  3462/udp   # EDM STD Notify
   9271  1.86  christos edm-std-notify  3462/udp   # EDM STD Notify
   9272  1.86  christos edm-adm-notify  3463/tcp   # EDM ADM Notify
   9273  1.86  christos edm-adm-notify  3463/udp   # EDM ADM Notify
   9274  1.86  christos edm-adm-notify  3463/udp   # EDM ADM Notify
   9275  1.86  christos edm-adm-notify  3463/udp   # EDM ADM Notify
   9276  1.86  christos edm-mgr-sync    3464/tcp   # EDM MGR Sync
   9277  1.86  christos edm-mgr-sync    3464/udp   # EDM MGR Sync
   9278  1.86  christos edm-mgr-sync    3464/udp   # EDM MGR Sync
   9279  1.86  christos edm-mgr-sync    3464/udp   # EDM MGR Sync
   9280  1.86  christos edm-mgr-cntrl   3465/tcp   # EDM MGR Cntrl
   9281  1.86  christos edm-mgr-cntrl   3465/udp   # EDM MGR Cntrl
   9282  1.86  christos edm-mgr-cntrl   3465/udp   # EDM MGR Cntrl
   9283  1.86  christos edm-mgr-cntrl   3465/udp   # EDM MGR Cntrl
   9284  1.86  christos #                          Tom Hennessy <thenn&novadigm.com>
   9285  1.86  christos workflow        3466/tcp   # WORKFLOW
   9286  1.86  christos workflow        3466/udp   # WORKFLOW
   9287  1.86  christos workflow        3466/udp   # WORKFLOW
   9288  1.86  christos workflow        3466/udp   # WORKFLOW
   9289  1.86  christos #                          Robert Hufsky <rhufsky&csesys.co.at>
   9290  1.86  christos rcst            3467/tcp   # RCST
   9291  1.86  christos rcst            3467/udp   # RCST
   9292  1.86  christos rcst            3467/udp   # RCST
   9293  1.86  christos rcst            3467/udp   # RCST
   9294  1.86  christos #                          Kit Sturgeon <Kit&remotecontrolsextoys.com>
   9295  1.86  christos ttcmremotectrl  3468/tcp   # TTCM Remote Controll
   9296  1.86  christos ttcmremotectrl  3468/udp   # TTCM Remote Controll
   9297  1.86  christos ttcmremotectrl  3468/udp   # TTCM Remote Controll
   9298  1.86  christos ttcmremotectrl  3468/udp   # TTCM Remote Controll
   9299  1.86  christos #                          Yossi Cohen-Shahar <yossi&proxy.co.il>
   9300  1.86  christos pluribus        3469/tcp   # Pluribus
   9301  1.86  christos pluribus        3469/udp   # Pluribus
   9302  1.86  christos pluribus        3469/udp   # Pluribus
   9303  1.86  christos pluribus        3469/udp   # Pluribus
   9304  1.86  christos #                          Mark Miller <markm&caplet.com>
   9305  1.86  christos jt400           3470/tcp   # jt400
   9306  1.86  christos jt400           3470/udp   # jt400
   9307  1.86  christos jt400           3470/udp   # jt400
   9308  1.86  christos jt400           3470/udp   # jt400
   9309  1.86  christos jt400-ssl       3471/tcp   # jt400-ssl
   9310  1.86  christos jt400-ssl       3471/udp   # jt400-ssl
   9311  1.86  christos jt400-ssl       3471/udp   # jt400-ssl
   9312  1.86  christos jt400-ssl       3471/udp   # jt400-ssl
   9313  1.86  christos #                          Clifton Nock <cnock&us.ibm.com>
   9314  1.86  christos jaugsremotec-1  3472/tcp   # JAUGS N-G Remotec 1
   9315  1.86  christos jaugsremotec-1  3472/udp   # JAUGS N-G Remotec 1
   9316  1.86  christos jaugsremotec-1  3472/udp   # JAUGS N-G Remotec 1
   9317  1.86  christos jaugsremotec-1  3472/udp   # JAUGS N-G Remotec 1
   9318  1.86  christos jaugsremotec-2  3473/tcp   # JAUGS N-G Remotec 2
   9319  1.86  christos jaugsremotec-2  3473/udp   # JAUGS N-G Remotec 2
   9320  1.86  christos jaugsremotec-2  3473/udp   # JAUGS N-G Remotec 2
   9321  1.86  christos jaugsremotec-2  3473/udp   # JAUGS N-G Remotec 2
   9322  1.86  christos #                          Steven B. Cliff <scliff&remotec-andros.com> April 2002
   9323  1.86  christos ttntspauto      3474/tcp   # TSP Automation
   9324  1.86  christos ttntspauto      3474/udp   # TSP Automation
   9325  1.86  christos ttntspauto      3474/udp   # TSP Automation
   9326  1.86  christos ttntspauto      3474/udp   # TSP Automation
   9327  1.86  christos #                          Arnie Koster <akoster&teltone.com> April 2002
   9328  1.86  christos genisar-port    3475/tcp   # Genisar Comm Port
   9329  1.86  christos genisar-port    3475/udp   # Genisar Comm Port
   9330  1.86  christos genisar-port    3475/udp   # Genisar Comm Port
   9331  1.86  christos genisar-port    3475/udp   # Genisar Comm Port
   9332  1.86  christos #                          Candace Niccolson <cniccolson&genisar.com> April 2002
   9333  1.86  christos nppmp           3476/tcp   # NVIDIA Mgmt Protocol
   9334  1.86  christos nppmp           3476/udp   # NVIDIA Mgmt Protocol
   9335  1.86  christos nppmp           3476/udp   # NVIDIA Mgmt Protocol
   9336  1.86  christos nppmp           3476/udp   # NVIDIA Mgmt Protocol
   9337  1.86  christos #                          Gilbert Yeung <gyeung&nvidia.com> April 2002
   9338  1.86  christos ecomm           3477/tcp   # eComm link port
   9339  1.86  christos ecomm           3477/udp   # eComm link port
   9340  1.86  christos ecomm           3477/udp   # eComm link port
   9341  1.86  christos ecomm           3477/udp   # eComm link port
   9342  1.86  christos #                          Thomas Soerensen <thomassoerensen&stofanet.dk> April 2002
   9343  1.86  christos nat-stun-port   3478/tcp   # Simple Traversal of UDP Through NAT (STUN) port
   9344  1.86  christos nat-stun-port   3478/udp   # Simple Traversal of UDP Through NAT (STUN) port
   9345  1.86  christos nat-stun-port   3478/udp   # Simple Traversal of UDP Through NAT (STUN) port
   9346  1.86  christos nat-stun-port   3478/udp   # Simple Traversal of UDP Through NAT (STUN) port
   9347  1.86  christos #                          Jonathan Rosenberg <jdrosen&dynamicsoft.com> April 2002
   9348  1.86  christos twrpc           3479/tcp   # 2Wire RPC
   9349  1.86  christos twrpc           3479/udp   # 2Wire RPC
   9350  1.86  christos twrpc           3479/udp   # 2Wire RPC
   9351  1.86  christos twrpc           3479/udp   # 2Wire RPC
   9352  1.86  christos #                          2Wire IANA Contact <iana&2wire.com> April 2002
   9353  1.86  christos plethora        3480/tcp   # Secure Virtual Workspace
   9354  1.86  christos plethora        3480/udp   # Secure Virtual Workspace
   9355  1.86  christos plethora        3480/udp   # Secure Virtual Workspace
   9356  1.86  christos plethora        3480/udp   # Secure Virtual Workspace
   9357  1.86  christos #                          Tim Simms <tsimms&plethoratech.com> April 2002
   9358  1.86  christos cleanerliverc   3481/tcp   # CleanerLive remote ctrl
   9359  1.86  christos cleanerliverc   3481/udp   # CleanerLive remote ctrl
   9360  1.86  christos cleanerliverc   3481/udp   # CleanerLive remote ctrl
   9361  1.86  christos cleanerliverc   3481/udp   # CleanerLive remote ctrl
   9362  1.86  christos #                          David Mojdehi <david.mojdehi&autodesk.com> April 2002
   9363  1.86  christos vulture         3482/tcp   # Vulture Monitoring System
   9364  1.86  christos vulture         3482/udp   # Vulture Monitoring System
   9365  1.86  christos vulture         3482/udp   # Vulture Monitoring System
   9366  1.86  christos vulture         3482/udp   # Vulture Monitoring System
   9367  1.86  christos #                          Jason Santos <jason.santos&megaslow.net> April 2002
   9368  1.86  christos slim-devices    3483/tcp   # Slim Devices Protocol
   9369  1.86  christos slim-devices    3483/udp   # Slim Devices Protocol
   9370  1.86  christos slim-devices    3483/udp   # Slim Devices Protocol
   9371  1.86  christos slim-devices    3483/udp   # Slim Devices Protocol
   9372  1.86  christos #                          Sean Adams <sean&slimdevices.com> May 2002
   9373  1.86  christos gbs-stp         3484/tcp   # GBS SnapTalk Protocol
   9374  1.86  christos gbs-stp         3484/udp   # GBS SnapTalk Protocol
   9375  1.86  christos gbs-stp         3484/udp   # GBS SnapTalk Protocol
   9376  1.86  christos gbs-stp         3484/udp   # GBS SnapTalk Protocol
   9377  1.86  christos #                          Eric Harris-Braun <eric&glassbead.com> May 2002
   9378  1.86  christos celatalk        3485/tcp   # CelaTalk
   9379  1.86  christos celatalk        3485/udp   # CelaTalk
   9380  1.86  christos celatalk        3485/udp   # CelaTalk
   9381  1.86  christos celatalk        3485/udp   # CelaTalk
   9382  1.86  christos #                          Carl Blundell <cblundell&celador.co.uk> May 2002
   9383  1.86  christos ifsf-hb-port    3486/tcp   # IFSF Heartbeat Port
   9384  1.86  christos ifsf-hb-port    3486/udp   # IFSF Heartbeat Port
   9385  1.86  christos ifsf-hb-port    3486/udp   # IFSF Heartbeat Port
   9386  1.86  christos ifsf-hb-port    3486/udp   # IFSF Heartbeat Port
   9387  1.86  christos #                          IFSF Secretary <secretary&ifsf.org> May 2002
   9388  1.86  christos ltctcp          3487/tcp   # LISA TCP Transfer Channel
   9389  1.86  christos ltctcp          3487/udp   # LISA TCP Transfer Channel
   9390  1.86  christos ltcudp          3487/udp   # LISA UDP Transfer Channel
   9391  1.86  christos ltcudp          3487/udp   # LISA UDP Transfer Channel
   9392  1.86  christos #                          Pit Vetterick <pit&3dgo.com> May 2002
   9393  1.86  christos fs-rh-srv       3488/tcp   # FS Remote Host Server
   9394  1.86  christos fs-rh-srv       3488/udp   # FS Remote Host Server
   9395  1.86  christos fs-rh-srv       3488/udp   # FS Remote Host Server
   9396  1.86  christos fs-rh-srv       3488/udp   # FS Remote Host Server
   9397  1.86  christos #                          Brian Nickles <RogueSpear91&hotmail.com> May 2002
   9398  1.86  christos dtp-dia         3489/tcp   # DTP/DIA
   9399  1.86  christos dtp-dia         3489/udp   # DTP/DIA
   9400  1.86  christos dtp-dia         3489/udp   # DTP/DIA
   9401  1.86  christos dtp-dia         3489/udp   # DTP/DIA
   9402  1.86  christos #                          Alexei V. Soloviev <avsolov&lab127.karelia.ru> May 2002
   9403  1.86  christos colubris        3490/tcp   # Colubris Management Port
   9404  1.86  christos colubris        3490/udp   # Colubris Management Port
   9405  1.86  christos colubris        3490/udp   # Colubris Management Port
   9406  1.86  christos colubris        3490/udp   # Colubris Management Port
   9407  1.86  christos #                          Gilbert Moineau <gilbert.moineau&colubris.com> May 2002
   9408  1.86  christos swr-port        3491/tcp   # SWR Port
   9409  1.86  christos swr-port        3491/udp   # SWR Port
   9410  1.86  christos swr-port        3491/udp   # SWR Port 
   9411  1.86  christos swr-port        3491/udp   # SWR Port 
   9412  1.86  christos #                          Ian Manning <imanning&dtsuk.com> May 2002
   9413  1.86  christos tvdumtray-port  3492/tcp   # TVDUM Tray Port
   9414  1.86  christos tvdumtray-port  3492/udp   # TVDUM Tray Port
   9415  1.86  christos tvdumtray-port  3492/udp   # TVDUM Tray Port
   9416  1.86  christos tvdumtray-port  3492/udp   # TVDUM Tray Port
   9417  1.86  christos #                          Peter Boers <boers&isisglobal.nl> May 2002 
   9418  1.86  christos nut             3493/tcp   # Network UPS Tools
   9419  1.86  christos nut             3493/udp   # Network UPS Tools
   9420  1.86  christos nut             3493/udp   # Network UPS Tools
   9421  1.86  christos nut             3493/udp   # Network UPS Tools
   9422  1.86  christos #                          Russell Kroll <nut-iana&exploits.org> May 2002
   9423  1.86  christos ibm3494         3494/tcp   # IBM 3494
   9424  1.86  christos ibm3494         3494/udp   # IBM 3494
   9425  1.86  christos ibm3494         3494/udp   # IBM 3494
   9426  1.86  christos ibm3494         3494/udp   # IBM 3494
   9427  1.86  christos #                          Jeffrey Pilch <jpilch&us.ibm.com>
   9428  1.86  christos seclayer-tcp    3495/tcp   # securitylayer over tcp
   9429  1.86  christos seclayer-tcp    3495/udp   # securitylayer over tcp
   9430  1.86  christos seclayer-tcp    3495/udp   # securitylayer over tcp
   9431  1.86  christos seclayer-tcp    3495/udp   # securitylayer over tcp
   9432  1.86  christos seclayer-tls    3496/tcp   # securitylayer over tls
   9433  1.86  christos seclayer-tls    3496/udp   # securitylayer over tls
   9434  1.86  christos seclayer-tls    3496/udp   # securitylayer over tls
   9435  1.86  christos seclayer-tls    3496/udp   # securitylayer over tls
   9436  1.86  christos #                          Arno Hollosi <arno.hollosi&cio.gv.at> March 2002
   9437  1.86  christos ipether232port  3497/tcp   # ipEther232Port
   9438  1.86  christos ipether232port  3497/udp   # ipEther232Port
   9439  1.86  christos ipether232port  3497/udp   # ipEther232Port
   9440  1.86  christos ipether232port  3497/udp   # ipEther232Port
   9441  1.86  christos #                          Marcus Leufgen <leufgen&ipcas.de> May 2002
   9442  1.86  christos dashpas-port    3498/tcp   # DASHPAS user port
   9443  1.86  christos dashpas-port    3498/udp   # DASHPAS user port
   9444  1.86  christos dashpas-port    3498/udp   # DASHPAS user port
   9445  1.86  christos dashpas-port    3498/udp   # DASHPAS user port
   9446  1.86  christos #                          Albrecht Mayer <albrecht.mayer&infineon.com> May 2002
   9447  1.86  christos sccip-media     3499/tcp   # SccIP Media
   9448  1.86  christos sccip-media     3499/udp   # SccIP Media
   9449  1.86  christos sccip-media     3499/udp   # SccIP Media
   9450  1.86  christos sccip-media     3499/udp   # SccIP Media
   9451  1.86  christos #                          David Yon <dyon&dialout.net> May 2002
   9452  1.86  christos rtmp-port       3500/tcp   # RTMP Port
   9453  1.86  christos rtmp-port       3500/udp   # RTMP Port
   9454  1.86  christos rtmp-port       3500/udp   # RTMP Port
   9455  1.86  christos rtmp-port       3500/udp   # RTMP Port
   9456  1.86  christos #                          Miriam Wohlgelernter <miriamw&adirtech.com>
   9457  1.86  christos isoft-p2p       3501/tcp   # iSoft-P2P
   9458  1.86  christos isoft-p2p       3501/udp   # iSoft-P2P
   9459  1.86  christos isoft-p2p       3501/udp   # iSoft-P2P
   9460  1.86  christos isoft-p2p       3501/udp   # iSoft-P2P
   9461  1.86  christos #                          David Walling <dwalling&isoft.com>
   9462  1.86  christos avinstalldisc   3502/tcp   # Avocent Install Discovery
   9463  1.86  christos avinstalldisc   3502/udp   # Avocent Install Discovery
   9464  1.86  christos avinstalldisc   3502/udp   # Avocent Install Discovery
   9465  1.86  christos avinstalldisc   3502/udp   # Avocent Install Discovery
   9466  1.86  christos #                          Brian S. Stewart <Brian.Stewart&Avovent.com>
   9467  1.86  christos lsp-ping        3503/tcp   # MPLS LSP-echo Port
   9468  1.86  christos lsp-ping        3503/udp   # MPLS LSP-echo Port
   9469  1.86  christos lsp-ping        3503/udp   # MPLS LSP-echo Port
   9470  1.86  christos lsp-ping        3503/udp   # MPLS LSP-echo Port
   9471  1.86  christos #                          Ping Pan <pingpan&juniper.net>
   9472  1.86  christos ironstorm       3504/tcp   # IronStorm game server
   9473  1.86  christos ironstorm       3504/udp   # IronStorm game server
   9474  1.86  christos ironstorm       3504/udp   # IronStorm game server
   9475  1.86  christos ironstorm       3504/udp   # IronStorm game server
   9476  1.86  christos #                          Arnaud Clermonte <clermonte&4xtechnologies.com>
   9477  1.86  christos ccmcomm         3505/tcp   # CCM communications port
   9478  1.86  christos ccmcomm         3505/udp   # CCM communications port
   9479  1.86  christos ccmcomm         3505/udp   # CCM communications port
   9480  1.86  christos ccmcomm         3505/udp   # CCM communications port
   9481  1.86  christos #                          Tom Bougan <tomb&apptechsys.com>
   9482  1.86  christos apc-3506        3506/tcp   # APC 3506
   9483  1.86  christos apc-3506        3506/udp   # APC 3506
   9484  1.86  christos apc-3506        3506/udp   # APC 3506
   9485  1.86  christos apc-3506        3506/udp   # APC 3506
   9486  1.86  christos #                          American Power Conversion <ports&apcc.com>
   9487  1.86  christos nesh-broker     3507/tcp   # Nesh Broker Port
   9488  1.86  christos nesh-broker     3507/udp   # Nesh Broker Port
   9489  1.86  christos nesh-broker     3507/udp   # Nesh Broker Port
   9490  1.86  christos nesh-broker     3507/udp   # Nesh Broker Port
   9491  1.86  christos #                          Jeremy Maiden <jeremy&komarr.demon.co.uk>
   9492  1.86  christos interactionweb  3508/tcp   # Interaction Web
   9493  1.86  christos interactionweb  3508/udp   # Interaction Web
   9494  1.86  christos interactionweb  3508/udp   # Interaction Web
   9495  1.86  christos interactionweb  3508/udp   # Interaction Web
   9496  1.86  christos #                          Mike Gagle <mikeg&inin.com>
   9497  1.86  christos vt-ssl          3509/tcp   # Virtual Token SSL Port
   9498  1.86  christos vt-ssl          3509/udp   # Virtual Token SSL Port
   9499  1.86  christos vt-ssl          3509/udp   # Virtual Token SSL Port
   9500  1.86  christos vt-ssl          3509/udp   # Virtual Token SSL Port
   9501  1.86  christos #                          Libor Sykora <libor.sykora&st.com> May 2002
   9502  1.86  christos xss-port        3510/tcp   # XSS Port
   9503  1.86  christos xss-port        3510/udp   # XSS Port
   9504  1.86  christos xss-port        3510/udp   # XSS Port
   9505  1.86  christos xss-port        3510/udp   # XSS Port
   9506  1.86  christos #                          Joe Purcell <jpurcell&ensuretech.com> May 2002
   9507  1.86  christos webmail-2       3511/tcp   # WebMail/2
   9508  1.86  christos webmail-2       3511/udp   # WebMail/2
   9509  1.86  christos webmail-2       3511/udp   # WebMail/2
   9510  1.86  christos webmail-2       3511/udp   # WebMail/2
   9511  1.86  christos #                          Dimitris Michelinakis <dimitris&michelinakis.gr> May 2002
   9512  1.86  christos aztec           3512/tcp   # Aztec Distribution Port
   9513  1.86  christos aztec           3512/udp   # Aztec Distribution Port
   9514  1.86  christos aztec           3512/udp   # Aztec Distribution Port
   9515  1.86  christos aztec           3512/udp   # Aztec Distribution Port
   9516  1.86  christos #                          Alan Francis <AlanF&zonal.co.uk> May 2002
   9517  1.86  christos arcpd           3513/tcp   # Adaptec Remote Protocol
   9518  1.86  christos arcpd           3513/udp   # Adaptec Remote Protocol
   9519  1.86  christos arcpd           3513/udp   # Adaptec Remote Protocol
   9520  1.86  christos arcpd           3513/udp   # Adaptec Remote Protocol
   9521  1.86  christos #                          Hardy Doelfel <hardy_doelfel&adaptec.com> May 2002
   9522  1.86  christos must-p2p        3514/tcp   # MUST Peer to Peer
   9523  1.86  christos must-p2p        3514/udp   # MUST Peer to Peer
   9524  1.86  christos must-p2p        3514/udp   # MUST Peer to Peer
   9525  1.86  christos must-p2p        3514/udp   # MUST Peer to Peer
   9526  1.86  christos must-backplane  3515/tcp   # MUST Backplane
   9527  1.86  christos must-backplane  3515/udp   # MUST Backplane
   9528  1.86  christos must-backplane  3515/udp   # MUST Backplane
   9529  1.86  christos must-backplane  3515/udp   # MUST Backplane
   9530  1.86  christos #                          Rick Stefanik <r.stefanik&gatelinx.com> May 2002
   9531  1.86  christos smartcard-port  3516/tcp   # Smartcard Port
   9532  1.86  christos smartcard-port  3516/udp   # Smartcard Port
   9533  1.86  christos smartcard-port  3516/udp   # Smartcard Port 
   9534  1.86  christos smartcard-port  3516/udp   # Smartcard Port 
   9535  1.86  christos #                          Scott Guthery <sguthery&mobile-mind.com> May 2002
   9536  1.86  christos 802-11-iapp     3517/tcp   # IEEE 802.11 WLANs WG IAPP
   9537  1.86  christos 802-11-iapp     3517/udp   # IEEE 802.11 WLANs WG IAPP
   9538  1.86  christos 802-11-iapp     3517/udp   # IEEE 802.11 WLANs WG IAPP
   9539  1.86  christos 802-11-iapp     3517/udp   # IEEE 802.11 WLANs WG IAPP
   9540  1.86  christos #                          Stuart J. Kerry (Chair IEEE 802.11 WG)
   9541  1.86  christos #                          <stuart&ok-brit.com> May 2002
   9542  1.86  christos artifact-msg    3518/tcp   # Artifact Message Server
   9543  1.86  christos artifact-msg    3518/udp   # Artifact Message Server
   9544  1.86  christos artifact-msg    3518/udp   # Artifact Message Server
   9545  1.86  christos artifact-msg    3518/udp   # Artifact Message Server
   9546  1.86  christos #                          Ron Capwell <ron&artifactsoftware.com> June 2002
   9547  1.86  christos nvmsgd          3519/tcp   # Netvion Messenger Port
   9548  1.86  christos nvmsgd          3519/udp   # Netvion Messenger Port
   9549  1.86  christos galileo         3519/udp   # Netvion Galileo Port
   9550  1.86  christos galileo         3519/udp   # Netvion Galileo Port
   9551  1.86  christos galileolog      3520/tcp   # Netvion Galileo Log Port
   9552  1.86  christos galileolog      3520/udp   # Netvion Galileo Log Port
   9553  1.86  christos galileolog      3520/udp   # Netvion Galileo Log Port
   9554  1.86  christos galileolog      3520/udp   # Netvion Galileo Log Port
   9555  1.86  christos #                          Ray Caruso <ray.caruso&netvion.com> June 2002
   9556  1.86  christos mc3ss           3521/tcp   # Telequip Labs MC3SS
   9557  1.86  christos mc3ss           3521/udp   # Telequip Labs MC3SS
   9558  1.86  christos mc3ss           3521/udp   # Telequip Labs MC3SS
   9559  1.86  christos mc3ss           3521/udp   # Telequip Labs MC3SS
   9560  1.86  christos #                          Michael Sparks <msparks&telequiplabs.com> June 2002
   9561  1.86  christos nssocketport    3522/tcp   # DO over NSSocketPort
   9562  1.86  christos nssocketport    3522/udp   # DO over NSSocketPort
   9563  1.86  christos nssocketport    3522/udp   # DO over NSSocketPort
   9564  1.86  christos nssocketport    3522/udp   # DO over NSSocketPort
   9565  1.86  christos #                          Douglas Davidson <drd&apple.com> June 2002
   9566  1.86  christos odeumservlink   3523/tcp   # Odeum Serverlink 
   9567  1.86  christos odeumservlink   3523/udp   # Odeum Serverlink 
   9568  1.86  christos odeumservlink   3523/udp   # Odeum Serverlink
   9569  1.86  christos odeumservlink   3523/udp   # Odeum Serverlink
   9570  1.86  christos #                          Mads Peter Back <iana-contact&webhouse.dk> June 2002
   9571  1.86  christos ecmport         3524/tcp   # ECM Server port
   9572  1.86  christos ecmport         3524/udp   # ECM Server port
   9573  1.86  christos ecmport         3524/udp   # ECM Server port
   9574  1.86  christos ecmport         3524/udp   # ECM Server port
   9575  1.86  christos eisport         3525/tcp   # EIS Server port
   9576  1.86  christos eisport         3525/udp   # EIS Server port
   9577  1.86  christos eisport         3525/udp   # EIS Server port
   9578  1.86  christos eisport         3525/udp   # EIS Server port
   9579  1.86  christos #                          Paul Kraus <paul.kraus&veritas.com> June 2002
   9580  1.86  christos starquiz-port   3526/tcp   # starQuiz Port
   9581  1.86  christos starquiz-port   3526/udp   # starQuiz Port
   9582  1.86  christos starquiz-port   3526/udp   # starQuiz Port
   9583  1.86  christos starquiz-port   3526/udp   # starQuiz Port
   9584  1.86  christos #                          Adam Ernst <contact&cosmicsoft.net> June 2002
   9585  1.86  christos beserver-msg-q  3527/tcp   # VERITAS Backup Exec Server
   9586  1.86  christos beserver-msg-q  3527/udp   # VERITAS Backup Exec Server
   9587  1.86  christos beserver-msg-q  3527/udp   # VERITAS Backup Exec Server
   9588  1.86  christos beserver-msg-q  3527/udp   # VERITAS Backup Exec Server
   9589  1.86  christos #                          Katherine Wattwood <katherine.wattwood&veritas.com> June 2002
   9590  1.86  christos jboss-iiop      3528/tcp   # JBoss IIOP
   9591  1.86  christos jboss-iiop      3528/udp   # JBoss IIOP
   9592  1.86  christos jboss-iiop      3528/udp   # JBoss IIOP
   9593  1.86  christos jboss-iiop      3528/udp   # JBoss IIOP
   9594  1.86  christos jboss-iiop-ssl  3529/tcp   # JBoss IIOP/SSL
   9595  1.86  christos jboss-iiop-ssl  3529/udp   # JBoss IIOP/SSL
   9596  1.86  christos jboss-iiop-ssl  3529/udp   # JBoss IIOP/SSL
   9597  1.86  christos jboss-iiop-ssl  3529/udp   # JBoss IIOP/SSL
   9598  1.86  christos #                          Francisco Reverbel <reverbel&ime.usp.br> June 2002
   9599  1.86  christos gf              3530/tcp   # Grid Friendly
   9600  1.86  christos gf              3530/udp   # Grid Friendly
   9601  1.86  christos gf              3530/udp   # Grid Friendly
   9602  1.86  christos gf              3530/udp   # Grid Friendly
   9603  1.86  christos #                          Daivd P. Chassin <david.chassin&pnl.gov> June 2002
   9604  1.86  christos joltid          3531/tcp   # Joltid
   9605  1.86  christos joltid          3531/udp   # Joltid
   9606  1.86  christos joltid          3531/udp   # Joltid
   9607  1.86  christos joltid          3531/udp   # Joltid
   9608  1.86  christos #                          Ahti Heinla <ahti&ahti.bluemoon.ee> June 2002
   9609  1.86  christos raven-rmp       3532/tcp   # Raven Remote Management Control
   9610  1.86  christos raven-rmp       3532/udp   # Raven Remote Management Control
   9611  1.86  christos raven-rmp       3532/udp   # Raven Remote Management Control
   9612  1.86  christos raven-rmp       3532/udp   # Raven Remote Management Control
   9613  1.86  christos raven-rdp       3533/tcp   # Raven Remote Management Data
   9614  1.86  christos raven-rdp       3533/udp   # Raven Remote Management Data
   9615  1.86  christos raven-rdp       3533/udp   # Raven Remote Management Data
   9616  1.86  christos raven-rdp       3533/udp   # Raven Remote Management Data
   9617  1.86  christos #                          Daniel Sorlov <daniel&sorlov.com> June 2002
   9618  1.86  christos urld-port       3534/tcp   # URL Daemon Port
   9619  1.86  christos urld-port       3534/udp   # URL Daemon Port
   9620  1.86  christos urld-port       3534/udp   # URL Daemon Port
   9621  1.86  christos urld-port       3534/udp   # URL Daemon Port
   9622  1.86  christos #                          Jim Binkley <jrb&cs.pdx.edu> June 2002
   9623  1.86  christos ms-la           3535/tcp   # MS-LA
   9624  1.86  christos ms-la           3535/udp   # MS-LA
   9625  1.86  christos ms-la           3535/udp   # MS-LA
   9626  1.86  christos ms-la           3535/udp   # MS-LA
   9627  1.86  christos #                          Eric Ledoux <ericle&microsoft.com> 
   9628  1.86  christos snac            3536/tcp   # SNAC
   9629  1.86  christos snac            3536/udp   # SNAC
   9630  1.86  christos snac            3536/udp   # SNAC
   9631  1.86  christos snac            3536/udp   # SNAC
   9632  1.86  christos #                          Tatsuya Igarashi <Tatsuya.Igarashi&jp.sony.com> July 2002
   9633  1.86  christos ni-visa-remote  3537/tcp   # Remote NI-VISA port
   9634  1.86  christos ni-visa-remote  3537/udp   # Remote NI-VISA port
   9635  1.86  christos ni-visa-remote  3537/udp   # Remote NI-VISA port
   9636  1.86  christos ni-visa-remote  3537/udp   # Remote NI-VISA port
   9637  1.86  christos #                          Sinnadurai Dharshan <sinnadurai.dharshan&ni.com> July 2002
   9638  1.86  christos ibm-diradm      3538/tcp   # IBM Directory Server
   9639  1.86  christos ibm-diradm      3538/udp   # IBM Directory Server
   9640  1.86  christos ibm-diradm      3538/udp   # IBM Directory Server
   9641  1.86  christos ibm-diradm      3538/udp   # IBM Directory Server
   9642  1.86  christos ibm-diradm-ssl  3539/tcp   # IBM Directory Server SSL
   9643  1.86  christos ibm-diradm-ssl  3539/udp   # IBM Directory Server SSL
   9644  1.86  christos ibm-diradm-ssl  3539/udp   # IBM Directory Server SSL
   9645  1.86  christos ibm-diradm-ssl  3539/udp   # IBM Directory Server SSL
   9646  1.86  christos #                          Mark Cavage <mcavage&us.ibm.com> July 2002
   9647  1.86  christos pnrp-port       3540/tcp   # PNRP User Port
   9648  1.86  christos pnrp-port       3540/udp   # PNRP User Port
   9649  1.86  christos pnrp-port       3540/udp   # PNRP User Port
   9650  1.86  christos pnrp-port       3540/udp   # PNRP User Port
   9651  1.86  christos #                          Igor Kostic <igorko&microsoft.com> July 2002
   9652  1.86  christos voispeed-port   3541/tcp   # VoiSpeed Port
   9653  1.86  christos voispeed-port   3541/udp   # VoiSpeed Port
   9654  1.86  christos voispeed-port   3541/udp   # VoiSpeed Port
   9655  1.86  christos voispeed-port   3541/udp   # VoiSpeed Port
   9656  1.86  christos #                          Virgilio Lattanzi <virgilio&harpax.com> July 2002
   9657  1.86  christos hacl-monitor    3542/tcp   # HA cluster monitor
   9658  1.86  christos hacl-monitor    3542/udp   # HA cluster monitor
   9659  1.86  christos hacl-monitor    3542/udp   # HA cluster monitor
   9660  1.86  christos hacl-monitor    3542/udp   # HA cluster monitor
   9661  1.86  christos #                          Jason Ko <jason_ko&hp.com> July 2002
   9662  1.86  christos qftest-lookup   3543/tcp   # qftest Lookup Port
   9663  1.86  christos qftest-lookup   3543/udp   # qftest Lookup Port
   9664  1.86  christos qftest-lookup   3543/udp   # qftest Lookup Port
   9665  1.86  christos qftest-lookup   3543/udp   # qftest Lookup Port
   9666  1.86  christos #                          Gregor Schmid <gs&qfs.de> July 2002
   9667  1.86  christos teredo          3544/tcp   # Teredo Port
   9668  1.86  christos teredo          3544/udp   # Teredo Port
   9669  1.86  christos teredo          3544/udp   # Teredo Port
   9670  1.86  christos teredo          3544/udp   # Teredo Port
   9671  1.86  christos #                          Dave Thaler <dthaler&microsoft.com> July 2002
   9672  1.86  christos camac           3545/tcp   # CAMAC equipment
   9673  1.86  christos camac           3545/udp   # CAMAC equipment
   9674  1.86  christos camac           3545/udp   # CAMAC equipment
   9675  1.86  christos camac           3545/udp   # CAMAC equipment
   9676  1.86  christos #                          Eugene Zhiganov <zed&dfe3300.karelia.ru> July 2002
   9677  1.86  christos #               3546       Unassigned (removed September 2002)
   9678  1.86  christos symantec-sim    3547/tcp   # Symantec SIM
   9679  1.86  christos symantec-sim    3547/udp   # Symantec SIM
   9680  1.86  christos symantec-sim    3547/udp   # Symantec SIM
   9681  1.86  christos symantec-sim    3547/udp   # Symantec SIM
   9682  1.86  christos #                          George Dzieciol <gdzieciol&symantec.com> July 2002
   9683  1.86  christos interworld      3548/tcp   # Interworld
   9684  1.86  christos interworld      3548/udp   # Interworld
   9685  1.86  christos interworld      3548/udp   # Interworld
   9686  1.86  christos interworld      3548/udp   # Interworld
   9687  1.86  christos #                          John Stephen <iana&mundocani.com> July 2002
   9688  1.86  christos tellumat-nms    3549/tcp   # Tellumat MDR NMS 
   9689  1.86  christos tellumat-nms    3549/udp   # Tellumat MDR NMS 
   9690  1.86  christos tellumat-nms    3549/udp   # Tellumat MDR NMS
   9691  1.86  christos tellumat-nms    3549/udp   # Tellumat MDR NMS
   9692  1.86  christos #                          Hennie van der Merwe <hvandermerwe&tellumat.com> July 2002
   9693  1.86  christos ssmpp           3550/tcp   # Secure SMPP
   9694  1.86  christos ssmpp           3550/udp   # Secure SMPP
   9695  1.86  christos ssmpp           3550/udp   # Secure SMPP
   9696  1.86  christos ssmpp           3550/udp   # Secure SMPP
   9697  1.86  christos #                          Cormac Long <webmaster&smsforum.net> July 2002
   9698  1.86  christos apcupsd         3551/tcp   # Apcupsd Information Port
   9699  1.86  christos apcupsd         3551/udp   # Apcupsd Information Port
   9700  1.86  christos apcupsd         3551/udp   # Apcupsd Information Port
   9701  1.86  christos apcupsd         3551/udp   # Apcupsd Information Port
   9702  1.86  christos #                          Riccardo Facchetti <riccardo&inetcosmos.org> July 2002
   9703  1.86  christos taserver        3552/tcp   # TeamAgenda Server Port
   9704  1.86  christos taserver        3552/udp   # TeamAgenda Server Port
   9705  1.86  christos taserver        3552/udp   # TeamAgenda Server Port
   9706  1.86  christos taserver        3552/udp   # TeamAgenda Server Port
   9707  1.86  christos #                          Dany Ayotte <ayotte&teamsoft.com> July 2002
   9708  1.86  christos rbr-discovery   3553/tcp   # Red Box Recorder ADP
   9709  1.86  christos rbr-discovery   3553/udp   # Red Box Recorder ADP
   9710  1.86  christos rbr-discovery   3553/udp   # Red Box Recorder ADP
   9711  1.86  christos rbr-discovery   3553/udp   # Red Box Recorder ADP
   9712  1.86  christos #                          Simon Jolly <simon.jolly&origin-data.co.uk> July 2002
   9713  1.86  christos questnotify     3554/tcp   # Quest Notification Server
   9714  1.86  christos questnotify     3554/udp   # Quest Notification Server
   9715  1.86  christos questnotify     3554/udp   # Quest Notification Server
   9716  1.86  christos questnotify     3554/udp   # Quest Notification Server
   9717  1.86  christos #                          Rob Griffin <quest_iana&oz.quest.com> July 2002
   9718  1.86  christos razor           3555/tcp   # Vipul's Razor
   9719  1.86  christos razor           3555/udp   # Vipul's Razor
   9720  1.86  christos razor           3555/udp   # Vipul's Razor
   9721  1.86  christos razor           3555/udp   # Vipul's Razor
   9722  1.86  christos #                          Vipul Ved Prakash <mail&vipul.net> July 2002
   9723  1.86  christos sky-transport   3556/tcp   # Sky Transport Protocol
   9724  1.86  christos sky-transport   3556/udp   # Sky Transport Protocol
   9725  1.86  christos sky-transport   3556/udp   # Sky Transport Protocol
   9726  1.86  christos sky-transport   3556/udp   # Sky Transport Protocol
   9727  1.86  christos #                          Michael Paddon <michael.paddon&activesky.com> July 2002
   9728  1.86  christos personalos-001  3557/tcp   # PersonalOS Comm Port
   9729  1.86  christos personalos-001  3557/udp   # PersonalOS Comm Port
   9730  1.86  christos personalos-001  3557/udp   # PersonalOS Comm Port
   9731  1.86  christos personalos-001  3557/udp   # PersonalOS Comm Port
   9732  1.86  christos #                          Shane Roberts <shane&shaneroberts.com> July 2002
   9733  1.86  christos mcp-port        3558/tcp   # MCP user port
   9734  1.86  christos mcp-port        3558/udp   # MCP user port
   9735  1.86  christos mcp-port        3558/udp   # MCP user port
   9736  1.86  christos mcp-port        3558/udp   # MCP user port
   9737  1.86  christos #                          Professor Paul S. Wang <pwang&cs.kent.edu> July 2002
   9738  1.86  christos cctv-port       3559/tcp   # CCTV control port
   9739  1.86  christos cctv-port       3559/udp   # CCTV control port
   9740  1.86  christos cctv-port       3559/udp   # CCTV control port
   9741  1.86  christos cctv-port       3559/udp   # CCTV control port
   9742  1.86  christos #                          John Skidmore <JSkidmore&vicon-cctv.com> July 2002
   9743  1.86  christos iniserve-port   3560/tcp   # INIServe port
   9744  1.86  christos iniserve-port   3560/udp   # INIServe port
   9745  1.86  christos iniserve-port   3560/udp   # INIServe port
   9746  1.86  christos iniserve-port   3560/udp   # INIServe port
   9747  1.86  christos #                          Peter Moylan <peter&ee.newcastle.edu.au> August 2002
   9748  1.86  christos bmc-onekey      3561/tcp   # BMC-OneKey
   9749  1.86  christos bmc-onekey      3561/udp   # BMC-OneKey
   9750  1.86  christos bmc-onekey      3561/udp   # BMC-OneKey
   9751  1.86  christos bmc-onekey      3561/udp   # BMC-OneKey
   9752  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com> August 2002
   9753  1.86  christos sdbproxy        3562/tcp   # SDBProxy
   9754  1.86  christos sdbproxy        3562/udp   # SDBProxy
   9755  1.86  christos sdbproxy        3562/udp   # SDBProxy
   9756  1.86  christos sdbproxy        3562/udp   # SDBProxy
   9757  1.86  christos #                          Eric Grange <egrange&creative-it.net> August 2002   
   9758  1.86  christos watcomdebug     3563/tcp   # Watcom Debug
   9759  1.86  christos watcomdebug     3563/udp   # Watcom Debug
   9760  1.86  christos watcomdebug     3563/udp   # Watcom Debug
   9761  1.86  christos watcomdebug     3563/udp   # Watcom Debug
   9762  1.86  christos #                          Dave Neudoerffer <Dave.Neudoerffer&ianywhere.com>
   9763  1.86  christos esimport        3564/tcp   # Electromed SIM port
   9764  1.86  christos esimport        3564/udp   # Electromed SIM port
   9765  1.86  christos esimport        3564/udp   # Electromed SIM port
   9766  1.86  christos esimport        3564/udp   # Electromed SIM port
   9767  1.86  christos #                          Francois Marchand <francois.marchand&electromed.com> August 2002
   9768  1.86  christos m2pa            3565/tcp   # M2PA
   9769  1.86  christos m2pa            3565/udp   # M2PA
   9770  1.86  christos m2pa            3565/sctp  # M2PA
   9771  1.86  christos m2pa            3565/udp  # M2PA
   9772  1.86  christos #                          [RFC4165]
   9773  1.86  christos quest-launcher  3566/tcp   # Quest Agent Manager
   9774  1.86  christos quest-launcher  3566/udp   # Quest Agent Manager
   9775  1.86  christos quest-launcher  3566/udp   # Quest Agent Manager
   9776  1.86  christos quest-launcher  3566/udp   # Quest Agent Manager
   9777  1.86  christos #                          Eyal Kalderon <eyal.kalderon&quest.com> April 2002
   9778  1.86  christos oap		3567/tcp   # Object Access Protocol
   9779  1.86  christos oap		3567/udp   # Object Access Protocol
   9780  1.86  christos oap		3567/udp   # Object Access Protocol
   9781  1.86  christos oap		3567/udp   # Object Access Protocol
   9782  1.86  christos #                          Bryant Eastham <protocols&pewla.us.pewg.panasonic.com> August 2002
   9783  1.86  christos oap-s		3568/tcp   # Object Access Protocol over SSL
   9784  1.86  christos oap-s		3568/udp   # Object Access Protocol over SSL
   9785  1.86  christos oap-s		3568/udp   # Object Access Protocol over SSL
   9786  1.86  christos oap-s		3568/udp   # Object Access Protocol over SSL
   9787  1.86  christos #                          Bryant Eastham <protocols&pewla.us.pewg.panasonic.com> January 2003
   9788  1.86  christos mbg-ctrl        3569/tcp   # Meinberg Control Service
   9789  1.86  christos mbg-ctrl        3569/udp   # Meinberg Control Service
   9790  1.86  christos mbg-ctrl        3569/udp   # Meinberg Control Service
   9791  1.86  christos mbg-ctrl        3569/udp   # Meinberg Control Service
   9792  1.86  christos #                          Martin Burnicki <martin.burnicki&meinberg.de> August 2002
   9793  1.86  christos mccwebsvr-port  3570/tcp   # MCC Web Server Port
   9794  1.86  christos mccwebsvr-port  3570/udp   # MCC Web Server Port
   9795  1.86  christos mccwebsvr-port  3570/udp   # MCC Web Server Port
   9796  1.86  christos mccwebsvr-port  3570/udp   # MCC Web Server Port
   9797  1.86  christos megardsvr-port  3571/tcp   # MegaRAID Server Port
   9798  1.86  christos megardsvr-port  3571/udp   # MegaRAID Server Port
   9799  1.86  christos megardsvr-port  3571/udp   # MegaRAID Server Port
   9800  1.86  christos megardsvr-port  3571/udp   # MegaRAID Server Port
   9801  1.86  christos megaregsvrport  3572/tcp   # Registration Server Port
   9802  1.86  christos megaregsvrport  3572/udp   # Registration Server Port
   9803  1.86  christos megaregsvrport  3572/udp   # Registration Server Port
   9804  1.86  christos megaregsvrport  3572/udp   # Registration Server Port
   9805  1.86  christos #                          Sreenivas Bagalkote <sreenib&lsil.com> August 2002
   9806  1.86  christos tag-ups-1       3573/tcp   # Advantage Group UPS Suite
   9807  1.86  christos tag-ups-1       3573/udp   # Advantage Group UPS Suite
   9808  1.86  christos tag-ups-1       3573/udp   # Advantage Group UPS Suite
   9809  1.86  christos tag-ups-1       3573/udp   # Advantage Group UPS Suite
   9810  1.86  christos #                          James Goddard <jamesg&taglim.com> August 2002
   9811  1.86  christos dmaf-server     3574/tcp   # DMAF Server
   9812  1.86  christos dmaf-server     3574/udp   # DMAF Server
   9813  1.86  christos dmaf-caster     3574/udp   # DMAF Caster
   9814  1.86  christos dmaf-caster     3574/udp   # DMAF Caster
   9815  1.86  christos #                          Ramakrishna Nadendla <rama_nadendla&agilent.com> August 2002
   9816  1.86  christos ccm-port        3575/tcp   # Coalsere CCM Port
   9817  1.86  christos ccm-port        3575/udp   # Coalsere CCM Port
   9818  1.86  christos ccm-port        3575/udp   # Coalsere CCM Port
   9819  1.86  christos ccm-port        3575/udp   # Coalsere CCM Port
   9820  1.86  christos cmc-port        3576/tcp   # Coalsere CMC Port
   9821  1.86  christos cmc-port        3576/udp   # Coalsere CMC Port
   9822  1.86  christos cmc-port        3576/udp   # Coalsere CMC Port
   9823  1.86  christos cmc-port        3576/udp   # Coalsere CMC Port
   9824  1.86  christos #                          Chris Hawkinson <chawkinson&coalsere.com> August 2002
   9825  1.86  christos config-port     3577/tcp   # Configuration Port
   9826  1.86  christos config-port     3577/udp   # Configuration Port
   9827  1.86  christos config-port     3577/udp   # Configuration Port
   9828  1.86  christos config-port     3577/udp   # Configuration Port
   9829  1.86  christos data-port       3578/tcp   # Data Port
   9830  1.86  christos data-port       3578/udp   # Data Port
   9831  1.86  christos data-port       3578/udp   # Data Port
   9832  1.86  christos data-port       3578/udp   # Data Port
   9833  1.86  christos #                          Anupam Bharali <ianaports&juniper.net> August 2002
   9834  1.86  christos ttat3lb         3579/tcp   # Tarantella Load Balancing
   9835  1.86  christos ttat3lb         3579/udp   # Tarantella Load Balancing
   9836  1.86  christos ttat3lb         3579/udp   # Tarantella Load Balancing
   9837  1.86  christos ttat3lb         3579/udp   # Tarantella Load Balancing
   9838  1.86  christos #                          Jim Musgrave <jimm&tarantella.com> August 2002
   9839  1.86  christos nati-svrloc     3580/tcp   # NATI-ServiceLocator
   9840  1.86  christos nati-svrloc     3580/udp   # NATI-ServiceLocator
   9841  1.86  christos nati-svrloc     3580/udp   # NATI-ServiceLocator
   9842  1.86  christos nati-svrloc     3580/udp   # NATI-ServiceLocator
   9843  1.86  christos #                          Jason Case <jason.case&ni.com> August 2002
   9844  1.86  christos kfxaclicensing  3581/tcp   # Ascent Capture Licensing
   9845  1.86  christos kfxaclicensing  3581/udp   # Ascent Capture Licensing
   9846  1.86  christos kfxaclicensing  3581/udp   # Ascent Capture Licensing
   9847  1.86  christos kfxaclicensing  3581/udp   # Ascent Capture Licensing
   9848  1.86  christos #                          Brad Hamilton <brad_hamilton&kofax.com> August 2002
   9849  1.86  christos press           3582/tcp   # PEG PRESS Server
   9850  1.86  christos press           3582/udp   # PEG PRESS Server
   9851  1.86  christos press           3582/udp   # PEG PRESS Server
   9852  1.86  christos press           3582/udp   # PEG PRESS Server
   9853  1.86  christos #                          Jim DeLisle <jdelisle&swellsoftware.com> August 2002
   9854  1.86  christos canex-watch     3583/tcp   # CANEX Watch System
   9855  1.86  christos canex-watch     3583/udp   # CANEX Watch System
   9856  1.86  christos canex-watch     3583/udp   # CANEX Watch System
   9857  1.86  christos canex-watch     3583/udp   # CANEX Watch System
   9858  1.86  christos #                          Peter Kollath <peter.kollath&canex.sk> August 2002
   9859  1.86  christos u-dbap          3584/tcp   # U-DBase Access Protocol
   9860  1.86  christos u-dbap          3584/udp   # U-DBase Access Protocol
   9861  1.86  christos u-dbap          3584/udp   # U-DBase Access Protocol
   9862  1.86  christos u-dbap          3584/udp   # U-DBase Access Protocol
   9863  1.86  christos #                          Bodo Rueskamp <br&itchigo.com> August 2002
   9864  1.86  christos emprise-lls     3585/tcp   # Emprise License Server
   9865  1.86  christos emprise-lls     3585/udp   # Emprise License Server
   9866  1.86  christos emprise-lls     3585/udp   # Emprise License Server
   9867  1.86  christos emprise-lls     3585/udp   # Emprise License Server
   9868  1.86  christos emprise-lsc     3586/tcp   # License Server Console
   9869  1.86  christos emprise-lsc     3586/udp   # License Server Console
   9870  1.86  christos emprise-lsc     3586/udp   # License Server Console
   9871  1.86  christos emprise-lsc     3586/udp   # License Server Console
   9872  1.86  christos #                          James J. Diaz <JDiaz&EmpriseCorporation.com> August 2002
   9873  1.86  christos p2pgroup        3587/tcp   # Peer to Peer Grouping
   9874  1.86  christos p2pgroup        3587/udp   # Peer to Peer Grouping
   9875  1.86  christos p2pgroup        3587/udp   # Peer to Peer Grouping
   9876  1.86  christos p2pgroup        3587/udp   # Peer to Peer Grouping
   9877  1.86  christos #                          Igor Kostic <igorko&microsoft.com> August 2002
   9878  1.86  christos sentinel        3588/tcp   # Sentinel Server
   9879  1.86  christos sentinel        3588/udp   # Sentinel Server
   9880  1.86  christos sentinel        3588/udp   # Sentinel Server
   9881  1.86  christos sentinel        3588/udp   # Sentinel Server
   9882  1.86  christos #                          Ian Gordon <ian.s.gordon&btopenworld.com> August 2002
   9883  1.86  christos isomair         3589/tcp   # isomair
   9884  1.86  christos isomair         3589/udp   # isomair
   9885  1.86  christos isomair         3589/udp   # isomair
   9886  1.86  christos isomair         3589/udp   # isomair
   9887  1.86  christos #                          Richard Fleming <richard&apoapsis.com> August 2002
   9888  1.86  christos wv-csp-sms      3590/tcp   # WV CSP SMS Binding
   9889  1.86  christos wv-csp-sms      3590/udp   # WV CSP SMS Binding
   9890  1.86  christos wv-csp-sms      3590/udp   # WV CSP SMS Binding
   9891  1.86  christos wv-csp-sms      3590/udp   # WV CSP SMS Binding
   9892  1.86  christos #                          Matti Salmi <matti.salmi&nokia.com> August 2002
   9893  1.86  christos gtrack-server   3591/tcp   # LOCANIS G-TRACK Server
   9894  1.86  christos gtrack-server   3591/udp   # LOCANIS G-TRACK Server
   9895  1.86  christos gtrack-server   3591/udp   # LOCANIS G-TRACK Server
   9896  1.86  christos gtrack-server   3591/udp   # LOCANIS G-TRACK Server
   9897  1.86  christos gtrack-ne       3592/tcp   # LOCANIS G-TRACK NE Port
   9898  1.86  christos gtrack-ne       3592/udp   # LOCANIS G-TRACK NE Port
   9899  1.86  christos gtrack-ne       3592/udp   # LOCANIS G-TRACK NE Port
   9900  1.86  christos gtrack-ne       3592/udp   # LOCANIS G-TRACK NE Port
   9901  1.86  christos #                          Juergen.Edelhaeuser <Juergen.Edelhaeuser&locanis.com> August 2002
   9902  1.86  christos bpmd            3593/tcp   # BP Model Debugger
   9903  1.86  christos bpmd            3593/udp   # BP Model Debugger
   9904  1.86  christos bpmd            3593/udp   # BP Model Debugger
   9905  1.86  christos bpmd            3593/udp   # BP Model Debugger
   9906  1.86  christos #                          Keith Fligg <keith&projtech.com> September 2002
   9907  1.86  christos mediaspace      3594/tcp   # MediaSpace
   9908  1.86  christos mediaspace      3594/udp   # MediaSpace
   9909  1.86  christos mediaspace      3594/udp   # MediaSpace
   9910  1.86  christos mediaspace      3594/udp   # MediaSpace
   9911  1.86  christos shareapp        3595/tcp   # ShareApp
   9912  1.86  christos shareapp        3595/udp   # ShareApp
   9913  1.86  christos shareapp        3595/udp   # ShareApp
   9914  1.86  christos shareapp        3595/udp   # ShareApp
   9915  1.86  christos #                          Jeff King <jking&wave3software.com> September 2002
   9916  1.86  christos iw-mmogame      3596/tcp   # Illusion Wireless MMOG
   9917  1.86  christos iw-mmogame      3596/udp   # Illusion Wireless MMOG
   9918  1.86  christos iw-mmogame      3596/udp   # Illusion Wireless MMOG
   9919  1.86  christos iw-mmogame      3596/udp   # Illusion Wireless MMOG
   9920  1.86  christos #                          Jan Vrsinsky <jan.vrsinsky&illusionsoftworks.com> September 2002
   9921  1.86  christos a14             3597/tcp   # A14 (AN-to-SC/MM)
   9922  1.86  christos a14             3597/udp   # A14 (AN-to-SC/MM)
   9923  1.86  christos a14             3597/udp   # A14 (AN-to-SC/MM)
   9924  1.86  christos a14             3597/udp   # A14 (AN-to-SC/MM)
   9925  1.86  christos a15             3598/tcp   # A15 (AN-to-AN)
   9926  1.86  christos a15             3598/udp   # A15 (AN-to-AN)
   9927  1.86  christos a15             3598/udp   # A15 (AN-to-AN)
   9928  1.86  christos a15             3598/udp   # A15 (AN-to-AN)
   9929  1.86  christos #                          David Ott <dott&qualcomm.com> September 2002
   9930  1.86  christos quasar-server   3599/tcp   # Quasar Accounting Server
   9931  1.86  christos quasar-server   3599/udp   # Quasar Accounting Server
   9932  1.86  christos quasar-server   3599/udp   # Quasar Accounting Server
   9933  1.86  christos quasar-server   3599/udp   # Quasar Accounting Server
   9934  1.86  christos #                          Brad Pepers <brad&linuxcanada.com> September 2002
   9935  1.86  christos trap-daemon     3600/tcp   # text relay-answer
   9936  1.86  christos trap-daemon     3600/udp   # text relay-answer
   9937  1.86  christos trap-daemon     3600/udp   # text relay-answer
   9938  1.86  christos trap-daemon     3600/udp   # text relay-answer
   9939  1.86  christos #                          John Willis <jwillis&arielusa.com> September 2002
   9940  1.86  christos visinet-gui     3601/tcp   # Visinet Gui
   9941  1.86  christos visinet-gui     3601/udp   # Visinet Gui
   9942  1.86  christos visinet-gui     3601/udp   # Visinet Gui
   9943  1.86  christos visinet-gui     3601/udp   # Visinet Gui
   9944  1.86  christos #                          Jeff Douglass <ist&att.net> September 2002
   9945  1.86  christos infiniswitchcl  3602/tcp   # InfiniSwitch Mgr Client
   9946  1.86  christos infiniswitchcl  3602/udp   # InfiniSwitch Mgr Client
   9947  1.86  christos infiniswitchcl  3602/udp   # InfiniSwitch Mgr Client
   9948  1.86  christos infiniswitchcl  3602/udp   # InfiniSwitch Mgr Client
   9949  1.86  christos #                          Lee VanTine <lvantine&infiniswitc.com> September 2002
   9950  1.86  christos int-rcv-cntrl   3603/tcp   # Integrated Rcvr Control
   9951  1.86  christos int-rcv-cntrl   3603/udp   # Integrated Rcvr Control
   9952  1.86  christos int-rcv-cntrl   3603/udp   # Integrated Rcvr Control
   9953  1.86  christos int-rcv-cntrl   3603/udp   # Integrated Rcvr Control
   9954  1.86  christos #                          Dave Stone <dstone01&harris.com> September 2002
   9955  1.86  christos bmc-jmx-port    3604/tcp   # BMC JMX Port
   9956  1.86  christos bmc-jmx-port    3604/udp   # BMC JMX Port
   9957  1.86  christos bmc-jmx-port    3604/udp   # BMC JMX Port
   9958  1.86  christos bmc-jmx-port    3604/udp   # BMC JMX Port
   9959  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com> September 2002
   9960  1.86  christos comcam-io       3605/tcp   # ComCam IO Port
   9961  1.86  christos comcam-io       3605/udp   # ComCam IO Port
   9962  1.86  christos comcam-io       3605/udp   # ComCam IO Port
   9963  1.86  christos comcam-io       3605/udp   # ComCam IO Port
   9964  1.86  christos #                          Don Gilbreath <don&comcam.net> September 2002
   9965  1.86  christos splitlock       3606/tcp   # Splitlock Server
   9966  1.86  christos splitlock       3606/udp   # Splitlock Server
   9967  1.86  christos splitlock       3606/udp   # Splitlock Server
   9968  1.86  christos splitlock       3606/udp   # Splitlock Server
   9969  1.86  christos #                          Andrew Tune <Andrew.Tune&splitlock.com> September 2002
   9970  1.86  christos precise-i3      3607/tcp   # Precise I3
   9971  1.86  christos precise-i3      3607/udp   # Precise I3
   9972  1.86  christos precise-i3      3607/udp   # Precise I3
   9973  1.86  christos precise-i3      3607/udp   # Precise I3
   9974  1.86  christos #                          Tomer Shain <tshain&precise.com> September 2002
   9975  1.86  christos trendchip-dcp   3608/tcp   # Trendchip control protocol
   9976  1.86  christos trendchip-dcp   3608/udp   # Trendchip control protocol
   9977  1.86  christos trendchip-dcp   3608/udp   # Trendchip control protocol
   9978  1.86  christos trendchip-dcp   3608/udp   # Trendchip control protocol
   9979  1.86  christos #                          Ming-Jen Chen <mjchen&trendchip.com.tw> September 2002
   9980  1.86  christos cpdi-pidas-cm   3609/tcp   # CPDI PIDAS Connection Mon
   9981  1.86  christos cpdi-pidas-cm   3609/udp   # CPDI PIDAS Connection Mon
   9982  1.86  christos cpdi-pidas-cm   3609/udp   # CPDI PIDAS Connection Mon
   9983  1.86  christos cpdi-pidas-cm   3609/udp   # CPDI PIDAS Connection Mon
   9984  1.86  christos #                          Tony Splaver <tony&cpdi.com> September 2002
   9985  1.86  christos echonet         3610/tcp   # ECHONET
   9986  1.86  christos echonet         3610/udp   # ECHONET
   9987  1.86  christos echonet         3610/udp   # ECHONET
   9988  1.86  christos echonet         3610/udp   # ECHONET
   9989  1.86  christos #                          Takeshi Saito <takeshi.saito&toshiba.co.jp> September 2002
   9990  1.86  christos six-degrees     3611/tcp   # Six Degrees Port
   9991  1.86  christos six-degrees     3611/udp   # Six Degrees Port
   9992  1.86  christos six-degrees     3611/udp   # Six Degrees Port
   9993  1.86  christos six-degrees     3611/udp   # Six Degrees Port
   9994  1.86  christos #                          Zach Nies <znies&creo.com> September 2002
   9995  1.86  christos hp-dataprotect  3612/tcp   # HP Data Protector
   9996  1.86  christos hp-dataprotect  3612/udp   # HP Data Protector
   9997  1.86  christos hp-dataprotect  3612/udp   # HP Data Protector
   9998  1.86  christos hp-dataprotect  3612/udp   # HP Data Protector
   9999  1.86  christos #                          Stephen Gold <stephen_gold&hp.com> September 2002
   10000  1.86  christos alaris-disc     3613/tcp   # Alaris Device Discovery
   10001  1.86  christos alaris-disc     3613/udp   # Alaris Device Discovery
   10002  1.86  christos alaris-disc     3613/udp   # Alaris Device Discovery
   10003  1.86  christos alaris-disc     3613/udp   # Alaris Device Discovery
   10004  1.86  christos #                          Chris Dern <cdern&nospam.alarismed.com> October 2002, June 2004
   10005  1.86  christos sigma-port      3614/tcp   # Invensys Sigma Port
   10006  1.86  christos sigma-port      3614/udp   # Invensys Sigma Port
   10007  1.86  christos sigma-port      3614/udp   # Invensys Sigma Port
   10008  1.86  christos sigma-port      3614/udp   # Invensys Sigma Port
   10009  1.86  christos #                          Dr. Sajed Husein <sajed.husein&invensys.com> October 2002
   10010  1.86  christos start-network   3615/tcp   # Start Messaging Network
   10011  1.86  christos start-network   3615/udp   # Start Messaging Network
   10012  1.86  christos start-network   3615/udp   # Start Messaging Network
   10013  1.86  christos start-network   3615/udp   # Start Messaging Network
   10014  1.86  christos #                          Peter Rocca <rocca&multiboard.com> October 2002
   10015  1.86  christos cd3o-protocol   3616/tcp   # cd3o Control Protocol
   10016  1.86  christos cd3o-protocol   3616/udp   # cd3o Control Protocol
   10017  1.86  christos cd3o-protocol   3616/udp   # cd3o Control Protocol
   10018  1.86  christos cd3o-protocol   3616/udp   # cd3o Control Protocol
   10019  1.86  christos #                          Chris Wilcox <cwilcox&cd3o.com> October 2002
   10020  1.86  christos sharp-server    3617/tcp   # ATI SHARP Logic Engine
   10021  1.86  christos sharp-server    3617/udp   # ATI SHARP Logic Engine
   10022  1.86  christos sharp-server    3617/udp   # ATI SHARP Logic Engine  
   10023  1.86  christos sharp-server    3617/udp   # ATI SHARP Logic Engine  
   10024  1.86  christos #                          Bill Reveile <breveile&allentek.com>
   10025  1.86  christos aairnet-1       3618/tcp   # AAIR-Network 1
   10026  1.86  christos aairnet-1       3618/udp   # AAIR-Network 1
   10027  1.86  christos aairnet-1       3618/udp   # AAIR-Network 1
   10028  1.86  christos aairnet-1       3618/udp   # AAIR-Network 1
   10029  1.86  christos aairnet-2       3619/tcp   # AAIR-Network 2 
   10030  1.86  christos aairnet-2       3619/udp   # AAIR-Network 2 
   10031  1.86  christos aairnet-2       3619/udp   # AAIR-Network 2
   10032  1.86  christos aairnet-2       3619/udp   # AAIR-Network 2
   10033  1.86  christos #                          James Mealey <jymealey&yahoo.com> October 2002
   10034  1.86  christos ep-pcp          3620/tcp   # EPSON Projector Control Port
   10035  1.86  christos ep-pcp          3620/udp   # EPSON Projector Control Port
   10036  1.86  christos ep-pcp          3620/udp   # EPSON Projector Control Port
   10037  1.86  christos ep-pcp          3620/udp   # EPSON Projector Control Port
   10038  1.86  christos ep-nsp          3621/tcp   # EPSON Network Screen Port
   10039  1.86  christos ep-nsp          3621/udp   # EPSON Network Screen Port
   10040  1.86  christos ep-nsp          3621/udp   # EPSON Network Screen Port
   10041  1.86  christos ep-nsp          3621/udp   # EPSON Network Screen Port
   10042  1.86  christos #                          SEIKO EPSON <Sato.Minoru3&exc.epson.co.jp> October 2002
   10043  1.86  christos ff-lr-port      3622/tcp   # FF LAN Redundancy Port
   10044  1.86  christos ff-lr-port      3622/udp   # FF LAN Redundancy Port
   10045  1.86  christos ff-lr-port      3622/udp   # FF LAN Redundancy Port
   10046  1.86  christos ff-lr-port      3622/udp   # FF LAN Redundancy Port
   10047  1.86  christos #                          Fieldbus Foundation <dave.glanzer&fieldbus.org> October 2002
   10048  1.86  christos haipe-discover  3623/tcp   # HAIPIS Dynamic Discovery
   10049  1.86  christos haipe-discover  3623/udp   # HAIPIS Dynamic Discovery
   10050  1.86  christos haipe-discover  3623/udp   # HAIPIS Dynamic Discovery
   10051  1.86  christos haipe-discover  3623/udp   # HAIPIS Dynamic Discovery
   10052  1.86  christos #                          Mike Irani <irani_mike&bah.com> October 2002
   10053  1.86  christos dist-upgrade    3624/tcp   # Distributed Upgrade Port
   10054  1.86  christos dist-upgrade    3624/udp   # Distributed Upgrade Port
   10055  1.86  christos dist-upgrade    3624/udp   # Distributed Upgrade Port
   10056  1.86  christos dist-upgrade    3624/udp   # Distributed Upgrade Port
   10057  1.86  christos #                          Jason Schoon <jason.schoon&intermec.com> October 2002
   10058  1.86  christos volley          3625/tcp   # Volley
   10059  1.86  christos volley          3625/udp   # Volley
   10060  1.86  christos volley          3625/udp   # Volley
   10061  1.86  christos volley          3625/udp   # Volley
   10062  1.86  christos #                          David Catmull <uncommon&uncommonplace.com> October 2002
   10063  1.86  christos bvcdaemon-port  3626/tcp   # bvControl Daemon
   10064  1.86  christos bvcdaemon-port  3626/udp   # bvControl Daemon
   10065  1.86  christos bvcdaemon-port  3626/udp   # bvControl Daemon
   10066  1.86  christos bvcdaemon-port  3626/udp   # bvControl Daemon
   10067  1.86  christos #                          Ravi Gokhale <rgokhale&bindview.com> October 2002
   10068  1.86  christos jamserverport   3627/tcp   # Jam Server Port
   10069  1.86  christos jamserverport   3627/udp   # Jam Server Port
   10070  1.86  christos jamserverport   3627/udp   # Jam Server Port
   10071  1.86  christos jamserverport   3627/udp   # Jam Server Port
   10072  1.86  christos #                          Art Pope <apope&sarnoff.com> October 2002
   10073  1.86  christos ept-machine     3628/tcp   # EPT Machine Interface
   10074  1.86  christos ept-machine     3628/udp   # EPT Machine Interface
   10075  1.86  christos ept-machine     3628/udp   # EPT Machine Interface
   10076  1.86  christos ept-machine     3628/udp   # EPT Machine Interface
   10077  1.86  christos #                          Victor H. Farrace <vfarrace&eaglept.com> October 2002
   10078  1.86  christos escvpnet        3629/tcp   # ESC/VP.net
   10079  1.86  christos escvpnet        3629/udp   # ESC/VP.net
   10080  1.86  christos escvpnet        3629/udp   # ESC/VP.net
   10081  1.86  christos escvpnet        3629/udp   # ESC/VP.net
   10082  1.86  christos #                          Hiroyuki Hashimoto <easymp&exc.epson.co.jp> October 2002
   10083  1.86  christos cs-remote-db    3630/tcp   # C&S Remote Database Port
   10084  1.86  christos cs-remote-db    3630/udp   # C&S Remote Database Port
   10085  1.86  christos cs-remote-db    3630/udp   # C&S Remote Database Port
   10086  1.86  christos cs-remote-db    3630/udp   # C&S Remote Database Port
   10087  1.86  christos cs-services     3631/tcp   # C&S Web Services Port
   10088  1.86  christos cs-services     3631/udp   # C&S Web Services Port
   10089  1.86  christos cs-services     3631/udp   # C&S Web Services Port
   10090  1.86  christos cs-services     3631/udp   # C&S Web Services Port
   10091  1.86  christos #                          Computer Software GmbH <BrunoRistok&cs-ag.de> October 2002
   10092  1.86  christos distcc          3632/tcp   # distributed compiler
   10093  1.86  christos distcc          3632/udp   # distributed compiler
   10094  1.86  christos distcc          3632/udp   # distributed compiler
   10095  1.86  christos distcc          3632/udp   # distributed compiler
   10096  1.86  christos #                          Martin Pool <mbp&samba.org> November 2002
   10097  1.86  christos wacp            3633/tcp   # Wyrnix AIS port
   10098  1.86  christos wacp            3633/udp   # Wyrnix AIS port
   10099  1.86  christos wacp            3633/udp   # Wyrnix AIS port
   10100  1.86  christos wacp            3633/udp   # Wyrnix AIS port
   10101  1.86  christos #                          Harry T. Vennik <htvennik&zonnet.nl> November 2002
   10102  1.86  christos hlibmgr         3634/tcp   # hNTSP Library Manager
   10103  1.86  christos hlibmgr         3634/udp   # hNTSP Library Manager
   10104  1.86  christos hlibmgr         3634/udp   # hNTSP Library Manager 
   10105  1.86  christos hlibmgr         3634/udp   # hNTSP Library Manager 
   10106  1.86  christos #                          Kenji Tetsuyama <kenji&onkyo.co.jp> November 2002
   10107  1.86  christos sdo             3635/tcp   # Simple Distributed Objects
   10108  1.86  christos sdo             3635/udp   # Simple Distributed Objects
   10109  1.86  christos sdo             3635/udp   # Simple Distributed Objects
   10110  1.86  christos sdo             3635/udp   # Simple Distributed Objects
   10111  1.86  christos #                          Alexander Philippou <alex&noemax.com> November 2002
   10112  1.86  christos servistaitsm    3636/tcp   # SerVistaITSM
   10113  1.86  christos servistaitsm    3636/udp   # SerVistaITSM
   10114  1.86  christos servistaitsm    3636/udp   # SerVistaITSM
   10115  1.86  christos servistaitsm    3636/udp   # SerVistaITSM
   10116  1.86  christos #                          Ralph Campbell <ralph.campbell&xasystems.com> November 2002
   10117  1.86  christos scservp         3637/tcp   # Customer Service Port
   10118  1.86  christos scservp         3637/udp   # Customer Service Port
   10119  1.86  christos scservp         3637/udp   # Customer Service Port
   10120  1.86  christos scservp         3637/udp   # Customer Service Port
   10121  1.86  christos #                          Jonathan A. Zdziarski <johathan&networkdweebs.com> November 2002
   10122  1.86  christos ehp-backup      3638/tcp   # EHP Backup Protocol
   10123  1.86  christos ehp-backup      3638/udp   # EHP Backup Protocol
   10124  1.86  christos ehp-backup      3638/udp   # EHP Backup Protocol
   10125  1.86  christos ehp-backup      3638/udp   # EHP Backup Protocol
   10126  1.86  christos #                          Ed Fair <ed_fair&yahoo.com> November 2002
   10127  1.86  christos xap-ha          3639/tcp   # Extensible Automation 
   10128  1.86  christos xap-ha          3639/udp   # Extensible Automation 
   10129  1.86  christos xap-ha          3639/udp   # Extensible Automation 
   10130  1.86  christos xap-ha          3639/udp   # Extensible Automation 
   10131  1.86  christos #                          Mark Harrison <Mark&xapautomation.org> November 2002
   10132  1.86  christos netplay-port1   3640/tcp   # Netplay Port 1
   10133  1.86  christos netplay-port1   3640/udp   # Netplay Port 1
   10134  1.86  christos netplay-port1   3640/udp   # Netplay Port 1
   10135  1.86  christos netplay-port1   3640/udp   # Netplay Port 1
   10136  1.86  christos netplay-port2   3641/tcp   # Netplay Port 2
   10137  1.86  christos netplay-port2   3641/udp   # Netplay Port 2
   10138  1.86  christos netplay-port2   3641/udp   # Netplay Port 2
   10139  1.86  christos netplay-port2   3641/udp   # Netplay Port 2
   10140  1.86  christos #                          Predrag Filipovic <pfilipovic&digital5.com> November 2002
   10141  1.86  christos juxml-port      3642/tcp   # Juxml Replication port
   10142  1.86  christos juxml-port      3642/udp   # Juxml Replication port
   10143  1.86  christos juxml-port      3642/udp   # Juxml Replication port
   10144  1.86  christos juxml-port      3642/udp   # Juxml Replication port
   10145  1.86  christos #                          Colin Reid <creid&projux.com> November 2002
   10146  1.86  christos audiojuggler    3643/tcp   # AudioJuggler
   10147  1.86  christos audiojuggler    3643/udp   # AudioJuggler
   10148  1.86  christos audiojuggler    3643/udp   # AudioJuggler
   10149  1.86  christos audiojuggler    3643/udp   # AudioJuggler
   10150  1.86  christos #                          Morten Mertner <mm&audiojuggler.com> November 2002
   10151  1.86  christos ssowatch        3644/tcp   # ssowatch
   10152  1.86  christos ssowatch        3644/udp   # ssowatch
   10153  1.86  christos ssowatch        3644/udp   # ssowatch
   10154  1.86  christos ssowatch        3644/udp   # ssowatch
   10155  1.86  christos #                          Marie-France Dubreuil <Marie-France.Dubreuil&evidian.com> November 2002
   10156  1.86  christos cyc             3645/tcp   # Cyc
   10157  1.86  christos cyc             3645/udp   # Cyc
   10158  1.86  christos cyc             3645/udp   # Cyc 
   10159  1.86  christos cyc             3645/udp   # Cyc 
   10160  1.86  christos #                          Stephen Reed <reed&cyc.com> January 2003            
   10161  1.86  christos xss-srv-port    3646/tcp   # XSS Server Port
   10162  1.86  christos xss-srv-port    3646/udp   # XSS Server Port
   10163  1.86  christos xss-srv-port    3646/udp   # XSS Server Port
   10164  1.86  christos xss-srv-port    3646/udp   # XSS Server Port
   10165  1.86  christos #                          Joe Purcell <jpurcell&ensuretech.com> January 2003
   10166  1.86  christos splitlock-gw    3647/tcp   # Splitlock Gateway
   10167  1.86  christos splitlock-gw    3647/udp   # Splitlock Gateway
   10168  1.86  christos splitlock-gw    3647/udp   # Splitlock Gateway
   10169  1.86  christos splitlock-gw    3647/udp   # Splitlock Gateway
   10170  1.86  christos #                          Andrew Tune <Andrew.Tune&splitlock.com> January 2003
   10171  1.86  christos fjcp            3648/tcp   # Fujitsu Cooperation Port
   10172  1.86  christos fjcp            3648/udp   # Fujitsu Cooperation Port
   10173  1.86  christos fjcp            3648/udp   # Fujitsu Cooperation Port
   10174  1.86  christos fjcp            3648/udp   # Fujitsu Cooperation Port
   10175  1.86  christos #                          Kouji Sugisawa <sugisawa.kouji&soft.fujitsu.com> January 2003
   10176  1.86  christos nmmp            3649/tcp   # Nishioka Miyuki Msg Protocol
   10177  1.86  christos nmmp            3649/udp   # Nishioka Miyuki Msg Protocol
   10178  1.86  christos nmmp            3649/udp   # Nishioka Miyuki Msg Protocol
   10179  1.86  christos nmmp            3649/udp   # Nishioka Miyuki Msg Protocol
   10180  1.86  christos #                          TAKEDA Hiroyuki <takeda&atashi.net> January 2003
   10181  1.86  christos prismiq-plugin  3650/tcp   # PRISMIQ VOD plug-in
   10182  1.86  christos prismiq-plugin  3650/udp   # PRISMIQ VOD plug-in
   10183  1.86  christos prismiq-plugin  3650/udp   # PRISMIQ VOD plug-in
   10184  1.86  christos prismiq-plugin  3650/udp   # PRISMIQ VOD plug-in
   10185  1.86  christos #                          Richard Hodges <rhodges&prismiq.com> January 2003
   10186  1.86  christos xrpc-registry   3651/tcp   # XRPC Registry
   10187  1.86  christos xrpc-registry   3651/udp   # XRPC Registry
   10188  1.86  christos xrpc-registry   3651/udp   # XRPC Registry
   10189  1.86  christos xrpc-registry   3651/udp   # XRPC Registry
   10190  1.86  christos #                          Slava Monich <Slava.Monich&nokia.com> January 2003
   10191  1.86  christos vxcrnbuport     3652/tcp   # VxCR NBU Default Port
   10192  1.86  christos vxcrnbuport     3652/udp   # VxCR NBU Default Port
   10193  1.86  christos vxcrnbuport     3652/udp   # VxCR NBU Default Port
   10194  1.86  christos vxcrnbuport     3652/udp   # VxCR NBU Default Port
   10195  1.86  christos #                          Boris Star <boris.star&veritas.com> January 2003
   10196  1.86  christos tsp             3653/tcp   # Tunnel Setup Protocol
   10197  1.86  christos tsp             3653/udp   # Tunnel Setup Protocol
   10198  1.86  christos tsp             3653/udp   # Tunnel Setup Protocol
   10199  1.86  christos tsp             3653/udp   # Tunnel Setup Protocol
   10200  1.86  christos #                          Marc Blanchet <Marc.Blanchet&viagenie.qc.ca> January 2003
   10201  1.86  christos vaprtm          3654/tcp   # VAP RealTime Messenger
   10202  1.86  christos vaprtm          3654/udp   # VAP RealTime Messenger
   10203  1.86  christos vaprtm          3654/udp   # VAP RealTime Messenger
   10204  1.86  christos vaprtm          3654/udp   # VAP RealTime Messenger
   10205  1.86  christos #                          Boris Polevoy <vapcom&mail.ru> January 2003
   10206  1.86  christos abatemgr        3655/tcp   # ActiveBatch Exec Agent
   10207  1.86  christos abatemgr        3655/udp   # ActiveBatch Exec Agent
   10208  1.86  christos abatemgr        3655/udp   # ActiveBatch Exec Agent 
   10209  1.86  christos abatemgr        3655/udp   # ActiveBatch Exec Agent 
   10210  1.86  christos abatjss         3656/tcp   # ActiveBatch Job Scheduler
   10211  1.86  christos abatjss         3656/udp   # ActiveBatch Job Scheduler
   10212  1.86  christos abatjss         3656/udp   # ActiveBatch Job Scheduler
   10213  1.86  christos abatjss         3656/udp   # ActiveBatch Job Scheduler
   10214  1.86  christos #                          Ben Rosenberg <brosenberg&advsyscon.com> January 2003
   10215  1.86  christos immedianet-bcn  3657/tcp   # ImmediaNet Beacon
   10216  1.86  christos immedianet-bcn  3657/udp   # ImmediaNet Beacon
   10217  1.86  christos immedianet-bcn  3657/udp   # ImmediaNet Beacon
   10218  1.86  christos immedianet-bcn  3657/udp   # ImmediaNet Beacon
   10219  1.86  christos #                          Bill Homan <bhoman&spanworks.com> January 2003
   10220  1.86  christos ps-ams          3658/tcp   # PlayStation AMS (Secure)
   10221  1.86  christos ps-ams          3658/udp   # PlayStation AMS (Secure)
   10222  1.86  christos ps-ams          3658/udp   # PlayStation AMS (Secure)
   10223  1.86  christos ps-ams          3658/udp   # PlayStation AMS (Secure)
   10224  1.86  christos #                          Edgar Alan Tu <Edgar_Tu&playstation.sony.com> January 2003
   10225  1.86  christos apple-sasl      3659/tcp   # Apple SASL
   10226  1.86  christos apple-sasl      3659/udp   # Apple SASL
   10227  1.86  christos apple-sasl      3659/udp   # Apple SASL
   10228  1.86  christos apple-sasl      3659/udp   # Apple SASL
   10229  1.86  christos #                          David M. O'Rourke <daveo&apple.com> January 2003
   10230  1.86  christos can-nds-ssl     3660/tcp   # IBM Tivoli Directory Service using SSL
   10231  1.86  christos can-nds-ssl     3660/udp   # IBM Tivoli Directory Service using SSL
   10232  1.86  christos can-nds-ssl     3660/udp   # IBM Tivoli Directory Service using SSL
   10233  1.86  christos can-nds-ssl     3660/udp   # IBM Tivoli Directory Service using SSL
   10234  1.86  christos can-ferret-ssl  3661/tcp   # IBM Tivoli Directory Service using SSL
   10235  1.86  christos can-ferret-ssl  3661/udp   # IBM Tivoli Directory Service using SSL
   10236  1.86  christos can-ferret-ssl  3661/udp   # IBM Tivoli Directory Service using SSL
   10237  1.86  christos can-ferret-ssl  3661/udp   # IBM Tivoli Directory Service using SSL
   10238  1.86  christos #                          Nic Catrambone <ncatramb&us.ibm.com> January 2003
   10239  1.86  christos pserver         3662/tcp   # pserver
   10240  1.86  christos pserver         3662/udp   # pserver
   10241  1.86  christos pserver         3662/udp   # pserver
   10242  1.86  christos pserver         3662/udp   # pserver
   10243  1.86  christos #                          Patrick Furlong <pfurlong&darkknight.ca> January 2003
   10244  1.86  christos dtp             3663/tcp   # DIRECWAY Tunnel Protocol
   10245  1.86  christos dtp             3663/udp   # DIRECWAY Tunnel Protocol
   10246  1.86  christos dtp             3663/udp   # DIRECWAY Tunnel Protocol
   10247  1.86  christos dtp             3663/udp   # DIRECWAY Tunnel Protocol
   10248  1.86  christos #                          John Border <border&hns.com> January 2003
   10249  1.86  christos ups-engine      3664/tcp   # UPS Engine Port
   10250  1.86  christos ups-engine      3664/udp   # UPS Engine Port
   10251  1.86  christos ups-engine      3664/udp   # UPS Engine Port
   10252  1.86  christos ups-engine      3664/udp   # UPS Engine Port
   10253  1.86  christos ent-engine      3665/tcp   # Enterprise Engine Port
   10254  1.86  christos ent-engine      3665/udp   # Enterprise Engine Port
   10255  1.86  christos ent-engine      3665/udp   # Enterprise Engine Port
   10256  1.86  christos ent-engine      3665/udp   # Enterprise Engine Port
   10257  1.86  christos #                          Mike Delgrosso <mdelgros&tripplite.com> January 2003
   10258  1.86  christos eserver-pap     3666/tcp   # IBM eServer PAP
   10259  1.86  christos eserver-pap     3666/udp   # IBM eServer PAP
   10260  1.86  christos eserver-pap     3666/udp   # IBM EServer PAP
   10261  1.86  christos eserver-pap     3666/udp   # IBM EServer PAP
   10262  1.86  christos #                          Dave Gimpl <gimpl&us.ibm.com> January 2003
   10263  1.86  christos infoexch        3667/tcp   # IBM Information Exchange
   10264  1.86  christos infoexch        3667/udp   # IBM Information Exchange
   10265  1.86  christos infoexch        3667/udp   # IBM Information Exchange
   10266  1.86  christos infoexch        3667/udp   # IBM Information Exchange
   10267  1.86  christos #                          Paul Ford-Hutchinson <paulfordh&uk.ibm.com> January 2003
   10268  1.86  christos dell-rm-port    3668/tcp   # Dell Remote Management
   10269  1.86  christos dell-rm-port    3668/udp   # Dell Remote Management
   10270  1.86  christos dell-rm-port    3668/udp   # Dell Remote Management
   10271  1.86  christos dell-rm-port    3668/udp   # Dell Remote Management
   10272  1.86  christos #                          Bradley Bransom <bradley_bransom&dell.com> January 2003
   10273  1.86  christos casanswmgmt     3669/tcp   # CA SAN Switch Management
   10274  1.86  christos casanswmgmt     3669/udp   # CA SAN Switch Management
   10275  1.86  christos casanswmgmt     3669/udp   # CA SAN Switch Management
   10276  1.86  christos casanswmgmt     3669/udp   # CA SAN Switch Management
   10277  1.86  christos #                          Emre Tunar <emre.tunar&ca.com> January 2003
   10278  1.86  christos smile           3670/tcp   # SMILE TCP/UDP Interface
   10279  1.86  christos smile           3670/udp   # SMILE TCP/UDP Interface
   10280  1.86  christos smile           3670/udp   # SMILE TCP/UDP Interface
   10281  1.86  christos smile           3670/udp   # SMILE TCP/UDP Interface
   10282  1.86  christos #                          Andre Petras <#remove#a.petras&arcor.de#remove_too#> January 2003
   10283  1.86  christos efcp            3671/tcp   # e Field Control (EIBnet)
   10284  1.86  christos efcp            3671/udp   # e Field Control (EIBnet)
   10285  1.86  christos efcp            3671/udp   # e Field Control (EIBnet)
   10286  1.86  christos efcp            3671/udp   # e Field Control (EIBnet)
   10287  1.86  christos #                          Marc Goossens <mgoossens&eiba.com> January 2003
   10288  1.86  christos lispworks-orb   3672/tcp   # LispWorks ORB
   10289  1.86  christos lispworks-orb   3672/udp   # LispWorks ORB
   10290  1.86  christos lispworks-orb   3672/udp   # LispWorks ORB
   10291  1.86  christos lispworks-orb   3672/udp   # LispWorks ORB
   10292  1.86  christos #                          Lisp Support <lisp-support&xanalys.com>
   10293  1.86  christos mediavault-gui  3673/tcp   # Openview Media Vault GUI
   10294  1.86  christos mediavault-gui  3673/udp   # Openview Media Vault GUI
   10295  1.86  christos mediavault-gui  3673/udp   # Openview Media Vault GUI
   10296  1.86  christos mediavault-gui  3673/udp   # Openview Media Vault GUI
   10297  1.86  christos #                          Stephen Gold <stephen_gold&hp.com> January 2003
   10298  1.86  christos wininstall-ipc  3674/tcp   # WinINSTALL IPC Port
   10299  1.86  christos wininstall-ipc  3674/udp   # WinINSTALL IPC Port
   10300  1.86  christos wininstall-ipc  3674/udp   # WinINSTALL IPC Port
   10301  1.86  christos wininstall-ipc  3674/udp   # WinINSTALL IPC Port
   10302  1.86  christos #                          Bill Somerville <Bill.Somerville&attachmate.com> January 2003
   10303  1.86  christos calltrax        3675/tcp   # CallTrax Data Port
   10304  1.86  christos calltrax        3675/udp   # CallTrax Data Port
   10305  1.86  christos calltrax        3675/udp   # CallTrax Data Port
   10306  1.86  christos calltrax        3675/udp   # CallTrax Data Port
   10307  1.86  christos #                          Oliver Bailey <zzf66jjlm&time-lines.com> January 2003
   10308  1.86  christos va-pacbase      3676/tcp   # VisualAge Pacbase server
   10309  1.86  christos va-pacbase      3676/udp   # VisualAge Pacbase server
   10310  1.86  christos va-pacbase      3676/udp   # VisualAge Pacbase server
   10311  1.86  christos va-pacbase      3676/udp   # VisualAge Pacbase server
   10312  1.86  christos #                          Dominique Lelievre <dominique.lelievre&fr.ibm.com> January 2003
   10313  1.86  christos roverlog        3677/tcp   # RoverLog IPC
   10314  1.86  christos roverlog        3677/udp   # RoverLog IPC
   10315  1.86  christos roverlog        3677/udp   # RoverLog IPC
   10316  1.86  christos roverlog        3677/udp   # RoverLog IPC
   10317  1.86  christos #                          Tom Mayo <tmayo1&rochester.rr.com> January 2003
   10318  1.86  christos ipr-dglt        3678/tcp   # DataGuardianLT
   10319  1.86  christos ipr-dglt        3678/udp   # DataGuardianLT
   10320  1.86  christos ipr-dglt        3678/udp   # DataGuardianLT
   10321  1.86  christos ipr-dglt        3678/udp   # DataGuardianLT
   10322  1.86  christos #                          Bruce Carlson <bruce.carlson&iprintl.com> January 2003
   10323  1.86  christos newton-dock     3679/tcp   # Newton Dock
   10324  1.86  christos newton-dock     3679/udp   # Newton Dock
   10325  1.86  christos newton-dock     3679/udp   # Newton Dock
   10326  1.86  christos newton-dock     3679/udp   # Newton Dock
   10327  1.86  christos npds-tracker    3680/tcp   # NPDS Tracker
   10328  1.86  christos npds-tracker    3680/udp   # NPDS Tracker
   10329  1.86  christos npds-tracker    3680/udp   # NPDS Tracker
   10330  1.86  christos npds-tracker    3680/udp   # NPDS Tracker
   10331  1.86  christos #                          Paul Guyot <pguyot&kallisys.net> January 2003
   10332  1.86  christos bts-x73         3681/tcp   # BTS X73 Port
   10333  1.86  christos bts-x73         3681/udp   # BTS X73 Port
   10334  1.86  christos bts-x73         3681/udp   # BTS X73 Port
   10335  1.86  christos bts-x73         3681/udp   # BTS X73 Port
   10336  1.86  christos #                          Todd Cooper <todd&DO11073.com> January 2003
   10337  1.86  christos cas-mapi        3682/tcp   # EMC SmartPackets-MAPI
   10338  1.86  christos cas-mapi        3682/udp   # EMC SmartPackets-MAPI
   10339  1.86  christos cas-mapi        3682/udp   # EMC SmartPackets-MAPI
   10340  1.86  christos cas-mapi        3682/udp   # EMC SmartPackets-MAPI
   10341  1.86  christos #                          Koen Schoofs <schoofs_koen&emc.com> January 2003
   10342  1.86  christos bmc-ea          3683/tcp   # BMC EDV/EA
   10343  1.86  christos bmc-ea          3683/udp   # BMC EDV/EA
   10344  1.86  christos bmc-ea          3683/udp   # BMC EDV/EA
   10345  1.86  christos bmc-ea          3683/udp   # BMC EDV/EA
   10346  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com> January 2003
   10347  1.86  christos faxstfx-port    3684/tcp   # FAXstfX
   10348  1.86  christos faxstfx-port    3684/udp   # FAXstfX
   10349  1.86  christos faxstfx-port    3684/udp   # FAXstfX
   10350  1.86  christos faxstfx-port    3684/udp   # FAXstfX
   10351  1.86  christos #                          Alec Carlson <acarlson&smithmicro.com> January 2003
   10352  1.86  christos dsx-agent       3685/tcp   # DS Expert Agent
   10353  1.86  christos dsx-agent       3685/udp   # DS Expert Agent
   10354  1.86  christos dsx-agent       3685/udp   # DS Expert Agent
   10355  1.86  christos dsx-agent       3685/udp   # DS Expert Agent
   10356  1.86  christos #                          NetPro Computing <ports&netpro.com> January 2003
   10357  1.86  christos tnmpv2          3686/tcp   # Trivial Network Management
   10358  1.86  christos tnmpv2          3686/udp   # Trivial Network Management
   10359  1.86  christos tnmpv2          3686/udp   # Trivial Network Management
   10360  1.86  christos tnmpv2          3686/udp   # Trivial Network Management
   10361  1.86  christos #                          Andrea Premoli <Andrea_maria.Premoli&icn.siemens.it> January 2003
   10362  1.86  christos simple-push     3687/tcp   # simple-push
   10363  1.86  christos simple-push     3687/udp   # simple-push
   10364  1.86  christos simple-push     3687/udp   # simple-push
   10365  1.86  christos simple-push     3687/udp   # simple-push
   10366  1.86  christos simple-push-s   3688/tcp   # simple-push Secure
   10367  1.86  christos simple-push-s   3688/udp   # simple-push Secure
   10368  1.86  christos simple-push-s   3688/udp   # simple-push Secure
   10369  1.86  christos simple-push-s   3688/udp   # simple-push Secure
   10370  1.86  christos #                          C. Enrique Ortiz <eortiz&j2medeveloper.com> January 2003
   10371  1.86  christos daap            3689/tcp   # Digital Audio Access Protocol
   10372  1.86  christos daap            3689/udp   # Digital Audio Access Protocol
   10373  1.86  christos daap            3689/udp   # Digital Audio Access Protocol
   10374  1.86  christos daap            3689/udp   # Digital Audio Access Protocol
   10375  1.86  christos #                          Amandeep Jawa <daap&apple.com> January 2003
   10376  1.86  christos svn             3690/tcp   # Subversion
   10377  1.86  christos svn             3690/udp   # Subversion
   10378  1.86  christos svn             3690/udp   # Subversion
   10379  1.86  christos svn             3690/udp   # Subversion
   10380  1.86  christos #                          Greg Hudson <ghudson&mit.edu> January 2003
   10381  1.86  christos magaya-network  3691/tcp   # Magaya Network Port
   10382  1.86  christos magaya-network  3691/udp   # Magaya Network Port
   10383  1.86  christos magaya-network  3691/udp   # Magaya Network Port
   10384  1.86  christos magaya-network  3691/udp   # Magaya Network Port
   10385  1.86  christos #                          Jesus David Rodriguez <jesusdavid&magaya.com> February 2003
   10386  1.86  christos intelsync       3692/tcp   # Brimstone IntelSync
   10387  1.86  christos intelsync       3692/udp   # Brimstone IntelSync
   10388  1.86  christos intelsync       3692/udp   # Brimstone IntelSync
   10389  1.86  christos intelsync       3692/udp   # Brimstone IntelSync
   10390  1.86  christos #                          Davey Taylor <davey.taylor&brimstone.net> February 2003
   10391  1.86  christos #               3693-3694  Unassigned (Removed 2007-04-05)
   10392  1.86  christos bmc-data-coll   3695/tcp   # BMC Data Collection
   10393  1.86  christos bmc-data-coll   3695/udp   # BMC Data Collection
   10394  1.86  christos bmc-data-coll   3695/udp   # BMC Data Collection
   10395  1.86  christos bmc-data-coll   3695/udp   # BMC Data Collection
   10396  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com> February 2003
   10397  1.86  christos telnetcpcd      3696/tcp   # Telnet Com Port Control
   10398  1.86  christos telnetcpcd      3696/udp   # Telnet Com Port Control
   10399  1.86  christos telnetcpcd      3696/udp   # Telnet Com Port Control
   10400  1.86  christos telnetcpcd      3696/udp   # Telnet Com Port Control
   10401  1.86  christos #                          Thomas J. Pinkl <tom&pinkl.com> February 2003
   10402  1.86  christos nw-license      3697/tcp   # NavisWorks License System
   10403  1.86  christos nw-license      3697/udp   # NavisWorks License System
   10404  1.86  christos nw-license      3697/udp   # NavisWorks Licnese System
   10405  1.86  christos nw-license      3697/udp   # NavisWorks Licnese System
   10406  1.86  christos #                          Tim Wiegand <tim.wiegand&navisworks.com> February 2003
   10407  1.86  christos sagectlpanel    3698/tcp   # SAGECTLPANEL
   10408  1.86  christos sagectlpanel    3698/udp   # SAGECTLPANEL
   10409  1.86  christos sagectlpanel    3698/udp   # SAGECTLPANEL
   10410  1.86  christos sagectlpanel    3698/udp   # SAGECTLPANEL
   10411  1.86  christos #                          Mark Gamble <mark.gamble&sage.com> February 2003
   10412  1.86  christos kpn-icw         3699/tcp   # Internet Call Waiting
   10413  1.86  christos kpn-icw         3699/udp   # Internet Call Waiting
   10414  1.86  christos kpn-icw         3699/udp   # Internet Call Waiting
   10415  1.86  christos kpn-icw         3699/udp   # Internet Call Waiting
   10416  1.86  christos #                          B.J. Kortekaas <b.j.kortekaas&kpn.com> February 2003
   10417  1.86  christos lrs-paging      3700/tcp   # LRS NetPage
   10418  1.86  christos lrs-paging      3700/udp   # LRS NetPage
   10419  1.86  christos lrs-paging      3700/udp   # LRS NetPage
   10420  1.86  christos lrs-paging      3700/udp   # LRS NetPage
   10421  1.86  christos #                          Geoffrey Wossum <geoffrey&pager.net> February 2003
   10422  1.86  christos netcelera       3701/tcp   # NetCelera
   10423  1.86  christos netcelera       3701/udp   # NetCelera
   10424  1.86  christos netcelera       3701/udp   # NetCelera 
   10425  1.86  christos netcelera       3701/udp   # NetCelera 
   10426  1.86  christos #                          Tarek Nabhan <standards&itworx.com> February 2003
   10427  1.86  christos ws-discovery    3702/tcp   # Web Service Discovery
   10428  1.86  christos ws-discovery    3702/udp   # Web Service Discovery
   10429  1.86  christos ws-discovery    3702/udp   # Web Service Discovery
   10430  1.86  christos ws-discovery    3702/udp   # Web Service Discovery
   10431  1.86  christos #                          Christian Huitema <huitema&microsoft.com> February 2003
   10432  1.86  christos adobeserver-3   3703/tcp   # Adobe Server 3
   10433  1.86  christos adobeserver-3   3703/udp   # Adobe Server 3
   10434  1.86  christos adobeserver-3   3703/udp   # Adobe Server 3
   10435  1.86  christos adobeserver-3   3703/udp   # Adobe Server 3
   10436  1.86  christos adobeserver-4   3704/tcp   # Adobe Server 4
   10437  1.86  christos adobeserver-4   3704/udp   # Adobe Server 4
   10438  1.86  christos adobeserver-4   3704/udp   # Adobe Server 4
   10439  1.86  christos adobeserver-4   3704/udp   # Adobe Server 4
   10440  1.86  christos adobeserver-5   3705/tcp   # Adobe Server 5
   10441  1.86  christos adobeserver-5   3705/udp   # Adobe Server 5
   10442  1.86  christos adobeserver-5   3705/udp   # Adobe Server 5
   10443  1.86  christos adobeserver-5   3705/udp   # Adobe Server 5
   10444  1.86  christos #                          Frank Soetebeer <frsoeteb&adobe.com> January 2003
   10445  1.86  christos rt-event        3706/tcp   # Real-Time Event Port
   10446  1.86  christos rt-event        3706/udp   # Real-Time Event Port
   10447  1.86  christos rt-event        3706/udp   # Real-Time Event Port
   10448  1.86  christos rt-event        3706/udp   # Real-Time Event Port
   10449  1.86  christos rt-event-s      3707/tcp   # Real-Time Event Secure Port
   10450  1.86  christos rt-event-s      3707/udp   # Real-Time Event Secure Port
   10451  1.86  christos rt-event-s      3707/udp   # Real-Time Event Secure Port
   10452  1.86  christos rt-event-s      3707/udp   # Real-Time Event Secure Port
   10453  1.86  christos #                          Terry Gin <terry_gin&inter-tel.com> February 2003
   10454  1.86  christos sun-as-iiops    3708/tcp   # Sun App Svr - Naming
   10455  1.86  christos sun-as-iiops    3708/udp   # Sun App Svr - Naming
   10456  1.86  christos sun-as-iiops    3708/udp   # Sun App Svr - Naming
   10457  1.86  christos sun-as-iiops    3708/udp   # Sun App Svr - Naming
   10458  1.86  christos #                          Abhijit Kumar <as-iana-ports&sun.com> November 2005
   10459  1.86  christos ca-idms         3709/tcp   # CA-IDMS Server
   10460  1.86  christos ca-idms         3709/udp   # CA-IDMS Server
   10461  1.86  christos ca-idms         3709/udp   # CA-IDMS Server
   10462  1.86  christos ca-idms         3709/udp   # CA-IDMS Server
   10463  1.86  christos #                          Dave Ross <david.ross&ca.com> 
   10464  1.86  christos portgate-auth   3710/tcp   # PortGate Authentication
   10465  1.86  christos portgate-auth   3710/udp   # PortGate Authentication
   10466  1.86  christos portgate-auth   3710/udp   # PortGate Authentication
   10467  1.86  christos portgate-auth   3710/udp   # PortGate Authentication
   10468  1.86  christos #                          Scott Harris <Scott&XRamp.com> February 2003
   10469  1.86  christos edb-server2     3711/tcp   # EBD Server 2
   10470  1.86  christos edb-server2     3711/udp   # EBD Server 2
   10471  1.86  christos edb-server2     3711/udp   # EBD Server 2
   10472  1.86  christos edb-server2     3711/udp   # EBD Server 2
   10473  1.86  christos #                          Carlos Portela <cportela&simple-sw.com> February 2003
   10474  1.86  christos sentinel-ent    3712/tcp   # Sentinel Enterprise
   10475  1.86  christos sentinel-ent    3712/udp   # Sentinel Enterprise
   10476  1.86  christos sentinel-ent    3712/udp   # Sentinel Enterprise
   10477  1.86  christos sentinel-ent    3712/udp   # Sentinel Enterprise
   10478  1.86  christos #                          Ian Gordon <ian&n-genltd.co.uk> March 2003
   10479  1.86  christos tftps           3713/tcp   # TFTP over TLS
   10480  1.86  christos tftps           3713/udp   # TFTP over TLS
   10481  1.86  christos tftps           3713/udp   # TFTP over TLS
   10482  1.86  christos tftps           3713/udp   # TFTP over TLS
   10483  1.86  christos #                          Mark mayernick <Mark.Mayernick&thomson.net> March 2003
   10484  1.86  christos delos-dms       3714/tcp   # DELOS Direct Messaging
   10485  1.86  christos delos-dms       3714/udp   # DELOS Direct Messaging
   10486  1.86  christos delos-dms       3714/udp   # DELOS Direct Messaging
   10487  1.86  christos delos-dms       3714/udp   # DELOS Direct Messaging
   10488  1.86  christos #                          Ekkehard Morgenstern <flnca&gmx.de> March 2003
   10489  1.86  christos anoto-rendezv   3715/tcp   # Anoto Rendezvous Port
   10490  1.86  christos anoto-rendezv   3715/udp   # Anoto Rendezvous Port
   10491  1.86  christos anoto-rendezv   3715/udp   # Anoto Rendezvous Port
   10492  1.86  christos anoto-rendezv   3715/udp   # Anoto Rendezvous Port
   10493  1.86  christos #                          Ola Sandstrom <ola.sandstrom&anoto.com> March 2003
   10494  1.86  christos wv-csp-sms-cir  3716/tcp   # WV CSP SMS CIR Channel
   10495  1.86  christos wv-csp-sms-cir  3716/udp   # WV CSP SMS CIR Channel
   10496  1.86  christos wv-csp-sms-cir  3716/udp   # WV CSP SMS CIR Channel
   10497  1.86  christos wv-csp-sms-cir  3716/udp   # WV CSP SMS CIR Channel
   10498  1.86  christos wv-csp-udp-cir  3717/tcp   # WV CSP UDP/IP CIR Channel
   10499  1.86  christos wv-csp-udp-cir  3717/udp   # WV CSP UDP/IP CIR Channel
   10500  1.86  christos wv-csp-udp-cir  3717/udp   # WV CSP UDP/IP CIR Channel
   10501  1.86  christos wv-csp-udp-cir  3717/udp   # WV CSP UDP/IP CIR Channel
   10502  1.86  christos #                          Jon Ingi Ingimundarson <jii&oz.com> March 2003
   10503  1.86  christos opus-services   3718/tcp   # OPUS Server Port
   10504  1.86  christos opus-services   3718/udp   # OPUS Server Port
   10505  1.86  christos opus-services   3718/udp   # OPUS Server Port
   10506  1.86  christos opus-services   3718/udp   # OPUS Server Port
   10507  1.86  christos #                          Detlef Stoever <mail&ivotec.com> March 2003
   10508  1.86  christos itelserverport  3719/tcp   # iTel Server Port
   10509  1.86  christos itelserverport  3719/udp   # iTel Server Port
   10510  1.86  christos itelserverport  3719/udp   # iTel Server Port
   10511  1.86  christos itelserverport  3719/udp   # iTel Server Port
   10512  1.86  christos #                          Mark Hendricks <markah&copper.net> March 2003
   10513  1.86  christos ufastro-instr   3720/tcp   # UF Astro. Instr. Services
   10514  1.86  christos ufastro-instr   3720/udp   # UF Astro. Instr. Services
   10515  1.86  christos ufastro-instr   3720/udp   # UF Astro. Instr. Services
   10516  1.86  christos ufastro-instr   3720/udp   # UF Astro. Instr. Services
   10517  1.86  christos #                          David B. Hon <hon&astro.ufl.edu> March 2003
   10518  1.86  christos xsync           3721/tcp   # Xsync
   10519  1.86  christos xsync           3721/udp   # Xsync
   10520  1.86  christos xsync           3721/udp   # Xsync
   10521  1.86  christos xsync           3721/udp   # Xsync
   10522  1.86  christos xserveraid      3722/tcp   # Xserve RAID
   10523  1.86  christos xserveraid      3722/udp   # Xserve RAID
   10524  1.86  christos xserveraid      3722/udp   # Xserve RAID
   10525  1.86  christos xserveraid      3722/udp   # Xserve RAID
   10526  1.86  christos #                          Bob Bradley <bradley&apple.com> March 2003
   10527  1.86  christos sychrond        3723/tcp   # Sychron Service Daemon
   10528  1.86  christos sychrond        3723/udp   # Sychron Service Daemon
   10529  1.86  christos sychrond        3723/udp   # Sychron Service Daemon
   10530  1.86  christos sychrond        3723/udp   # Sychron Service Daemon
   10531  1.86  christos #                          Robert Marinelli <bob&sychron.com> March 2003
   10532  1.86  christos blizwow         3724/tcp   # World of Warcraft
   10533  1.86  christos blizwow         3724/udp   # World of Warcraft
   10534  1.86  christos blizwow         3724/udp   # World of Warcraft
   10535  1.86  christos blizwow         3724/udp   # World of Warcraft
   10536  1.86  christos #                          Domain Tech <Domainnametech&blizzard.com> April 2005
   10537  1.86  christos na-er-tip       3725/tcp   # Netia NA-ER Port
   10538  1.86  christos na-er-tip       3725/udp   # Netia NA-ER Port
   10539  1.86  christos na-er-tip       3725/udp   # Netia NA-ER Port
   10540  1.86  christos na-er-tip       3725/udp   # Netia NA-ER Port
   10541  1.86  christos #                          Jean-Pierre Garcia <jp.garcia&netia.net> April 2003
   10542  1.86  christos array-manager   3726/tcp   # Xyratex Array Manager
   10543  1.86  christos array-manager   3726/udp   # Xyratex Array Manager
   10544  1.86  christos array-manager   3726/udp   # Xyartex Array Manager
   10545  1.86  christos array-manager   3726/udp   # Xyartex Array Manager
   10546  1.86  christos #                          David A. Lethe <david_lethe&us.xyratex.com> April 2003
   10547  1.86  christos e-mdu           3727/tcp   # Ericsson Mobile Data Unit
   10548  1.86  christos e-mdu           3727/udp   # Ericsson Mobile Data Unit
   10549  1.86  christos e-mdu           3727/udp   # Ericsson Mobile Data Unit
   10550  1.86  christos e-mdu           3727/udp   # Ericsson Mobile Data Unit
   10551  1.86  christos e-woa           3728/tcp   # Ericsson Web on Air
   10552  1.86  christos e-woa           3728/udp   # Ericsson Web on Air
   10553  1.86  christos e-woa           3728/udp   # Ericsson Web on Air
   10554  1.86  christos e-woa           3728/udp   # Ericsson Web on Air
   10555  1.86  christos #                          Marco Casole <marco.casole&ericsson.com> April 2003
   10556  1.86  christos fksp-audit      3729/tcp   # Fireking Audit Port
   10557  1.86  christos fksp-audit      3729/udp   # Fireking Audit Port
   10558  1.86  christos fksp-audit      3729/udp   # Fireking Audit Port
   10559  1.86  christos fksp-audit      3729/udp   # Fireking Audit Port
   10560  1.86  christos #                          Richard Thurman <richt&fireking.com> April 2003
   10561  1.86  christos client-ctrl     3730/tcp   # Client Control
   10562  1.86  christos client-ctrl     3730/udp   # Client Control
   10563  1.86  christos client-ctrl     3730/udp   # Client Control
   10564  1.86  christos client-ctrl     3730/udp   # Client Control
   10565  1.86  christos #                          Lawrence W. Dunn <larrydunn&aptcomp.com> April 2003
   10566  1.86  christos smap            3731/tcp   # Service Manager
   10567  1.86  christos smap            3731/udp   # Service Manager
   10568  1.86  christos smap            3731/udp   # Service Manager
   10569  1.86  christos smap            3731/udp   # Service Manager
   10570  1.86  christos m-wnn           3732/tcp   # Mobile Wnn
   10571  1.86  christos m-wnn           3732/udp   # Mobile Wnn
   10572  1.86  christos m-wnn           3732/udp   # Mobile Wnn
   10573  1.86  christos m-wnn           3732/udp   # Mobile Wnn
   10574  1.86  christos #                          Yasunari Yamashita <yamasita&omronsoft.co.jp> April 2003
   10575  1.86  christos multip-msg      3733/tcp   # Multipuesto Msg Port
   10576  1.86  christos multip-msg      3733/udp   # Multipuesto Msg Port
   10577  1.86  christos multip-msg      3733/udp   # Multipuesto Msg Port
   10578  1.86  christos multip-msg      3733/udp   # Multipuesto Msg Port
   10579  1.86  christos #                          Felisa Ares <faa06&tid.es> April 2003
   10580  1.86  christos synel-data      3734/tcp   # Synel Data Collection Port
   10581  1.86  christos synel-data      3734/udp   # Synel Data Collection Port
   10582  1.86  christos synel-data      3734/udp   # Synel Data Collection Port
   10583  1.86  christos synel-data      3734/udp   # Synel Data Collection Port
   10584  1.86  christos #                          David Ashkenazi <david&synel.co.il> April 2003
   10585  1.86  christos pwdis           3735/tcp   # Password Distribution
   10586  1.86  christos pwdis           3735/udp   # Password Distribution
   10587  1.86  christos pwdis           3735/udp   # Password Distribution
   10588  1.86  christos pwdis           3735/udp   # Password Distribution
   10589  1.86  christos #                          Robert Erl <roerl&web.de> April 2003
   10590  1.86  christos rs-rmi          3736/tcp   # RealSpace RMI
   10591  1.86  christos rs-rmi          3736/udp   # RealSpace RMI
   10592  1.86  christos rs-rmi          3736/udp   # RealSpace RMI
   10593  1.86  christos rs-rmi          3736/udp   # RealSpace RMI
   10594  1.86  christos #                          Barry McDarby <realspace&starwolf.biz> April 2003
   10595  1.86  christos #               3737       Unassigned (Removed 2003-02-26)
   10596  1.86  christos versatalk       3738/tcp   # versaTalk Server Port
   10597  1.86  christos versatalk       3738/udp   # versaTalk Server Port
   10598  1.86  christos versatalk       3738/udp   # versaTalk Server Port
   10599  1.86  christos versatalk       3738/udp   # versaTalk Server Port
   10600  1.86  christos #                          Dr. Kingsley C. Nwosu <knwosu&aglowmail.com> April 2003
   10601  1.86  christos launchbird-lm   3739/tcp   # Launchbird LicenseManager
   10602  1.86  christos launchbird-lm   3739/udp   # Launchbird LicenseManager
   10603  1.86  christos launchbird-lm   3739/udp   # Launchbird LicenseManager
   10604  1.86  christos launchbird-lm   3739/udp   # Launchbird LicenseManager
   10605  1.86  christos #                          Tom Hawkins <tom1&launchbird.com> April 2003
   10606  1.86  christos heartbeat       3740/tcp   # Heartbeat Protocol
   10607  1.86  christos heartbeat       3740/udp   # Heartbeat Protocol
   10608  1.86  christos heartbeat       3740/udp   # Heartbeat Protocol
   10609  1.86  christos heartbeat       3740/udp   # Heartbeat Protocol
   10610  1.86  christos #                          Jeroen Massar <jeroen&unfix.org> April 2003
   10611  1.86  christos wysdma          3741/tcp   # WysDM Agent
   10612  1.86  christos wysdma          3741/udp   # WysDM Agent
   10613  1.86  christos wysdma          3741/udp   # WysDM Agent
   10614  1.86  christos wysdma          3741/udp   # WysDM Agent
   10615  1.86  christos #                          Jim McDonald <Jim.McDonald&sysdm.com> April 2003
   10616  1.86  christos cst-port        3742/tcp   # CST - Configuration & Service Tracker
   10617  1.86  christos cst-port        3742/udp   # CST - Configuration & Service Tracker
   10618  1.86  christos cst-port        3742/udp   # CST - Configuration & Service Tracker
   10619  1.86  christos cst-port        3742/udp   # CST - Configuration & Service Tracker
   10620  1.86  christos #                          Hai Ou-Yang <hai.ou-yang&sun.com> April 2003
   10621  1.86  christos ipcs-command    3743/tcp   # IP Control Systems Ltd.
   10622  1.86  christos ipcs-command    3743/udp   # IP Control Systems Ltd.
   10623  1.86  christos ipcs-command    3743/udp   # IP Control Systems Ltd.
   10624  1.86  christos ipcs-command    3743/udp   # IP Control Systems Ltd.
   10625  1.86  christos #                          Paul Anderson <paul.anderson&ip-cs.com> April 2003
   10626  1.86  christos sasg            3744/tcp   # SASG
   10627  1.86  christos sasg            3744/udp   # SASG
   10628  1.86  christos sasg            3744/udp   # SASG
   10629  1.86  christos sasg            3744/udp   # SASG
   10630  1.86  christos #                          Cristian Petculescu <cristp&hotmail.com> April 2003
   10631  1.86  christos gw-call-port    3745/tcp   # GWRTC Call Port
   10632  1.86  christos gw-call-port    3745/udp   # GWRTC Call Port
   10633  1.86  christos gw-call-port    3745/udp   # GWRTC Call Port
   10634  1.86  christos gw-call-port    3745/udp   # GWRTC Call Port
   10635  1.86  christos #                          Felisa Ares <faa06&tid.es> April 2003
   10636  1.86  christos linktest        3746/tcp   # LXPRO.COM LinkTest
   10637  1.86  christos linktest        3746/udp   # LXPRO.COM LinkTest
   10638  1.86  christos linktest        3746/udp   # LXPRO.COM LinkTest
   10639  1.86  christos linktest        3746/udp   # LXPRO.COM LinkTest
   10640  1.86  christos linktest-s      3747/tcp   # LXPRO.COM LinkTest SSL
   10641  1.86  christos linktest-s      3747/udp   # LXPRO.COM LinkTest SSL
   10642  1.86  christos linktest-s      3747/udp   # LXPRO.COM LinkTest SSL
   10643  1.86  christos linktest-s      3747/udp   # LXPRO.COM LinkTest SSL
   10644  1.86  christos #                          Greg Bailey <gbailey&lxpro.com> April 2003
   10645  1.86  christos webdata         3748/tcp   # webData
   10646  1.86  christos webdata         3748/udp   # webData
   10647  1.86  christos webdata         3748/udp   # webData
   10648  1.86  christos webdata         3748/udp   # webData
   10649  1.86  christos #                          Michael Whiteley <michael&whiteley.com> April 2003
   10650  1.86  christos cimtrak         3749/tcp   # CimTrak
   10651  1.86  christos cimtrak         3749/udp   # CimTrak
   10652  1.86  christos cimtrak         3749/udp   # CimTrak
   10653  1.86  christos cimtrak         3749/udp   # CimTrak
   10654  1.86  christos #                          Robert E. Johnson, III <johnson.robert&cimcor.com> April 2003
   10655  1.86  christos cbos-ip-port    3750/tcp   # CBOS/IP ncapsalation port
   10656  1.86  christos cbos-ip-port    3750/udp   # CBOS/IP ncapsalation port
   10657  1.86  christos cbos-ip-port    3750/udp   # CBOS/IP ncapsalatoin port
   10658  1.86  christos cbos-ip-port    3750/udp   # CBOS/IP ncapsalatoin port
   10659  1.86  christos #                          Thomas Dannemiller <tom.dannemiller&rolls-royce.com> April 2003
   10660  1.86  christos gprs-cube       3751/tcp   # CommLinx GPRS Cube
   10661  1.86  christos gprs-cube       3751/udp   # CommLinx GPRS Cube
   10662  1.86  christos gprs-cube       3751/udp   # CommLinx GPRS Cube
   10663  1.86  christos gprs-cube       3751/udp   # CommLinx GPRS Cube
   10664  1.86  christos #                          Peter Johnson <peter&commlinx.com.au> April 2003
   10665  1.86  christos vipremoteagent  3752/tcp   # Vigil-IP RemoteAgent
   10666  1.86  christos vipremoteagent  3752/udp   # Vigil-IP RemoteAgent
   10667  1.86  christos vipremoteagent  3752/udp   # Vigil-IP RemoteAgent
   10668  1.86  christos vipremoteagent  3752/udp   # Vigil-IP RemoteAgent
   10669  1.86  christos #                          Bryan Alvord <bryan&vaticor.com> April 2003
   10670  1.86  christos nattyserver     3753/tcp   # NattyServer Port
   10671  1.86  christos nattyserver     3753/udp   # NattyServer Port
   10672  1.86  christos nattyserver     3753/udp   # NattyServer Port
   10673  1.86  christos nattyserver     3753/udp   # NattyServer Port
   10674  1.86  christos #                          Akira Saito <admin&kobu.com> April 2003
   10675  1.86  christos timestenbroker  3754/tcp   # TimesTen Broker Port 
   10676  1.86  christos timestenbroker  3754/udp   # TimesTen Broker Port 
   10677  1.86  christos timestenbroker  3754/udp   # TimesTen Broker Port
   10678  1.86  christos timestenbroker  3754/udp   # TimesTen Broker Port
   10679  1.86  christos #                          David Aspinwall <aspinwall&TimesTen.com> April 2003
   10680  1.86  christos sas-remote-hlp  3755/tcp   # SAS Remote Help Server
   10681  1.86  christos sas-remote-hlp  3755/udp   # SAS Remote Help Server
   10682  1.86  christos sas-remote-hlp  3755/udp   # SAS Remote Help Server
   10683  1.86  christos sas-remote-hlp  3755/udp   # SAS Remote Help Server
   10684  1.86  christos #                          Gary T. Ciampa <Gary.Ciampa&sas.com> April 2003
   10685  1.86  christos canon-capt      3756/tcp   # Canon CAPT Port
   10686  1.86  christos canon-capt      3756/udp   # Canon CAPT Port
   10687  1.86  christos canon-capt      3756/udp   # Canon CAPT Port
   10688  1.86  christos canon-capt      3756/udp   # Canon CAPT Port
   10689  1.86  christos #                          Takashi Okazawa <okazawa.takashi&canon.co.jp> April 2003
   10690  1.86  christos grf-port        3757/tcp   # GRF Server Port
   10691  1.86  christos grf-port        3757/udp   # GRF Server Port
   10692  1.86  christos grf-port        3757/udp   # GRF Server Port
   10693  1.86  christos grf-port        3757/udp   # GRF Server Port
   10694  1.86  christos #                          Robert Banfill <robert&banfill.net> April 2003
   10695  1.86  christos apw-registry    3758/tcp   # apw RMI registry
   10696  1.86  christos apw-registry    3758/udp   # apw RMI registry
   10697  1.86  christos apw-registry    3758/udp   # apw RMI registry
   10698  1.86  christos apw-registry    3758/udp   # apw RMI registry
   10699  1.86  christos #                          Dan Davis <Dan.A.Davis&hp.com> April 2003
   10700  1.86  christos exapt-lmgr      3759/tcp   # Exapt License Manager
   10701  1.86  christos exapt-lmgr      3759/udp   # Exapt License Manager
   10702  1.86  christos exapt-lmgr      3759/udp   # Exapt License Manager
   10703  1.86  christos exapt-lmgr      3759/udp   # Exapt License Manager
   10704  1.86  christos #                          Christoph Kukulies <info&exapt.de> April 2003
   10705  1.86  christos adtempusclient  3760/tcp   # adTempus Client
   10706  1.86  christos adtempusclient  3760/udp   # adTempus Client
   10707  1.86  christos adtempusclient  3760/udp   # adTEmpus Client
   10708  1.86  christos adtempusclient  3760/udp   # adTEmpus Client
   10709  1.86  christos #                          Bill Wingate <bill.wingate&arcanadev.com> May 2003 
   10710  1.86  christos gsakmp          3761/tcp   # gsakmp port
   10711  1.86  christos gsakmp          3761/udp   # gsakmp port
   10712  1.86  christos gsakmp          3761/udp   # gsakmp port
   10713  1.86  christos gsakmp          3761/udp   # gsakmp port
   10714  1.86  christos #                          [RFC4535]  
   10715  1.86  christos gbs-smp         3762/tcp   # GBS SnapMail Protocol
   10716  1.86  christos gbs-smp         3762/udp   # GBS SnapMail Protocol
   10717  1.86  christos gbs-smp         3762/udp   # GBS SnapMail Protocol
   10718  1.86  christos gbs-smp         3762/udp   # GBS SnapMail Protocol
   10719  1.86  christos #                          Eric Harris-Braun <eric&glassbead.com> June 2003
   10720  1.86  christos xo-wave         3763/tcp   # XO Wave Control Port
   10721  1.86  christos xo-wave         3763/udp   # XO Wave Control Port
   10722  1.86  christos xo-wave         3763/udp   # XO Wave Control Port
   10723  1.86  christos xo-wave         3763/udp   # XO Wave Control Port
   10724  1.86  christos #                          Bjorn Dittmer-Roche <bjorn&xowave.com> June 2003
   10725  1.86  christos mni-prot-rout   3764/tcp   # MNI Protected Routing
   10726  1.86  christos mni-prot-rout   3764/udp   # MNI Protected Routing
   10727  1.86  christos mni-prot-rout   3764/udp   # MNI Protected Routing
   10728  1.86  christos mni-prot-rout   3764/udp   # MNI Protected Routing
   10729  1.86  christos #                          Tim Behne <timothyb&microwavenetworks.com> June 2003
   10730  1.86  christos rtraceroute     3765/tcp   # Remote Traceroute
   10731  1.86  christos rtraceroute     3765/udp   # Remote Traceroute
   10732  1.86  christos rtraceroute     3765/udp   # Remote Traceroute
   10733  1.86  christos rtraceroute     3765/udp   # Remote Traceroute
   10734  1.86  christos #                          A. Blake Cooper <blake&cluebie.net> June 2003
   10735  1.86  christos #		3766       Unassigned
   10736  1.86  christos listmgr-port    3767/tcp   # ListMGR Port
   10737  1.86  christos listmgr-port    3767/udp   # ListMGR Port
   10738  1.86  christos listmgr-port    3767/udp   # ListMGR Port
   10739  1.86  christos listmgr-port    3767/udp   # ListMGR Port
   10740  1.86  christos #                          Takashi Kubota <kubota.takashi&pfu.fugitsu.com> June 2003
   10741  1.86  christos rblcheckd       3768/tcp   # rblcheckd server daemon
   10742  1.86  christos rblcheckd       3768/udp   # rblcheckd server daemon
   10743  1.86  christos rblcheckd       3768/udp   # rblcheckd server daemon
   10744  1.86  christos rblcheckd       3768/udp   # rblcheckd server daemon
   10745  1.86  christos #                          Sabri Berisha <sabri&cluecentral.net> June 2003
   10746  1.86  christos haipe-otnk      3769/tcp   # HAIPE Network Keying
   10747  1.86  christos haipe-otnk      3769/udp   # HAIPE Network Keying
   10748  1.86  christos haipe-otnk      3769/udp   # HAIPE Network Keying
   10749  1.86  christos haipe-otnk      3769/udp   # HAIPE Network Keying
   10750  1.86  christos #                          Mike Irani <irani&spawar.navy.mil> June 2003
   10751  1.86  christos cindycollab     3770/tcp   # Cinderella Collaboration
   10752  1.86  christos cindycollab     3770/udp   # Cinderella Collaboration
   10753  1.86  christos cindycollab     3770/udp   # Cinderella Collaboration
   10754  1.86  christos cindycollab     3770/udp   # Cinderella Collaboration
   10755  1.86  christos #                          Ulrich Kortenkamp  <kortenkamp&cinderella.de> June 2003
   10756  1.86  christos paging-port     3771/tcp   # RTP Paging Port
   10757  1.86  christos paging-port     3771/udp   # RTP Paging Port
   10758  1.86  christos paging-port     3771/udp   # RTP Paging Port
   10759  1.86  christos paging-port     3771/udp   # RTP Paging Port
   10760  1.86  christos #                          Patrick Ferriter <Patrick.Ferriter&zultys.com> June 2003
   10761  1.86  christos ctp             3772/tcp   # Chantry Tunnel Protocol
   10762  1.86  christos ctp             3772/udp   # Chantry Tunnel Protocol
   10763  1.86  christos ctp             3772/udp   # Chantry Tunnel Protocol
   10764  1.86  christos ctp             3772/udp   # Chantry Tunnel Protocol
   10765  1.86  christos #                          Inderpreet Singh <isingh&chantrynetworks.com> June 2003
   10766  1.86  christos ctdhercules     3773/tcp   # ctdhercules
   10767  1.86  christos ctdhercules     3773/udp   # ctdhercules
   10768  1.86  christos ctdhercules     3773/udp   # ctdhercules
   10769  1.86  christos ctdhercules     3773/udp   # ctdhercules
   10770  1.86  christos #                          Carl Banzhof <cbanzhof&citadel.com> June 2003
   10771  1.86  christos zicom           3774/tcp   # ZICOM
   10772  1.86  christos zicom           3774/udp   # ZICOM
   10773  1.86  christos zicom           3774/udp   # ZICOM
   10774  1.86  christos zicom           3774/udp   # ZICOM
   10775  1.86  christos #                          Sabu Das <sabud&zicomsecure.com> June 2003
   10776  1.86  christos ispmmgr         3775/tcp   # ISPM Manager Port
   10777  1.86  christos ispmmgr         3775/udp   # ISPM Manager Port
   10778  1.86  christos ispmmgr         3775/udp   # ISPM Manager Port
   10779  1.86  christos ispmmgr         3775/udp   # ISPM Manager Port
   10780  1.86  christos #                          Eric Anderson <eanderson&netvision.com> June 2003
   10781  1.86  christos dvcprov-port    3776/tcp   # Device Provisioning Port
   10782  1.86  christos dvcprov-port    3776/udp   # Device Provisioning Port
   10783  1.86  christos dvcprov-port    3776/udp   # Device Provisioning Port
   10784  1.86  christos dvcprov-port    3776/udp   # Device Provisioning Port
   10785  1.86  christos #                          Rob Lehew <rlehew&microsoft.com> June 2003
   10786  1.86  christos jibe-eb         3777/tcp   # Jibe EdgeBurst
   10787  1.86  christos jibe-eb         3777/udp   # Jibe EdgeBurst
   10788  1.86  christos jibe-eb         3777/udp   # Jibe EdgeBurst
   10789  1.86  christos jibe-eb         3777/udp   # Jibe EdgeBurst
   10790  1.86  christos #                          Chap Tippin <chad.tippin&jibeinc.com> June 2003						   
   10791  1.86  christos c-h-it-port     3778/tcp   # Cutler-Hammer IT Port
   10792  1.86  christos c-h-it-port     3778/udp   # Cutler-Hammer IT Port
   10793  1.86  christos c-h-it-port     3778/udp   # Cutler-Hammer IT Port
   10794  1.86  christos c-h-it-port     3778/udp   # Cutler-Hammer IT Port
   10795  1.86  christos #                          Thomas Ruchti <thomasmruchti&eaton.com> June 2003
   10796  1.86  christos cognima         3779/tcp   # Cognima Replication
   10797  1.86  christos cognima         3779/udp   # Cognima Replication
   10798  1.86  christos cognima         3779/udp   # Cognima Replication
   10799  1.86  christos cognima         3779/udp   # Cognima Replication
   10800  1.86  christos #                          Raplh Greenwell <iana&cognima.com> June 2003
   10801  1.86  christos nnp             3780/tcp   # Nuzzler Network Protocol
   10802  1.86  christos nnp             3780/udp   # Nuzzler Network Protocol
   10803  1.86  christos nnp             3780/udp   # Nuzzler Network Protocol
   10804  1.86  christos nnp             3780/udp   # Nuzzler Network Protocol
   10805  1.86  christos #                          Andreas Schwarz <andreas.schwarz&securepoint.de> June 2003
   10806  1.86  christos abcvoice-port   3781/tcp   # ABCvoice server port
   10807  1.86  christos abcvoice-port   3781/udp   # ABCvoice server port
   10808  1.86  christos abcvoice-port   3781/udp   # ABCvoice server port
   10809  1.86  christos abcvoice-port   3781/udp   # ABCvoice server port
   10810  1.86  christos #                          Carlos Gonzalez-Roman Ferrer <iana&abcdatos.com> June 2003
   10811  1.86  christos iso-tp0s        3782/tcp   # Secure ISO TP0 port
   10812  1.86  christos iso-tp0s        3782/udp   # Secure ISO TP0 port
   10813  1.86  christos iso-tp0s        3782/udp   # Secure ISO TP0 port
   10814  1.86  christos iso-tp0s        3782/udp   # Secure ISO TP0 port
   10815  1.86  christos #                          Herbert Falk <herb&sisconet.com> June 2003
   10816  1.86  christos bim-pem         3783/tcp   # Impact Mgr./PEM Gateway
   10817  1.86  christos bim-pem         3783/udp   # Impact Mgr./PEM Gateway
   10818  1.86  christos bim-pem         3783/udp   # Impact Mgr./PEM Gateway
   10819  1.86  christos bim-pem         3783/udp   # Impact Mgr./PEM Gateway
   10820  1.86  christos #                          Walter G. Giroir <walt_giroir&bmc.com> July 2003
   10821  1.86  christos bfd-control     3784/tcp   # BFD Control Protocol
   10822  1.86  christos bfd-control     3784/udp   # BFD Control Protocol
   10823  1.86  christos bfd-control     3784/udp   # BFD Control Protocol
   10824  1.86  christos bfd-control     3784/udp   # BFD Control Protocol
   10825  1.86  christos bfd-echo        3785/tcp   # BFD Echo Protocol 
   10826  1.86  christos bfd-echo        3785/udp   # BFD Echo Protocol 
   10827  1.86  christos bfd-echo        3785/udp   # BFD Echo Protocol
   10828  1.86  christos bfd-echo        3785/udp   # BFD Echo Protocol
   10829  1.86  christos #                          Dave Katz <dkatz&juniper.net> Dave Ward <dward&cisco.com> July 2003
   10830  1.86  christos upstriggervsw   3786/tcp   # VSW Upstrigger port
   10831  1.86  christos upstriggervsw   3786/udp   # VSW Upstrigger port
   10832  1.86  christos upstriggervsw   3786/udp   # VSW Upstrigger port
   10833  1.86  christos upstriggervsw   3786/udp   # VSW Upstrigger port
   10834  1.86  christos #                          Mark-Tim Junghanns <mjunghanns&vangerow.de> July 2003
   10835  1.86  christos fintrx          3787/tcp   # Fintrx
   10836  1.86  christos fintrx          3787/udp   # Fintrx
   10837  1.86  christos fintrx          3787/udp   # Fintrx
   10838  1.86  christos fintrx          3787/udp   # Fintrx
   10839  1.86  christos #                          Peter G.L. Potgieser <p.g.l.potgieser&interpay.nl> July 2003
   10840  1.86  christos isrp-port       3788/tcp   # SPACEWAY Routing port
   10841  1.86  christos isrp-port       3788/udp   # SPACEWAY Routing port
   10842  1.86  christos isrp-port       3788/udp   # SPACEWAY Routing port
   10843  1.86  christos isrp-port       3788/udp   # SPACEWAY Routing port
   10844  1.86  christos #                          Vaibhav Kumar <vakumar&hns.com> July 2003
   10845  1.86  christos remotedeploy    3789/tcp   # RemoteDeploy Administration Port
   10846  1.86  christos remotedeploy    3789/udp   # RemoteDeploy Administration Port
   10847  1.86  christos remotedeploy    3789/udp   # RemoteDeploy Administration Port
   10848  1.86  christos remotedeploy    3789/udp   # RemoteDeploy Administration Port
   10849  1.86  christos #                          Guenther Kroenert <guenther.kroenert&fujitsu-siemens.com> July 2003
   10850  1.86  christos quickbooksrds   3790/tcp   # QuickBooks RDS
   10851  1.86  christos quickbooksrds   3790/udp   # QuickBooks RDS
   10852  1.86  christos quickbooksrds   3790/udp   # QuickBooks RDS
   10853  1.86  christos quickbooksrds   3790/udp   # QuickBooks RDS
   10854  1.86  christos #                          Almira <almira_niciu&intuit.com> July 2003
   10855  1.86  christos tvnetworkvideo  3791/tcp   # TV NetworkVideo Data port
   10856  1.86  christos tvnetworkvideo  3791/udp   # TV NetworkVideo Data port
   10857  1.86  christos tvnetworkvideo  3791/udp   # TV NetworkVideo Data port
   10858  1.86  christos tvnetworkvideo  3791/udp   # TV NetworkVideo Data port
   10859  1.86  christos #                          Kevin Brunner <brunner&tivo.com> July 2003
   10860  1.86  christos sitewatch       3792/tcp   # e-Watch Corporation SiteWatch
   10861  1.86  christos sitewatch       3792/udp   # e-Watch Corporation SiteWatch
   10862  1.86  christos sitewatch       3792/udp   # e-Watch Corporation SiteWatch
   10863  1.86  christos sitewatch       3792/udp   # e-Watch Corporation SiteWatch
   10864  1.86  christos #                          John M. Baird <jbaird&e-watch.com> July 2003
   10865  1.86  christos dcsoftware      3793/tcp   # DataCore Software
   10866  1.86  christos dcsoftware      3793/udp   # DataCore Software
   10867  1.86  christos dcsoftware      3793/udp   # DataCore Software
   10868  1.86  christos dcsoftware      3793/udp   # DataCore Software
   10869  1.86  christos #                          Andre Cato <andre.cato&datacore.com> July 2003
   10870  1.86  christos jaus            3794/tcp   # JAUS Robots
   10871  1.86  christos jaus            3794/udp   # JAUS Robots
   10872  1.86  christos jaus            3794/udp   # JAUS Robots
   10873  1.86  christos jaus            3794/udp   # JAUS Robots
   10874  1.86  christos #                          Steven B. Cliff <scliff&remotec-andros.com> July 2003
   10875  1.86  christos myblast         3795/tcp   # myBLAST Mekentosj port
   10876  1.86  christos myblast         3795/udp   # myBLAST Mekentosj port
   10877  1.86  christos myblast         3795/udp   # myBLAST Mekentosj port
   10878  1.86  christos myblast         3795/udp   # myBLAST Mekentosj port
   10879  1.86  christos #                          Alexander Griekspoor <a.griekspoor&nki.nl> July 2003
   10880  1.86  christos spw-dialer      3796/tcp   # Spaceway Dialer
   10881  1.86  christos spw-dialer      3796/udp   # Spaceway Dialer
   10882  1.86  christos spw-dialer      3796/udp   # Spaceway Dialer
   10883  1.86  christos spw-dialer      3796/udp   # Spaceway Dialer
   10884  1.86  christos #                          Patrick Fisher <pfisher&hns.com> July 2003
   10885  1.86  christos idps            3797/tcp   # idps
   10886  1.86  christos idps            3797/udp   # idps
   10887  1.86  christos idps            3797/udp   # idps
   10888  1.86  christos idps            3797/udp   # idps
   10889  1.86  christos #                          Jean-Francois Rabasse <jfr&idps.org> July 2003
   10890  1.86  christos minilock        3798/tcp   # Minilock
   10891  1.86  christos minilock        3798/udp   # Minilock
   10892  1.86  christos minilock        3798/udp   # Minilock
   10893  1.86  christos minilock        3798/udp   # Minilock
   10894  1.86  christos #                          Daniel Julio Reyes <danieljreyes&yahoo.com> August 2003
   10895  1.86  christos radius-dynauth  3799/tcp   # RADIUS Dynamic Authorization
   10896  1.86  christos radius-dynauth  3799/udp   # RADIUS Dynamic Authorization
   10897  1.86  christos radius-dynauth  3799/udp   # RADIUS Dynamic Authorization
   10898  1.86  christos radius-dynauth  3799/udp   # RADIUS Dynamic Authorization
   10899  1.86  christos #                          RFC 3576 - July 2003
   10900  1.86  christos pwgpsi          3800/tcp   # Print Services Interface
   10901  1.86  christos pwgpsi          3800/udp   # Print Services Interface
   10902  1.86  christos pwgpsi          3800/udp   # Print Services Interface
   10903  1.86  christos pwgpsi          3800/udp   # Print Services Interface
   10904  1.86  christos #                          Harry Lewis <harryl&us.ibm.com> May 2003  
   10905  1.86  christos ibm-mgr		3801/tcp   # ibm manager service
   10906  1.86  christos ibm-mgr		3801/udp   # ibm manager service
   10907  1.86  christos ibm-mgr		3801/udp   # ibm manager service
   10908  1.86  christos ibm-mgr		3801/udp   # ibm manager service
   10909  1.86  christos #			   Tim Hahn <hahnt&us.ibm.com> March 2006
   10910  1.86  christos vhd             3802/tcp   # VHD
   10911  1.86  christos vhd             3802/udp   # VHD
   10912  1.86  christos vhd             3802/udp   # VHD
   10913  1.86  christos vhd             3802/udp   # VHD
   10914  1.86  christos #                          Chris Duncombe <cdunc&atpeng.com>   
   10915  1.86  christos soniqsync       3803/tcp   # SoniqSync
   10916  1.86  christos soniqsync       3803/udp   # SoniqSync
   10917  1.86  christos soniqsync       3803/udp   # SoniqSync
   10918  1.86  christos soniqsync       3803/udp   # SoniqSync
   10919  1.86  christos #                          Ryan Melville <ryan_melville&soniqcast.com> January 2004 
   10920  1.86  christos iqnet-port      3804/tcp   # Harman IQNet Port
   10921  1.86  christos iqnet-port      3804/udp   # Harman IQNet Port
   10922  1.86  christos iqnet-port      3804/udp   # Harman IQNet Port
   10923  1.86  christos iqnet-port      3804/udp   # Harman IQNet Port
   10924  1.86  christos #                          Bruce Vander Werf <bvanderwerf&crownintl.com> February 2004
   10925  1.86  christos tcpdataserver   3805/tcp   # ThorGuard Server Port
   10926  1.86  christos tcpdataserver   3805/udp   # ThorGuard Server Port
   10927  1.86  christos tcpdataserver   3805/udp   # ThorGuard Server Port
   10928  1.86  christos tcpdataserver   3805/udp   # ThorGuard Server Port
   10929  1.86  christos #                          Joel E. Steiger <jsteiger&eic-us.com> February 2004
   10930  1.86  christos wsmlb           3806/tcp   # Remote System Manager
   10931  1.86  christos wsmlb           3806/udp   # Remote System Manager
   10932  1.86  christos wsmlb           3806/udp   # Remote System Manager
   10933  1.86  christos wsmlb           3806/udp   # Remote System Manager
   10934  1.86  christos #                          Thomas Fiege <tfiege&us.ibm.com> February 2004
   10935  1.86  christos spugna          3807/tcp   # SpuGNA Communication Port
   10936  1.86  christos spugna          3807/udp   # SpuGNA Communication Port
   10937  1.86  christos spugna          3807/udp   # SpuGNA Communication Port
   10938  1.86  christos spugna          3807/udp   # SpuGNA Communication Port
   10939  1.86  christos #                          Samuele Sequi <samuelesequi&defcom.it> February 2004
   10940  1.86  christos sun-as-iiops-ca 3808/tcp   # Sun App Svr-IIOPClntAuth
   10941  1.86  christos sun-as-iiops-ca 3808/udp   # Sun App Svr-IIOPClntAuth
   10942  1.86  christos sun-as-iiops-ca 3808/udp   # Sun App Svr-IIOPClntAuth
   10943  1.86  christos sun-as-iiops-ca 3808/udp   # Sun App Svr-IIOPClntAuth
   10944  1.86  christos #                          Abhijit Kumar <as-iana-ports&sun.com> November 2005
   10945  1.86  christos apocd		3809/tcp   # Java Desktop System Configuration Agent
   10946  1.86  christos apocd		3809/udp   # Java Desktop System Configuration Agent
   10947  1.86  christos apocd		3809/udp   # Java Desktop System Configuration Agent
   10948  1.86  christos apocd		3809/udp   # Java Desktop System Configuration Agent
   10949  1.86  christos #			   Geoff Higgins <geoff.higgins&sun.com> March 2006
   10950  1.86  christos wlanauth        3810/tcp   # WLAN AS server
   10951  1.86  christos wlanauth        3810/udp   # WLAN AS server
   10952  1.86  christos wlanauth        3810/udp   # WLAN AS server
   10953  1.86  christos wlanauth        3810/udp   # WLAN AS server
   10954  1.86  christos #                          Bianling Zhang <blzhang&iwncomm.com> February 2004    
   10955  1.86  christos amp             3811/tcp   # AMP
   10956  1.86  christos amp             3811/udp   # AMP
   10957  1.86  christos amp             3811/udp   # AMP
   10958  1.86  christos amp             3811/udp   # AMP
   10959  1.86  christos #                          Northon Rodrigues <northon.rodrigues&thomson.net> February 2004 
   10960  1.86  christos neto-wol-server 3812/tcp   # netO WOL Server
   10961  1.86  christos neto-wol-server 3812/udp   # netO WOL Server
   10962  1.86  christos neto-wol-server 3812/udp   # netO WOL Server
   10963  1.86  christos neto-wol-server 3812/udp   # netO WOL Server
   10964  1.86  christos #                          Martin Bestmann <martin&no.netopia.com> March 2004
   10965  1.86  christos rap-ip          3813/tcp   # Rhapsody Interface Protocol
   10966  1.86  christos rap-ip          3813/udp   # Rhapsody Interface Protocol
   10967  1.86  christos rap-ip          3813/udp   # Rhapsody Interface Protocol
   10968  1.86  christos rap-ip          3813/udp   # Rhapsody Interface Protocol
   10969  1.86  christos #                          Paul Zander (Philips CFT) <p.j.zander&philips.com> March 2004
   10970  1.86  christos neto-dcs        3814/tcp   # netO DCS
   10971  1.86  christos neto-dcs        3814/udp   # netO DCS
   10972  1.86  christos neto-dcs        3814/udp   # netO DCS
   10973  1.86  christos neto-dcs        3814/udp   # netO DCS
   10974  1.86  christos #                          Martin Bestmann <martin&no.netopia.com> March 2004
   10975  1.86  christos lansurveyorxml  3815/tcp   # LANsurveyor XML
   10976  1.86  christos lansurveyorxml  3815/udp   # LANsurveyor XML
   10977  1.86  christos lansurveyorxml  3815/udp   # LANsurveyor XML
   10978  1.86  christos lansurveyorxml  3815/udp   # LANsurveyor XML
   10979  1.86  christos #                          Michael Swan <swan&neon.com> April 2004
   10980  1.86  christos sunlps-http     3816/tcp   # Sun Local Patch Server
   10981  1.86  christos sunlps-http     3816/udp   # Sun Local Patch Server
   10982  1.86  christos sunlps-http     3816/udp   # Sun Local Patch Server
   10983  1.86  christos sunlps-http     3816/udp   # Sun Local Patch Server
   10984  1.86  christos #                          Barry Greenberg <barry.greenberg&sun.com> April 2004
   10985  1.86  christos tapeware        3817/tcp   # Yosemite Tech Tapeware
   10986  1.86  christos tapeware        3817/udp   # Yosemite Tech Tapeware
   10987  1.86  christos tapeware        3817/udp   # Yosemite Tech Tapeware
   10988  1.86  christos tapeware        3817/udp   # Yosemite Tech Tapeware
   10989  1.86  christos #                          Luke Dion <ldion&tapeware.com> April 2004
   10990  1.86  christos crinis-hb       3818/tcp   # Crinis Heartbeat
   10991  1.86  christos crinis-hb       3818/udp   # Crinis Heartbeat
   10992  1.86  christos crinis-hb       3818/udp   # Crinis Heartbeat
   10993  1.86  christos crinis-hb       3818/udp   # Crinis Heartbeat
   10994  1.86  christos #                          Eric McMurry <emcmurry&crinisnetworks.com> April 2004
   10995  1.86  christos epl-slp         3819/tcp   # EPL Sequ Layer Protocol
   10996  1.86  christos epl-slp         3819/udp   # EPL Sequ Layer Protocol
   10997  1.86  christos epl-slp         3819/udp   # EPL Sequ Layer Protocol
   10998  1.86  christos epl-slp         3819/udp   # EPL Sequ Layer Protocol
   10999  1.86  christos #                          Hans Weibel <hans.weibel&zhwin.ch> October 2004
   11000  1.86  christos scp             3820/tcp   # Siemens AuD SCP
   11001  1.86  christos scp             3820/udp   # Siemens AuD SCP
   11002  1.86  christos scp             3820/udp   # Siemens AuD SCP
   11003  1.86  christos scp             3820/udp   # Siemens AuD SCP
   11004  1.86  christos #                          Johann Arnold <johann.arnold&siemens.com> October 2004
   11005  1.86  christos pmcp            3821/tcp   # ATSC PMCP Standard
   11006  1.86  christos pmcp            3821/udp   # ATSC PMCP Standard
   11007  1.86  christos pmcp            3821/udp   # ATSC PMCP Standard
   11008  1.86  christos pmcp            3821/udp   # ATSC PMCP Standard
   11009  1.86  christos #                          Graham Jones <gjones&nab.org> November 2004
   11010  1.86  christos acp-discovery   3822/tcp   # Compute Pool Discovery
   11011  1.86  christos acp-discovery   3822/udp   # Compute Pool Discovery
   11012  1.86  christos acp-discovery   3822/udp   # Compute Pool Discovery
   11013  1.86  christos acp-discovery   3822/udp   # Compute Pool Discovery
   11014  1.86  christos acp-conduit     3823/tcp   # Compute Pool Conduit
   11015  1.86  christos acp-conduit     3823/udp   # Compute Pool Conduit
   11016  1.86  christos acp-conduit     3823/udp   # Compute Pool Conduit
   11017  1.86  christos acp-conduit     3823/udp   # Compute Pool Conduit
   11018  1.86  christos acp-policy      3824/tcp   # Compute Pool Policy
   11019  1.86  christos acp-policy      3824/udp   # Compute Pool Policy
   11020  1.86  christos acp-policy      3824/udp   # Compute Pool Policy
   11021  1.86  christos acp-policy      3824/udp   # Compute Pool Policy
   11022  1.86  christos #                          Andy Belk <register1&azulsystems.com> February 2005
   11023  1.86  christos #               3825-3830  Unassigned 
   11024  1.86  christos dvapps		3831/tcp   # Docsvault Application Service
   11025  1.86  christos dvapps		3831/udp   # Docsvault Application Service
   11026  1.86  christos dvapps		3831/udp   # Docsvault Application Service
   11027  1.86  christos dvapps		3831/udp   # Docsvault Application Service
   11028  1.86  christos #			   Ketul Patel <ketulp76&yahoo.com> October 2006
   11029  1.86  christos xxnetserver	3832/tcp   # xxNETserver
   11030  1.86  christos xxnetserver	3832/udp   # xxNETserver
   11031  1.86  christos xxnetserver	3832/udp   # xxNETserver
   11032  1.86  christos xxnetserver	3832/udp   # xxNETserver
   11033  1.86  christos #			   Lawrence R. Bulduc <LBulduc&ATTGlobal.net> October 2006
   11034  1.86  christos aipn-auth	3833/tcp   # AIPN LS Authentication
   11035  1.86  christos aipn-auth	3833/udp   # AIPN LS Authentication
   11036  1.86  christos aipn-auth	3833/udp   # AIPN LS Authentication
   11037  1.86  christos aipn-auth	3833/udp   # AIPN LS Authentication
   11038  1.86  christos #			   Qiang Zhang <qzhang&iwncomm.com> October 2006
   11039  1.86  christos spectardata	3834/tcp   # Spectar Data Stream Service
   11040  1.86  christos spectardata	3834/udp   # Spectar Data Stream Service
   11041  1.86  christos spectardata	3834/udp   # Spectar Data Stream Service
   11042  1.86  christos spectardata	3834/udp   # Spectar Data Stream Service
   11043  1.86  christos spectardb	3835/tcp   # Spectar Database Rights Service
   11044  1.86  christos spectardb	3835/udp   # Spectar Database Rights Service
   11045  1.86  christos spectardb	3835/udp   # Spectar Database Rights Service
   11046  1.86  christos spectardb	3835/udp   # Spectar Database Rights Service
   11047  1.86  christos #			   Jan Rutger Voorhorst <janrutger&roadware.nl> October 2006
   11048  1.86  christos markem-dcp      3836/tcp   # MARKEM NEXTGEN DCP
   11049  1.86  christos markem-dcp      3836/udp   # MARKEM NEXTGEN DCP
   11050  1.86  christos markem-dcp      3836/udp   # MARKEM NEXTGEN DCP
   11051  1.86  christos markem-dcp      3836/udp   # MARKEM NEXTGEN DCP
   11052  1.86  christos mkm-discovery   3837/tcp   # MARKEM Auto-Discovery
   11053  1.86  christos mkm-discovery   3837/udp   # MARKEM Auto-Discovery
   11054  1.86  christos mkm-discovery   3837/udp   # MARKEM Auto-Discovery
   11055  1.86  christos mkm-discovery   3837/udp   # MARKEM Auto-Discovery
   11056  1.86  christos #                          Vadym Kargin <vkargin&markem.com> August 2005
   11057  1.86  christos sos             3838/tcp   # Scito Object Server
   11058  1.86  christos sos             3838/udp   # Scito Object Server
   11059  1.86  christos sos             3838/udp   # Scito Object Server
   11060  1.86  christos sos             3838/udp   # Scito Object Server
   11061  1.86  christos #                          Arno Klaassen <arno&ccr.jussieu.fr> November 2003 
   11062  1.86  christos amx-rms         3839/tcp   # AMX Resource Management Suite
   11063  1.86  christos amx-rms         3839/udp   # AMX Resource Management Suite
   11064  1.86  christos amx-rms         3839/udp   # AMX Resource Management Suite
   11065  1.86  christos amx-rms         3839/udp   # AMX Resource Management Suite
   11066  1.86  christos #                          Ron Barber <ron.barber&amx.com> November 2003
   11067  1.86  christos flirtmitmir     3840/tcp   # www.FlirtMitMir.de
   11068  1.86  christos flirtmitmir     3840/udp   # www.FlirtMitMir.de
   11069  1.86  christos flirtmitmir     3840/udp   # www.FlirtMitMir.de
   11070  1.86  christos flirtmitmir     3840/udp   # www.FlirtMitMir.de
   11071  1.86  christos #                          Carsten Falticska <falticska&freenet.de> November 2003
   11072  1.86  christos zfirm-shiprush3 3841/tcp   # Z-Firm ShipRush v3
   11073  1.86  christos zfirm-shiprush3 3841/udp   # Z-Firm ShipRush v3
   11074  1.86  christos zfirm-shiprush3 3841/udp   # Z-Firm ShipRush v3
   11075  1.86  christos zfirm-shiprush3 3841/udp   # Z-Firm ShipRush v3
   11076  1.86  christos #                          Rafael Zimberoff <rafael&zfirmllc.com> November 2003
   11077  1.86  christos nhci            3842/tcp   # NHCI status port
   11078  1.86  christos nhci            3842/udp   # NHCI status port
   11079  1.86  christos nhci            3842/udp   # NHCI status port
   11080  1.86  christos nhci            3842/udp   # NHCI status port
   11081  1.86  christos #                          Eric Welch <eric&innosys.com> November 2003
   11082  1.86  christos quest-agent     3843/tcp   # Quest Common Agent
   11083  1.86  christos quest-agent     3843/udp   # Quest Common Agent
   11084  1.86  christos quest-agent     3843/udp   # Quest Common Agent
   11085  1.86  christos quest-agent     3843/udp   # Quest Common Agent
   11086  1.86  christos #                          Peter Maher <quest_iana&oz.quest.com> November 2003
   11087  1.86  christos rnm             3844/tcp   # RNM
   11088  1.86  christos rnm             3844/udp   # RNM
   11089  1.86  christos rnm             3844/udp   # RNM
   11090  1.86  christos rnm             3844/udp   # RNM
   11091  1.86  christos #                          sn0w of renegade labs <sn0w&devious.tsongkie.com> November 2003                                        
   11092  1.86  christos v-one-spp       3845/tcp   # V-ONE Single Port Proxy
   11093  1.86  christos v-one-spp       3845/udp   # V-ONE Single Port Proxy
   11094  1.86  christos v-one-spp       3845/udp   # V-ONE Single Port Proxy
   11095  1.86  christos v-one-spp       3845/udp   # V-ONE Single Port Proxy
   11096  1.86  christos #                          Daniel Becker <dbecker&v-one.com>
   11097  1.86  christos an-pcp          3846/tcp   # Astare Network PCP
   11098  1.86  christos an-pcp          3846/udp   # Astare Network PCP
   11099  1.86  christos an-pcp          3846/udp   # Astare Network PCP
   11100  1.86  christos an-pcp          3846/udp   # Astare Network PCP
   11101  1.86  christos #                          Tony Gulino <astaregod&hotmail.com> August 2003 
   11102  1.86  christos msfw-control    3847/tcp   # MS Firewall Control
   11103  1.86  christos msfw-control    3847/udp   # MS Firewall Control
   11104  1.86  christos msfw-control    3847/udp   # MS Firewall Control
   11105  1.86  christos msfw-control    3847/udp   # MS Firewall Control
   11106  1.86  christos #                          Oren Trutner <orentrut&microsoft.com> August 2003
   11107  1.86  christos item            3848/tcp   # IT Environmental Monitor
   11108  1.86  christos item            3848/udp   # IT Environmental Monitor
   11109  1.86  christos item            3848/udp   # IT Environmental Monitor
   11110  1.86  christos item            3848/udp   # IT Environmental Monitor
   11111  1.86  christos #                          Keith Wright <kwright&sensatronics.com> August 2003
   11112  1.86  christos spw-dnspreload  3849/tcp   # SPACEWAY DNS Preload
   11113  1.86  christos spw-dnspreload  3849/udp   # SPACEWAY DNS Preload
   11114  1.86  christos spw-dnspreload  3849/udp   # SPACEWAY DNS Prelaod
   11115  1.86  christos spw-dnspreload  3849/udp   # SPACEWAY DNS Prelaod
   11116  1.86  christos #                          Daniel Friedman <dfriedman&hns.com> August 2003
   11117  1.86  christos qtms-bootstrap  3850/tcp   # QTMS Bootstrap Protocol
   11118  1.86  christos qtms-bootstrap  3850/udp   # QTMS Bootstrap Protocol
   11119  1.86  christos qtms-bootstrap  3850/udp   # QTMS Bootstrap Protocol
   11120  1.86  christos qtms-bootstrap  3850/udp   # QTMS Bootstrap Protocol
   11121  1.86  christos #                          Phil Willis <phil.willis&prism-uk.com> August 2003
   11122  1.86  christos spectraport     3851/tcp   # SpectraTalk Port
   11123  1.86  christos spectraport     3851/udp   # SpectraTalk Port
   11124  1.86  christos spectraport     3851/udp   # SpectraTalk Port
   11125  1.86  christos spectraport     3851/udp   # SpectraTalk Port
   11126  1.86  christos #                          Madhav Karhade <madhav.karhade&wibhu.com> August 2003
   11127  1.86  christos sse-app-config  3852/tcp   # SSE App Configuration
   11128  1.86  christos sse-app-config  3852/udp   # SSE App Configuration
   11129  1.86  christos sse-app-config  3852/udp   # SSE App Configuration
   11130  1.86  christos sse-app-config  3852/udp   # SSE App Configuration
   11131  1.86  christos #                          Tim Wilson <tim.wilson&motorola.com> August 2003
   11132  1.86  christos sscan           3853/tcp   # SONY scanning protocol
   11133  1.86  christos sscan           3853/udp   # SONY scanning protocol
   11134  1.86  christos sscan           3853/udp   # SONY scanning protocol
   11135  1.86  christos sscan           3853/udp   # SONY scanning protocol
   11136  1.86  christos #                          Takashi Aihara <aiharat&sm.sony.co.jp> August 2003
   11137  1.86  christos stryker-com     3854/tcp   # Stryker Comm Port
   11138  1.86  christos stryker-com     3854/udp   # Stryker Comm Port
   11139  1.86  christos stryker-com     3854/udp   # Stryker Comm Port
   11140  1.86  christos stryker-com     3854/udp   # Stryker Comm Port
   11141  1.86  christos #                          Andrew Schultz <aschultz&strykercom.com> August 2003
   11142  1.86  christos opentrac        3855/tcp   # OpenTRAC
   11143  1.86  christos opentrac        3855/udp   # OpenTRAC
   11144  1.86  christos opentrac        3855/udp   # OpenTRAC
   11145  1.86  christos opentrac        3855/udp   # OpenTRAC
   11146  1.86  christos #                          Scott Miller <scott&opentrac.org> August 2003
   11147  1.86  christos informer        3856/tcp   # INFORMER
   11148  1.86  christos informer        3856/udp   # INFORMER
   11149  1.86  christos informer        3856/udp   # INFORMER
   11150  1.86  christos informer        3856/udp   # INFORMER
   11151  1.86  christos #                          Filippo Fadda <fadda&osway.com> August 2003
   11152  1.86  christos trap-port       3857/tcp   # Trap Port
   11153  1.86  christos trap-port       3857/udp   # Trap Port
   11154  1.86  christos trap-port       3857/udp   # Trap Port
   11155  1.86  christos trap-port       3857/udp   # Trap Port
   11156  1.86  christos #                          Norm Freedman <normfree&san.rr.com> August 2003
   11157  1.86  christos trap-port-mom   3858/tcp   # Trap Port MOM
   11158  1.86  christos trap-port-mom   3858/udp   # Trap Port MOM
   11159  1.86  christos trap-port-mom   3858/udp   # Trap Port MOM
   11160  1.86  christos trap-port-mom   3858/udp   # Trap Port MOM
   11161  1.86  christos #                          Norm Freedman <normfree&san.rr.com> August 2003
   11162  1.86  christos nav-port        3859/tcp   # Navini Port
   11163  1.86  christos nav-port        3859/udp   # Navini Port
   11164  1.86  christos nav-port        3859/udp   # Navini Port
   11165  1.86  christos nav-port        3859/udp   # Navini Port
   11166  1.86  christos #                          Chris Sanders <csanders&navini.com> August 2003
   11167  1.86  christos sasp		3860/tcp   # Server/Application State Protocol (SASP)
   11168  1.86  christos sasp		3860/udp   # Server/Application State Protocol (SASP)
   11169  1.86  christos sasp		3860/udp   # Server/Application State Protocol (SASP)
   11170  1.86  christos sasp		3860/udp   # Server/Application State Protocol (SASP)
   11171  1.86  christos #                          Alan Bivens <jbivens&us.ibm.com> August 2003
   11172  1.86  christos winshadow-hd    3861/tcp   # winShadow Host Discovery
   11173  1.86  christos winshadow-hd    3861/udp   # winShadow Host Discovery
   11174  1.86  christos winshadow-hd    3861/udp   # winShadow Host Discovery
   11175  1.86  christos winshadow-hd    3861/udp   # winShadow Host Discovery
   11176  1.86  christos #                          Shu-Wei Tan <stan&omnicomtech.com> March 2003
   11177  1.86  christos giga-pocket     3862/tcp   # GIGA-POCKET
   11178  1.86  christos giga-pocket     3862/udp   # GIGA-POCKET
   11179  1.86  christos giga-pocket     3862/udp   # GIGA-POCKET
   11180  1.86  christos giga-pocket     3862/udp   # GIGA-POCKET
   11181  1.86  christos #                          Yoshikazu Watanabe <nabe&sm.sony.co.jp>
   11182  1.86  christos asap-tcp        3863/tcp   # asap tcp port
   11183  1.86  christos asap-tcp        3863/udp   # asap tcp port
   11184  1.86  christos asap-udp        3863/udp   # asap udp port
   11185  1.86  christos asap-udp        3863/udp   # asap udp port
   11186  1.86  christos #                          Lyndon Ong <lyong&ciena.com> August 2003
   11187  1.86  christos asap-sctp       3863/sctp  # asap sctp
   11188  1.86  christos asap-sctp       3863/udp  # asap sctp
   11189  1.86  christos #                          Lyndon Ong <lyong&ciena.com> November 2005
   11190  1.86  christos asap-tcp-tls    3864/tcp   # asap/tls tcp port
   11191  1.86  christos asap-tcp-tls    3864/udp   # asap/tls tcp port
   11192  1.86  christos #                          Lyndon Ong <lyong&ciena.com> August 2003
   11193  1.86  christos asap-sctp-tls   3864/sctp  # asap-sctp/tls 
   11194  1.86  christos asap-sctp-tls   3864/udp  # asap-sctp/tls 
   11195  1.86  christos #                          Lyndon Ong <lyong&ciena.com> June 2006
   11196  1.86  christos xpl             3865/tcp   # xpl automation protocol
   11197  1.86  christos xpl             3865/udp   # xpl automation protocol
   11198  1.86  christos xpl             3865/udp   # xpl automation protocol
   11199  1.86  christos xpl             3865/udp   # xpl automation protocol
   11200  1.86  christos #                          Ian Lowe <ian&xplproject.org.uk> August 2003
   11201  1.86  christos dzdaemon        3866/tcp   # Sun SDViz DZDAEMON Port
   11202  1.86  christos dzdaemon        3866/udp   # Sun SDViz DZDAEMON Port
   11203  1.86  christos dzdaemon        3866/udp   # Sun SDViz DZDAEMON Port
   11204  1.86  christos dzdaemon        3866/udp   # Sun SDViz DZDAEMON Port
   11205  1.86  christos #                          Kevin Rushforth <kevin.rushforth&sun.com> August 2003
   11206  1.86  christos dzoglserver     3867/tcp   # Sun SDViz DZOGLSERVER Port
   11207  1.86  christos dzoglserver     3867/udp   # Sun SDViz DZOGLSERVER Port
   11208  1.86  christos dzoglserver     3867/udp   # Sun SDViz DZOGLSERVER Port
   11209  1.86  christos dzoglserver     3867/udp   # Sun SDViz DZOGLSERVER Port
   11210  1.86  christos #                          Kevin Rushforth <kevin.rushforth&sun.com> August 2003
   11211  1.86  christos diameter        3868/tcp   # DIAMETER
   11212  1.86  christos diameter        3868/udp   # DIAMETER
   11213  1.86  christos #               3868/udp   Reserved
   11214  1.86  christos diameter        3868/sctp  # DIAMETER
   11215  1.86  christos diameter        3868/udp  # DIAMETER
   11216  1.86  christos #                          RFC-ietf-aaa-diameter-17.txt
   11217  1.86  christos ovsam-mgmt      3869/tcp   # hp OVSAM MgmtServer Disco
   11218  1.86  christos ovsam-mgmt      3869/udp   # hp OVSAM MgmtServer Disco
   11219  1.86  christos ovsam-mgmt      3869/udp   # hp OVSAM MgmtServer Disco
   11220  1.86  christos ovsam-mgmt      3869/udp   # hp OVSAM MgmtServer Disco
   11221  1.86  christos #                          Mike Pontillo <pontillo&hp.com> August 2003
   11222  1.86  christos ovsam-d-agent   3870/tcp   # hp OVSAM HostAgent Disco
   11223  1.86  christos ovsam-d-agent   3870/udp   # hp OVSAM HostAgent Disco
   11224  1.86  christos ovsam-d-agent   3870/udp   # hp OVSAM HostAgent Disco
   11225  1.86  christos ovsam-d-agent   3870/udp   # hp OVSAM HostAgent Disco
   11226  1.86  christos #                          Mike Pontillo <pontillo&hp.com> August 2003
   11227  1.86  christos avocent-adsap   3871/tcp   # Avocent DS Authorization
   11228  1.86  christos avocent-adsap   3871/udp   # Avocent DS Authorization
   11229  1.86  christos avocent-adsap   3871/udp   # Avocent DS Authorization
   11230  1.86  christos avocent-adsap   3871/udp   # Avocent DS Authorization
   11231  1.86  christos #                          Eduardo Fernandez <eduardo.fernandez&avocent.com> August 2003
   11232  1.86  christos oem-agent       3872/tcp   # OEM Agent
   11233  1.86  christos oem-agent       3872/udp   # OEM Agent
   11234  1.86  christos oem-agent       3872/udp   # OEM Agent
   11235  1.86  christos oem-agent       3872/udp   # OEM Agent
   11236  1.86  christos #                          Narain Jagathesan <narain.jagathesan&oracle.com> November 2003
   11237  1.86  christos fagordnc        3873/tcp   # fagordnc
   11238  1.86  christos fagordnc        3873/udp   # fagordnc
   11239  1.86  christos fagordnc        3873/udp   # fagordnc
   11240  1.86  christos fagordnc        3873/udp   # fagordnc
   11241  1.86  christos #                          Luis Zugasti <lzugasti&fagorautomation.es> November 2003
   11242  1.86  christos sixxsconfig     3874/tcp   # SixXS Configuration
   11243  1.86  christos sixxsconfig     3874/udp   # SixXS Configuration
   11244  1.86  christos sixxsconfig     3874/udp   # SixXS Configuration
   11245  1.86  christos sixxsconfig     3874/udp   # SixXS Configuration
   11246  1.86  christos #                          Jeroen Massar <jeroen&unfix.org> November 2003
   11247  1.86  christos pnbscada        3875/tcp   # PNBSCADA
   11248  1.86  christos pnbscada        3875/udp   # PNBSCADA
   11249  1.86  christos pnbscada        3875/udp   # PNBSCADA
   11250  1.86  christos pnbscada        3875/udp   # PNBSCADA
   11251  1.86  christos #                          Philip N. Bergstresser <phil&bergstresser.org> 
   11252  1.86  christos dl_agent        3876/tcp   # DirectoryLockdown Agent
   11253  1.86  christos dl_agent        3876/udp   # DirectoryLockdown Agent
   11254  1.86  christos dl_agent        3876/udp   # DirectoryLockdown Agent
   11255  1.86  christos dl_agent        3876/udp   # DirectoryLockdown Agent
   11256  1.86  christos #                          NetPro Computing <ports&netpro.com> October 2003
   11257  1.86  christos xmpcr-interface 3877/tcp   # XMPCR Interface Port
   11258  1.86  christos xmpcr-interface 3877/udp   # XMPCR Interface Port
   11259  1.86  christos xmpcr-interface 3877/udp   # XMPCR Interface Port
   11260  1.86  christos xmpcr-interface 3877/udp   # XMPCR Interface Port
   11261  1.86  christos #                          Christopher Carlson <cjc&dobbz.com> October 2003
   11262  1.86  christos fotogcad        3878/tcp   # FotoG CAD interface
   11263  1.86  christos fotogcad        3878/udp   # FotoG CAD interface
   11264  1.86  christos fotogcad        3878/udp   # FotoG CAD interface
   11265  1.86  christos fotogcad        3878/udp   # FotoG CAD interface
   11266  1.86  christos #                          Jason Szabo <jason.szabo&vexcel.com> October 2003
   11267  1.86  christos appss-lm        3879/tcp   # appss license manager
   11268  1.86  christos appss-lm        3879/udp   # appss license manager
   11269  1.86  christos appss-lm        3879/udp   # appss license manager
   11270  1.86  christos appss-lm        3879/udp   # appss license manager
   11271  1.86  christos #                          Peter Krueger <krueger&appss.de> October 2003
   11272  1.86  christos igrs		3880/tcp   # IGRS
   11273  1.86  christos igrs		3880/udp   # IGRS
   11274  1.86  christos igrs		3880/udp   # IGRS
   11275  1.86  christos igrs		3880/udp   # IGRS
   11276  1.86  christos #                          Huang Jingnan <huangjnb&lenovo.com> October 2003
   11277  1.86  christos idac            3881/tcp   # Data Acquisition and Control
   11278  1.86  christos idac            3881/udp   # Data Acquisition and Control
   11279  1.86  christos idac            3881/udp   # Data Acquisition and Control
   11280  1.86  christos idac            3881/udp   # Data Acquisition and Control
   11281  1.86  christos #                          Chatziandreoglou Christos <chatzi&xan.forthnet.gr> October 2003
   11282  1.86  christos msdts1          3882/tcp   # DTS Service Port
   11283  1.86  christos msdts1          3882/udp   # DTS Service Port
   11284  1.86  christos msdts1          3882/udp   # DTS Service Port
   11285  1.86  christos msdts1          3882/udp   # DTS Service Port
   11286  1.86  christos #                          Sergei Ivanov <sergei&microsoft.com> October 2003
   11287  1.86  christos vrpn            3883/tcp   # VR Peripheral Network
   11288  1.86  christos vrpn            3883/udp   # VR Peripheral Network
   11289  1.86  christos vrpn            3883/udp   # VR Peripheral Network
   11290  1.86  christos vrpn            3883/udp   # VR Peripheral Network
   11291  1.86  christos #                          Russell M. Taylor II <taylor&cs.unc.edu> October 2003
   11292  1.86  christos softrack-meter  3884/tcp   # SofTrack Metering
   11293  1.86  christos softrack-meter  3884/udp   # SofTrack Metering
   11294  1.86  christos softrack-meter  3884/udp   # SofTrack Metering
   11295  1.86  christos softrack-meter  3884/udp   # SofTrack Metering
   11296  1.86  christos #                          John T. McCann <jmccann&softwaremetering.com> October 2003
   11297  1.86  christos topflow-ssl     3885/tcp   # TopFlow SSL
   11298  1.86  christos topflow-ssl     3885/udp   # TopFlow SSL
   11299  1.86  christos topflow-ssl     3885/udp   # TopFlow SSL
   11300  1.86  christos topflow-ssl     3885/udp   # TopFlow SSL
   11301  1.86  christos #                          Ken Nelson <nelson&TopLayer.com>
   11302  1.86  christos nei-management  3886/tcp   # NEI management port
   11303  1.86  christos nei-management  3886/udp   # NEI management port
   11304  1.86  christos nei-management  3886/udp   # NEI management port
   11305  1.86  christos nei-management  3886/udp   # NEI management port
   11306  1.86  christos #                          Kevin Murphy <kevin.murphy&networkengines.com> October 2003
   11307  1.86  christos ciphire-data    3887/tcp   # Ciphire Data Transport
   11308  1.86  christos ciphire-data    3887/udp   # Ciphire Data Transport
   11309  1.86  christos ciphire-data    3887/udp   # Ciphire Data Transport
   11310  1.86  christos ciphire-data    3887/udp   # Ciphire Data Transport
   11311  1.86  christos #                          Lars Eilebrecht <le+iana&leogic.com> October 2003
   11312  1.86  christos ciphire-serv    3888/tcp   # Ciphire Services
   11313  1.86  christos ciphire-serv    3888/udp   # Ciphire Services
   11314  1.86  christos ciphire-serv    3888/udp   # Ciphire Services
   11315  1.86  christos ciphire-serv    3888/udp   # Ciphire Services
   11316  1.86  christos #                          Lars Eilebrecht <le+iana&leogic.com> October 2003
   11317  1.86  christos dandv-tester    3889/tcp   # D and V Tester Control Port
   11318  1.86  christos dandv-tester    3889/udp   # D and V Tester Control Port
   11319  1.86  christos dandv-tester    3889/udp   # D and V Tester Control Port
   11320  1.86  christos dandv-tester    3889/udp   # D and V Tester Control Port
   11321  1.86  christos #                          Voiko Loukanov <v.loukanov&dvelectronics.com> October 2003
   11322  1.86  christos ndsconnect      3890/tcp   # Niche Data Server Connect
   11323  1.86  christos ndsconnect      3890/udp   # Niche Data Server Connect
   11324  1.86  christos ndsconnect      3890/udp   # Niche Data Server Connect
   11325  1.86  christos ndsconnect      3890/udp   # Niche Data Server Connect
   11326  1.86  christos #                          Roland Schneider <rsch&nicherms.com> October 2003
   11327  1.86  christos rtc-pm-port     3891/tcp   # Oracle RTC-PM port
   11328  1.86  christos rtc-pm-port     3891/udp   # Oracle RTC-PM port
   11329  1.86  christos rtc-pm-port     3891/udp   # Oracle RTC-PM port
   11330  1.86  christos rtc-pm-port     3891/udp   # Oracle RTC-PM port
   11331  1.86  christos #                          PV Shivkumar <p.shivkumar&oracle.com> October 2003
   11332  1.86  christos pcc-image-port  3892/tcp   # PCC-image-port
   11333  1.86  christos pcc-image-port  3892/udp   # PCC-image-port
   11334  1.86  christos pcc-image-port  3892/udp   # PCC-image-port
   11335  1.86  christos pcc-image-port  3892/udp   # PCC-image-port
   11336  1.86  christos #                          Shiro Tamoto <tamoto.shiro&jp.panasonic.com> October 2003
   11337  1.86  christos cgi-starapi     3893/tcp   # CGI StarAPI Server
   11338  1.86  christos cgi-starapi     3893/udp   # CGI StarAPI Server
   11339  1.86  christos cgi-starapi     3893/udp   # CGI StarAPI Server
   11340  1.86  christos cgi-starapi     3893/udp   # CGI StarAPI Server
   11341  1.86  christos #                          Garry Moore <garry.moore&cgi.com> October 2003
   11342  1.86  christos syam-agent      3894/tcp   # SyAM Agent Port
   11343  1.86  christos syam-agent      3894/udp   # SyAM Agent Port
   11344  1.86  christos syam-agent      3894/udp   # SyAM Agent Port
   11345  1.86  christos syam-agent      3894/udp   # SyAM Agent Port
   11346  1.86  christos #                          Michael Daniele <michael.daniele&syamsoftware.com> October 2003
   11347  1.86  christos syam-smc        3895/tcp   # SyAm SMC Service Port
   11348  1.86  christos syam-smc        3895/udp   # SyAm SMC Service Port
   11349  1.86  christos syam-smc        3895/udp   # SyAm SMC Service Port
   11350  1.86  christos syam-smc        3895/udp   # SyAm SMC Service Port
   11351  1.86  christos #                          Michael Daniele <michael.daniele&syamsoftware.com> October 2003
   11352  1.86  christos sdo-tls         3896/tcp   # Simple Distributed Objects over TLS
   11353  1.86  christos sdo-tls         3896/udp   # Simple Distributed Objects over TLS
   11354  1.86  christos sdo-tls         3896/udp   # Simple Distributed Objects over TLS
   11355  1.86  christos sdo-tls         3896/udp   # Simple Distributed Objects over TLS
   11356  1.86  christos #                          Alexander Philippou <alex&noemax.com> October 2003
   11357  1.86  christos sdo-ssh         3897/tcp   # Simple Distributed Objects over SSH
   11358  1.86  christos sdo-ssh         3897/udp   # Simple Distributed Objects over SSH
   11359  1.86  christos sdo-ssh         3897/udp   # Simple Distributed Objects over SSH
   11360  1.86  christos sdo-ssh         3897/udp   # Simple Distributed Objects over SSH
   11361  1.86  christos #                          Alexander Philippou <alex&noemax.com> October 2003
   11362  1.86  christos senip           3898/tcp   # IAS, Inc. SmartEye NET Internet Protocol
   11363  1.86  christos senip           3898/udp   # IAS, Inc. SmartEye NET Internet Protocol
   11364  1.86  christos senip           3898/udp   # IAS, Inc. SmartEye NET Internet Protocol
   11365  1.86  christos senip           3898/udp   # IAS, Inc. SmartEye NET Internet Protocol
   11366  1.86  christos #                          Matt Nowicki <nowickim&iasdirect.com> October 2003
   11367  1.86  christos itv-control     3899/tcp   # ITV Port
   11368  1.86  christos itv-control     3899/udp   # ITV Port
   11369  1.86  christos itv-control     3899/udp   # ITV Port
   11370  1.86  christos itv-control     3899/udp   # ITV Port
   11371  1.86  christos #                          Alex Nicu <alex.nicu&philips.com> October 2003
   11372  1.86  christos udt_os          3900/tcp   # Unidata UDT OS
   11373  1.86  christos udt_os          3900/udp   # Unidata UDT OS
   11374  1.86  christos udt_os          3900/udp   # Unidata UDT OS
   11375  1.86  christos udt_os          3900/udp   # Unidata UDT OS
   11376  1.86  christos #                          James Powell <james&mailhost.unidata.com>
   11377  1.86  christos nimsh           3901/tcp   # NIM Service Handler
   11378  1.86  christos nimsh           3901/udp   # NIM Service Handler
   11379  1.86  christos nimsh           3901/udp   # NIM Service Handler
   11380  1.86  christos nimsh           3901/udp   # NIM Service Handler
   11381  1.86  christos #                          Paul B. Finley <pfinley&us.ibm.com> October 2003
   11382  1.86  christos nimaux          3902/tcp   # NIMsh Auxiliary Port
   11383  1.86  christos nimaux          3902/udp   # NIMsh Auxiliary Port
   11384  1.86  christos nimaux          3902/udp   # NIMsh Auxiliary Port
   11385  1.86  christos nimaux          3902/udp   # NIMsh Auxiliary Port
   11386  1.86  christos #                          Paul B. Finley <pfinley&us.ibm.com> October 2003
   11387  1.86  christos charsetmgr      3903/tcp   # CharsetMGR
   11388  1.86  christos charsetmgr      3903/udp   # CharsetMGR
   11389  1.86  christos charsetmgr      3903/udp   # CharsetMGR
   11390  1.86  christos charsetmgr      3903/udp   # CharsetMGR
   11391  1.86  christos #                          Tatsuya Ueda <tatsu&ist.fujitsu.com> October 2003
   11392  1.86  christos omnilink-port   3904/tcp   # Arnet Omnilink Port
   11393  1.86  christos omnilink-port   3904/udp   # Arnet Omnilink Port
   11394  1.86  christos omnilink-port   3904/udp   # Arnet Omnilink Port
   11395  1.86  christos omnilink-port   3904/udp   # Arnet Omnilink Port
   11396  1.86  christos #                          Ronen Shaul <ronen&arnetsystems.com> October 2003
   11397  1.86  christos mupdate         3905/tcp   # Mailbox Update (MUPDATE) protocol    
   11398  1.86  christos mupdate         3905/udp   # Mailbox Update (MUPDATE) protocol    
   11399  1.86  christos mupdate         3905/udp   # Mailbox Update (MUPDATE) protocol
   11400  1.86  christos mupdate         3905/udp   # Mailbox Update (MUPDATE) protocol
   11401  1.86  christos #                          RFC-draft-siemborski-mupdate-04.txt October 2003
   11402  1.86  christos topovista-data  3906/tcp   # TopoVista elevation data
   11403  1.86  christos topovista-data  3906/udp   # TopoVista elevation data
   11404  1.86  christos topovista-data  3906/udp   # TopoVista elevation data
   11405  1.86  christos topovista-data  3906/udp   # TopoVista elevation data
   11406  1.86  christos #                          Gregg Townsend <gmt&cs.arizona.edu> November 2003
   11407  1.86  christos imoguia-port    3907/tcp   # Imoguia Port
   11408  1.86  christos imoguia-port    3907/udp   # Imoguia Port
   11409  1.86  christos imoguia-port    3907/udp   # Imoguia Port
   11410  1.86  christos imoguia-port    3907/udp   # Imoguia Port
   11411  1.86  christos #                          Emidio Cunha <emidio&janeladigital.com> November 2003
   11412  1.86  christos hppronetman     3908/tcp   # HP Procurve NetManagement
   11413  1.86  christos hppronetman     3908/udp   # HP Procurve NetManagement
   11414  1.86  christos hppronetman     3908/udp   # HP Procurve NetManagement
   11415  1.86  christos hppronetman     3908/udp   # HP Procurve NetManagement
   11416  1.86  christos #                          Devon Dawson <devon.dawson&hp.com> November 2003
   11417  1.86  christos surfcontrolcpa  3909/tcp   # SurfControl CPA
   11418  1.86  christos surfcontrolcpa  3909/udp   # SurfControl CPA
   11419  1.86  christos surfcontrolcpa  3909/udp   # SurfControl CPA
   11420  1.86  christos surfcontrolcpa  3909/udp   # SurfControl CPA
   11421  1.86  christos #                          Hywel Morgan <hywelm&surfcontrol.com> November 2003
   11422  1.86  christos prnrequest      3910/tcp   # Printer Request Port
   11423  1.86  christos prnrequest      3910/udp   # Printer Request Port
   11424  1.86  christos prnrequest      3910/udp   # Printer Request Port
   11425  1.86  christos prnrequest      3910/udp   # Printer Request Port
   11426  1.86  christos #                          Brett Green <brett_green&hp.com> November 2003
   11427  1.86  christos prnstatus       3911/tcp   # Printer Status Port
   11428  1.86  christos prnstatus       3911/udp   # Printer Status Port
   11429  1.86  christos prnstatus       3911/udp   # Printer Status Port
   11430  1.86  christos prnstatus       3911/udp   # Printer Status Port
   11431  1.86  christos #                          Brett Green <brett_green&hp.com> November 2003
   11432  1.86  christos gbmt-stars      3912/tcp   # Global Maintech Stars
   11433  1.86  christos gbmt-stars      3912/udp   # Global Maintech Stars
   11434  1.86  christos gbmt-stars      3912/udp   # Global Maintech Stars
   11435  1.86  christos gbmt-stars      3912/udp   # Global Maintech Stars
   11436  1.86  christos #                          Harry Goldschmitt <hgoldschmitt&hgac.com> November 2003
   11437  1.86  christos listcrt-port    3913/tcp   # ListCREATOR Port
   11438  1.86  christos listcrt-port    3913/udp   # ListCREATOR Port
   11439  1.86  christos listcrt-port    3913/udp   # ListCREATOR Port
   11440  1.86  christos listcrt-port    3913/udp   # ListCREATOR Port
   11441  1.86  christos #                          Tomokazu Asai <asai.tomokazu&pfu.fujitsu.com> November 2003
   11442  1.86  christos listcrt-port-2  3914/tcp   # ListCREATOR Port 2
   11443  1.86  christos listcrt-port-2  3914/udp   # ListCREATOR Port 2
   11444  1.86  christos listcrt-port-2  3914/udp   # ListCREATOR Port 2
   11445  1.86  christos listcrt-port-2  3914/udp   # ListCREATOR Port 2
   11446  1.86  christos #                          Tomokazu Asai <asai.tomokazu&pfu.fujitsu.com> November 2003
   11447  1.86  christos agcat           3915/tcp   # Auto-Graphics Cataloging
   11448  1.86  christos agcat           3915/udp   # Auto-Graphics Cataloging
   11449  1.86  christos agcat           3915/udp   # Auto-Graphics Cataloging
   11450  1.86  christos agcat           3915/udp   # Auto-Graphics Cataloging
   11451  1.86  christos #                          Paul Cope <prc&auto-graphics.com> November 2003
   11452  1.86  christos wysdmc          3916/tcp   # WysDM Controller
   11453  1.86  christos wysdmc          3916/udp   # WysDM Controller
   11454  1.86  christos wysdmc          3916/udp   # WysDM Controller
   11455  1.86  christos wysdmc          3916/udp   # WysDM Controller
   11456  1.86  christos #                          Jim McDonald <jim.mcdonald&sysdm.com> November 2003
   11457  1.86  christos aftmux          3917/tcp   # AFT multiplex port
   11458  1.86  christos aftmux          3917/udp   # AFT multiplex port
   11459  1.86  christos aftmux          3917/udp   # AFT multiples port
   11460  1.86  christos aftmux          3917/udp   # AFT multiples port
   11461  1.86  christos #                          Alfred Schmidt <a.schmidt&aft-werdohl.de> November 2003
   11462  1.86  christos pktcablemmcops  3918/tcp   # PacketCableMultimediaCOPS
   11463  1.86  christos pktcablemmcops  3918/udp   # PacketCableMultimediaCOPS
   11464  1.86  christos pktcablemmcops  3918/udp   # PacketCableMultimediaCOPS
   11465  1.86  christos pktcablemmcops  3918/udp   # PacketCableMultimediaCOPS
   11466  1.86  christos #                          Eric Rosenfeld <e.rosenfeld&cablelabs.com> November 2003
   11467  1.86  christos hyperip         3919/tcp   # HyperIP
   11468  1.86  christos hyperip         3919/udp   # HyperIP
   11469  1.86  christos hyperip         3919/udp   # HyperIP
   11470  1.86  christos hyperip         3919/udp   # HyperIP
   11471  1.86  christos #                          Dave Reiland <dave.reiland&netex.com> November 2003
   11472  1.86  christos exasoftport1    3920/tcp   # Exasoft IP Port
   11473  1.86  christos exasoftport1    3920/udp   # Exasoft IP Port
   11474  1.86  christos exasoftport1    3920/udp   # Exasoft IP Port
   11475  1.86  christos exasoftport1    3920/udp   # Exasoft IP Port
   11476  1.86  christos #                          Alan Malik <alan&exasoft.co.uk> November 2003
   11477  1.86  christos herodotus-net   3921/tcp   # Herodotus Net
   11478  1.86  christos herodotus-net   3921/udp   # Herodotus Net
   11479  1.86  christos herodotus-net   3921/udp   # Herodotus Net
   11480  1.86  christos herodotus-net   3921/udp   # Herodotus Net
   11481  1.86  christos #                          Adam Gawne-Cain <adam&gawncainresearch.co.uk> November 2003
   11482  1.86  christos sor-update      3922/tcp   # Soronti Update Port
   11483  1.86  christos sor-update      3922/udp   # Soronti Update Port
   11484  1.86  christos sor-update      3922/udp   # Soronti Update Port
   11485  1.86  christos sor-update      3922/udp   # Soronti Update Port
   11486  1.86  christos #                          Carleton Watkins <carleton&soronti.com> November 2003
   11487  1.86  christos symb-sb-port    3923/tcp   # Symbian Service Broker
   11488  1.86  christos symb-sb-port    3923/udp   # Symbian Service Broker
   11489  1.86  christos symb-sb-port    3923/udp   # Symbian Service Broker
   11490  1.86  christos symb-sb-port    3923/udp   # Symbian Service Broker
   11491  1.86  christos #                          Ian McDowall <ian.mcdowall&symbian.com> November 2003
   11492  1.86  christos mpl-gprs-port   3924/tcp   # MPL_GPRS_PORT
   11493  1.86  christos mpl-gprs-port   3924/udp   # MPL_GPRS_PORT
   11494  1.86  christos mpl-gprs-port   3924/udp   # MPL_GPRS_Port
   11495  1.86  christos mpl-gprs-port   3924/udp   # MPL_GPRS_Port
   11496  1.86  christos #                          David Barrass <david.barrass&minorplante.com> November 2003 
   11497  1.86  christos zmp             3925/tcp   # Zoran Media Port
   11498  1.86  christos zmp             3925/udp   # Zoran Media Port
   11499  1.86  christos zmp             3925/udp   # Zoran Media Port
   11500  1.86  christos zmp             3925/udp   # Zoran Media Port
   11501  1.86  christos #                          Gerard Cerchio gjpc&circlesoft.com November 2003
   11502  1.86  christos winport         3926/tcp   # WINPort
   11503  1.86  christos winport         3926/udp   # WINPort
   11504  1.86  christos winport         3926/udp   # WINPort
   11505  1.86  christos winport         3926/udp   # WINPort
   11506  1.86  christos #                          Alwin Egger <alwin.egger&tegonal.com> November 2003
   11507  1.86  christos natdataservice  3927/tcp   # ScsTsr
   11508  1.86  christos natdataservice  3927/udp   # ScsTsr
   11509  1.86  christos natdataservice  3927/udp   # ScsTsr
   11510  1.86  christos natdataservice  3927/udp   # ScsTsr
   11511  1.86  christos #                          Ghanshyam Patel <gpatel&natinc.com> November 2003
   11512  1.86  christos netboot-pxe     3928/tcp   # PXE NetBoot Manager
   11513  1.86  christos netboot-pxe     3928/udp   # PXE NetBoot Manager
   11514  1.86  christos netboot-pxe     3928/udp   # PXE NetBoot Manager
   11515  1.86  christos netboot-pxe     3928/udp   # PXE NetBoot Manager
   11516  1.86  christos #                          Markus Treinen <markus.treinen&siemens.com> November 2003
   11517  1.86  christos smauth-port     3929/tcp   # AMS Port
   11518  1.86  christos smauth-port     3929/udp   # AMS Port
   11519  1.86  christos smauth-port     3929/udp   # AMS Port
   11520  1.86  christos smauth-port     3929/udp   # AMS Port
   11521  1.86  christos #                          Angelique Dokos <angelique.dokos&hp.com> November 2003
   11522  1.86  christos syam-webserver  3930/tcp   # Syam Web Server Port
   11523  1.86  christos syam-webserver  3930/udp   # Syam Web Server Port
   11524  1.86  christos syam-webserver  3930/udp   # Syam Web Server Port
   11525  1.86  christos syam-webserver  3930/udp   # Syam Web Server Port
   11526  1.86  christos #                          Michael Daniele <michael.daniele&syamsoftware.com> November 2003
   11527  1.86  christos msr-plugin-port 3931/tcp   # MSR Plugin Port
   11528  1.86  christos msr-plugin-port 3931/udp   # MSR Plugin Port
   11529  1.86  christos msr-plugin-port 3931/udp   # MSR Plugin Port
   11530  1.86  christos msr-plugin-port 3931/udp   # MSR Plugin Port
   11531  1.86  christos #                          Ron Steed <rsteed&cemaphore.com> November 2003
   11532  1.86  christos dyn-site        3932/tcp   # Dynamic Site System
   11533  1.86  christos dyn-site        3932/udp   # Dynamic Site System
   11534  1.86  christos dyn-site        3932/udp   # Dynamic Site System
   11535  1.86  christos dyn-site        3932/udp   # Dynamic Site System
   11536  1.86  christos #                          Steve Qi <steve.qi&dyn-site.com> November 2003
   11537  1.86  christos plbserve-port   3933/tcp   # PL/B App Server User Port
   11538  1.86  christos plbserve-port   3933/udp   # PL/B App Server User Port
   11539  1.86  christos plbserve-port   3933/udp   # PL/B App Server User Port
   11540  1.86  christos plbserve-port   3933/udp   # PL/B App Server User Port
   11541  1.86  christos #                          Edward R. Boedecker <boedeck1&flash.net> November 2003
   11542  1.86  christos sunfm-port      3934/tcp   # PL/B File Manager Port
   11543  1.86  christos sunfm-port      3934/udp   # PL/B File Manager Port
   11544  1.86  christos sunfm-port      3934/udp   # PL/B File Manager Port
   11545  1.86  christos sunfm-port      3934/udp   # PL/B File Manager Port
   11546  1.86  christos #                          Edward R. Boedecker <boedeck1&flash.net> November 2003
   11547  1.86  christos sdp-portmapper  3935/tcp   # SDP Port Mapper Protocol
   11548  1.86  christos sdp-portmapper  3935/udp   # SDP Port Mapper Protocol
   11549  1.86  christos sdp-portmapper  3935/udp   # SDP Port Mapper Protocol
   11550  1.86  christos sdp-portmapper  3935/udp   # SDP Port Mapper Protocol
   11551  1.86  christos #                          James Pinkerton <jpink&microsoft.com> November 2003
   11552  1.86  christos mailprox        3936/tcp   # Mailprox
   11553  1.86  christos mailprox        3936/udp   # Mailprox
   11554  1.86  christos mailprox        3936/udp   # Mailprox
   11555  1.86  christos mailprox        3936/udp   # Mailprox
   11556  1.86  christos #                          Christof Drescher <drescher&mailprox.net> November 2003
   11557  1.86  christos dvbservdscport  3937/tcp   # DVB Service Disc Port
   11558  1.86  christos dvbservdscport  3937/udp   # DVB Service Disc Port
   11559  1.86  christos dvbservdscport  3937/udp   # DVB Service Disc Port
   11560  1.86  christos dvbservdscport  3937/udp   # DVB Service Disc Port
   11561  1.86  christos #                          Bert van Willigen <bert.vanwilligen&philips.com> Novebmer 2003
   11562  1.86  christos dbcontrol_agent 3938/tcp   # Oracle dbControl Agent po
   11563  1.86  christos dbcontrol_agent 3938/udp   # Oracle dbControl Agent po
   11564  1.86  christos dbcontrol_agent 3938/udp   # Oracel dbControl Agent po
   11565  1.86  christos dbcontrol_agent 3938/udp   # Oracel dbControl Agent po
   11566  1.86  christos #                          Todd Guay <todd.guay&oracle.com> November 2003
   11567  1.86  christos aamp            3939/tcp   # Anti-virus Application Management Port
   11568  1.86  christos aamp            3939/udp   # Anti-virus Application Management Port
   11569  1.86  christos aamp            3939/udp   # Anti-virus Application Management Port
   11570  1.86  christos aamp            3939/udp   # Anti-virus Application Management Port
   11571  1.86  christos #                          In-sik Choi <iscard&virusdesk.com> February 2002
   11572  1.86  christos xecp-node       3940/tcp   # XeCP Node Service 
   11573  1.86  christos xecp-node       3940/udp   # XeCP Node Service 
   11574  1.86  christos xecp-node       3940/udp   # XeCP Node Service
   11575  1.86  christos xecp-node       3940/udp   # XeCP Node Service
   11576  1.86  christos #                          Brent McCullough <bmccullough&timemgmt.com> November 2003
   11577  1.86  christos homeportal-web  3941/tcp   # Home Portal Web Server
   11578  1.86  christos homeportal-web  3941/udp   # Home Portal Web Server
   11579  1.86  christos homeportal-web  3941/udp   # Home Portal Web Server
   11580  1.86  christos homeportal-web  3941/udp   # Home Portal Web Server
   11581  1.86  christos #                          Christian Beaumont <chrisb&lantronix.com> November 2003
   11582  1.86  christos srdp            3942/tcp   # satellite distribution
   11583  1.86  christos srdp            3942/udp   # satellite distribution
   11584  1.86  christos srdp            3942/udp   # satellite distribution
   11585  1.86  christos srdp            3942/udp   # satellite distribution
   11586  1.86  christos #                          Simone Molendini <simone.molendini&unile.it> November 2003
   11587  1.86  christos tig             3943/tcp   # TetraNode Ip Gateway
   11588  1.86  christos tig             3943/udp   # TetraNode Ip Gateway
   11589  1.86  christos tig             3943/udp   # TetraNode Ip Gateway
   11590  1.86  christos tig             3943/udp   # TetraNode Ip Gateway
   11591  1.86  christos #                          B. van Klinken <b.vklinken&rohill.nl> December 2003
   11592  1.86  christos sops            3944/tcp   # S-Ops Management
   11593  1.86  christos sops            3944/udp   # S-Ops Management
   11594  1.86  christos sops            3944/udp   # S-Ops Management
   11595  1.86  christos sops            3944/udp   # S-Ops Management
   11596  1.86  christos #                          Stefan Hochuli <iana.org&dunes.ch> December 2003
   11597  1.86  christos emcads          3945/tcp   # EMCADS Server Port
   11598  1.86  christos emcads          3945/udp   # EMCADS Server Port
   11599  1.86  christos emcads          3945/udp   # EMCADS Server Port
   11600  1.86  christos emcads          3945/udp   # EMCADS Server Port
   11601  1.86  christos #                          Jimi Thor Joergensen <jimi&giritech.com> January 2004
   11602  1.86  christos backupedge      3946/tcp   # BackupEDGE Server
   11603  1.86  christos backupedge      3946/udp   # BackupEDGE Server
   11604  1.86  christos backupedge      3946/udp   # BackupEDGE Server
   11605  1.86  christos backupedge      3946/udp   # BackupEDGE Server
   11606  1.86  christos #                          Frank Liberato <frank&microlite.com> June 2004
   11607  1.86  christos ccp             3947/tcp   # Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices
   11608  1.86  christos ccp             3947/udp   # Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices
   11609  1.86  christos ccp             3947/udp   # Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices
   11610  1.86  christos ccp             3947/udp   # Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices
   11611  1.86  christos #                          Aaron Myer <aaron.myer&in2nets.com> June 2004
   11612  1.86  christos apdap           3948/tcp   # Anton Paar Device Administration Protocol
   11613  1.86  christos apdap           3948/udp   # Anton Paar Device Administration Protocol
   11614  1.86  christos apdap           3948/udp   # Anton Paar Device Administration Protocol
   11615  1.86  christos apdap           3948/udp   # Anton Paar Device Administration Protocol
   11616  1.86  christos #                          Martin Leitner <info&anton-paar.com> June 2004
   11617  1.86  christos drip            3949/tcp   # Dynamic Routing Information Protocol
   11618  1.86  christos drip            3949/udp   # Dynamic Routing Information Protocol
   11619  1.86  christos drip            3949/udp   # Dynamic Routing Information Protocol
   11620  1.86  christos drip            3949/udp   # Dynamic Routing Information Protocol
   11621  1.86  christos #                          Dana Blair <dblair&cisco.com> June 2004
   11622  1.86  christos namemunge       3950/tcp   # Name Munging
   11623  1.86  christos namemunge       3950/udp   # Name Munging
   11624  1.86  christos namemunge       3950/udp   # Name Munging
   11625  1.86  christos namemunge       3950/udp   # Name Munging
   11626  1.86  christos #                          John C. Klensin <klensin&jck.com> July 2004
   11627  1.86  christos pwgippfax       3951/tcp   # PWG IPP Facsimile
   11628  1.86  christos pwgippfax       3951/udp   # PWG IPP Facsimile
   11629  1.86  christos pwgippfax       3951/udp   # PWG IPP Facsimile
   11630  1.86  christos pwgippfax       3951/udp   # PWG IPP Facsimile
   11631  1.86  christos #                          Ira McDonald <imcdonald&sharplabs.com> August 2004
   11632  1.86  christos i3-sessionmgr   3952/tcp   # I3 Session Manager
   11633  1.86  christos i3-sessionmgr   3952/udp   # I3 Session Manager
   11634  1.86  christos i3-sessionmgr   3952/udp   # I3 Session Manager
   11635  1.86  christos i3-sessionmgr   3952/udp   # I3 Session Manager
   11636  1.86  christos #                          Mike Gagle <mikeg&inin.com> August 2004
   11637  1.86  christos xmlink-connect  3953/tcp   # Eydeas XMLink Connect
   11638  1.86  christos xmlink-connect  3953/udp   # Eydeas XMLink Connect
   11639  1.86  christos xmlink-connect  3953/udp   # Eydeas XMLink Connect
   11640  1.86  christos xmlink-connect  3953/udp   # Eydeas XMLink Connect
   11641  1.86  christos #                          David Crewson <davidc&eydeas.net> September 2004
   11642  1.86  christos adrep           3954/tcp   # AD Replication RPC
   11643  1.86  christos adrep           3954/udp   # AD Replication RPC
   11644  1.86  christos adrep           3954/udp   # AD Replication RPC
   11645  1.86  christos adrep           3954/udp   # AD Replication RPC
   11646  1.86  christos #                          Robert Ball <robert.ball&smiths-aerospace.com> August 2005
   11647  1.86  christos p2pcommunity    3955/tcp   # p2pCommunity
   11648  1.86  christos p2pcommunity    3955/udp   # p2pCommunity
   11649  1.86  christos p2pcommunity    3955/udp   # p2pCommunity
   11650  1.86  christos p2pcommunity    3955/udp   # p2pCommunity
   11651  1.86  christos #                          Tiago Bittencourt Silva <tiagobs&ufpr.br> August 2005
   11652  1.86  christos gvcp            3956/tcp   # GigE Vision Control
   11653  1.86  christos gvcp            3956/udp   # GigE Vision Control
   11654  1.86  christos gvcp            3956/udp   # GigE Vision Control
   11655  1.86  christos gvcp            3956/udp   # GigE Vision Control
   11656  1.86  christos #                          Eric Carey <ecarey&corecoimaging.com> August 2005
   11657  1.86  christos mqe-broker      3957/tcp   # MQEnterprise Broker
   11658  1.86  christos mqe-broker      3957/udp   # MQEnterprise Broker
   11659  1.86  christos mqe-broker      3957/udp   # MQEnterprise Broker
   11660  1.86  christos mqe-broker      3957/udp   # MQEnterprise Broker
   11661  1.86  christos mqe-agent       3958/tcp   # MQEnterprise Agent
   11662  1.86  christos mqe-agent       3958/udp   # MQEnterprise Agent
   11663  1.86  christos mqe-agent       3958/udp   # MQEnterprise Agent
   11664  1.86  christos mqe-agent       3958/udp   # MQEnterprise Agent
   11665  1.86  christos #                          Bob Lauria <bob.lauria&asg.com> August 2005
   11666  1.86  christos treehopper      3959/tcp   # Tree Hopper Networking 
   11667  1.86  christos treehopper      3959/udp   # Tree Hopper Networking 
   11668  1.86  christos treehopper      3959/udp   # Tree Hopper Networking 
   11669  1.86  christos treehopper      3959/udp   # Tree Hopper Networking 
   11670  1.86  christos #                          Gary Whelan <gwhelan&sybonic.com> August 2005
   11671  1.86  christos bess            3960/tcp   # Bess Peer Assessment
   11672  1.86  christos bess            3960/udp   # Bess Peer Assessment
   11673  1.86  christos bess            3960/udp   # Bess Peer Assessment
   11674  1.86  christos bess            3960/udp   # Bess Peer Assessment
   11675  1.86  christos #                          Peter Verdon <bess&dcs.warwick.ac.uk> August 2005
   11676  1.86  christos proaxess        3961/tcp   # ProAxess Server 
   11677  1.86  christos proaxess        3961/udp   # ProAxess Server 
   11678  1.86  christos proaxess        3961/udp   # ProAxess Server 
   11679  1.86  christos proaxess        3961/udp   # ProAxess Server 
   11680  1.86  christos #                          Jonas Ahlqvist <jonas.a&informationssystem.se> August 2005
   11681  1.86  christos sbi-agent       3962/tcp   # SBI Agent Protocol
   11682  1.86  christos sbi-agent       3962/udp   # SBI Agent Protocol
   11683  1.86  christos sbi-agent       3962/udp   # SBI Agent Protocol
   11684  1.86  christos sbi-agent       3962/udp   # SBI Agent Protocol
   11685  1.86  christos #                          Yossi Appleboum <yossia&web-silicon.com> August 2005
   11686  1.86  christos thrp            3963/tcp   # Teran Hybrid Routing Protocol
   11687  1.86  christos thrp            3963/udp   # Teran Hybrid Routing Protocol
   11688  1.86  christos thrp            3963/udp   # Teran Hybrid Routing Protocol
   11689  1.86  christos thrp            3963/udp   # Teran Hybrid Routing Protocol
   11690  1.86  christos #                          Spencer Teran <steran&dotalot.com> August 2005
   11691  1.86  christos sasggprs        3964/tcp   # SASG GPRS
   11692  1.86  christos sasggprs        3964/udp   # SASG GPRS
   11693  1.86  christos sasggprs        3964/udp   # SASG GPRS
   11694  1.86  christos sasggprs        3964/udp   # SASG GPRS
   11695  1.86  christos #                          Cristian Petculescu <petcu40&gmail.com> August 2005
   11696  1.86  christos ati-ip-to-ncpe  3965/tcp   # Avanti IP to NCPE API
   11697  1.86  christos ati-ip-to-ncpe  3965/udp   # Avanti IP to NCPE API
   11698  1.86  christos ati-ip-to-ncpe  3965/udp   # Avanti IP to NCPE API
   11699  1.86  christos ati-ip-to-ncpe  3965/udp   # Avanti IP to NCPE API
   11700  1.86  christos #                          Steve Meyer, Sr. <stevem&avanti-tech.com> August 2005
   11701  1.86  christos bflckmgr        3966/tcp   # BuildForge Lock Manager
   11702  1.86  christos bflckmgr        3966/udp   # BuildForge Lock Manager
   11703  1.86  christos bflckmgr        3966/udp   # BuildForge Lock Manager
   11704  1.86  christos bflckmgr        3966/udp   # BuildForge Lock Manager
   11705  1.86  christos #                          Joe Senner <jsenner&buildforge.com> August 2005
   11706  1.86  christos ppsms           3967/tcp   # PPS Message Service
   11707  1.86  christos ppsms           3967/udp   # PPS Message Service
   11708  1.86  christos ppsms           3967/udp   # PPS Message Service
   11709  1.86  christos ppsms           3967/udp   # PPS Message Service
   11710  1.86  christos #                          Bart Schaefer <bart&suburbansoftware.com> August 2005
   11711  1.86  christos ianywhere-dbns  3968/tcp   # iAnywhere DBNS
   11712  1.86  christos ianywhere-dbns  3968/udp   # iAnywhere DBNS
   11713  1.86  christos ianywhere-dbns  3968/udp   # iAnywhere DBNS
   11714  1.86  christos ianywhere-dbns  3968/udp   # iAnywhere DBNS
   11715  1.86  christos #                          Graeme Perrow <gperrow&ianywhere.com> August 2005
   11716  1.86  christos landmarks       3969/tcp   # Landmark Messages
   11717  1.86  christos landmarks       3969/udp   # Landmark Messages
   11718  1.86  christos landmarks       3969/udp   # Landmark Messages
   11719  1.86  christos landmarks       3969/udp   # Landmark Messages
   11720  1.86  christos #                          Petri Rauhala <petri.rauhala&nokia.com> August 2005
   11721  1.86  christos lanrevagent     3970/tcp   # LANrev Agent
   11722  1.86  christos lanrevagent     3970/udp   # LANrev Agent
   11723  1.86  christos lanrevagent     3970/udp   # LANrev Agent
   11724  1.86  christos lanrevagent     3970/udp   # LANrev Agent
   11725  1.86  christos lanrevserver    3971/tcp   # LANrev Server
   11726  1.86  christos lanrevserver    3971/udp   # LANrev Server
   11727  1.86  christos lanrevserver    3971/udp   # LANrev Server
   11728  1.86  christos lanrevserver    3971/udp   # LANrev Server
   11729  1.86  christos #                          Martin Bestmann <martin&poleposition-sw.com> August 2005
   11730  1.86  christos iconp           3972/tcp   # ict-control Protocol
   11731  1.86  christos iconp           3972/udp   # ict-control Protocol
   11732  1.86  christos iconp           3972/udp   # ict-control Protocol
   11733  1.86  christos iconp           3972/udp   # ict-control Protocol
   11734  1.86  christos #                          Roel Harbers <r.harbers&ict-control.com> August 2005
   11735  1.86  christos progistics      3973/tcp   # ConnectShip Progistics
   11736  1.86  christos progistics      3973/udp   # ConnectShip Progistics
   11737  1.86  christos progistics      3973/udp   # ConnectShip Progistics
   11738  1.86  christos progistics      3973/udp   # ConnectShip Progistics
   11739  1.86  christos #                          Jeff Skaistis <jskaistis&connectship.com> August 2005
   11740  1.86  christos citysearch      3974/tcp   # Remote Applicant Tracking Service 
   11741  1.86  christos citysearch      3974/udp   # Remote Applicant Tracking Service 
   11742  1.86  christos citysearch      3974/udp   # Remote Applicant Tracking Service 
   11743  1.86  christos citysearch      3974/udp   # Remote Applicant Tracking Service 
   11744  1.86  christos #                          Marc Castelluccio <mcastell&areanetworks.net> August 2005
   11745  1.86  christos airshot         3975/tcp   # Air Shot
   11746  1.86  christos airshot         3975/udp   # Air Shot
   11747  1.86  christos airshot         3975/udp   # Air Shot
   11748  1.86  christos airshot         3975/udp   # Air Shot
   11749  1.86  christos #                          Shingo Kimura <Shingo.Kimura&jp.sony.com> August 2005
   11750  1.86  christos opswagent 	3976/tcp   # Opsware Agent
   11751  1.86  christos opswagent 	3976/udp   # Opsware Agent
   11752  1.86  christos opswagent 	3976/udp   # Opsware Agent
   11753  1.86  christos opswagent 	3976/udp   # Opsware Agent
   11754  1.86  christos opswmanager	3977/tcp   # Opsware Manager
   11755  1.86  christos opswmanager	3977/udp   # Opsware Manager
   11756  1.86  christos opswmanager	3977/udp   # Opsware Manager
   11757  1.86  christos opswmanager	3977/udp   # Opsware Manager
   11758  1.86  christos #			   Dave Jagoda <dj&opsware.com> June 2006
   11759  1.86  christos secure-cfg-svr	3978/tcp   # Secured Configuration Server
   11760  1.86  christos secure-cfg-svr	3978/udp   # Secured Configuration Server
   11761  1.86  christos secure-cfg-svr	3978/udp   # Secured Configuration Server
   11762  1.86  christos secure-cfg-svr	3978/udp   # Secured Configuration Server
   11763  1.86  christos #			   Dr. Anupam Bharali <paniana&gmail.com> June 2006
   11764  1.86  christos smwan		3979/tcp   # Smith Micro Wide Area Network Service
   11765  1.86  christos smwan		3979/udp   # Smith Micro Wide Area Network Service
   11766  1.86  christos smwan		3979/udp   # Smith Micro Wide Area Network Service
   11767  1.86  christos smwan		3979/udp   # Smith Micro Wide Area Network Service
   11768  1.86  christos #			   David Sperling <dsperling&smithmicro.com> June 2006
   11769  1.86  christos acms		3980/tcp   # Aircraft Cabin Management System
   11770  1.86  christos acms		3980/udp   # Aircraft Cabin Management System
   11771  1.86  christos acms		3980/udp   # Aircraft Cabin Management System
   11772  1.86  christos acms		3980/udp   # Aircraft Cabin Management System
   11773  1.86  christos #			   Dustin Zack <dustin.e.zack&gmail.com> June 2006
   11774  1.86  christos starfish	3981/tcp   # Starfish System Admin
   11775  1.86  christos starfish	3981/udp   # Starfish System Admin
   11776  1.86  christos starfish	3981/udp   # Starfish System Admin
   11777  1.86  christos starfish	3981/udp   # Starfish System Admin
   11778  1.86  christos #			   Dan Razzell <dan&starfishsystems.ca> June 2006
   11779  1.86  christos eis		3982/tcp   # ESRI Image Server 
   11780  1.86  christos eis		3982/udp   # ESRI Image Server 
   11781  1.86  christos eis		3982/udp   # ESRI Image Server 
   11782  1.86  christos eis		3982/udp   # ESRI Image Server 
   11783  1.86  christos eisp		3983/tcp   # ESRI Image Service
   11784  1.86  christos eisp		3983/udp   # ESRI Image Service
   11785  1.86  christos eisp		3983/udp   # ESRI Image Service
   11786  1.86  christos eisp		3983/udp   # ESRI Image Service
   11787  1.86  christos #			   Keith Ryden <kryden&esri.com> July 2006
   11788  1.86  christos mapper-nodemgr  3984/tcp   # MAPPER network node manager
   11789  1.86  christos mapper-nodemgr  3984/udp   # MAPPER network node manager
   11790  1.86  christos mapper-nodemgr  3984/udp   # MAPPER network node manager
   11791  1.86  christos mapper-nodemgr  3984/udp   # MAPPER network node manager
   11792  1.86  christos mapper-mapethd  3985/tcp   # MAPPER TCP/IP server
   11793  1.86  christos mapper-mapethd  3985/udp   # MAPPER TCP/IP server
   11794  1.86  christos mapper-mapethd  3985/udp   # MAPPER TCP/IP server
   11795  1.86  christos mapper-mapethd  3985/udp   # MAPPER TCP/IP server
   11796  1.86  christos mapper-ws_ethd  3986/tcp   # MAPPER workstation server
   11797  1.86  christos mapper-ws_ethd  3986/udp   # MAPPER workstation server
   11798  1.86  christos mapper-ws_ethd  3986/udp   # MAPPER workstation server
   11799  1.86  christos mapper-ws_ethd  3986/udp   # MAPPER workstation server
   11800  1.86  christos #                          John C. Horton <jch&unirsvl.rsvl.unisys.com>
   11801  1.86  christos centerline      3987/tcp   # Centerline
   11802  1.86  christos centerline      3987/udp   # Centerline
   11803  1.86  christos centerline      3987/udp   # Centerline
   11804  1.86  christos centerline      3987/udp   # Centerline
   11805  1.86  christos #                          Mark Simpson <simpson&centerline.com>
   11806  1.86  christos dcs-config      3988/tcp   # DCS Configuration Port
   11807  1.86  christos dcs-config      3988/udp   # DCS Configuration Port
   11808  1.86  christos dcs-config      3988/udp   # DCS Configuration Port
   11809  1.86  christos dcs-config      3988/udp   # DCS Configuration Port
   11810  1.86  christos #                          Ian Cargill <ian.cargill&e-dendrite.com> August 2005
   11811  1.86  christos bv-queryengine  3989/tcp   # BindView-Query Engine
   11812  1.86  christos bv-queryengine  3989/udp   # BindView-Query Engine
   11813  1.86  christos bv-queryengine  3989/udp   # BindView-Query Engine
   11814  1.86  christos bv-queryengine  3989/udp   # BindView-Query Engine
   11815  1.86  christos bv-is           3990/tcp   # BindView-IS
   11816  1.86  christos bv-is           3990/udp   # BindView-IS
   11817  1.86  christos bv-is           3990/udp   # BindView-IS
   11818  1.86  christos bv-is           3990/udp   # BindView-IS
   11819  1.86  christos bv-smcsrv       3991/tcp   # BindView-SMCServer
   11820  1.86  christos bv-smcsrv       3991/udp   # BindView-SMCServer
   11821  1.86  christos bv-smcsrv       3991/udp   # BindView-SMCServer
   11822  1.86  christos bv-smcsrv       3991/udp   # BindView-SMCServer
   11823  1.86  christos bv-ds           3992/tcp   # BindView-DirectoryServer
   11824  1.86  christos bv-ds           3992/udp   # BindView-DirectoryServer
   11825  1.86  christos bv-ds           3992/udp   # BindView-DirectoryServer
   11826  1.86  christos bv-ds           3992/udp   # BindView-DirectoryServer
   11827  1.86  christos bv-agent        3993/tcp   # BindView-Agent
   11828  1.86  christos bv-agent        3993/udp   # BindView-Agent
   11829  1.86  christos bv-agent        3993/udp   # BindView-Agent
   11830  1.86  christos bv-agent        3993/udp   # BindView-Agent
   11831  1.86  christos #                          David A. Gayler <David.Gayler&bindview.com> August 2005
   11832  1.86  christos objserver	3994/tcp   # Objectika Administrator Server
   11833  1.86  christos objserver	3994/udp   # Objectika Administrator Server
   11834  1.86  christos objserver	3994/udp   # Objectika Administrator Server
   11835  1.86  christos objserver	3994/udp   # Objectika Administrator Server
   11836  1.86  christos #			   Objectika Ltd <objectika&gmail.com> July 2006
   11837  1.86  christos iss-mgmt-ssl    3995/tcp   # ISS Management Svcs SSL
   11838  1.86  christos iss-mgmt-ssl    3995/udp   # ISS Management Svcs SSL
   11839  1.86  christos iss-mgmt-ssl    3995/udp   # ISS Management Svcs SSL
   11840  1.86  christos iss-mgmt-ssl    3995/udp   # ISS Management Svcs SSL
   11841  1.86  christos #                          Wes Wilson <wwilson&iss.net> October 2003
   11842  1.86  christos abcsoftware     3996/tcp   # abcsoftware-01
   11843  1.86  christos abcsoftware     3996/udp   # abcsoftware-01
   11844  1.86  christos abscoftware     3996/udp   # abcsoftware-01
   11845  1.86  christos abscoftware     3996/udp   # abcsoftware-01
   11846  1.86  christos #                          Andrew Zimmerman <andrew&zimmerman.net> June 2004
   11847  1.86  christos agentsease-db   3997/tcp   # aes_db
   11848  1.86  christos agentsease-db   3997/udp   # aes_db
   11849  1.86  christos agentsease-db   3997/udp   # aes_db
   11850  1.86  christos agentsease-db   3997/udp   # aes_db
   11851  1.86  christos #			   Colin Hughes <chughes&agentsease.net> February 2006
   11852  1.86  christos #               3998-3999  Unassigned
   11853  1.86  christos terabase        4000/tcp   # Terabase
   11854  1.86  christos terabase        4000/udp   # Terabase
   11855  1.86  christos terabase        4000/udp   # Terabase
   11856  1.86  christos terabase        4000/udp   # Terabase
   11857  1.86  christos #                          Thor Olson <Thor&terabase.com>   
   11858  1.86  christos ####### Potential Conflict of ports ################################
   11859  1.86  christos ####### PORT 4000 also used by ICQ <www.icq.com> ################### 
   11860  1.86  christos newoak          4001/tcp   # NewOak
   11861  1.86  christos newoak          4001/udp   # NewOak
   11862  1.86  christos newoak          4001/udp   # NewOak
   11863  1.86  christos newoak          4001/udp   # NewOak
   11864  1.86  christos #                          Jim Philippou <jphilippou&newoak.com>
   11865  1.86  christos pxc-spvr-ft     4002/tcp   # pxc-spvr-ft
   11866  1.86  christos pxc-spvr-ft     4002/udp   # pxc-spvr-ft
   11867  1.86  christos pxc-spvr-ft     4002/udp   # pxc-spvr-ft
   11868  1.86  christos pxc-spvr-ft     4002/udp   # pxc-spvr-ft
   11869  1.86  christos pxc-splr-ft     4003/tcp   # pxc-splr-ft
   11870  1.86  christos pxc-splr-ft     4003/udp   # pxc-splr-ft
   11871  1.86  christos pxc-splr-ft     4003/udp   # pxc-splr-ft
   11872  1.86  christos pxc-splr-ft     4003/udp   # pxc-splr-ft
   11873  1.86  christos pxc-roid        4004/tcp   # pxc-roid
   11874  1.86  christos pxc-roid        4004/udp   # pxc-roid
   11875  1.86  christos pxc-roid        4004/udp   # pxc-roid
   11876  1.86  christos pxc-roid        4004/udp   # pxc-roid
   11877  1.86  christos pxc-pin	        4005/tcp   # pxc-pin
   11878  1.86  christos pxc-pin	        4005/udp   # pxc-pin
   11879  1.86  christos pxc-pin         4005/udp   # pxc-pin
   11880  1.86  christos pxc-pin         4005/udp   # pxc-pin
   11881  1.86  christos pxc-spvr        4006/tcp   # pxc-spvr
   11882  1.86  christos pxc-spvr        4006/udp   # pxc-spvr
   11883  1.86  christos pxc-spvr        4006/udp   # pxc-spvr
   11884  1.86  christos pxc-spvr        4006/udp   # pxc-spvr
   11885  1.86  christos pxc-splr        4007/tcp   # pxc-splr
   11886  1.86  christos pxc-splr        4007/udp   # pxc-splr
   11887  1.86  christos pxc-splr        4007/udp   # pxc-splr
   11888  1.86  christos pxc-splr        4007/udp   # pxc-splr
   11889  1.86  christos #                          Dave Nesbitt <nesbitt&cp10.es.xerox.com>
   11890  1.86  christos netcheque       4008/tcp   # NetCheque accounting 
   11891  1.86  christos netcheque       4008/udp   # NetCheque accounting 
   11892  1.86  christos netcheque       4008/udp   # NetCheque accounting 
   11893  1.86  christos netcheque       4008/udp   # NetCheque accounting 
   11894  1.86  christos #                          B. Clifford Neuman <bcn&isi.edu>
   11895  1.86  christos chimera-hwm     4009/tcp   # Chimera HWM
   11896  1.86  christos chimera-hwm     4009/udp   # Chimera HWM
   11897  1.86  christos chimera-hwm	4009/udp   # Chimera HWM
   11898  1.86  christos chimera-hwm	4009/udp   # Chimera HWM
   11899  1.86  christos #			   Ken Anderson <kanderso&kleber.ICS.UCI.EDU>
   11900  1.86  christos samsung-unidex  4010/tcp   # Samsung Unidex
   11901  1.86  christos samsung-unidex  4010/udp   # Samsung Unidex
   11902  1.86  christos samsung-unidex	4010/udp   # Samsung Unidex
   11903  1.86  christos samsung-unidex	4010/udp   # Samsung Unidex
   11904  1.86  christos #			   Konstantin V. Vyaznikov <kv&ssm6000.samsung.ru>
   11905  1.86  christos altserviceboot	4011/tcp   # Alternate Service Boot
   11906  1.86  christos altserviceboot	4011/udp   # Alternate Service Boot
   11907  1.86  christos altserviceboot	4011/udp   # Alternate Service Boot
   11908  1.86  christos altserviceboot	4011/udp   # Alternate Service Boot
   11909  1.86  christos #			   Eric Dittert <Eric_Dittert&ccm.jf.intel.com>
   11910  1.86  christos pda-gate	4012/tcp   # PDA Gate
   11911  1.86  christos pda-gate	4012/udp   # PDA Gate
   11912  1.86  christos pda-gate	4012/udp   # PDA Gate
   11913  1.86  christos pda-gate	4012/udp   # PDA Gate
   11914  1.86  christos #			   Masakuni Okada <masakuni&jp.ibm.com>
   11915  1.86  christos acl-manager	4013/tcp   # ACL Manager
   11916  1.86  christos acl-manager	4013/udp   # ACL Manager
   11917  1.86  christos acl-manager	4013/udp   # ACL Manager
   11918  1.86  christos acl-manager	4013/udp   # ACL Manager
   11919  1.86  christos #			   Toru Murai <murai&saint.nm.fujitsu.co.jp>
   11920  1.86  christos taiclock	4014/tcp   # TAICLOCK
   11921  1.86  christos taiclock	4014/udp   # TAICLOCK
   11922  1.86  christos taiclock	4014/udp   # TAICLOCK
   11923  1.86  christos taiclock	4014/udp   # TAICLOCK
   11924  1.86  christos #			   Dan Bernstein <djb&koobera.math.uic.edu>
   11925  1.86  christos talarian-mcast1	4015/tcp   # Talarian Mcast
   11926  1.86  christos talarian-mcast1	4015/udp   # Talarian Mcast
   11927  1.86  christos talarian-mcast1	4015/udp   # Talarian Mcast
   11928  1.86  christos talarian-mcast1	4015/udp   # Talarian Mcast
   11929  1.86  christos talarian-mcast2	4016/tcp   # Talarian Mcast
   11930  1.86  christos talarian-mcast2	4016/udp   # Talarian Mcast
   11931  1.86  christos talarian-mcast2	4016/udp   # Talarian Mcast
   11932  1.86  christos talarian-mcast2	4016/udp   # Talarian Mcast
   11933  1.86  christos talarian-mcast3	4017/tcp   # Talarian Mcast
   11934  1.86  christos talarian-mcast3	4017/udp   # Talarian Mcast
   11935  1.86  christos talarian-mcast3	4017/udp   # Talarian Mcast
   11936  1.86  christos talarian-mcast3	4017/udp   # Talarian Mcast
   11937  1.86  christos talarian-mcast4	4018/tcp   # Talarian Mcast
   11938  1.86  christos talarian-mcast4	4018/udp   # Talarian Mcast
   11939  1.86  christos talarian-mcast4	4018/udp   # Talarian Mcast
   11940  1.86  christos talarian-mcast4	4018/udp   # Talarian Mcast
   11941  1.86  christos talarian-mcast5	4019/tcp   # Talarian Mcast
   11942  1.86  christos talarian-mcast5	4019/udp   # Talarian Mcast
   11943  1.86  christos talarian-mcast5	4019/udp   # Talarian Mcast
   11944  1.86  christos talarian-mcast5	4019/udp   # Talarian Mcast
   11945  1.86  christos #			   Geoff Mendal <mendal&talarian.com>
   11946  1.86  christos trap            4020/tcp   # TRAP Port
   11947  1.86  christos trap            4020/udp   # TRAP Port
   11948  1.86  christos trap            4020/udp   # TRAP Port
   11949  1.86  christos trap            4020/udp   # TRAP Port
   11950  1.86  christos #                          Jeffrey C. Byrd <admin&vspacegroup.com>
   11951  1.86  christos nexus-portal    4021/tcp   # Nexus Portal
   11952  1.86  christos nexus-portal    4021/udp   # Nexus Portal
   11953  1.86  christos nexus-portal    4021/udp   # Nexus Portal
   11954  1.86  christos nexus-portal    4021/udp   # Nexus Portal
   11955  1.86  christos #                          Damian Tarnawsky <support&nexusconcepts.com>
   11956  1.86  christos dnox            4022/tcp   # DNOX
   11957  1.86  christos dnox            4022/udp   # DNOX
   11958  1.86  christos dnox            4022/udp   # DNOX
   11959  1.86  christos dnox            4022/udp   # DNOX
   11960  1.86  christos #                          Leo Rathnayake <leo&perlnet.com>
   11961  1.86  christos esnm-zoning     4023/tcp   # ESNM Zoning Port
   11962  1.86  christos esnm-zoning     4023/udp   # ESNM Zoning Port
   11963  1.86  christos esnm-zoning     4023/udp   # ESNM Zoning Port
   11964  1.86  christos esnm-zoning     4023/udp   # ESNM Zoning Port
   11965  1.86  christos #                          Yong Cai <ycai&emc.com>
   11966  1.86  christos tnp1-port       4024/tcp   # TNP1 User Port
   11967  1.86  christos tnp1-port       4024/udp   # TNP1 User Port
   11968  1.86  christos tnp1-port       4024/udp   # TNP1 User Port
   11969  1.86  christos tnp1-port       4024/udp   # TNP1 User Port
   11970  1.86  christos #                          Tony Gibbs <tony.gibbs&europe.simoco.com>
   11971  1.86  christos partimage       4025/tcp   # Partition Image Port
   11972  1.86  christos partimage       4025/udp   # Partition Image Port
   11973  1.86  christos partimage       4025/udp   # Partition Image Port
   11974  1.86  christos partimage       4025/udp   # Partition Image Port
   11975  1.86  christos #                          Franck Ladurelle <ladurelf&partimage.org>
   11976  1.86  christos as-debug        4026/tcp   # Graphical Debug Server
   11977  1.86  christos as-debug        4026/udp   # Graphical Debug Server
   11978  1.86  christos as-debug        4026/udp   # Graphical Debug Server
   11979  1.86  christos as-debug        4026/udp   # Graphical Debug Server
   11980  1.86  christos #                          Steve Halverson <shalver&us.ibm.com>
   11981  1.86  christos bxp             4027/tcp   # bitxpress
   11982  1.86  christos bxp             4027/udp   # bitxpress
   11983  1.86  christos bxp             4027/udp   # bitxpress
   11984  1.86  christos bxp             4027/udp   # bitxpress
   11985  1.86  christos #                          Morgan Doyle <morgan&mpt.ie>
   11986  1.86  christos dtserver-port   4028/tcp   # DTServer Port
   11987  1.86  christos dtserver-port   4028/udp   # DTServer Port
   11988  1.86  christos dtserver-port   4028/udp   # DTServer Port
   11989  1.86  christos dtserver-port   4028/udp   # DTServer Port
   11990  1.86  christos #                          Stephen Aikins <stephen.aikins&embarcadero.com>
   11991  1.86  christos ip-qsig         4029/tcp   # IP Q signaling protocol
   11992  1.86  christos ip-qsig         4029/udp   # IP Q signaling protocol
   11993  1.86  christos ip-qsig         4029/udp   # IP Q signaling protocol
   11994  1.86  christos ip-qsig         4029/udp   # IP Q signaling protocol
   11995  1.86  christos #                          Toru Tachibana <tatibana&exs.ts.fujitsu.co.jp>
   11996  1.86  christos jdmn-port       4030/tcp   # Accell/JSP Daemon Port
   11997  1.86  christos jdmn-port       4030/udp   # Accell/JSP Daemon Port
   11998  1.86  christos jdmn-port       4030/udp   # Accell/JSP Daemon Port
   11999  1.86  christos jdmn-port       4030/udp   # Accell/JSP Daemon Port
   12000  1.86  christos #                          Art Grand <aig&unify.com>
   12001  1.86  christos suucp           4031/tcp   # UUCP over SSL
   12002  1.86  christos suucp           4031/udp   # UUCP over SSL
   12003  1.86  christos suucp           4031/udp   # UUCP over SSL
   12004  1.86  christos suucp           4031/udp   # UUCP over SSL
   12005  1.86  christos #                          Harald Welte <laforge&gnumonks.org>
   12006  1.86  christos vrts-auth-port  4032/tcp   # VERITAS Authorization Service
   12007  1.86  christos vrts-auth-port  4032/udp   # VERITAS Authorization Service
   12008  1.86  christos vrts-auth-port  4032/udp   # VERITAS Authorization Service
   12009  1.86  christos vrts-auth-port  4032/udp   # VERITAS Authorization Service
   12010  1.86  christos #                          Stefan Winkel <stefan&veritas.com>
   12011  1.86  christos sanavigator     4033/tcp   # SANavigator Peer Port
   12012  1.86  christos sanavigator     4033/udp   # SANavigator Peer Port
   12013  1.86  christos sanavigator     4033/udp   # SANavigator Peer Port
   12014  1.86  christos sanavigator     4033/udp   # SANavigator Peer Port
   12015  1.86  christos #                          Robert J. Chansler <robert.chansler&mcdata.com>
   12016  1.86  christos ubxd            4034/tcp   # Ubiquinox Daemon 
   12017  1.86  christos ubxd            4034/udp   # Ubiquinox Daemon 
   12018  1.86  christos ubxd            4034/udp   # Ubiquinox Daemon
   12019  1.86  christos ubxd            4034/udp   # Ubiquinox Daemon
   12020  1.86  christos #                          Kit Smithers <ksmithers&argogroup.com>
   12021  1.86  christos wap-push-http   4035/tcp   # WAP Push OTA-HTTP port
   12022  1.86  christos wap-push-http   4035/udp   # WAP Push OTA-HTTP port
   12023  1.86  christos wap-push-http   4035/udp   # WAP Push OTA-HTTP port
   12024  1.86  christos wap-push-http   4035/udp   # WAP Push OTA-HTTP port
   12025  1.86  christos wap-push-https  4036/tcp   # WAP Push OTA-HTTP secure
   12026  1.86  christos wap-push-https  4036/udp   # WAP Push OTA-HTTP secure
   12027  1.86  christos wap-push-https  4036/udp   # WAP Push OTA-HTTP secure
   12028  1.86  christos wap-push-https  4036/udp   # WAP Push OTA-HTTP secure
   12029  1.86  christos #                          Matthieu Lachance 
   12030  1.86  christos #                          <matthieu.lachance&openwave.com>
   12031  1.86  christos ravehd          4037/tcp   # RaveHD network control
   12032  1.86  christos ravehd          4037/udp   # RaveHD network control
   12033  1.86  christos ravehd          4037/udp   # RaveHD network control
   12034  1.86  christos ravehd          4037/udp   # RaveHD network control
   12035  1.86  christos #			   Jason Howard <jason&spectsoft.com> January 2006
   12036  1.86  christos fazzt-ptp	4038/tcp   # Fazzt Point-To-Point
   12037  1.86  christos fazzt-ptp	4038/udp   # Fazzt Point-To-Point
   12038  1.86  christos fazzt-ptp	4038/udp   # Fazzt Point-To-Point
   12039  1.86  christos fazzt-ptp	4038/udp   # Fazzt Point-To-Point
   12040  1.86  christos fazzt-admin	4039/tcp   # Fazzt Administration
   12041  1.86  christos fazzt-admin	4039/udp   # Fazzt Administration
   12042  1.86  christos fazzt-admin	4039/udp   # Fazzt Administration
   12043  1.86  christos fazzt-admin	4039/udp   # Fazzt Administration
   12044  1.86  christos #			   Lewis Wolfgang <wolfgang&kencast.com> May 2006
   12045  1.86  christos yo-main         4040/tcp   # Yo.net main service
   12046  1.86  christos yo-main         4040/udp   # Yo.net main service
   12047  1.86  christos yo-main         4040/udp   # Yo.net main service
   12048  1.86  christos yo-main         4040/udp   # Yo.net main service
   12049  1.86  christos #                          John Tintor <jt&yo.net>
   12050  1.86  christos houston         4041/tcp   # Rocketeer-Houston
   12051  1.86  christos houston         4041/udp   # Rocketeer-Houston
   12052  1.86  christos houston         4041/udp   # Rocketeer-Houston
   12053  1.86  christos houston         4041/udp   # Rocketeer-Houston
   12054  1.86  christos #                          Johnny C. Norris II <jnorris&uiuc.edu>
   12055  1.86  christos ldxp            4042/tcp   # LDXP
   12056  1.86  christos ldxp            4042/udp   # LDXP
   12057  1.86  christos ldxp            4042/udp   # LDXP
   12058  1.86  christos ldxp            4042/udp   # LDXP
   12059  1.86  christos #                          Craig Calef <craig&katmango.com>    
   12060  1.86  christos nirp            4043/tcp   # Neighbour Identity Resolution
   12061  1.86  christos nirp            4043/udp   # Neighbour Identity Resolution
   12062  1.86  christos nirp            4043/udp   # Neighbour Identity Resolution
   12063  1.86  christos nirp            4043/udp   # Neighbour Identity Resolution
   12064  1.86  christos ltp             4044/tcp   # Location Tracking Protocol
   12065  1.86  christos ltp             4044/udp   # Location Tracking Protocol
   12066  1.86  christos ltp             4044/udp   # Location Tracking Protocol
   12067  1.86  christos ltp             4044/udp   # Location Tracking Protocol
   12068  1.86  christos npp             4045/tcp   # Network Paging Protocol
   12069  1.86  christos npp             4045/udp   # Network Paging Protocol
   12070  1.86  christos npp             4045/udp   # Network Paging Protocol
   12071  1.86  christos npp             4045/udp   # Network Paging Protocol
   12072  1.86  christos acp-proto       4046/tcp   # Accounting Protocol 
   12073  1.86  christos acp-proto       4046/udp   # Accounting Protocol 
   12074  1.86  christos acp-proto       4046/udp   # Accounting Protocol 
   12075  1.86  christos acp-proto       4046/udp   # Accounting Protocol 
   12076  1.86  christos ctp-state       4047/tcp   # Context Transfer Protocol
   12077  1.86  christos ctp-state       4047/udp   # Context Transfer Protocol
   12078  1.86  christos ctp-state       4047/udp   # Context Transfer Protocol
   12079  1.86  christos ctp-state       4047/udp   # Context Transfer Protocol
   12080  1.86  christos #                          Hesham Soliman <H.Soliman&flarion.com> November 2005
   12081  1.86  christos objadmin	4048/tcp   # Objectika Administrator Agent
   12082  1.86  christos objadmin	4048/udp   # Objectika Administrator Agent
   12083  1.86  christos objadmin	4048/udp   # Objectika Administrator Agent
   12084  1.86  christos objadmin	4048/udp   # Objectika Administrator Agent
   12085  1.86  christos #			   Objectika Ltd <objectika&gmail.com> June 2006
   12086  1.86  christos wafs            4049/tcp   # Wide Area File Services
   12087  1.86  christos wafs            4049/udp   # Wide Area File Services
   12088  1.86  christos wafs            4049/udp   # Wide Area File Services
   12089  1.86  christos wafs            4049/udp   # Wide Area File Services
   12090  1.86  christos #                          Yuval Hager <yuval&avramzon.net> January 2006
   12091  1.86  christos cisco-wafs      4050/tcp   # Wide Area File Services
   12092  1.86  christos cisco-wafs      4050/udp   # Wide Area File Services
   12093  1.86  christos cisco-wafs      4050/udp   # Wide Area File Services
   12094  1.86  christos cisco-wafs      4050/udp   # Wide Area File Services
   12095  1.86  christos #                          Etai Lev-Ran <elevran&cisco.com> February 2005
   12096  1.86  christos cppdp		4051/tcp   # Cisco Peer to Peer Distribution Protocol
   12097  1.86  christos cppdp		4051/udp   # Cisco Peer to Peer Distribution Protocol
   12098  1.86  christos cppdp		4051/udp   # Cisco Peer to Peer Distribution Protocol
   12099  1.86  christos cppdp		4051/udp   # Cisco Peer to Peer Distribution Protocol
   12100  1.86  christos #			   Susan Sauter <ssauter&cisco.com> July 2006
   12101  1.86  christos interact	4052/tcp   # VoiceConnect Interact
   12102  1.86  christos interact	4052/udp   # VoiceConnect Interact
   12103  1.86  christos interact	4052/udp   # VoiceConnect Interact
   12104  1.86  christos interact	4052/udp   # VoiceConnect Interact
   12105  1.86  christos #			   Jonathan Custance <jevc&camrivox.com> July 2006
   12106  1.86  christos ccu-comm-1	4053/tcp   # CosmoCall Universe Communications Port 1
   12107  1.86  christos ccu-comm-1	4053/udp   # CosmoCall Universe Communications Port 1
   12108  1.86  christos ccu-comm-1	4053/udp   # CosmoCall Universe Communications Port 1
   12109  1.86  christos ccu-comm-1	4053/udp   # CosmoCall Universe Communications Port 1
   12110  1.86  christos ccu-comm-2	4054/tcp   # CosmoCall Universe Communications Port 2
   12111  1.86  christos ccu-comm-2	4054/udp   # CosmoCall Universe Communications Port 2
   12112  1.86  christos ccu-comm-2	4054/udp   # CosmoCall Universe Communications Port 2
   12113  1.86  christos ccu-comm-2	4054/udp   # CosmoCall Universe Communications Port 2
   12114  1.86  christos ccu-comm-3	4055/tcp   # CosmoCall Universe Communications Port 3
   12115  1.86  christos ccu-comm-3	4055/udp   # CosmoCall Universe Communications Port 3
   12116  1.86  christos ccu-comm-3	4055/udp   # CosmoCall Universe Communications Port 3
   12117  1.86  christos ccu-comm-3	4055/udp   # CosmoCall Universe Communications Port 3
   12118  1.86  christos #			   Steve Dellutri <sdellutri&cosmocom.com> July 2006
   12119  1.86  christos lms		4056/tcp   # Location Message Service
   12120  1.86  christos lms		4056/udp   # Location Message Service
   12121  1.86  christos lms		4056/udp   # Location Message Service
   12122  1.86  christos lms		4056/udp   # Location Message Service
   12123  1.86  christos #			   Sergey Burnevsky <sergey.burnevsky&nokia.com> August 2006
   12124  1.86  christos wfm		4057/tcp   # Servigistics WFM server
   12125  1.86  christos wfm		4057/udp   # Servigistics WFM server
   12126  1.86  christos wfm		4057/udp   # Servigistics WFM server
   12127  1.86  christos wfm		4057/udp   # Servigistics WFM server
   12128  1.86  christos #			   Yuri Machkasov <ymachkasov&servigistics.com> August 2006
   12129  1.86  christos kingfisher	4058/tcp   # Kingfisher protocol
   12130  1.86  christos kingfisher	4058/udp   # Kingfisher protocol
   12131  1.86  christos kingfisher	4058/udp   # Kingfisher protocol
   12132  1.86  christos kingfisher	4058/udp   # Kingfisher protocol
   12133  1.86  christos #			   Vaughan Wesson <vaughanw&rtunet.com> October 2006
   12134  1.86  christos dlms-cosem	4059/tcp   # DLMS/COSEM 
   12135  1.86  christos dlms-cosem	4059/udp   # DLMS/COSEM 
   12136  1.86  christos dlms-cosem	4059/udp   # DLMS/COSEM 
   12137  1.86  christos dlms-cosem	4059/udp   # DLMS/COSEM 
   12138  1.86  christos #			   Gyozo Kmethy <gyozo.kmethy&gnarus.hu> November 2006
   12139  1.86  christos dsmeter_iatc	4060/tcp   # DSMETER Inter-Agent Transfer Channel
   12140  1.86  christos dsmeter_iatc	4060/udp   # DSMETER Inter-Agent Transfer Channel
   12141  1.86  christos dsmeter_iatc	4060/udp   # DSMETER Inter-Agent Transfer Channel
   12142  1.86  christos dsmeter_iatc	4060/udp   # DSMETER Inter-Agent Transfer Channel
   12143  1.86  christos #			   john mccann <jmccann&visualclick.com> December 2006
   12144  1.86  christos ice-location	4061/tcp   # Ice Location Service (TCP)
   12145  1.86  christos ice-location	4061/udp   # Ice Location Service (TCP)
   12146  1.86  christos ice-location	4061/udp   # Ice Location Service (TCP)
   12147  1.86  christos ice-location	4061/udp   # Ice Location Service (TCP)
   12148  1.86  christos ice-slocation	4062/tcp   # Ice Location Service (SSL)
   12149  1.86  christos ice-slocation	4062/udp   # Ice Location Service (SSL)
   12150  1.86  christos ice-slocation	4062/udp   # Ice Location Service (SSL)
   12151  1.86  christos ice-slocation	4062/udp   # Ice Location Service (SSL)
   12152  1.86  christos ice-router	4063/tcp   # Ice Firewall Traversal Service (TCP)
   12153  1.86  christos ice-router	4063/udp   # Ice Firewall Traversal Service (TCP)
   12154  1.86  christos ice-router	4063/udp   # Ice Firewall Traversal Service (TCP)
   12155  1.86  christos ice-router	4063/udp   # Ice Firewall Traversal Service (TCP)
   12156  1.86  christos ice-srouter 	4064/tcp   # Ice Firewall Traversal Service (SSL)
   12157  1.86  christos ice-srouter 	4064/udp   # Ice Firewall Traversal Service (SSL)
   12158  1.86  christos ice-srouter	4064/udp   # Ice Firewall Traversal Service (SSL)
   12159  1.86  christos ice-srouter	4064/udp   # Ice Firewall Traversal Service (SSL)
   12160  1.86  christos #			   Bernard Normier <bernard&zeroc.com> December 2006
   12161  1.86  christos avanti_cdp	4065/tcp   # Avanti Common Data 
   12162  1.86  christos avanti_cdp	4065/udp   # Avanti Common Data 
   12163  1.86  christos avanti_cdp	4065/udp   # Avanti Common Data 
   12164  1.86  christos avanti_cdp	4065/udp   # Avanti Common Data 
   12165  1.86  christos #			   Steve Meyer, Sr. <stevem&avanti-tech.com> February 2007
   12166  1.86  christos pmas		4066/tcp   # Performance Measurement and Analysis
   12167  1.86  christos pmas		4066/udp   # Performance Measurement and Analysis
   12168  1.86  christos pmas		4066/udp   # Performance Measurement and Analysis
   12169  1.86  christos pmas		4066/udp   # Performance Measurement and Analysis
   12170  1.86  christos #			   Zenon Fortuna <zenon&mips.com> February 2007
   12171  1.86  christos idp		4067/tcp   # Information Distribution Protocol
   12172  1.86  christos idp		4067/udp   # Information Distribution Protocol
   12173  1.86  christos idp		4067/udp   # Information Distribution Protocol
   12174  1.86  christos idp		4067/udp   # Information Distribution Protocol
   12175  1.86  christos #			   Michaela Vanderveen <mvandervn&yahoo.com> February 2007
   12176  1.86  christos ipfltbcst	4068/tcp   # IP Fleet Broadcast
   12177  1.86  christos ipfltbcst	4068/udp   # IP Fleet Broadcast
   12178  1.86  christos ipfltbcst	4068/udp   # IP Fleet Broadcast
   12179  1.86  christos ipfltbcst	4068/udp   # IP Fleet Broadcast
   12180  1.86  christos #			   Trung Huu Tran <trung.tran&navy.mil> March 2007
   12181  1.86  christos minger		4069/tcp   # Minger Email Address Validation Service
   12182  1.86  christos minger		4069/udp   # Minger Email Address Validation Service
   12183  1.86  christos minger		4069/udp   # Minger Email Address Validation Service
   12184  1.86  christos minger		4069/udp   # Minger Email Address Validation Service
   12185  1.86  christos #			   Arvel Hathcock <arvel&altn.com> March 2007
   12186  1.86  christos #		4070-4088  Unassigned
   12187  1.86  christos opencore	4089/tcp   # OpenCORE Remote Control Service
   12188  1.86  christos opencore	4089/udp   # OpenCORE Remote Control Service
   12189  1.86  christos opencore	4089/udp   # OpenCORE Remote Control Service
   12190  1.86  christos opencore	4089/udp   # OpenCORE Remote Control Service
   12191  1.86  christos #			   Pim van Riezen <registries&panelsix.com> July 2006
   12192  1.86  christos omasgport	4090/tcp   # OMA BCAST Service Guide
   12193  1.86  christos omasgport	4090/udp   # OMA BCAST Service Guide
   12194  1.86  christos omasgport	4090/udp   # OMA BCAST Service Guide
   12195  1.86  christos omasgport	4090/udp   # OMA BCAST Service Guide
   12196  1.86  christos #			   Mark Lipford <mark.a.lipford&sprint.com> July 2006
   12197  1.86  christos ewinstaller	4091/tcp   # EminentWare Installer
   12198  1.86  christos ewinstaller	4091/udp   # EminentWare Installer
   12199  1.86  christos ewinstaller	4091/udp   # EminentWare Installer
   12200  1.86  christos ewinstaller	4091/udp   # EminentWare Installer
   12201  1.86  christos ewdgs		4092/tcp   # EminentWare DGS
   12202  1.86  christos ewdgs		4092/udp   # EminentWare DGS
   12203  1.86  christos ewdgs		4092/udp   # EminentWare DGS
   12204  1.86  christos ewdgs		4092/udp   # EminentWare DGS
   12205  1.86  christos #			   David A. Gayler <dgayler&eminentware.com> July 2006
   12206  1.86  christos pvxpluscs	4093/tcp   # Pvx Plus CS Host
   12207  1.86  christos pvxpluscs	4093/udp   # Pvx Plus CS Host
   12208  1.86  christos pvxpluscs	4093/udp   # Pvx Plus CS Host
   12209  1.86  christos pvxpluscs	4093/udp   # Pvx Plus CS Host
   12210  1.86  christos #			   Michael King <mike.king&pvxplus.com> July 2006
   12211  1.86  christos sysrqd		4094/tcp   # sysrq daemon
   12212  1.86  christos sysrqd		4094/udp   # sysrq daemon
   12213  1.86  christos sysrqd		4094/udp   # sysrq daemon
   12214  1.86  christos sysrqd		4094/udp   # sysrq daemon
   12215  1.86  christos #			   Julien Danjou <acid&debian.org> July 2006
   12216  1.86  christos xtgui		4095/tcp   # xtgui information service
   12217  1.86  christos xtgui		4095/udp   # xtgui information service
   12218  1.86  christos xtgui		4095/udp   # xtgui information service
   12219  1.86  christos xtgui		4095/udp   # xtgui information service
   12220  1.86  christos #			   Jim Robanske <jimr&cray.com> May 2006
   12221  1.86  christos bre 		4096/tcp   # BRE (Bridge Relay Element)
   12222  1.86  christos bre 		4096/udp   # BRE (Bridge Relay Element)
   12223  1.86  christos bre 		4096/udp   # BRE (Bridge Relay Element)
   12224  1.86  christos bre 		4096/udp   # BRE (Bridge Relay Element)
   12225  1.86  christos #			   Stephen Egbert <egbert&ra.timeplex.com>
   12226  1.86  christos patrolview	4097/tcp   # Patrol View
   12227  1.86  christos patrolview	4097/udp   # Patrol View
   12228  1.86  christos patrolview	4097/udp   # Patrol View
   12229  1.86  christos patrolview	4097/udp   # Patrol View
   12230  1.86  christos #			   Portnoy Boxman <portnoy_boxman&bmc.com>
   12231  1.86  christos drmsfsd		4098/tcp   # drmsfsd
   12232  1.86  christos drmsfsd		4098/udp   # drmsfsd
   12233  1.86  christos drmsfsd		4098/udp   # drmsfsd
   12234  1.86  christos drmsfsd		4098/udp   # drmsfsd
   12235  1.86  christos #			   Masao Iwai <iwai&kel.fujitsu.co.jp>
   12236  1.86  christos dpcp		4099/tcp   # DPCP
   12237  1.86  christos dpcp		4099/udp   # DPCP
   12238  1.86  christos dpcp		4099/udp   # DPCP
   12239  1.86  christos dpcp		4099/udp   # DPCP
   12240  1.86  christos #			   John Croft <john.croft&calista.demon.co.uk>
   12241  1.86  christos igo-incognito   4100/tcp   # IGo Incognito Data Port
   12242  1.86  christos igo-incognito   4100/udp   # IGo Incognito Data Port
   12243  1.86  christos igo-incognito   4100/udp   # IGo Incognito Data Port
   12244  1.86  christos igo-incognito   4100/udp   # IGo Incognito Data Port
   12245  1.86  christos #                          Paul Reddy <support&igo-incognito.com> February 2002
   12246  1.86  christos brlp-0		4101/tcp   # Braille protocol
   12247  1.86  christos brlp-0		4101/udp   # Braille protocol
   12248  1.86  christos brlp-0		4101/udp   # Braille protocol
   12249  1.86  christos brlp-0		4101/udp   # Braille protocol
   12250  1.86  christos brlp-1		4102/tcp   # Braille protocol
   12251  1.86  christos brlp-1		4102/udp   # Braille protocol
   12252  1.86  christos brlp-1		4102/udp   # Braille protocol
   12253  1.86  christos brlp-1		4102/udp   # Braille protocol
   12254  1.86  christos brlp-2		4103/tcp   # Braille protocol
   12255  1.86  christos brlp-2		4103/udp   # Braille protocol
   12256  1.86  christos brlp-2		4103/udp   # Braille protocol
   12257  1.86  christos brlp-2		4103/udp   # Braille protocol
   12258  1.86  christos brlp-3		4104/tcp   # Braille protocol
   12259  1.86  christos brlp-3		4104/udp   # Braille protocol
   12260  1.86  christos brlp-3		4104/udp   # Braille protocol
   12261  1.86  christos brlp-3		4104/udp   # Braille protocol
   12262  1.86  christos #			   Sbastien Hinderer <Sebastien.Hinderer&ens-lyon.org> March 2006
   12263  1.86  christos shofarplayer    4105/tcp   # ShofarPlayer
   12264  1.86  christos shofarplayer    4105/udp   # ShofarPlayer
   12265  1.86  christos shofarplayer    4105/udp   # ShofarPlayer
   12266  1.86  christos shofarplayer    4105/udp   # ShofarPlayer
   12267  1.86  christos #			   John Kozlowski <John.Kozlowski&HeritageSystems.com> July 2006
   12268  1.86  christos synchronite	4106/tcp   # Synchronite
   12269  1.86  christos synchronite	4106/udp   # Synchronite
   12270  1.86  christos synchronite	4106/udp   # Synchronite
   12271  1.86  christos synchronite	4106/udp   # Synchronite
   12272  1.86  christos #			   James Figgins <james.figgins&durodata.co.uk> July 2006
   12273  1.86  christos j-ac		4107/tcp   # JDL Accounting LAN Service
   12274  1.86  christos j-ac		4107/udp   # JDL Accounting LAN Service
   12275  1.86  christos j-ac		4107/udp   # JDL Accounting LAN Service
   12276  1.86  christos j-ac		4107/udp   # JDL Accounting LAN Service
   12277  1.86  christos #			   Takashi Sahara <sahara&jdl.co.jp> September 2006
   12278  1.86  christos accel		4108/tcp   # ACCEL
   12279  1.86  christos accel		4108/udp   # ACCEL
   12280  1.86  christos accel		4108/udp   # ACCEL
   12281  1.86  christos accel		4108/udp   # ACCEL
   12282  1.86  christos #			   Masahiro Koiwai <Koiwai.Masahiro&exc.epson.co.jp> October 2006
   12283  1.86  christos izm		4109/tcp   # Instantiated Zero-control Messaging
   12284  1.86  christos izm		4109/udp   # Instantiated Zero-control Messaging
   12285  1.86  christos izm		4109/udp   # Instantiated Zero-control Messaging
   12286  1.86  christos izm		4109/udp   # Instantiated Zero-control Messaging
   12287  1.86  christos #			   David Miller <dave.dsm&gmail.com> February 2007
   12288  1.86  christos g2tag		4110/tcp   # G2 RFID Tag Telemetry Data
   12289  1.86  christos g2tag		4110/udp   # G2 RFID Tag Telemetry Data
   12290  1.86  christos g2tag		4110/udp   # G2 RFID Tag Telemetry Data
   12291  1.86  christos g2tag		4110/udp   # G2 RFID Tag Telemetry Data
   12292  1.86  christos #			   David Goodall <david.goodall&g2microsystems.com> February 2007
   12293  1.86  christos xgrid           4111/tcp   # Xgrid
   12294  1.86  christos xgrid           4111/udp   # Xgrid
   12295  1.86  christos xgrid           4111/udp   # Xgrid
   12296  1.86  christos xgrid           4111/udp   # Xgrid
   12297  1.86  christos #                          David Kramer <dkramer&apple.com> November 2004
   12298  1.86  christos apple-vpns-rp	4112/tcp   # Apple VPN Server Reporting Protocol
   12299  1.86  christos apple-vpns-rp	4112/udp   # Apple VPN Server Reporting Protocol
   12300  1.86  christos apple-vpns-rp	4112/udp   # Apple VPN Server Reporting Protocol
   12301  1.86  christos apple-vpns-rp	4112/udp   # Apple VPN Server Reporting Protocol
   12302  1.86  christos #			   Christophe Allie <callie&apple.com> August 2006
   12303  1.86  christos aipn-reg	4113/tcp   # AIPN LS Registration
   12304  1.86  christos aipn-reg	4113/udp   # AIPN LS Registration
   12305  1.86  christos aipn-reg	4113/udp   # AIPN LS Registration
   12306  1.86  christos aipn-reg	4113/udp   # AIPN LS Registration
   12307  1.86  christos #			   Qiang Zhang <iad&iwncomm.com> October 2006
   12308  1.86  christos jomamqmonitor   4114/tcp   # JomaMQMonitor
   12309  1.86  christos jomamqmonitor   4114/udp   # JomaMQMonitor
   12310  1.86  christos jomamqmonitor   4114/udp   # JomaMQMonitor
   12311  1.86  christos jomamqmonitor   4114/udp   # JomaMQMonitor
   12312  1.86  christos #                          Marcel Hofstetter <marcel.hofstetter&jomasoft.ch> January 2003       
   12313  1.86  christos cds		4115/tcp   # CDS Transfer Agent
   12314  1.86  christos cds		4115/udp   # CDS Transfer Agent
   12315  1.86  christos cds		4115/udp   # CDS Transfer Agent
   12316  1.86  christos cds		4115/udp   # CDS Transfer Agent
   12317  1.86  christos #			   Neil Coggins <neil.coggins&6thsight.com> July 2006
   12318  1.86  christos smartcard-tls	4116/tcp   # smartcard-TLS
   12319  1.86  christos smartcard-tls	4116/udp   # smartcard-TLS
   12320  1.86  christos smartcard-tls	4116/udp   # smartcard-TLS
   12321  1.86  christos smartcard-tls	4116/udp   # smartcard-TLS
   12322  1.86  christos #			   Ilan Mahalal <imahalal&axalto.com> April 2006
   12323  1.86  christos xmlivestream	4117/tcp   # xmLive Streaming Service
   12324  1.86  christos xmlivestream	4117/udp   # xmLive Streaming Service
   12325  1.86  christos xmlivestream	4117/udp   # xmLive Streaming Service
   12326  1.86  christos xmlivestream	4117/udp   # xmLive Streaming Service
   12327  1.86  christos #			   Freddy A. Ayuso-Henson <frecom32&hotmail.com> November 2006
   12328  1.86  christos netscript	4118/tcp   # Netadmin Systems NETscript service
   12329  1.86  christos netscript	4118/udp   # Netadmin Systems NETscript service
   12330  1.86  christos netscript	4118/udp   # Netadmin Systems NETscript service
   12331  1.86  christos netscript	4118/udp   # Netadmin Systems NETscript service
   12332  1.86  christos #			   Gran Runfeldt <goran&netadmin.se> December 2006
   12333  1.86  christos assuria-slm	4119/tcp   # Assuria Log Manager
   12334  1.86  christos assuria-slm	4119/udp   # Assuria Log Manager
   12335  1.86  christos assuria-slm	4119/udp   # Assuria Log Manager
   12336  1.86  christos assuria-slm	4119/udp   # Assuria Log Manager
   12337  1.86  christos #			   Nick Connor <nickc&assuria.com> December 2006
   12338  1.86  christos #		4120       Unassigned (Returned on 2007-02-01)
   12339  1.86  christos e-builder	4121/tcp   # e-Builder Application Communication
   12340  1.86  christos e-builder	4121/udp   # e-Builder Application Communication
   12341  1.86  christos e-builder	4121/udp   # e-Builder Application Communication
   12342  1.86  christos e-builder	4121/udp   # e-Builder Application Communication
   12343  1.86  christos #			   James Caza <jcaza&e-builder.net> December 2006
   12344  1.86  christos fprams		4122/tcp   # Fiber Patrol Alarm Service
   12345  1.86  christos fprams		4122/udp   # Fiber Patrol Alarm Service
   12346  1.86  christos fprams		4122/udp   # Fiber Patrol Alarm Service
   12347  1.86  christos fprams		4122/udp   # Fiber Patrol Alarm Service
   12348  1.86  christos #			   Zhizhong Zhuang <ZZhuang&Optellios.com> December 2006
   12349  1.86  christos z-wave		4123/tcp   # Zensys Z-Wave Control Protocol
   12350  1.86  christos z-wave		4123/udp   # Zensys Z-Wave Control Protocol
   12351  1.86  christos z-wave		4123/udp   # Zensys Z-Wave Control Protocol
   12352  1.86  christos z-wave		4123/udp   # Zensys Z-Wave Control Protocol
   12353  1.86  christos #			   Anders Brandt, Zensys Inc. <abr&zen-sys.com> February 2007
   12354  1.86  christos #               4124-4131  Unassigned
   12355  1.86  christos nuts_dem        4132/tcp   # NUTS Daemon
   12356  1.86  christos nuts_dem        4132/udp   # NUTS Daemon
   12357  1.86  christos nuts_dem        4132/udp   # NUTS Daemon
   12358  1.86  christos nuts_dem        4132/udp   # NUTS Daemon
   12359  1.86  christos nuts_bootp      4133/tcp   # NUTS Bootp Server
   12360  1.86  christos nuts_bootp      4133/udp   # NUTS Bootp Server
   12361  1.86  christos nuts_bootp      4133/udp   # NUTS Bootp Server
   12362  1.86  christos nuts_bootp      4133/udp   # NUTS Bootp Server
   12363  1.86  christos #                          Martin Freiss <freiss.pad@sni.>
   12364  1.86  christos nifty-hmi       4134/tcp   # NIFTY-Serve HMI protocol
   12365  1.86  christos nifty-hmi       4134/udp   # NIFTY-Serve HMI protocol
   12366  1.86  christos nifty-hmi       4134/udp   # NIFTY-Serve HMI protocol
   12367  1.86  christos nifty-hmi       4134/udp   # NIFTY-Serve HMI protocol
   12368  1.86  christos #                          Ryuichi Suzuki <SCI00376&niftyserve.or.jp>
   12369  1.86  christos cl-db-attach	4135/tcp   # Classic Line Database Server Attach
   12370  1.86  christos cl-db-attach	4135/udp   # Classic Line Database Server Attach
   12371  1.86  christos cl-db-attach	4135/udp   # Classic Line Database Server Attach
   12372  1.86  christos cl-db-attach	4135/udp   # Classic Line Database Server Attach
   12373  1.86  christos cl-db-request	4136/tcp   # Classic Line Database Server Request
   12374  1.86  christos cl-db-request	4136/udp   # Classic Line Database Server Request
   12375  1.86  christos cl-db-request	4136/udp   # Classic Line Database Server Request
   12376  1.86  christos cl-db-request	4136/udp   # Classic Line Database Server Request
   12377  1.86  christos cl-db-remote	4137/tcp   # Classic Line Database Server Remote
   12378  1.86  christos cl-db-remote	4137/udp   # Classic Line Database Server Remote
   12379  1.86  christos cl-db-remote	4137/udp   # Classic Line Database Server Remote
   12380  1.86  christos cl-db-remote	4137/udp   # Classic Line Database Server Remote
   12381  1.86  christos #			   Arno Kirmeir <Arno.kirmeir&sage.de> January 2007
   12382  1.86  christos nettest         4138/tcp   # nettest
   12383  1.86  christos nettest         4138/udp   # nettest
   12384  1.86  christos nettest         4138/udp   # nettest
   12385  1.86  christos nettest         4138/udp   # nettest
   12386  1.86  christos #                          David Borman <dab&windriver.com> March 2003
   12387  1.86  christos thrtx		4139/tcp   # Imperfect Networks Server
   12388  1.86  christos thrtx		4139/udp   # Imperfect Networks Server
   12389  1.86  christos thrtx		4139/udp   # Imperfect Networks Server
   12390  1.86  christos thrtx		4139/udp   # Imperfect Networks Server
   12391  1.86  christos #			   Dinkar Chivaluri <dchivaluri&imperfectnetworks.com> February 2006
   12392  1.86  christos cedros_fds	4140/tcp   # Cedros Fraud Detection System
   12393  1.86  christos cedros_fds	4140/udp   # Cedros Fraud Detection System
   12394  1.86  christos cedros_fds	4140/udp   # Cedros Fraud Detection System
   12395  1.86  christos cedros_fds	4140/udp   # Cedros Fraud Detection System
   12396  1.86  christos #			   Markus Michels <markus.michels&cedros.com> October 2006
   12397  1.86  christos oirtgsvc        4141/tcp   # Workflow Server
   12398  1.86  christos oirtgsvc        4141/udp   # Workflow Server
   12399  1.86  christos oirtgsvc        4141/udp   # Workflow Server
   12400  1.86  christos oirtgsvc        4141/udp   # Workflow Server
   12401  1.86  christos oidocsvc        4142/tcp   # Document Server
   12402  1.86  christos oidocsvc        4142/udp   # Document Server
   12403  1.86  christos oidocsvc        4142/udp   # Document Server
   12404  1.86  christos oidocsvc        4142/udp   # Document Server
   12405  1.86  christos oidsr           4143/tcp   # Document Replication
   12406  1.86  christos oidsr           4143/udp   # Document Replication
   12407  1.86  christos oidsr           4143/udp   # Document Replication
   12408  1.86  christos oidsr           4143/udp   # Document Replication
   12409  1.86  christos #                          Norman Brie <norm_brie&sns.ca>
   12410  1.86  christos ##########  Compuserve (unoffically) is using port 4144 #########
   12411  1.86  christos #               4144       Unassigned
   12412  1.86  christos vvr-control     4145/tcp   # VVR Control
   12413  1.86  christos vvr-control     4145/udp   # VVR Control
   12414  1.86  christos vvr-control     4145/udp   # VVR Control
   12415  1.86  christos vvr-control     4145/udp   # VVR Control
   12416  1.86  christos #                          Ming Xu <ming&veritas.com>
   12417  1.86  christos tgcconnect	4146/tcp   # TGCConnect Beacon
   12418  1.86  christos tgcconnect	4146/udp   # TGCConnect Beacon
   12419  1.86  christos tgcconnect	4146/udp   # TGCConnect Beacon
   12420  1.86  christos tgcconnect	4146/udp   # TGCConnect Beacon
   12421  1.86  christos #			   Brian Becker <bbecker&tgc-usa.com> October 2006
   12422  1.86  christos vrxpservman	4147/tcp   # Multum Service Manager
   12423  1.86  christos vrxpservman	4147/udp   # Multum Service Manager
   12424  1.86  christos vrxpservman	4147/udp   # Multum Service Manager
   12425  1.86  christos vrxpservman	4147/udp   # Multum Service Manager
   12426  1.86  christos #			   Scott Mager <Scott.Mager&cerner.com> October 2006
   12427  1.86  christos hhb-handheld	4148/tcp   # HHB Handheld Client
   12428  1.86  christos hhb-handheld	4148/udp   # HHB Handheld Client
   12429  1.86  christos hhb-handheld	4148/udp   # HHB Handheld Client
   12430  1.86  christos hhb-handheld	4148/udp   # HHB Handheld Client
   12431  1.86  christos #			   Steven G. Loughner <stevengloughner&eaton.com> March 2007
   12432  1.86  christos #               4149-4151  Unassigned
   12433  1.86  christos idig_mux	4152/tcp   # iDigTech Multiplex
   12434  1.86  christos idig_mux	4152/udp   # iDigTech Multiplex
   12435  1.86  christos idig_mux	4152/udp   # iDigTech Multiplex
   12436  1.86  christos idig_mux	4152/udp   # iDigTech Multiplex
   12437  1.86  christos #			   Robin Findley <rfindley&usa.net> May 2007
   12438  1.86  christos mbl-battd	4153/tcp   # MBL Remote Battery Monitoring
   12439  1.86  christos mbl-battd	4153/udp   # MBL Remote Battery Monitoring
   12440  1.86  christos mbl-battd	4153/udp   # MBL Remote Battery Monitoring
   12441  1.86  christos mbl-battd	4153/udp   # MBL Remote Battery Monitoring
   12442  1.86  christos #			   Claudio Procida <claudio&emeraldion.it> May 2007
   12443  1.86  christos atlinks         4154/tcp   # atlinks device discovery
   12444  1.86  christos atlinks         4154/udp   # atlinks device discovery
   12445  1.86  christos atlinks         4154/udp   # atlinks device discovery
   12446  1.86  christos atlinks         4154/udp   # atlinks device discovery
   12447  1.86  christos #                          Scott Griepentrog <griepentrogs&atlinks.com> October 2002
   12448  1.86  christos bzr		4155/tcp   # Bazaar version control system
   12449  1.86  christos bzr		4155/udp   # Bazaar version control system
   12450  1.86  christos bzr		4155/udp   # Bazaar version control system
   12451  1.86  christos bzr		4155/udp   # Bazaar version control system
   12452  1.86  christos #			   Martin Pool <mbp&canonical.com> February 2007
   12453  1.86  christos stat-results	4156/tcp   # STAT Results
   12454  1.86  christos stat-results	4156/udp   # STAT Results
   12455  1.86  christos stat-results	4156/udp   # STAT Results
   12456  1.86  christos stat-results	4156/udp   # STAT Results
   12457  1.86  christos stat-scanner	4157/tcp   # STAT Scanner Control
   12458  1.86  christos stat-scanner	4157/udp   # STAT Scanner Control
   12459  1.86  christos stat-scanner	4157/udp   # STAT Scanner Control
   12460  1.86  christos stat-scanner	4157/udp   # STAT Scanner Control
   12461  1.86  christos stat-cc		4158/tcp   # STAT Command Center
   12462  1.86  christos stat-cc		4158/udp   # STAT Command Center
   12463  1.86  christos stat-cc		4158/udp   # STAT Command Center
   12464  1.86  christos stat-cc		4158/udp   # STAT Command Center
   12465  1.86  christos #			   Darwin Ammala <dammala&harris.com> March 2007
   12466  1.86  christos nss		4159/tcp   # Network Security Service
   12467  1.86  christos nss		4159/udp   # Network Security Service
   12468  1.86  christos nss		4159/udp   # Network Security Service
   12469  1.86  christos nss		4159/udp   # Network Security Service
   12470  1.86  christos #			   Dave Wierbowski <wierbows&us.ibm.com> August 2006
   12471  1.86  christos jini-discovery  4160/tcp   # Jini Discovery
   12472  1.86  christos jini-discovery  4160/udp   # Jini Discovery
   12473  1.86  christos jini-discovery  4160/udp   # Jini Discovery
   12474  1.86  christos jini-discovery  4160/udp   # Jini Discovery
   12475  1.86  christos #                          Mark Hodapp <mark.hodapp&sun.com>	
   12476  1.86  christos omscontact      4161/tcp   # OMS Contact
   12477  1.86  christos omscontact      4161/udp   # OMS Contact
   12478  1.86  christos omscontact      4161/udp   # OMS Contact
   12479  1.86  christos omscontact      4161/udp   # OMS Contact
   12480  1.86  christos omstopology     4162/tcp   # OMS Topology
   12481  1.86  christos omstopology     4162/udp   # OMS Topology
   12482  1.86  christos omstopology     4162/udp   # OMS Topology
   12483  1.86  christos omstopology     4162/udp   # OMS Topology
   12484  1.86  christos #                          David Page <david.page&sun.com> August 2005
   12485  1.86  christos silverpeakpeer	4163/tcp   # Silver Peak Peer Protocol
   12486  1.86  christos silverpeakpeer	4163/udp   # Silver Peak Peer Protocol
   12487  1.86  christos silverpeakpeer	4163/udp   # Silver Peak Peer Protocol
   12488  1.86  christos silverpeakpeer	4163/udp   # Silver Peak Peer Protocol
   12489  1.86  christos #			   Damon Ennis <damon&silver-peak.com> March 2007
   12490  1.86  christos silverpeakcomm	4164/tcp   # Silver Peak Communication Protocol
   12491  1.86  christos silverpeakcomm	4164/udp   # Silver Peak Communication Protocol
   12492  1.86  christos silverpeakcomm	4164/udp   # Silver Peak Communication Protocol
   12493  1.86  christos silverpeakcomm	4164/udp   # Silver Peak Communication Protocol
   12494  1.86  christos #			   Damon Ennis <damon&silver-peak.com> March 2007
   12495  1.86  christos altcp		4165/tcp   # ArcLink over Ethernet
   12496  1.86  christos altcp		4165/udp   # ArcLink over Ethernet
   12497  1.86  christos altcp		4165/udp   # ArcLink over Ethernet
   12498  1.86  christos altcp		4165/udp   # ArcLink over Ethernet
   12499  1.86  christos #			   Dmitry Brant <dmitry_brant&lincolnelectric.com> March 2007
   12500  1.86  christos joost		4166/tcp   # Joost Peer to Peer Protocol
   12501  1.86  christos joost		4166/udp   # Joost Peer to Peer Protocol
   12502  1.86  christos joost		4166/udp   # Joost Peer to Peer Protocol
   12503  1.86  christos joost		4166/udp   # Joost Peer to Peer Protocol
   12504  1.86  christos #			   Colm MacCarthaigh <colm.maccarthaigh&joost.com> April 2007
   12505  1.86  christos #		4167-4177  Unassigned
   12506  1.86  christos storman		4178/tcp   # StorMan
   12507  1.86  christos storman		4178/udp   # StorMan
   12508  1.86  christos storman		4178/udp   # StorMan
   12509  1.86  christos storman		4178/udp   # StorMan
   12510  1.86  christos #			   Werner Guertler <Werner.Guertler&fujitsu-siemens.com> February 2007
   12511  1.86  christos #		4179       Unassigned
   12512  1.86  christos httpx		4180/tcp   # HTTPX
   12513  1.86  christos httpx		4180/udp   # HTTPX
   12514  1.86  christos httpx		4180/udp   # HTTPX
   12515  1.86  christos httpx		4180/udp   # HTTPX
   12516  1.86  christos #			   Paul McGough <pmcgough&2factor.com> February 2007
   12517  1.86  christos macbak		4181/tcp   # MacBak
   12518  1.86  christos macbak		4181/udp   # MacBak
   12519  1.86  christos macbak		4181/udp   # MacBak
   12520  1.86  christos macbak		4181/udp   # MacBak
   12521  1.86  christos #			   Wes Peters <wes&softweyr.com> April 2007
   12522  1.86  christos #		4182-4198  Unassigned
   12523  1.86  christos eims-admin      4199/tcp   # EIMS ADMIN
   12524  1.86  christos eims-admin      4199/udp   # EIMS ADMIN
   12525  1.86  christos eims-admin      4199/udp   # EIMS ADMIN
   12526  1.86  christos eims-admin      4199/udp   # EIMS ADMIN
   12527  1.86  christos #                          Glenn Anderson <glenn&qualcomm.co.nz> 
   12528  1.86  christos vrml-multi-use  4200/tcp  # VRML Multi User Systems
   12529  1.86  christos vrml-multi-use  4200/udp  # VRML Multi User Systems
   12530  1.86  christos vrml-multi-use  4201/tcp  # VRML Multi User Systems
   12531  1.86  christos vrml-multi-use  4201/udp  # VRML Multi User Systems
   12532  1.86  christos vrml-multi-use  4202/tcp  # VRML Multi User Systems
   12533  1.86  christos vrml-multi-use  4202/udp  # VRML Multi User Systems
   12534  1.86  christos vrml-multi-use  4203/tcp  # VRML Multi User Systems
   12535  1.86  christos vrml-multi-use  4203/udp  # VRML Multi User Systems
   12536  1.86  christos vrml-multi-use  4204/tcp  # VRML Multi User Systems
   12537  1.86  christos vrml-multi-use  4204/udp  # VRML Multi User Systems
   12538  1.86  christos vrml-multi-use  4205/tcp  # VRML Multi User Systems
   12539  1.86  christos vrml-multi-use  4205/udp  # VRML Multi User Systems
   12540  1.86  christos vrml-multi-use  4206/tcp  # VRML Multi User Systems
   12541  1.86  christos vrml-multi-use  4206/udp  # VRML Multi User Systems
   12542  1.86  christos vrml-multi-use  4207/tcp  # VRML Multi User Systems
   12543  1.86  christos vrml-multi-use  4207/udp  # VRML Multi User Systems
   12544  1.86  christos vrml-multi-use  4208/tcp  # VRML Multi User Systems
   12545  1.86  christos vrml-multi-use  4208/udp  # VRML Multi User Systems
   12546  1.86  christos vrml-multi-use  4209/tcp  # VRML Multi User Systems
   12547  1.86  christos vrml-multi-use  4209/udp  # VRML Multi User Systems
   12548  1.86  christos vrml-multi-use  4210/tcp  # VRML Multi User Systems
   12549  1.86  christos vrml-multi-use  4210/udp  # VRML Multi User Systems
   12550  1.86  christos vrml-multi-use  4211/tcp  # VRML Multi User Systems
   12551  1.86  christos vrml-multi-use  4211/udp  # VRML Multi User Systems
   12552  1.86  christos vrml-multi-use  4212/tcp  # VRML Multi User Systems
   12553  1.86  christos vrml-multi-use  4212/udp  # VRML Multi User Systems
   12554  1.86  christos vrml-multi-use  4213/tcp  # VRML Multi User Systems
   12555  1.86  christos vrml-multi-use  4213/udp  # VRML Multi User Systems
   12556  1.86  christos vrml-multi-use  4214/tcp  # VRML Multi User Systems
   12557  1.86  christos vrml-multi-use  4214/udp  # VRML Multi User Systems
   12558  1.86  christos vrml-multi-use  4215/tcp  # VRML Multi User Systems
   12559  1.86  christos vrml-multi-use  4215/udp  # VRML Multi User Systems
   12560  1.86  christos vrml-multi-use  4216/tcp  # VRML Multi User Systems
   12561  1.86  christos vrml-multi-use  4216/udp  # VRML Multi User Systems
   12562  1.86  christos vrml-multi-use  4217/tcp  # VRML Multi User Systems
   12563  1.86  christos vrml-multi-use  4217/udp  # VRML Multi User Systems
   12564  1.86  christos vrml-multi-use  4218/tcp  # VRML Multi User Systems
   12565  1.86  christos vrml-multi-use  4218/udp  # VRML Multi User Systems
   12566  1.86  christos vrml-multi-use  4219/tcp  # VRML Multi User Systems
   12567  1.86  christos vrml-multi-use  4219/udp  # VRML Multi User Systems
   12568  1.86  christos vrml-multi-use  4220/tcp  # VRML Multi User Systems
   12569  1.86  christos vrml-multi-use  4220/udp  # VRML Multi User Systems
   12570  1.86  christos vrml-multi-use  4221/tcp  # VRML Multi User Systems
   12571  1.86  christos vrml-multi-use  4221/udp  # VRML Multi User Systems
   12572  1.86  christos vrml-multi-use  4222/tcp  # VRML Multi User Systems
   12573  1.86  christos vrml-multi-use  4222/udp  # VRML Multi User Systems
   12574  1.86  christos vrml-multi-use  4223/tcp  # VRML Multi User Systems
   12575  1.86  christos vrml-multi-use  4223/udp  # VRML Multi User Systems
   12576  1.86  christos vrml-multi-use  4224/tcp  # VRML Multi User Systems
   12577  1.86  christos vrml-multi-use  4224/udp  # VRML Multi User Systems
   12578  1.86  christos vrml-multi-use  4225/tcp  # VRML Multi User Systems
   12579  1.86  christos vrml-multi-use  4225/udp  # VRML Multi User Systems
   12580  1.86  christos vrml-multi-use  4226/tcp  # VRML Multi User Systems
   12581  1.86  christos vrml-multi-use  4226/udp  # VRML Multi User Systems
   12582  1.86  christos vrml-multi-use  4227/tcp  # VRML Multi User Systems
   12583  1.86  christos vrml-multi-use  4227/udp  # VRML Multi User Systems
   12584  1.86  christos vrml-multi-use  4228/tcp  # VRML Multi User Systems
   12585  1.86  christos vrml-multi-use  4228/udp  # VRML Multi User Systems
   12586  1.86  christos vrml-multi-use  4229/tcp  # VRML Multi User Systems
   12587  1.86  christos vrml-multi-use  4229/udp  # VRML Multi User Systems
   12588  1.86  christos vrml-multi-use  4230/tcp  # VRML Multi User Systems
   12589  1.86  christos vrml-multi-use  4230/udp  # VRML Multi User Systems
   12590  1.86  christos vrml-multi-use  4231/tcp  # VRML Multi User Systems
   12591  1.86  christos vrml-multi-use  4231/udp  # VRML Multi User Systems
   12592  1.86  christos vrml-multi-use  4232/tcp  # VRML Multi User Systems
   12593  1.86  christos vrml-multi-use  4232/udp  # VRML Multi User Systems
   12594  1.86  christos vrml-multi-use  4233/tcp  # VRML Multi User Systems
   12595  1.86  christos vrml-multi-use  4233/udp  # VRML Multi User Systems
   12596  1.86  christos vrml-multi-use  4234/tcp  # VRML Multi User Systems
   12597  1.86  christos vrml-multi-use  4234/udp  # VRML Multi User Systems
   12598  1.86  christos vrml-multi-use  4235/tcp  # VRML Multi User Systems
   12599  1.86  christos vrml-multi-use  4235/udp  # VRML Multi User Systems
   12600  1.86  christos vrml-multi-use  4236/tcp  # VRML Multi User Systems
   12601  1.86  christos vrml-multi-use  4236/udp  # VRML Multi User Systems
   12602  1.86  christos vrml-multi-use  4237/tcp  # VRML Multi User Systems
   12603  1.86  christos vrml-multi-use  4237/udp  # VRML Multi User Systems
   12604  1.86  christos vrml-multi-use  4238/tcp  # VRML Multi User Systems
   12605  1.86  christos vrml-multi-use  4238/udp  # VRML Multi User Systems
   12606  1.86  christos vrml-multi-use  4239/tcp  # VRML Multi User Systems
   12607  1.86  christos vrml-multi-use  4239/udp  # VRML Multi User Systems
   12608  1.86  christos vrml-multi-use  4240/tcp  # VRML Multi User Systems
   12609  1.86  christos vrml-multi-use  4240/udp  # VRML Multi User Systems
   12610  1.86  christos vrml-multi-use  4241/tcp  # VRML Multi User Systems
   12611  1.86  christos vrml-multi-use  4241/udp  # VRML Multi User Systems
   12612  1.86  christos vrml-multi-use  4242/tcp  # VRML Multi User Systems
   12613  1.86  christos vrml-multi-use  4242/udp  # VRML Multi User Systems
   12614  1.86  christos vrml-multi-use  4243/tcp  # VRML Multi User Systems
   12615  1.86  christos vrml-multi-use  4243/udp  # VRML Multi User Systems
   12616  1.86  christos vrml-multi-use  4244/tcp  # VRML Multi User Systems
   12617  1.86  christos vrml-multi-use  4244/udp  # VRML Multi User Systems
   12618  1.86  christos vrml-multi-use  4245/tcp  # VRML Multi User Systems
   12619  1.86  christos vrml-multi-use  4245/udp  # VRML Multi User Systems
   12620  1.86  christos vrml-multi-use  4246/tcp  # VRML Multi User Systems
   12621  1.86  christos vrml-multi-use  4246/udp  # VRML Multi User Systems
   12622  1.86  christos vrml-multi-use  4247/tcp  # VRML Multi User Systems
   12623  1.86  christos vrml-multi-use  4247/udp  # VRML Multi User Systems
   12624  1.86  christos vrml-multi-use  4248/tcp  # VRML Multi User Systems
   12625  1.86  christos vrml-multi-use  4248/udp  # VRML Multi User Systems
   12626  1.86  christos vrml-multi-use  4249/tcp  # VRML Multi User Systems
   12627  1.86  christos vrml-multi-use  4249/udp  # VRML Multi User Systems
   12628  1.86  christos vrml-multi-use  4250/tcp  # VRML Multi User Systems
   12629  1.86  christos vrml-multi-use  4250/udp  # VRML Multi User Systems
   12630  1.86  christos vrml-multi-use  4251/tcp  # VRML Multi User Systems
   12631  1.86  christos vrml-multi-use  4251/udp  # VRML Multi User Systems
   12632  1.86  christos vrml-multi-use  4252/tcp  # VRML Multi User Systems
   12633  1.86  christos vrml-multi-use  4252/udp  # VRML Multi User Systems
   12634  1.86  christos vrml-multi-use  4253/tcp  # VRML Multi User Systems
   12635  1.86  christos vrml-multi-use  4253/udp  # VRML Multi User Systems
   12636  1.86  christos vrml-multi-use  4254/tcp  # VRML Multi User Systems
   12637  1.86  christos vrml-multi-use  4254/udp  # VRML Multi User Systems
   12638  1.86  christos vrml-multi-use  4255/tcp  # VRML Multi User Systems
   12639  1.86  christos vrml-multi-use  4255/udp  # VRML Multi User Systems
   12640  1.86  christos vrml-multi-use  4256/tcp  # VRML Multi User Systems
   12641  1.86  christos vrml-multi-use  4256/udp  # VRML Multi User Systems
   12642  1.86  christos vrml-multi-use  4257/tcp  # VRML Multi User Systems
   12643  1.86  christos vrml-multi-use  4257/udp  # VRML Multi User Systems
   12644  1.86  christos vrml-multi-use  4258/tcp  # VRML Multi User Systems
   12645  1.86  christos vrml-multi-use  4258/udp  # VRML Multi User Systems
   12646  1.86  christos vrml-multi-use  4259/tcp  # VRML Multi User Systems
   12647  1.86  christos vrml-multi-use  4259/udp  # VRML Multi User Systems
   12648  1.86  christos vrml-multi-use  4260/tcp  # VRML Multi User Systems
   12649  1.86  christos vrml-multi-use  4260/udp  # VRML Multi User Systems
   12650  1.86  christos vrml-multi-use  4261/tcp  # VRML Multi User Systems
   12651  1.86  christos vrml-multi-use  4261/udp  # VRML Multi User Systems
   12652  1.86  christos vrml-multi-use  4262/tcp  # VRML Multi User Systems
   12653  1.86  christos vrml-multi-use  4262/udp  # VRML Multi User Systems
   12654  1.86  christos vrml-multi-use  4263/tcp  # VRML Multi User Systems
   12655  1.86  christos vrml-multi-use  4263/udp  # VRML Multi User Systems
   12656  1.86  christos vrml-multi-use  4264/tcp  # VRML Multi User Systems
   12657  1.86  christos vrml-multi-use  4264/udp  # VRML Multi User Systems
   12658  1.86  christos vrml-multi-use  4265/tcp  # VRML Multi User Systems
   12659  1.86  christos vrml-multi-use  4265/udp  # VRML Multi User Systems
   12660  1.86  christos vrml-multi-use  4266/tcp  # VRML Multi User Systems
   12661  1.86  christos vrml-multi-use  4266/udp  # VRML Multi User Systems
   12662  1.86  christos vrml-multi-use  4267/tcp  # VRML Multi User Systems
   12663  1.86  christos vrml-multi-use  4267/udp  # VRML Multi User Systems
   12664  1.86  christos vrml-multi-use  4268/tcp  # VRML Multi User Systems
   12665  1.86  christos vrml-multi-use  4268/udp  # VRML Multi User Systems
   12666  1.86  christos vrml-multi-use  4269/tcp  # VRML Multi User Systems
   12667  1.86  christos vrml-multi-use  4269/udp  # VRML Multi User Systems
   12668  1.86  christos vrml-multi-use  4270/tcp  # VRML Multi User Systems
   12669  1.86  christos vrml-multi-use  4270/udp  # VRML Multi User Systems
   12670  1.86  christos vrml-multi-use  4271/tcp  # VRML Multi User Systems
   12671  1.86  christos vrml-multi-use  4271/udp  # VRML Multi User Systems
   12672  1.86  christos vrml-multi-use  4272/tcp  # VRML Multi User Systems
   12673  1.86  christos vrml-multi-use  4272/udp  # VRML Multi User Systems
   12674  1.86  christos vrml-multi-use  4273/tcp  # VRML Multi User Systems
   12675  1.86  christos vrml-multi-use  4273/udp  # VRML Multi User Systems
   12676  1.86  christos vrml-multi-use  4274/tcp  # VRML Multi User Systems
   12677  1.86  christos vrml-multi-use  4274/udp  # VRML Multi User Systems
   12678  1.86  christos vrml-multi-use  4275/tcp  # VRML Multi User Systems
   12679  1.86  christos vrml-multi-use  4275/udp  # VRML Multi User Systems
   12680  1.86  christos vrml-multi-use  4276/tcp  # VRML Multi User Systems
   12681  1.86  christos vrml-multi-use  4276/udp  # VRML Multi User Systems
   12682  1.86  christos vrml-multi-use  4277/tcp  # VRML Multi User Systems
   12683  1.86  christos vrml-multi-use  4277/udp  # VRML Multi User Systems
   12684  1.86  christos vrml-multi-use  4278/tcp  # VRML Multi User Systems
   12685  1.86  christos vrml-multi-use  4278/udp  # VRML Multi User Systems
   12686  1.86  christos vrml-multi-use  4279/tcp  # VRML Multi User Systems
   12687  1.86  christos vrml-multi-use  4279/udp  # VRML Multi User Systems
   12688  1.86  christos vrml-multi-use  4280/tcp  # VRML Multi User Systems
   12689  1.86  christos vrml-multi-use  4280/udp  # VRML Multi User Systems
   12690  1.86  christos vrml-multi-use  4281/tcp  # VRML Multi User Systems
   12691  1.86  christos vrml-multi-use  4281/udp  # VRML Multi User Systems
   12692  1.86  christos vrml-multi-use  4282/tcp  # VRML Multi User Systems
   12693  1.86  christos vrml-multi-use  4282/udp  # VRML Multi User Systems
   12694  1.86  christos vrml-multi-use  4283/tcp  # VRML Multi User Systems
   12695  1.86  christos vrml-multi-use  4283/udp  # VRML Multi User Systems
   12696  1.86  christos vrml-multi-use  4284/tcp  # VRML Multi User Systems
   12697  1.86  christos vrml-multi-use  4284/udp  # VRML Multi User Systems
   12698  1.86  christos vrml-multi-use  4285/tcp  # VRML Multi User Systems
   12699  1.86  christos vrml-multi-use  4285/udp  # VRML Multi User Systems
   12700  1.86  christos vrml-multi-use  4286/tcp  # VRML Multi User Systems
   12701  1.86  christos vrml-multi-use  4286/udp  # VRML Multi User Systems
   12702  1.86  christos vrml-multi-use  4287/tcp  # VRML Multi User Systems
   12703  1.86  christos vrml-multi-use  4287/udp  # VRML Multi User Systems
   12704  1.86  christos vrml-multi-use  4288/tcp  # VRML Multi User Systems
   12705  1.86  christos vrml-multi-use  4288/udp  # VRML Multi User Systems
   12706  1.86  christos vrml-multi-use  4289/tcp  # VRML Multi User Systems
   12707  1.86  christos vrml-multi-use  4289/udp  # VRML Multi User Systems
   12708  1.86  christos vrml-multi-use  4290/tcp  # VRML Multi User Systems
   12709  1.86  christos vrml-multi-use  4290/udp  # VRML Multi User Systems
   12710  1.86  christos vrml-multi-use  4291/tcp  # VRML Multi User Systems
   12711  1.86  christos vrml-multi-use  4291/udp  # VRML Multi User Systems
   12712  1.86  christos vrml-multi-use  4292/tcp  # VRML Multi User Systems
   12713  1.86  christos vrml-multi-use  4292/udp  # VRML Multi User Systems
   12714  1.86  christos vrml-multi-use  4293/tcp  # VRML Multi User Systems
   12715  1.86  christos vrml-multi-use  4293/udp  # VRML Multi User Systems
   12716  1.86  christos vrml-multi-use  4294/tcp  # VRML Multi User Systems
   12717  1.86  christos vrml-multi-use  4294/udp  # VRML Multi User Systems
   12718  1.86  christos vrml-multi-use  4295/tcp  # VRML Multi User Systems
   12719  1.86  christos vrml-multi-use  4295/udp  # VRML Multi User Systems
   12720  1.86  christos vrml-multi-use  4296/tcp  # VRML Multi User Systems
   12721  1.86  christos vrml-multi-use  4296/udp  # VRML Multi User Systems
   12722  1.86  christos vrml-multi-use  4297/tcp  # VRML Multi User Systems
   12723  1.86  christos vrml-multi-use  4297/udp  # VRML Multi User Systems
   12724  1.86  christos vrml-multi-use  4298/tcp  # VRML Multi User Systems
   12725  1.86  christos vrml-multi-use  4298/udp  # VRML Multi User Systems
   12726  1.86  christos vrml-multi-use  4299/tcp  # VRML Multi User Systems
   12727  1.86  christos vrml-multi-use  4299/udp  # VRML Multi User Systems
   12728  1.86  christos #			   Mitra <mitra&earth.path.net>
   12729  1.86  christos corelccam	4300/tcp   # Corel CCam
   12730  1.86  christos corelccam	4300/udp   # Corel CCam
   12731  1.86  christos corelccam	4300/udp   # Corel CCam
   12732  1.86  christos corelccam	4300/udp   # Corel CCam
   12733  1.86  christos #			   Jason Aiken <jasona&corelcomputer.com>
   12734  1.86  christos d-data		4301/tcp   # Diagnostic Data
   12735  1.86  christos d-data		4301/udp   # Diagnostic Data
   12736  1.86  christos d-data		4301/udp   # Diagnostic Data 
   12737  1.86  christos d-data		4301/udp   # Diagnostic Data 
   12738  1.86  christos d-data-control	4302/tcp   # Diagnostic Data Control
   12739  1.86  christos d-data-control	4302/udp   # Diagnostic Data Control
   12740  1.86  christos d-data-control	4302/udp   # Diagnostic Data Control
   12741  1.86  christos d-data-control	4302/udp   # Diagnostic Data Control
   12742  1.86  christos #			   Jon March <jon.march&paget-analyst-services.co.uk> September 2006
   12743  1.86  christos srcp		4303/tcp   # Simple Railroad Command Protocol
   12744  1.86  christos srcp		4303/udp   # Simple Railroad Command Protocol
   12745  1.86  christos srcp		4303/udp   # Simple Railroad Command Protocol
   12746  1.86  christos srcp		4303/udp   # Simple Railroad Command Protocol
   12747  1.86  christos #			   Matthias Trute <mtrute&web.de> January 2007
   12748  1.86  christos owserver	4304/tcp   # One-Wire Filesystem Server
   12749  1.86  christos owserver	4304/udp   # One-Wire Filesystem Server
   12750  1.86  christos owserver	4304/udp   # One-Wire Filesystem Server
   12751  1.86  christos owserver	4304/udp   # One-Wire Filesystem Server
   12752  1.86  christos #			   Paul Alfille <paul.alfille&gmail.com> January 2007
   12753  1.86  christos #		4305-4308  Unassigned
   12754  1.86  christos dserver		4309/tcp   # Exsequi Appliance Discovery
   12755  1.86  christos dserver		4309/udp   # Exsequi Appliance Discovery
   12756  1.86  christos dserver		4309/udp   # Exsequi Appliance Discovery
   12757  1.86  christos dserver		4309/udp   # Exsequi Appliance Discovery
   12758  1.86  christos #			   Angelo Masci <angelomasci&yahoo.co.uk> January 2007
   12759  1.86  christos #		4310-4319  Unassigned
   12760  1.86  christos fdt-rcatp	4320/tcp   # FDT Remote Categorization Protocol
   12761  1.86  christos fdt-rcatp	4320/udp   # FDT Remote Categorization Protocol
   12762  1.86  christos fdt-rcatp	4320/udp   # FDT Remote Categorization Protocol
   12763  1.86  christos fdt-rcatp	4320/udp   # FDT Remote Categorization Protocol
   12764  1.86  christos #			   Russell P. Holsclaw, Fast Data Technology, Inc. <rholsclaw&fastdatatech.com> March 2006
   12765  1.86  christos rwhois          4321/tcp   # Remote Who Is
   12766  1.86  christos rwhois          4321/udp   # Remote Who Is
   12767  1.86  christos rwhois          4321/udp   # Remote Who Is
   12768  1.86  christos rwhois          4321/udp   # Remote Who Is
   12769  1.86  christos #                          Mark Kosters  <markk&internic.net>
   12770  1.86  christos trim-event	4322/tcp   # TRIM Event Service
   12771  1.86  christos trim-event	4322/udp   # TRIM Event Service
   12772  1.86  christos trim-event	4322/udp   # TRIM Event Service
   12773  1.86  christos trim-event	4322/udp   # TRIM Event Service
   12774  1.86  christos trim-ice 	4323/tcp   # TRIM ICE Service
   12775  1.86  christos trim-ice 	4323/udp   # TRIM ICE Service
   12776  1.86  christos trim-ice 	4323/udp   # TRIM ICE Service
   12777  1.86  christos trim-ice 	4323/udp   # TRIM ICE Service
   12778  1.86  christos #			   Siva Poobalasingam <Siva.Poobalasingam&towersoft.com.au> February 2007
   12779  1.86  christos balour		4324/tcp   # Balour Game Server
   12780  1.86  christos balour		4324/udp   # Balour Game Server
   12781  1.86  christos balour		4324/udp   # Balour Game Server
   12782  1.86  christos balour		4324/udp   # Balour Game Server
   12783  1.86  christos #			   Konstantin Schauwecker <hi&konstantin-schauwecker.de> February 2007
   12784  1.86  christos geognosisman	4325/tcp   # Cadcorp GeognoSIS Manager Service
   12785  1.86  christos geognosisman	4325/udp   # Cadcorp GeognoSIS Manager Service
   12786  1.86  christos geognosisman	4325/udp   # Cadcorp GeognoSIS Manager Service
   12787  1.86  christos geognosisman	4325/udp   # Cadcorp GeognoSIS Manager Service
   12788  1.86  christos geognosis	4326/tcp   # Cadcorp GeognoSIS Service
   12789  1.86  christos geognosis	4326/udp   # Cadcorp GeognoSIS Service
   12790  1.86  christos geognosis	4326/udp   # Cadcorp GeognoSIS Service
   12791  1.86  christos geognosis	4326/udp   # Cadcorp GeognoSIS Service
   12792  1.86  christos #			   Martin Daly <martin.daly&cadcorp.com> November 2006
   12793  1.86  christos #		4327-4342  Unassigned
   12794  1.86  christos unicall         4343/tcp   # UNICALL
   12795  1.86  christos unicall         4343/udp   # UNICALL
   12796  1.86  christos unicall         4343/udp   # UNICALL
   12797  1.86  christos unicall         4343/udp   # UNICALL
   12798  1.86  christos #                          James Powell <james&enghp.unidata.comp>
   12799  1.86  christos vinainstall 	4344/tcp   # VinaInstall
   12800  1.86  christos vinainstall 	4344/udp   # VinaInstall
   12801  1.86  christos vinainstall	4344/udp   # VinaInstall
   12802  1.86  christos vinainstall	4344/udp   # VinaInstall
   12803  1.86  christos #			   Jay Slupesky <js&vina-tech.com>
   12804  1.86  christos m4-network-as	4345/tcp   # Macro 4 Network AS
   12805  1.86  christos m4-network-as	4345/udp   # Macro 4 Network AS
   12806  1.86  christos m4-network-as   4345/udp   # Macro 4 Network AS
   12807  1.86  christos m4-network-as   4345/udp   # Macro 4 Network AS
   12808  1.86  christos #			   Paul Wren <Paul.Wren&macro4.com>
   12809  1.86  christos elanlm		4346/tcp   # ELAN LM
   12810  1.86  christos elanlm		4346/udp   # ELAN LM
   12811  1.86  christos elanlm		4346/udp   # ELAN LM
   12812  1.86  christos elanlm		4346/udp   # ELAN LM
   12813  1.86  christos #			   Paul Ballew <ballew&projtech.com>
   12814  1.86  christos lansurveyor	4347/tcp   # LAN Surveyor
   12815  1.86  christos lansurveyor	4347/udp   # LAN Surveyor
   12816  1.86  christos lansurveyor	4347/udp   # LAN Surveyor
   12817  1.86  christos lansurveyor	4347/udp   # LAN Surveyor
   12818  1.86  christos #			   Michael Swan <swan&neon.com>
   12819  1.86  christos itose		4348/tcp   # ITOSE
   12820  1.86  christos itose		4348/udp   # ITOSE
   12821  1.86  christos itose		4348/udp   # ITOSE
   12822  1.86  christos itose		4348/udp   # ITOSE
   12823  1.86  christos #			   Michael Haeuptle <Michael_Haeuptle&hp.com>
   12824  1.86  christos fsportmap	4349/tcp   # File System Port Map
   12825  1.86  christos fsportmap	4349/udp   # File System Port Map
   12826  1.86  christos fsportmap	4349/udp   # File System Port Map
   12827  1.86  christos fsportmap	4349/udp   # File System Port Map
   12828  1.86  christos #			   Ron Minnich <rminnich&sarnoff.com>
   12829  1.86  christos net-device	4350/tcp   # Net Device
   12830  1.86  christos net-device	4350/udp   # Net Device
   12831  1.86  christos net-device	4350/udp   # Net Device
   12832  1.86  christos net-device	4350/udp   # Net Device
   12833  1.86  christos #			   Glenn Peterson <glennp&microsoft.com>
   12834  1.86  christos plcy-net-svcs	4351/tcp   # PLCY Net Services
   12835  1.86  christos plcy-net-svcs	4351/udp   # PLCY Net Services
   12836  1.86  christos plcy-net-svcs	4351/udp   # PLCY Net Services
   12837  1.86  christos plcy-net-svcs	4351/udp   # PLCY Net Services
   12838  1.86  christos #                          J.J. Ekstrom
   12839  1.86  christos pjlink          4352/tcp   # Projector Link
   12840  1.86  christos pjlink          4352/udp   # Projector Link
   12841  1.86  christos pjlink          4352/udp   # Projector Link
   12842  1.86  christos pjlink          4352/udp   # Projector Link
   12843  1.86  christos #                          Mitsuo Kodama <kodama&jbmia.or.jp> June 2005
   12844  1.86  christos f5-iquery       4353/tcp   # F5 iQuery 
   12845  1.86  christos f5-iquery       4353/udp   # F5 iQuery 
   12846  1.86  christos f5-iquery       4353/udp   # F5 iQuery 
   12847  1.86  christos f5-iquery       4353/udp   # F5 iQuery 
   12848  1.86  christos #                          Tom Kee <t.kee&f5.com>
   12849  1.86  christos qsnet-trans     4354/tcp   # QSNet Transmitter
   12850  1.86  christos qsnet-trans     4354/udp   # QSNet Transmitter
   12851  1.86  christos qsnet-trans     4354/udp   # QSNet Transmitter
   12852  1.86  christos qsnet-trans     4354/udp   # QSNet Transmitter
   12853  1.86  christos qsnet-workst    4355/tcp   # QSNet Workstation
   12854  1.86  christos qsnet-workst    4355/udp   # QSNet Workstation
   12855  1.86  christos qsnet-workst    4355/udp   # QSNet Workstation
   12856  1.86  christos qsnet-workst    4355/udp   # QSNet Workstation
   12857  1.86  christos qsnet-assist    4356/tcp   # QSNet Assistant
   12858  1.86  christos qsnet-assist    4356/udp   # QSNet Assistant
   12859  1.86  christos qsnet-assist    4356/udp   # QSNet Assistant
   12860  1.86  christos qsnet-assist    4356/udp   # QSNet Assistant
   12861  1.86  christos qsnet-cond      4357/tcp   # QSNet Conductor
   12862  1.86  christos qsnet-cond      4357/udp   # QSNet Conductor
   12863  1.86  christos qsnet-cond      4357/udp   # QSNet Conductor
   12864  1.86  christos qsnet-cond      4357/udp   # QSNet Conductor
   12865  1.86  christos qsnet-nucl      4358/tcp   # QSNet Nucleus
   12866  1.86  christos qsnet-nucl      4358/udp   # QSNet Nucleus
   12867  1.86  christos qsnet-nucl      4358/udp   # QSNet Nucleus
   12868  1.86  christos qsnet-nucl      4358/udp   # QSNet Nucleus
   12869  1.86  christos #                          Neer Kleinman <neer&qsr.co.il>
   12870  1.86  christos #               4359-4367  Unassigned
   12871  1.86  christos wxbrief		4368/tcp   # WeatherBrief Direct
   12872  1.86  christos wxbrief		4368/udp   # WeatherBrief Direct
   12873  1.86  christos wxbrief		4368/udp   # WeatherBrief Direct
   12874  1.86  christos wxbrief		4368/udp   # WeatherBrief Direct
   12875  1.86  christos #			   Kim Alan Waggoner <kimw&weatherbank.com> November 2006
   12876  1.86  christos epmd            4369/tcp   # Erlang Port Mapper Daemon
   12877  1.86  christos epmd            4369/udp   # Erlang Port Mapper Daemon
   12878  1.86  christos epmd            4369/udp   # Erlang Port Mapper Daemon
   12879  1.86  christos epmd            4369/udp   # Erlang Port Mapper Daemon
   12880  1.86  christos #                          Erlang/OTP support <epmd&erix.ericsson.se> December 2004
   12881  1.86  christos #               4370-4399  Unassigned
   12882  1.86  christos ds-srv          4400/tcp   # ASIGRA Services
   12883  1.86  christos ds-srv          4400/udp   # ASIGRA Services
   12884  1.86  christos ds-srv          4400/udp   # ASIGRA Services
   12885  1.86  christos ds-srv          4400/udp   # ASIGRA Services
   12886  1.86  christos #                          David Farajun <dfarajun&asigra.com> November 2004
   12887  1.86  christos ds-srvr         4401/tcp   # ASIGRA Televaulting DS-System Service
   12888  1.86  christos ds-srvr         4401/udp   # ASIGRA Televaulting DS-System Service
   12889  1.86  christos ds-srvr         4401/udp   # ASIGRA Televaulting DS-System Service
   12890  1.86  christos ds-srvr         4401/udp   # ASIGRA Televaulting DS-System Service
   12891  1.86  christos ds-clnt         4402/tcp   # ASIGRA Televaulting DS-Client Service
   12892  1.86  christos ds-clnt         4402/udp   # ASIGRA Televaulting DS-Client Service
   12893  1.86  christos ds-clnt         4402/udp   # ASIGRA Televaulting DS-Client Service
   12894  1.86  christos ds-clnt         4402/udp   # ASIGRA Televaulting DS-Client Service
   12895  1.86  christos ds-user         4403/tcp   # ASIGRA Televaulting DS-Client Monitoring/Management
   12896  1.86  christos ds-user         4403/udp   # ASIGRA Televaulting DS-Client Monitoring/Management
   12897  1.86  christos ds-user         4403/udp   # ASIGRA Televaulting DS-Client Monitoring/Management
   12898  1.86  christos ds-user         4403/udp   # ASIGRA Televaulting DS-Client Monitoring/Management
   12899  1.86  christos ds-admin        4404/tcp   # ASIGRA Televaulting DS-System Monitoring/Management
   12900  1.86  christos ds-admin        4404/udp   # ASIGRA Televaulting DS-System Monitoring/Management
   12901  1.86  christos ds-admin        4404/udp   # ASIGRA Televaulting DS-System Monitoring/Management
   12902  1.86  christos ds-admin        4404/udp   # ASIGRA Televaulting DS-System Monitoring/Management
   12903  1.86  christos ds-mail         4405/tcp   # ASIGRA Televaulting Message Level Restore service
   12904  1.86  christos ds-mail         4405/udp   # ASIGRA Televaulting Message Level Restore service
   12905  1.86  christos ds-mail         4405/udp   # ASIGRA Televaulting Message Level Restore service
   12906  1.86  christos ds-mail         4405/udp   # ASIGRA Televaulting Message Level Restore service
   12907  1.86  christos ds-slp          4406/tcp   # ASIGRA Televaulting DS-Sleeper Service
   12908  1.86  christos ds-slp          4406/udp   # ASIGRA Televaulting DS-Sleeper Service
   12909  1.86  christos ds-slp          4406/udp   # ASIGRA Televaulting DS-Sleeper Service
   12910  1.86  christos ds-slp          4406/udp   # ASIGRA Televaulting DS-Sleeper Service
   12911  1.86  christos #                          Andrei Litvinn <support&asigra.com> January 2005
   12912  1.86  christos #               4407-4425  Unassigned
   12913  1.86  christos beacon-port-2   4426/tcp   # SMARTS Beacon Port
   12914  1.86  christos beacon-port-2   4426/udp   # SMARTS Beacon Port
   12915  1.86  christos beacon-port-2   4426/udp   # SMARTS Beacon Port
   12916  1.86  christos beacon-port-2   4426/udp   # SMARTS Beacon Port
   12917  1.86  christos #                          Eyal Yardeni <eyal.yardeni&smarts.com> November 2003
   12918  1.86  christos #               4427-4441  Unassigned               
   12919  1.86  christos saris           4442/tcp   # Saris
   12920  1.86  christos saris           4442/udp   # Saris
   12921  1.86  christos saris           4442/udp   # Saris
   12922  1.86  christos saris           4442/udp   # Saris
   12923  1.86  christos pharos          4443/tcp   # Pharos
   12924  1.86  christos pharos          4443/udp   # Pharos
   12925  1.86  christos pharos          4443/udp   # Pharos
   12926  1.86  christos pharos          4443/udp   # Pharos
   12927  1.86  christos #                          TeleConsult GmbH, 76275 Ettlingen, Germany
   12928  1.86  christos #                          <teleconsult&t-online.de>	
   12929  1.86  christos krb524          4444/tcp   # KRB524
   12930  1.86  christos krb524          4444/udp   # KRB524
   12931  1.86  christos krb524          4444/udp   # KRB524
   12932  1.86  christos krb524          4444/udp   # KRB524
   12933  1.86  christos #                          B. Clifford Neuman <bcn&isi.edu>
   12934  1.86  christos # PROBLEM krb524 assigned the port, 
   12935  1.86  christos # PROBLEM nv used it without an assignment
   12936  1.86  christos nv-video        4444/tcp   # NV Video default
   12937  1.86  christos nv-video        4444/udp   # NV Video default
   12938  1.86  christos nv-video        4444/udp   # NV Video default
   12939  1.86  christos nv-video        4444/udp   # NV Video default
   12940  1.86  christos #                          Ron Frederick <frederick&parc.xerox.com>
   12941  1.86  christos upnotifyp	4445/tcp   # UPNOTIFYP
   12942  1.86  christos upnotifyp	4445/udp   # UPNOTIFYP
   12943  1.86  christos upnotifyp 	4445/udp   # UPNOTIFYP
   12944  1.86  christos upnotifyp 	4445/udp   # UPNOTIFYP
   12945  1.86  christos #			   Mark Fox <markf&uplanet.com>
   12946  1.86  christos n1-fwp		4446/tcp   # N1-FWP
   12947  1.86  christos n1-fwp		4446/udp   # N1-FWP
   12948  1.86  christos n1-fwp		4446/udp   # N1-FWP
   12949  1.86  christos n1-fwp		4446/udp   # N1-FWP
   12950  1.86  christos n1-rmgmt	4447/tcp   # N1-RMGMT
   12951  1.86  christos n1-rmgmt	4447/udp   # N1-RMGMT
   12952  1.86  christos n1-rmgmt	4447/udp   # N1-RMGMT
   12953  1.86  christos n1-rmgmt	4447/udp   # N1-RMGMT
   12954  1.86  christos #			   Lori Tassin <Ramsey&network-1.com>
   12955  1.86  christos asc-slmd	4448/tcp   # ASC Licence Manager
   12956  1.86  christos asc-slmd	4448/udp   # ASC Licence Manager
   12957  1.86  christos asc-slmd	4448/udp   # ASC Licence Manager
   12958  1.86  christos asc-slmd	4448/udp   # ASC Licence Manager
   12959  1.86  christos #			   Casper Stoel <cbs&ascinc.com>
   12960  1.86  christos privatewire     4449/tcp   # PrivateWire
   12961  1.86  christos privatewire     4449/udp   # PrivateWire
   12962  1.86  christos privatewire     4449/udp   # PrivateWire
   12963  1.86  christos privatewire     4449/udp   # PrivateWire
   12964  1.86  christos #			   Uri Resnitzky <info&arx.com>
   12965  1.86  christos camp		4450/tcp   # Camp
   12966  1.86  christos camp		4450/udp   # Camp
   12967  1.86  christos camp		4450/udp   # Camp
   12968  1.86  christos camp		4450/udp   # Camp
   12969  1.86  christos ctisystemmsg    4451/tcp   # CTI System Msg
   12970  1.86  christos ctisystemmsg    4451/udp   # CTI System Msg
   12971  1.86  christos ctisystemmsg    4451/udp   # CTI System Msg
   12972  1.86  christos ctisystemmsg    4451/udp   # CTI System Msg
   12973  1.86  christos ctiprogramload  4452/tcp   # CTI Program Load
   12974  1.86  christos ctiprogramload  4452/udp   # CTI Program Load
   12975  1.86  christos ctiprogramload  4452/udp   # CTI Program Load
   12976  1.86  christos ctiprogramload  4452/udp   # CTI Program Load
   12977  1.86  christos #			   Steven Cliff <sbcliff&controltechnology.com>
   12978  1.86  christos nssalertmgr 	4453/tcp   # NSS Alert Manager
   12979  1.86  christos nssalertmgr 	4453/udp   # NSS Alert Manager
   12980  1.86  christos nssalertmgr	4453/udp   # NSS Alert Manager
   12981  1.86  christos nssalertmgr	4453/udp   # NSS Alert Manager
   12982  1.86  christos nssagentmgr	4454/tcp   # NSS Agent Manager
   12983  1.86  christos nssagentmgr	4454/udp   # NSS Agent Manager
   12984  1.86  christos nssagentmgr 	4454/udp   # NSS Agent Manager
   12985  1.86  christos nssagentmgr 	4454/udp   # NSS Agent Manager
   12986  1.86  christos #			   Jim Hill<jhill&symantec.com>
   12987  1.86  christos prchat-user	4455/tcp   # PR Chat User
   12988  1.86  christos prchat-user	4455/udp   # PR Chat User
   12989  1.86  christos prchat-user	4455/udp   # PR Chat User
   12990  1.86  christos prchat-user	4455/udp   # PR Chat User
   12991  1.86  christos prchat-server	4456/tcp   # PR Chat Server
   12992  1.86  christos prchat-server	4456/udp   # PR Chat Server
   12993  1.86  christos prchat-server	4456/udp   # PR Chat Server
   12994  1.86  christos prchat-server	4456/udp   # PR Chat Server
   12995  1.86  christos prRegister	4457/tcp   # PR Register
   12996  1.86  christos prRegister	4457/udp   # PR Register
   12997  1.86  christos prRegister	4457/udp   # PR Register
   12998  1.86  christos prRegister	4457/udp   # PR Register
   12999  1.86  christos #			   Donny Gilor <dgilor&pop01.ny.us.ibm.net>
   13000  1.86  christos mcp		4458/tcp   # Matrix Configuration Protocol
   13001  1.86  christos mcp		4458/udp   # Matrix Configuration Protocol
   13002  1.86  christos mcp		4458/udp   # Matrix Configuration Protocol
   13003  1.86  christos mcp		4458/udp   # Matrix Configuration Protocol
   13004  1.86  christos #			   Tim DeBaillie <debaillie&ciholas.com> December 2006
   13005  1.86  christos #		4459-4483  Unassigned
   13006  1.86  christos hpssmgmt        4484/tcp   # hpssmgmt service
   13007  1.86  christos hpssmgmt        4484/udp   # hpssmgmt service
   13008  1.86  christos hpssmgmt        4484/udp   # hpssmgmt service
   13009  1.86  christos hpssmgmt        4484/udp   # hpssmgmt service
   13010  1.86  christos #                          David Straw <david.straw _at_ hp.com> November 2005
   13011  1.86  christos #		4485-4499  Unassigned
   13012  1.86  christos ipsec-nat-t     4500/tcp   # IPsec NAT-Traversal
   13013  1.86  christos ipsec-nat-t     4500/udp   # IPsec NAT-Traversal
   13014  1.86  christos ipsec-nat-t     4500/udp   # IPsec NAT-Traversal
   13015  1.86  christos ipsec-nat-t     4500/udp   # IPsec NAT-Traversal
   13016  1.86  christos #                          [RFC3947]
   13017  1.86  christos #               4501       De-registered (08 June 2001)
   13018  1.86  christos #                          IANA <iana&iana.org>
   13019  1.86  christos #               4502-4534  Unassigned
   13020  1.86  christos ehs             4535/tcp   # Event Heap Server
   13021  1.86  christos ehs             4535/udp   # Event Heap Server
   13022  1.86  christos ehs             4535/udp   # Event Heap Server
   13023  1.86  christos ehs             4535/udp   # Event Heap Server
   13024  1.86  christos ehs-ssl         4536/tcp   # Event Heap Server SSL 
   13025  1.86  christos ehs-ssl         4536/udp   # Event Heap Server SSL 
   13026  1.86  christos ehs-ssl         4536/udp   # Event Heap Server SSL 
   13027  1.86  christos ehs-ssl         4536/udp   # Event Heap Server SSL 
   13028  1.86  christos #                          Brad Johanson <bradj&tidebreak.com> August 2005
   13029  1.86  christos wssauthsvc      4537/tcp   # WSS Security Service
   13030  1.86  christos wssauthsvc      4537/udp   # WSS Security Service
   13031  1.86  christos wssauthsvc      4537/udp   # WSS Security Service
   13032  1.86  christos wssauthsvc      4537/udp   # WSS Security Service
   13033  1.86  christos #			   Mark Tirschwell <mark.tirschwell&wallstreetsystems.com> January 2006
   13034  1.86  christos isigate		4538/tcp   # isigate
   13035  1.86  christos isigate		4538/udp   # isigate
   13036  1.86  christos isigate		4538/udp   # isigate
   13037  1.86  christos isigate		4538/udp   # isigate
   13038  1.86  christos #			   Julien VALIENTE <j.valiente&objectif-software.com> May 2006
   13039  1.86  christos #               4539-4544  Unassigned
   13040  1.86  christos worldscores	4545/tcp   # WorldScores
   13041  1.86  christos worldscores	4545/udp   # WorldScores
   13042  1.86  christos worldscores	4545/udp   # WorldScores
   13043  1.86  christos worldscores	4545/udp   # WorldScores
   13044  1.86  christos #                          Steve Davis <sdavis&optum-inc.com>
   13045  1.86  christos sf-lm           4546/tcp   # SF License Manager (Sentinel)
   13046  1.86  christos sf-lm           4546/udp   # SF License Manager (Sentinel)
   13047  1.86  christos sf-lm           4546/udp   # SF License Manager (Sentinel)
   13048  1.86  christos sf-lm           4546/udp   # SF License Manager (Sentinel)
   13049  1.86  christos #                          Thomas Koell <info&sf.com>
   13050  1.86  christos lanner-lm	4547/tcp   # Lanner License Manager
   13051  1.86  christos lanner-lm	4547/udp   # Lanner License Manager
   13052  1.86  christos lanner-lm	4547/udp   # Lanner License Manager
   13053  1.86  christos lanner-lm	4547/udp   # Lanner License Manager
   13054  1.86  christos #			   Les Enstone <lenstone&lanner.co.uk>
   13055  1.86  christos synchromesh	4548/tcp   # Synchromesh
   13056  1.86  christos synchromesh	4548/udp   # Synchromesh
   13057  1.86  christos synchromesh	4548/udp   # Synchromesh
   13058  1.86  christos synchromesh	4548/udp   # Synchromesh
   13059  1.86  christos #			   Tom Hawkins <tomahawkins&gmail.com> February 2006
   13060  1.86  christos aegate		4549/tcp   # Aegate PMR Service
   13061  1.86  christos aegate		4549/udp   # Aegate PMR Service
   13062  1.86  christos aegate		4549/udp   # Aegate PMR Service
   13063  1.86  christos aegate		4549/udp   # Aegate PMR Service
   13064  1.86  christos #			   Nick Warrington <nick.warrington&paconsulting.com> March 2006
   13065  1.86  christos gds-adppiw-db	4550/tcp   # Perman I Interbase Server
   13066  1.86  christos gds-adppiw-db	4550/udp   # Perman I Interbase Server
   13067  1.86  christos gds-adppiw-db	4550/udp   # Perman I Interbase Server
   13068  1.86  christos gds-adppiw-db	4550/udp   # Perman I Interbase Server
   13069  1.86  christos #			   Leo Lesage <leo.lesage&adp.nl> April 2006
   13070  1.86  christos #               4551-4553  Unassigned
   13071  1.86  christos msfrs		4554/tcp   # MS FRS Replication
   13072  1.86  christos msfrs		4554/udp   # MS FRS Replication
   13073  1.86  christos msfrs		4554/udp   # MS FRS Replication
   13074  1.86  christos msfrs		4554/udp   # MS FRS Replication
   13075  1.86  christos #			   Kev George <Kev.George&smiths-aerospace.com> September 2006
   13076  1.86  christos rsip            4555/tcp   # RSIP Port
   13077  1.86  christos rsip            4555/udp   # RSIP Port
   13078  1.86  christos rsip            4555/udp   # RSIP Port
   13079  1.86  christos rsip            4555/udp   # RSIP Port
   13080  1.86  christos #                          RFC 3103    
   13081  1.86  christos dtn-bundle-tcp  4556/tcp   # DTN Bundle TCP CL Protocol
   13082  1.86  christos dtn-bundle-tcp  4556/udp   # DTN Bundle TCP CL Protocol
   13083  1.86  christos dtn-bundle-udp  4556/udp   # DTN Bundle UDP CL Protocol
   13084  1.86  christos dtn-bundle-udp  4556/udp   # DTN Bundle UDP CL Protocol
   13085  1.86  christos #			   Michael Demmer <demmer&cs.berkeley.edu> November 2006
   13086  1.86  christos #               4557-4558  Unassigned
   13087  1.86  christos hylafax         4559/tcp   # HylaFAX
   13088  1.86  christos hylafax         4559/udp   # HylaFAX
   13089  1.86  christos hylafax         4559/udp   # HylaFAX
   13090  1.86  christos hylafax         4559/udp   # HylaFAX
   13091  1.86  christos #                          Lee Howard <iana&hylafax.org> March 2002 
   13092  1.86  christos #               4560-4565  Unassigned
   13093  1.86  christos kwtc		4566/tcp   # Kids Watch Time Control Service
   13094  1.86  christos kwtc		4566/udp   # Kids Watch Time Control Service
   13095  1.86  christos kwtc		4566/udp   # Kids Watch Time Control Service
   13096  1.86  christos kwtc		4566/udp   # Kids Watch Time Control Service
   13097  1.86  christos #			   Larry Zarou <zarla01&cbsits.com> October 2006
   13098  1.86  christos tram            4567/tcp   # TRAM
   13099  1.86  christos tram            4567/udp   # TRAM
   13100  1.86  christos tram            4567/udp   # TRAM
   13101  1.86  christos tram            4567/udp   # TRAM
   13102  1.86  christos #                          Joe Wesley <joe.wesley&east.sun.com>
   13103  1.86  christos bmc-reporting   4568/tcp   # BMC Reporting 
   13104  1.86  christos bmc-reporting   4568/udp   # BMC Reporting 
   13105  1.86  christos bmc-reporting   4568/udp   # BMC Reporting 
   13106  1.86  christos bmc-reporting   4568/udp   # BMC Reporting 
   13107  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com>
   13108  1.86  christos iax             4569/tcp   # Inter-Asterisk eXchange
   13109  1.86  christos iax             4569/udp   # Inter-Asterisk eXchange
   13110  1.86  christos iax             4569/udp   # Inter-Asterisk eXchange
   13111  1.86  christos iax             4569/udp   # Inter-Asterisk eXchange
   13112  1.86  christos #                          Mark Spencer <markster&digium.com> November 2004
   13113  1.86  christos #               4570-4596  Unassigned
   13114  1.86  christos a21-an-1xbs	4597/tcp   # A21 (AN-1xBS)
   13115  1.86  christos a21-an-1xbs	4597/udp   # A21 (AN-1xBS)
   13116  1.86  christos a21-an-1xbs	4597/udp   # A21 (AN-1xBS)
   13117  1.86  christos a21-an-1xbs	4597/udp   # A21 (AN-1xBS)
   13118  1.86  christos #			   David Ott <dott&qualcomm.com> February 2006
   13119  1.86  christos a16-an-an       4598/tcp   # A16 (AN-AN)
   13120  1.86  christos a16-an-an       4598/udp   # A16 (AN-AN)
   13121  1.86  christos a16-an-an       4598/udp   # A16 (AN-AN)
   13122  1.86  christos a16-an-an       4598/udp   # A16 (AN-AN)
   13123  1.86  christos #                          David Ott <dott&qualcomm.com> December 2005
   13124  1.86  christos a17-an-an	4599/tcp   # A17 (AN-AN)
   13125  1.86  christos a17-an-an	4599/udp   # A17 (AN-AN)
   13126  1.86  christos a17-an-an	4599/udp   # A17 (AN-AN)
   13127  1.86  christos a17-an-an	4599/udp   # A17 (AN-AN)
   13128  1.86  christos #			   David Ott <dott&qualcomm.com> February 2006
   13129  1.86  christos piranha1        4600/tcp   # Piranha1
   13130  1.86  christos piranha1        4600/udp   # Piranha1
   13131  1.86  christos piranha1        4600/udp   # Piranha1
   13132  1.86  christos piranha1        4600/udp   # Piranha1
   13133  1.86  christos piranha2        4601/tcp   # Piranha2
   13134  1.86  christos piranha2        4601/udp   # Piranha2
   13135  1.86  christos piranha2        4601/udp   # Piranha2
   13136  1.86  christos piranha2        4601/udp   # Piranha2
   13137  1.86  christos #                          Primark Corporation <joe.boone&primark.com>
   13138  1.86  christos #               4602-4657  Unassigned
   13139  1.86  christos playsta2-app    4658/tcp   # PlayStation2 App Port
   13140  1.86  christos playsta2-app    4658/udp   # PlayStation2 App Port
   13141  1.86  christos playsta2-app    4658/udp   # PlayStation2 App Port
   13142  1.86  christos playsta2-app    4658/udp   # PlayStation2 App Port
   13143  1.86  christos playsta2-lob    4659/tcp   # PlayStation2 Lobby Port
   13144  1.86  christos playsta2-lob    4659/udp   # PlayStation2 Lobby Port
   13145  1.86  christos playsta2-lob    4659/udp   # PlayStation2 Lobby Port
   13146  1.86  christos playsta2-lob    4659/udp   # PlayStation2 Lobby Port
   13147  1.86  christos #                          Noam Rimon <noam.rimon&playstation.sony.com> December 2004
   13148  1.86  christos smaclmgr        4660/tcp   # smaclmgr
   13149  1.86  christos smaclmgr        4660/udp   # smaclmgr
   13150  1.86  christos smaclmgr        4660/udp   # smaclmgr
   13151  1.86  christos smaclmgr        4660/udp   # smaclmgr
   13152  1.86  christos #                          Hiromi Taki <stg-togo&saint.nm.fujitsu.co.jp> 
   13153  1.86  christos kar2ouche       4661/tcp   # Kar2ouche Peer location service
   13154  1.86  christos kar2ouche       4661/udp   # Kar2ouche Peer location service
   13155  1.86  christos kar2ouche       4661/udp   # Kar2ouche Peer location service
   13156  1.86  christos kar2ouche       4661/udp   # Kar2ouche Peer location service
   13157  1.86  christos #                          Andy Krouwel <andy&kar2ouche.com>  
   13158  1.86  christos oms             4662/tcp   # OrbitNet Message Service
   13159  1.86  christos oms             4662/udp   # OrbitNet Message Service
   13160  1.86  christos oms             4662/udp   # OrbitNet Message Service
   13161  1.86  christos oms             4662/udp   # OrbitNet Message Service
   13162  1.86  christos #                          Roy Davies <rdavies&daq.net> August 2005
   13163  1.86  christos noteit          4663/tcp   # Note It! Message Service
   13164  1.86  christos noteit          4663/udp   # Note It! Message Service
   13165  1.86  christos noteit          4663/udp   # Note It! Message Service
   13166  1.86  christos noteit          4663/udp   # Note It! Message Service
   13167  1.86  christos #			   Pedro Alpedrinha <pedro.alpedrinha&redevirtual.com> February 2006
   13168  1.86  christos ems             4664/tcp   # Rimage Messaging Server
   13169  1.86  christos ems             4664/udp   # Rimage Messaging Server
   13170  1.86  christos ems             4664/udp   # Rimage Messaging Server
   13171  1.86  christos ems             4664/udp   # Rimage Messaging Server
   13172  1.86  christos #			   David V. Raskin <draskin&rimage.com> February 2006
   13173  1.86  christos contclientms    4665/tcp   # Container Client Message Service
   13174  1.86  christos contclientms    4665/udp   # Container Client Message Service
   13175  1.86  christos contclientms    4665/udp   # Container Client Message Service
   13176  1.86  christos contclientms    4665/udp   # Container Client Message Service
   13177  1.86  christos #			   Bruce Thompson <brucet&actioninformationsystems.com> February 2006
   13178  1.86  christos eportcomm       4666/tcp   # E-Port Message Service
   13179  1.86  christos eportcomm       4666/udp   # E-Port Message Service
   13180  1.86  christos eportcomm       4666/udp   # E-Port Message Service
   13181  1.86  christos eportcomm       4666/udp   # E-Port Message Service
   13182  1.86  christos mmacomm         4667/tcp   # MMA Comm Services
   13183  1.86  christos mmacomm         4667/udp   # MMA Comm Services
   13184  1.86  christos mmacomm         4667/udp   # MMA Comm Services
   13185  1.86  christos mmacomm         4667/udp   # MMA Comm Services
   13186  1.86  christos mmaeds          4668/tcp   # MMA EDS Service
   13187  1.86  christos mmaeds          4668/udp   # MMA EDS Service
   13188  1.86  christos mmaeds          4668/udp   # MMA EDS Service
   13189  1.86  christos mmaeds          4668/udp   # MMA EDS Service
   13190  1.86  christos #			   Robert Shaffer <bob.shaffer&micmod.com> February 2006
   13191  1.86  christos eportcommdata   4669/tcp   # E-Port Data Service
   13192  1.86  christos eportcommdata   4669/udp   # E-Port Data Service
   13193  1.86  christos eportcommdata   4669/udp   # E-Port Data Service
   13194  1.86  christos eportcommdata   4669/udp   # E-Port Data Service
   13195  1.86  christos #			   Robert Shaffer <bob.shaffer&micmod.com> February 2006
   13196  1.86  christos light		4670/tcp   # Light packets transfer protocol
   13197  1.86  christos light		4670/udp   # Light packets transfer protocol
   13198  1.86  christos light		4670/udp   # Light packets transfer protocol
   13199  1.86  christos light		4670/udp   # Light packets transfer protocol
   13200  1.86  christos #			   Adam Golovenko <golovenko&gmail.com> October 2006
   13201  1.86  christos acter		4671/tcp   # Bull RSF action server
   13202  1.86  christos acter		4671/udp   # Bull RSF action server
   13203  1.86  christos acter		4671/udp   # Bull RSF action server
   13204  1.86  christos acter		4671/udp   # Bull RSF action server
   13205  1.86  christos #			   Christian Caudrelier <Christian.Caudrelier@%bull.net> February 2006
   13206  1.86  christos rfa             4672/tcp   # remote file access server
   13207  1.86  christos rfa             4672/udp   # remote file access server
   13208  1.86  christos rfa             4672/udp   # remote file access server
   13209  1.86  christos rfa             4672/udp   # remote file access server
   13210  1.86  christos #			   No contact Listed
   13211  1.86  christos cxws            4673/tcp   # CXWS Operations
   13212  1.86  christos cxws            4673/udp   # CXWS Operations
   13213  1.86  christos cxws            4673/udp   # CXWS Operations
   13214  1.86  christos cxws            4673/udp   # CXWS Operations
   13215  1.86  christos #                          Phil Abercrombie <phil.abercrombie&appiq.com> August 2005
   13216  1.86  christos appiq-mgmt      4674/tcp   # AppIQ Agent Management
   13217  1.86  christos appiq-mgmt      4674/udp   # AppIQ Agent Management
   13218  1.86  christos appiq-mgmt      4674/udp   # AppIQ Agent Management
   13219  1.86  christos appiq-mgmt      4674/udp   # AppIQ Agent Management
   13220  1.86  christos #                          Phil Abercrombie <phil.abercrombie&appiq.com> August 2005
   13221  1.86  christos dhct-status     4675/tcp   # BIAP Device Status
   13222  1.86  christos dhct-status     4675/udp   # BIAP Device Status
   13223  1.86  christos dhct-status     4675/udp   # BIAP Device Status
   13224  1.86  christos dhct-status     4675/udp   # BIAP Device Status
   13225  1.86  christos dhct-alerts     4676/tcp   # BIAP Generic Alert
   13226  1.86  christos dhct-alerts     4676/udp   # BIAP Generic Alert
   13227  1.86  christos dhct-alerts     4676/udp   # BIAP Generic Alert
   13228  1.86  christos dhct-alerts     4676/udp   # BIAP Generic Alert
   13229  1.86  christos #                          Louis Slothouber <lpslot&biap.com> August 2005
   13230  1.86  christos bcs             4677/tcp   # Business Continuity Servi
   13231  1.86  christos bcs             4677/udp   # Business Continuity Servi
   13232  1.86  christos bcs             4677/udp   # Business Continuity Servi
   13233  1.86  christos bcs             4677/udp   # Business Continuity Servi
   13234  1.86  christos #                          Siew Sim <ssim&asempra.com> August 2005
   13235  1.86  christos traversal       4678/tcp   # boundary traversal
   13236  1.86  christos traversal       4678/udp   # boundary traversal
   13237  1.86  christos traversal       4678/udp   # boundary traversal
   13238  1.86  christos traversal       4678/udp   # boundary traversal
   13239  1.86  christos #                          Kevin Lu <kevinlu&micromethod.com> August 2005
   13240  1.86  christos mgesupervision  4679/tcp   # MGE UPS Supervision
   13241  1.86  christos mgesupervision  4679/udp   # MGE UPS Supervision
   13242  1.86  christos mgesupervision  4679/udp   # MGE UPS Supervision
   13243  1.86  christos mgesupervision  4679/udp   # MGE UPS Supervision
   13244  1.86  christos mgemanagement   4680/tcp   # MGE UPS Management
   13245  1.86  christos mgemanagement   4680/udp   # MGE UPS Management
   13246  1.86  christos mgemanagement   4680/udp   # MGE UPS Management
   13247  1.86  christos mgemanagement   4680/udp   # MGE UPS Management
   13248  1.86  christos #                          Lecuivre J <software.team&mgeups.com> August 2005
   13249  1.86  christos parliant        4681/tcp   # Parliant Telephony System
   13250  1.86  christos parliant        4681/udp   # Parliant Telephony System
   13251  1.86  christos parliant        4681/udp   # Parliant Telephony System
   13252  1.86  christos parliant        4681/udp   # Parliant Telephony System
   13253  1.86  christos #                          Colin Henein <iana&cmh.parliant.com> August 2005
   13254  1.86  christos finisar         4682/tcp   # finisar
   13255  1.86  christos finisar         4682/udp   # finisar
   13256  1.86  christos finisar         4682/udp   # finisar
   13257  1.86  christos finisar         4682/udp   # finisar
   13258  1.86  christos #                          Christina Mercier <christina.mercier&finisar.com> August 2005
   13259  1.86  christos spike           4683/tcp   # Spike Clipboard Service
   13260  1.86  christos spike           4683/udp   # Spike Clipboard Service
   13261  1.86  christos spike           4683/udp   # Spike Clipboard Service
   13262  1.86  christos spike           4683/udp   # Spike Clipboard Service
   13263  1.86  christos #                          Scott Herscher <scott&porchdogsoft.com> August 2005
   13264  1.86  christos rfid-rp1        4684/tcp   # RFID Reader Protocol 1.0
   13265  1.86  christos rfid-rp1        4684/udp   # RFID Reader Protocol 1.0
   13266  1.86  christos rfid-rp1        4684/udp   # RFID Reader Protocol 1.0
   13267  1.86  christos rfid-rp1        4684/udp   # RFID Reader Protocol 1.0
   13268  1.86  christos #                          Michael Mealling <michael&refactored-networks.com> August 2005
   13269  1.86  christos autopac         4685/tcp   # Autopac Protocol
   13270  1.86  christos autopac         4685/udp   # Autopac Protocol
   13271  1.86  christos autopac         4685/udp   # Autopac Protocol
   13272  1.86  christos autopac         4685/udp   # Autopac Protocol
   13273  1.86  christos #                          Peter Hallenbeck <pete&consumertechnologiesgroup.com> August 2005
   13274  1.86  christos msp-os          4686/tcp   # Manina Service Protocol
   13275  1.86  christos msp-os          4686/udp   # Manina Service Protocol
   13276  1.86  christos msp-os          4686/udp   # Manina Service Protocol
   13277  1.86  christos msp-os          4686/udp   # Manina Service Protocol
   13278  1.86  christos #                          Markus Nix <mnix&docuverse.de> August 2005
   13279  1.86  christos nst             4687/tcp   # Network Scanner Tool FTP 
   13280  1.86  christos nst             4687/udp   # Network Scanner Tool FTP 
   13281  1.86  christos nst             4687/udp   # Network Scanner Tool FTP 
   13282  1.86  christos nst             4687/udp   # Network Scanner Tool FTP 
   13283  1.86  christos #                          Mala Bhat <bmala&ssdi.sharp.co.in> August 2005
   13284  1.86  christos mobile-p2p      4688/tcp   # Mobile P2P Service
   13285  1.86  christos mobile-p2p      4688/udp   # Mobile P2P Service
   13286  1.86  christos mobile-p2p      4688/udp   # Mobile P2P Service
   13287  1.86  christos mobile-p2p      4688/udp   # Mobile P2P Service
   13288  1.86  christos #                          Hanz Hger <Hanz.Hager&sonyericsson.com> August 2005
   13289  1.86  christos altovacentral   4689/tcp   # Altova DatabaseCentral
   13290  1.86  christos altovacentral   4689/udp   # Altova DatabaseCentral
   13291  1.86  christos altovacentral   4689/udp   # Altova DatabaseCentral
   13292  1.86  christos altovacentral   4689/udp   # Altova DatabaseCentral
   13293  1.86  christos #                          Altova <has&altova.com> August 2005
   13294  1.86  christos prelude         4690/tcp   # Prelude IDS message proto
   13295  1.86  christos prelude         4690/udp   # Prelude IDS message proto
   13296  1.86  christos prelude         4690/udp   # Prelude IDS message proto
   13297  1.86  christos prelude         4690/udp   # Prelude IDS message proto
   13298  1.86  christos #                          Yoann Vandoorselaere <yoann&prelude-ids.org> August 2005
   13299  1.86  christos monotone        4691/tcp   # Monotone Network Protocol
   13300  1.86  christos monotone        4691/udp   # Monotone Network Protocol
   13301  1.86  christos monotone        4691/udp   # Monotone Network Protocol
   13302  1.86  christos monotone        4691/udp   # Monotone Network Protocol
   13303  1.86  christos #                          Tomas Fasth <tomfa&debian.org> August 2005
   13304  1.86  christos conspiracy      4692/tcp   # Conspiracy messaging
   13305  1.86  christos conspiracy      4692/udp   # Conspiracy messaging
   13306  1.86  christos conspiracy      4692/udp   # Conspiracy messaging
   13307  1.86  christos conspiracy      4692/udp   # Conspiracy messaging
   13308  1.86  christos #                          Jens Edlund <edlund&speech.kth.se> August 2005
   13309  1.86  christos #               4693-4699  Unassigned
   13310  1.86  christos netxms-agent	4700/tcp   # NetXMS Agent
   13311  1.86  christos netxms-agent	4700/udp   # NetXMS Agent
   13312  1.86  christos netxms-agent	4700/udp   # NetXMS Agent
   13313  1.86  christos netxms-agent	4700/udp   # NetXMS Agent
   13314  1.86  christos netxms-mgmt	4701/tcp   # NetXMS Management
   13315  1.86  christos netxms-mgmt	4701/udp   # NetXMS Management
   13316  1.86  christos netxms-mgmt	4701/udp   # NetXMS Management
   13317  1.86  christos netxms-mgmt	4701/udp   # NetXMS Management
   13318  1.86  christos netxms-sync	4702/tcp   # NetXMS Server Synchronization
   13319  1.86  christos netxms-sync	4702/udp   # NetXMS Server Synchronization
   13320  1.86  christos netxms-sync	4702/udp   # NetXMS Server Synchronization
   13321  1.86  christos netxms-sync	4702/udp   # NetXMS Server Synchronization
   13322  1.86  christos #			   Victor Kirhenshtein <victor&opticom.lv> July 2006
   13323  1.86  christos #               4703-4727  Unassigned
   13324  1.86  christos capmux		4728/tcp   # CA Port Multiplexer
   13325  1.86  christos capmux		4728/udp   # CA Port Multiplexer
   13326  1.86  christos capmux		4728/udp   # CA Port Multiplexer
   13327  1.86  christos capmux		4728/udp   # CA Port Multiplexer
   13328  1.86  christos #			   Nigel Groves <nigel.groves&ca.com> June 2006
   13329  1.86  christos #               4729-4736  Unassigned
   13330  1.86  christos ipdr-sp         4737/tcp   # IPDR/SP
   13331  1.86  christos ipdr-sp         4737/udp   # IPDR/SP
   13332  1.86  christos ipdr-sp         4737/udp   # IPDR/SP
   13333  1.86  christos ipdr-sp         4737/udp   # IPDR/SP
   13334  1.86  christos #                          Ken Sarno <kensarno&insightbb.com> August 2005
   13335  1.86  christos solera-lpn	4738/tcp   # SoleraTec Locator
   13336  1.86  christos solera-lpn	4738/udp   # SoleraTec Locator
   13337  1.86  christos solera-lpn	4738/udp   # SoleraTec Locator
   13338  1.86  christos solera-lpn	4738/udp   # SoleraTec Locator
   13339  1.86  christos #                          Mark Armstrong <Mark.Armstrong&SoleraTec.com> December 2005
   13340  1.86  christos ipfix           4739/tcp   # IP Flow Info Export
   13341  1.86  christos ipfix           4739/udp   # IP Flow Info Export
   13342  1.86  christos ipfix           4739/udp   # IP Flow Info Export
   13343  1.86  christos ipfix           4739/udp   # IP Flow Info Export
   13344  1.86  christos #                          Nevil Brownlee <n.brownlee&auckland.ac.nz> August 2005
   13345  1.86  christos ipfix           4739/sctp  # IP Flow Info Export
   13346  1.86  christos ipfix           4739/udp  # IP Flow Info Export
   13347  1.86  christos #			   Nevil Brownlee <n.brownlee&auckland.ac.nz> January 2006
   13348  1.86  christos ipfixs 		4740/tcp   # ipfix protocol over TLS
   13349  1.86  christos ipfixs 		4740/udp   # ipfix protocol over TLS
   13350  1.86  christos ipfixs 		4740/sctp  # ipfix protocol over DTLS
   13351  1.86  christos ipfixs 		4740/udp  # ipfix protocol over DTLS
   13352  1.86  christos ipfixs 		4740/udp   # ipfix protocol over DTLS
   13353  1.86  christos ipfixs 		4740/udp   # ipfix protocol over DTLS
   13354  1.86  christos #			   Nevil Brownlee <n.brownlee&auckland.ac.nz> October 2006
   13355  1.86  christos lumimgrd	4741/tcp   # Luminizer Manager
   13356  1.86  christos lumimgrd	4741/udp   # Luminizer Manager
   13357  1.86  christos lumimgrd	4741/udp   # Luminizer Manager
   13358  1.86  christos lumimgrd	4741/udp   # Luminizer Manager
   13359  1.86  christos #			   George Hwa <ghwa&luminescent.com> March 2007
   13360  1.86  christos sicct		4742/tcp   # SICCT
   13361  1.86  christos sicct		4742/udp   # SICCT
   13362  1.86  christos sicct-sdp	4742/udp   # SICCT Service Discovery Protocol
   13363  1.86  christos sicct-sdp	4742/udp   # SICCT Service Discovery Protocol
   13364  1.86  christos #			   TeleTrusT Deutschland e.V. <info&teletrust.de> April 2006
   13365  1.86  christos openhpid        4743/tcp   # openhpi HPI service
   13366  1.86  christos openhpid        4743/udp   # openhpi HPI service
   13367  1.86  christos openhpid        4743/udp   # openhpi HPI service
   13368  1.86  christos openhpid        4743/udp   # openhpi HPI service
   13369  1.86  christos #			   Thomas Kanngieser <thomas.kanngieser&arcor.de> January 2006
   13370  1.86  christos #               4744       Unassigned
   13371  1.86  christos fmp		4745/tcp   # Funambol Mobile Push
   13372  1.86  christos fmp		4745/udp   # Funambol Mobile Push
   13373  1.86  christos fmp		4745/udp   # Funambol Mobile Push
   13374  1.86  christos fmp		4745/udp   # Funambol Mobile Push
   13375  1.86  christos #			   Andrea Gazzaniga <gazzaniga&funambol.com> January 2007
   13376  1.86  christos #               4746-4748  Unassigned
   13377  1.86  christos profilemac	4749/tcp   # Profile for Mac
   13378  1.86  christos profilemac	4749/udp   # Profile for Mac
   13379  1.86  christos profilemac	4749/udp   # Profile for Mac
   13380  1.86  christos profilemac	4749/udp   # Profile for Mac
   13381  1.86  christos #			   David Sinclair <dev&profilemac.com> May 2006
   13382  1.86  christos ssad		4750/tcp   # Simple Service Auto Discovery
   13383  1.86  christos ssad		4750/udp   # Simple Service Auto Discovery
   13384  1.86  christos ssad		4750/udp   # Simple Service Auto Discovery
   13385  1.86  christos ssad		4750/udp   # Simple Service Auto Discovery
   13386  1.86  christos #                          Dr Horst Herb <horst&dorrigomedical.com> December 2005
   13387  1.86  christos spocp           4751/tcp   # Simple Policy Control Protocol
   13388  1.86  christos spocp           4751/udp   # Simple Policy Control Protocol
   13389  1.86  christos spocp           4751/udp   # Simple Policy Control Protocol
   13390  1.86  christos spocp           4751/udp   # Simple Policy Control Protocol
   13391  1.86  christos #                          Roland Hedberg <roland&catalogix.se> August 2005
   13392  1.86  christos snap            4752/tcp   # Simple Network Audio Protocol
   13393  1.86  christos snap            4752/udp   # Simple Network Audio Protocol
   13394  1.86  christos snap            4752/udp   # Simple Network Audio Protocol
   13395  1.86  christos snap            4752/udp   # Simple Network Audio Protocol
   13396  1.86  christos #                          Dameon Wagner <d.wagner&freemail.absa.co.za> February 2002
   13397  1.86  christos #               4753-4783  Unassigned
   13398  1.86  christos bfd-multi-ctl   4784/tcp   # BFD Multihop Control
   13399  1.86  christos bfd-multi-ctl   4784/udp   # BFD Multihop Control
   13400  1.86  christos bfd-multi-ctl   4784/udp   # BFD Multihop Control
   13401  1.86  christos bfd-multi-ctl   4784/udp   # BFD Multihop Control
   13402  1.86  christos #			   Dave Katz <dkatz&juniper.net>; Dave Ward <dward&cisco.com> February 2006
   13403  1.86  christos #               4785-4799  Unassigned
   13404  1.86  christos iims            4800/tcp   # Icona Instant Messenging System
   13405  1.86  christos iims            4800/udp   # Icona Instant Messenging System
   13406  1.86  christos iims            4800/udp   # Icona Instant Messenging System
   13407  1.86  christos iims            4800/udp   # Icona Instant Messenging System
   13408  1.86  christos iwec            4801/tcp   # Icona Web Embedded Chat
   13409  1.86  christos iwec            4801/udp   # Icona Web Embedded Chat
   13410  1.86  christos iwec            4801/udp   # Icona Web Embedded Chat
   13411  1.86  christos iwec            4801/udp   # Icona Web Embedded Chat
   13412  1.86  christos ilss            4802/tcp   # Icona License System Server
   13413  1.86  christos ilss            4802/udp   # Icona License System Server
   13414  1.86  christos ilss            4802/udp   # Icona License System Server
   13415  1.86  christos ilss            4802/udp   # Icona License System Server
   13416  1.86  christos #                          Paul Stephen Borlie <paul&icona.it>
   13417  1.86  christos #               4803-4826  Unassigned
   13418  1.86  christos htcp            4827/tcp   # HTCP
   13419  1.86  christos htcp            4827/udp   # HTCP
   13420  1.86  christos htcp            4827/udp   # HTCP
   13421  1.86  christos htcp            4827/udp   # HTCP
   13422  1.86  christos #                          Paul Vixie <paul&vix.com>
   13423  1.86  christos #               4828-4836  Unassigned
   13424  1.86  christos varadero-0      4837/tcp   # Varadero-0
   13425  1.86  christos varadero-0      4837/udp   # Varadero-0
   13426  1.86  christos varadero-0      4837/udp   # Varadero-0 
   13427  1.86  christos varadero-0      4837/udp   # Varadero-0 
   13428  1.86  christos varadero-1      4838/tcp   # Varadero-1
   13429  1.86  christos varadero-1      4838/udp   # Varadero-1
   13430  1.86  christos varadero-1      4838/udp   # Varadero-1
   13431  1.86  christos varadero-1      4838/udp   # Varadero-1
   13432  1.86  christos varadero-2      4839/tcp   # Varadero-2
   13433  1.86  christos varadero-2      4839/udp   # Varadero-2
   13434  1.86  christos varadero-2      4839/udp   # Varadero-2
   13435  1.86  christos varadero-2      4839/udp   # Varadero-2
   13436  1.86  christos #                          Carlos Arteaga <carteaga&abacoinc.com>
   13437  1.86  christos opcua-tcp	4840/tcp   # OPC UA TCP Protocol
   13438  1.86  christos opcua-tcp	4840/udp   # OPC UA TCP Protocol
   13439  1.86  christos opcua-udp	4840/udp   # OPC UA TCP Protocol
   13440  1.86  christos opcua-udp	4840/udp   # OPC UA TCP Protocol
   13441  1.86  christos #			   Randy Armstrong <randy.armstrong&opcfoundation.org> September 2006
   13442  1.86  christos quosa		4841/tcp   # QUOSA Virtual Library Service
   13443  1.86  christos quosa		4841/udp   # QUOSA Virtual Library Service
   13444  1.86  christos quosa		4841/udp   # QUOSA Virtual Library Service
   13445  1.86  christos quosa		4841/udp   # QUOSA Virtual Library Service
   13446  1.86  christos #			   Uri Blank <uri&quosa.com> September 2006
   13447  1.86  christos gw-asv		4842/tcp   # nCode ICE-flow Library AppServer
   13448  1.86  christos gw-asv		4842/udp   # nCode ICE-flow Library AppServer
   13449  1.86  christos gw-asv		4842/udp   # nCode ICE-flow Library AppServer
   13450  1.86  christos gw-asv		4842/udp   # nCode ICE-flow Library AppServer
   13451  1.86  christos #			   Ross Swithenbank <iana&ncode.co.uk> September 2006
   13452  1.86  christos opcua-tls	4843/tcp   # OPC UA TCP Protocol over TLS/SSL
   13453  1.86  christos opcua-tls	4843/udp   # OPC UA TCP Protocol over TLS/SSL
   13454  1.86  christos opcua-tls	4843/udp   # OPC UA TCP Protocol over TLS/SSL
   13455  1.86  christos opcua-tls	4843/udp   # OPC UA TCP Protocol over TLS/SSL
   13456  1.86  christos #			   Randy Armstrong <randy.armstrong&opcfoundation.org> September 2006
   13457  1.86  christos gw-log		4844/tcp   # nCode ICE-flow Library LogServer
   13458  1.86  christos gw-log		4844/udp   # nCode ICE-flow Library LogServer
   13459  1.86  christos gw-log		4844/udp   # nCode ICE-flow Library LogServer
   13460  1.86  christos gw-log		4844/udp   # nCode ICE-flow Library LogServer
   13461  1.86  christos #			   Ross Swithenbank <iana&ncode.co.uk> September 2006
   13462  1.86  christos #               4845-4847  Unassigned
   13463  1.86  christos appserv-http    4848/tcp   # App Server - Admin HTTP
   13464  1.86  christos appserv-http    4848/udp   # App Server - Admin HTTP
   13465  1.86  christos appserv-http    4848/udp   # App Server - Admin HTTP
   13466  1.86  christos appserv-http    4848/udp   # App Server - Admin HTTP
   13467  1.86  christos appserv-https   4849/tcp   # App Server - Admin HTTPS
   13468  1.86  christos appserv-https   4849/udp   # App Server - Admin HTTPS
   13469  1.86  christos appserv-https   4849/udp   # App Server - Admin HTTPS
   13470  1.86  christos appserv-https   4849/udp   # App Server - Admin HTTPS
   13471  1.86  christos #                          Sreeram Duvvuru <sduv&sfbay.sun.com> April 2002
   13472  1.86  christos sun-as-nodeagt  4850/tcp   # Sun App Server - NA
   13473  1.86  christos sun-as-nodeagt  4850/udp   # Sun App Server - NA
   13474  1.86  christos sun-as-nodeagt  4850/udp   # Sun App Server - NA
   13475  1.86  christos sun-as-nodeagt  4850/udp   # Sun App Server - NA
   13476  1.86  christos #                          Kedar Mhaswade <kedar.Mhaswade&sun.com> November 2004     
   13477  1.86  christos #               4851-4866  Unassigned
   13478  1.86  christos unify-debug	4867/tcp   # Unify Debugger
   13479  1.86  christos unify-debug	4867/udp   # Unify Debugger
   13480  1.86  christos unify-debug	4867/udp   # Unify Debugger
   13481  1.86  christos unify-debug	4867/udp   # Unify Debugger
   13482  1.86  christos #			   Ron Kuris <rk&unify.com> May 2006
   13483  1.86  christos phrelay         4868/tcp   # Photon Relay
   13484  1.86  christos phrelay         4868/udp   # Photon Relay
   13485  1.86  christos phrelay         4868/udp   # Photon Relay
   13486  1.86  christos phrelay         4868/udp   # Photon Relay
   13487  1.86  christos phrelaydbg      4869/tcp   # Photon Relay Debug
   13488  1.86  christos phrelaydbg      4869/udp   # Photon Relay Debug
   13489  1.86  christos phrelaydbg      4869/udp   # Photon Relay Debug
   13490  1.86  christos phrelaydbg      4869/udp   # Photon Relay Debug
   13491  1.86  christos #                          Michael Hunter <mphunter&qnx.com>
   13492  1.86  christos cc-tracking     4870/tcp   # Citcom Tracking Service
   13493  1.86  christos cc-tracking     4870/udp   # Citcom Tracking Service
   13494  1.86  christos cc-tracking     4870/udp   # Citcom Tracking Service
   13495  1.86  christos cc-tracking     4870/udp   # Citcom Tracking Service
   13496  1.86  christos #                          Wolfgang Weidner <ww&citcom.de> December 2005
   13497  1.86  christos wired           4871/tcp   # Wired
   13498  1.86  christos wired           4871/udp   # Wired
   13499  1.86  christos wired           4871/udp   # Wired
   13500  1.86  christos wired           4871/udp   # Wired
   13501  1.86  christos #			   Axel Andersson <axel&zankasoftware.com> February 2006
   13502  1.86  christos #               4872-4884  Unassigned
   13503  1.86  christos abbs            4885/tcp   # ABBS
   13504  1.86  christos abbs            4885/udp   # ABBS
   13505  1.86  christos abbs            4885/udp   # ABBS
   13506  1.86  christos abbs            4885/udp   # ABBS
   13507  1.86  christos #                          Ryan Rubley <root&ark.dyn.ml.org>
   13508  1.86  christos #               4886-4893  Unassigned
   13509  1.86  christos lyskom          4894/tcp   # LysKOM Protocol A
   13510  1.86  christos lyskom          4894/udp   # LysKOM Protocol A
   13511  1.86  christos lyskom          4894/udp   # LysKOM Protocol A
   13512  1.86  christos lyskom          4894/udp   # LysKOM Protocol A
   13513  1.86  christos #                          Per Cederqvist <ceder&lysator.liu.se>
   13514  1.86  christos #               4895-4898  Unassigned
   13515  1.86  christos radmin-port     4899/tcp   # RAdmin Port
   13516  1.86  christos radmin-port     4899/udp   # RAdmin Port
   13517  1.86  christos radmin-port     4899/udp   # RAdmin Port
   13518  1.86  christos radmin-port     4899/udp   # RAdmin Port
   13519  1.86  christos #                          Dmitri Znosko <support&radmin.com> March 2003
   13520  1.86  christos hfcs		4900/tcp   # Hyper File Client/Server Database Engine
   13521  1.86  christos hfcs		4900/udp   # Hyper File Client/Server Database Engine
   13522  1.86  christos hfcs		4900/udp   # Hyper File Client/Server Database Engine
   13523  1.86  christos hfcs		4900/udp   # Hyper File Client/Server Database Engine
   13524  1.86  christos #			   Jerome AERTS <jae&pcsoft.fr> March 2006
   13525  1.86  christos #               4901-4948  Unassigned
   13526  1.86  christos munin           4949/tcp   # Munin Graphing Framework
   13527  1.86  christos munin           4949/udp   # Munin Graphing Framework
   13528  1.86  christos munin           4949/udp   # Munin Graphing Framework
   13529  1.86  christos munin           4949/udp   # Munin Graphing Framework
   13530  1.86  christos #                          Jimmy Olsen <jo&linpro.no> August 2005
   13531  1.86  christos #               4950       Unassigned
   13532  1.86  christos pwgwims         4951/tcp   # PWG WIMS
   13533  1.86  christos pwgwims         4951/udp   # PWG WIMS
   13534  1.86  christos pwgwims         4951/udp   # PWG WIMS
   13535  1.86  christos pwgwims         4951/udp   # PWG WIMS
   13536  1.86  christos #                          Ira McDonald <imcdonald&sharplabs.com> December 2005
   13537  1.86  christos sagxtsds        4952/tcp   # SAG Directory Server
   13538  1.86  christos sagxtsds        4952/udp   # SAG Directory Server
   13539  1.86  christos sagxtsds        4952/udp   # SAG Directory Server
   13540  1.86  christos sagxtsds        4952/udp   # SAG Directory Server
   13541  1.86  christos #			   Michael Chirila <Michael.Chirila&softwareag.com> January 2006
   13542  1.86  christos #               4953-4968  Unassigned
   13543  1.86  christos ccss-qmm        4969/tcp   # CCSS QMessageMonitor
   13544  1.86  christos ccss-qmm        4969/udp   # CCSS QMessageMonitor
   13545  1.86  christos ccss-qmm        4969/udp   # CCSS QMessageMonitor
   13546  1.86  christos ccss-qmm        4969/udp   # CCSS QMessageMonitor
   13547  1.86  christos ccss-qsm        4970/tcp   # CCSS QSystemMonitor
   13548  1.86  christos ccss-qsm        4970/udp   # CCSS QSystemMonitor
   13549  1.86  christos ccss-qsm        4970/udp   # CCSS QSystemMonitor
   13550  1.86  christos ccss-qsm        4970/udp   # CCSS QSystemMonitor
   13551  1.86  christos #			   David Young <david.young&ccsseurope.co.uk> January 2006
   13552  1.86  christos #               4971-4982  Unassigned
   13553  1.86  christos #               4983       Unassigned (Removed on 2005-12-22)
   13554  1.86  christos #               4984-4985  Unassigned
   13555  1.86  christos mrip		4986/tcp   # Model Railway Interface Program
   13556  1.86  christos mrip		4986/udp   # Model Railway Interface Program
   13557  1.86  christos mrip		4986/udp   # Model Railway Interface Program
   13558  1.86  christos mrip		4986/udp   # Model Railway Interface Program
   13559  1.86  christos #			   Howard Amos <amos&ccww.co.uk> April 2006
   13560  1.86  christos smar-se-port1   4987/tcp   # SMAR Ethernet Port 1
   13561  1.86  christos smar-se-port1   4987/udp   # SMAR Ethernet Port 1
   13562  1.86  christos smar-se-port1   4987/udp   # SMAR Ethernet Port 1
   13563  1.86  christos smar-se-port1   4987/udp   # SMAR Ethernet Port 1
   13564  1.86  christos smar-se-port2   4988/tcp   # SMAR Ethernet Port 2
   13565  1.86  christos smar-se-port2   4988/udp   # SMAR Ethernet Port 2
   13566  1.86  christos smar-se-port2   4988/udp   # SMAR Ethernet Port 2
   13567  1.86  christos smar-se-port2   4988/udp   # SMAR Ethernet Port 2
   13568  1.86  christos #                          Delcio Prizon <dprizon&smar.com.br>
   13569  1.86  christos parallel        4989/tcp   # Parallel for GAUSS (tm)
   13570  1.86  christos parallel        4989/udp   # Parallel for GAUSS (tm)
   13571  1.86  christos parallel        4989/udp   # Parallel for GAUSS (tm)
   13572  1.86  christos parallel        4989/udp   # Parallel for GAUSS (tm)
   13573  1.86  christos #                          Matthew Ford <Matthew.Ford&forward.com.au> March 2003
   13574  1.86  christos #               4990-4998  Unassigned
   13575  1.86  christos hfcs-manager    4999/tcp   # Hyper File Client/Server Database Engine Manager
   13576  1.86  christos hfcs-manager    4999/udp   # Hyper File Client/Server Database Engine Manager
   13577  1.86  christos hfcs-manager    4999/udp   # Hyper File Client/Server Database Engine Manager
   13578  1.86  christos hfcs-manager    4999/udp   # Hyper File Client/Server Database Engine Manager
   13579  1.86  christos #			   Jerome AERTS <jae&pcsoft.fr> March 2006
   13580  1.86  christos commplex-main	5000/tcp
   13581  1.86  christos commplex-main	5000/udp
   13582  1.86  christos commplex-main	5000/udp
   13583  1.86  christos commplex-main	5000/udp
   13584  1.86  christos commplex-link	5001/tcp
   13585  1.86  christos commplex-link	5001/udp
   13586  1.86  christos commplex-link	5001/udp
   13587  1.86  christos commplex-link	5001/udp
   13588  1.86  christos rfe             5002/tcp   # radio free ethernet
   13589  1.86  christos rfe             5002/udp   # radio free ethernet
   13590  1.86  christos rfe             5002/udp   # radio free ethernet
   13591  1.86  christos rfe             5002/udp   # radio free ethernet
   13592  1.86  christos fmpro-internal  5003/tcp   # FileMaker, Inc. - Proprietary transport
   13593  1.86  christos fmpro-internal  5003/udp   # FileMaker, Inc. - Proprietary transport
   13594  1.86  christos fmpro-internal  5003/udp   # FileMaker, Inc. - Proprietary name binding
   13595  1.86  christos fmpro-internal  5003/udp   # FileMaker, Inc. - Proprietary name binding
   13596  1.86  christos #                          Clay Maeckel <clay_maeckel&filemaker.com>
   13597  1.86  christos avt-profile-1   5004/tcp   # avt-profile-1
   13598  1.86  christos avt-profile-1   5004/udp   # avt-profile-1
   13599  1.86  christos avt-profile-1   5004/udp   # avt-profile-1
   13600  1.86  christos avt-profile-1   5004/udp   # avt-profile-1
   13601  1.86  christos avt-profile-2   5005/tcp   # avt-profile-2
   13602  1.86  christos avt-profile-2   5005/udp   # avt-profile-2
   13603  1.86  christos avt-profile-2   5005/udp   # avt-profile-2
   13604  1.86  christos avt-profile-2   5005/udp   # avt-profile-2
   13605  1.86  christos #                          Henning Schulzrinne <schulzrinne&fokus.gmd.de>
   13606  1.86  christos wsm-server      5006/tcp   # wsm server
   13607  1.86  christos wsm-server      5006/udp   # wsm server
   13608  1.86  christos wsm-server      5006/udp   # wsm server
   13609  1.86  christos wsm-server      5006/udp   # wsm server
   13610  1.86  christos wsm-server-ssl  5007/tcp   # wsm server ssl
   13611  1.86  christos wsm-server-ssl  5007/udp   # wsm server ssl
   13612  1.86  christos wsm-server-ssl  5007/udp   # wsm server ssl
   13613  1.86  christos wsm-server-ssl  5007/udp   # wsm server ssl
   13614  1.86  christos #                          Adam Berk <aberk&empirix.com>
   13615  1.86  christos synapsis-edge   5008/tcp   # Synapsis EDGE
   13616  1.86  christos synapsis-edge   5008/udp   # Synapsis EDGE
   13617  1.86  christos synapsis-edge   5008/udp   # Synapsis EDGE
   13618  1.86  christos synapsis-edge   5008/udp   # Synapsis EDGE
   13619  1.86  christos #                          Paul Schilling <PaulS&Synapsis.com>
   13620  1.86  christos winfs           5009/tcp   # Microsoft Windows Filesystem
   13621  1.86  christos winfs           5009/udp   # Microsoft Windows Filesystem
   13622  1.86  christos winfs           5009/udp   # Microsoft Windows Filesystem
   13623  1.86  christos winfs           5009/udp   # Microsoft Windows Filesystem
   13624  1.86  christos #			   Simon Skaria <simonsk&microsoft.com> January 2006
   13625  1.86  christos telelpathstart  5010/tcp   # TelepathStart
   13626  1.86  christos telelpathstart  5010/udp   # TelepathStart
   13627  1.86  christos telelpathstart  5010/udp   # TelepathStart
   13628  1.86  christos telelpathstart  5010/udp   # TelepathStart
   13629  1.86  christos telelpathattack 5011/tcp   # TelepathAttack
   13630  1.86  christos telelpathattack 5011/udp   # TelepathAttack
   13631  1.86  christos telelpathattack 5011/udp   # TelepathAttack
   13632  1.86  christos telelpathattack 5011/udp   # TelepathAttack
   13633  1.86  christos #                          Helmuth Breitenfellner <hbreitenf&vnet.imb.com>
   13634  1.86  christos #               5012-5019  Unassigned
   13635  1.86  christos zenginkyo-1     5020/tcp   # zenginkyo-1
   13636  1.86  christos zenginkyo-1     5020/udp   # zenginkyo-1
   13637  1.86  christos zenginkyo-1     5020/udp   # zenginkyo-1
   13638  1.86  christos zenginkyo-1     5020/udp   # zenginkyo-1
   13639  1.86  christos zenginkyo-2     5021/tcp   # zenginkyo-2
   13640  1.86  christos zenginkyo-2     5021/udp   # zenginkyo-2
   13641  1.86  christos zenginkyo-2     5021/udp   # zenginkyo-2
   13642  1.86  christos zenginkyo-2     5021/udp   # zenginkyo-2
   13643  1.86  christos #                          Masashi Suzaki <susakim&noa.nttdata.jp>
   13644  1.86  christos mice            5022/tcp   # mice server
   13645  1.86  christos mice            5022/udp   # mice server
   13646  1.86  christos mice            5022/udp   # mice server
   13647  1.86  christos mice            5022/udp   # mice server
   13648  1.86  christos #                          Alan Clifford <alan&clifford.ac>
   13649  1.86  christos htuilsrv        5023/tcp   # Htuil Server for PLD2
   13650  1.86  christos htuilsrv        5023/udp   # Htuil Server for PLD2
   13651  1.86  christos htuilsrv        5023/udp   # Htuil Server for PLD2
   13652  1.86  christos htuilsrv        5023/udp   # Htuil Server for PLD2
   13653  1.86  christos #                          Dennis Reinhardt <DennisR&dair.com>
   13654  1.86  christos scpi-telnet     5024/tcp   # SCPI-TELNET
   13655  1.86  christos scpi-telnet     5024/udp   # SCPI-TELNET
   13656  1.86  christos scpi-telnet     5024/udp   # SCPI-TELNET
   13657  1.86  christos scpi-telnet     5024/udp   # SCPI-TELNET
   13658  1.86  christos scpi-raw        5025/tcp   # SCPI-RAW
   13659  1.86  christos scpi-raw        5025/udp   # SCPI-RAW
   13660  1.86  christos scpi-raw        5025/udp   # SCPI-RAW
   13661  1.86  christos scpi-raw        5025/udp   # SCPI-RAW
   13662  1.86  christos #                          Ryan Columbus <IANA_Contact&Agilent.com> October 2002
   13663  1.86  christos strexec-d       5026/tcp   # Storix I/O daemon (data)
   13664  1.86  christos strexec-d       5026/udp   # Storix I/O daemon (data)
   13665  1.86  christos strexec-d       5026/udp   # Storix I/O daemon (data)
   13666  1.86  christos strexec-d       5026/udp   # Storix I/O daemon (data)
   13667  1.86  christos strexec-s       5027/tcp   # Storix I/O daemon (stat)
   13668  1.86  christos strexec-s       5027/udp   # Storix I/O daemon (stat)
   13669  1.86  christos strexec-s       5027/udp   # Storix I/O daemon (stat)
   13670  1.86  christos strexec-s       5027/udp   # Storix I/O daemon (stat)
   13671  1.86  christos #                          Anthony Johnson <stxadmin&storix.com> August 2005
   13672  1.86  christos #               5028-5029  Unassigned
   13673  1.86  christos surfpass	5030/tcp   # SurfPass
   13674  1.86  christos surfpass	5030/udp   # SurfPass
   13675  1.86  christos surfpass	5030/udp   # SurfPass
   13676  1.86  christos surfpass	5030/udp   # SurfPass
   13677  1.86  christos #			   Olivier Guezenec <olivier.guezenec&cogilab.com> December 2006
   13678  1.86  christos #               5031-5041  Unassigned
   13679  1.86  christos asnaacceler8db  5042/tcp   # asnaacceler8db
   13680  1.86  christos asnaacceler8db  5042/udp   # asnaacceler8db
   13681  1.86  christos asnaacceler8db  5042/udp   # asnaacceler8db
   13682  1.86  christos asnaacceler8db  5042/udp   # asnaacceler8db
   13683  1.86  christos #                          Walter Goodwin <wpgoodwin&asna.com>
   13684  1.86  christos swxadmin        5043/tcp   # ShopWorX Administration
   13685  1.86  christos swxadmin        5043/udp   # ShopWorX Administration
   13686  1.86  christos swxadmin        5043/udp   # ShopWorX Administration
   13687  1.86  christos swxadmin        5043/udp   # ShopWorX Administration
   13688  1.86  christos #                          Don W. Fitzpatrick <dwf&InterNetworXsystems.com> August 2005
   13689  1.86  christos lxi-evntsvc     5044/tcp   # LXI Event Service
   13690  1.86  christos lxi-evntsvc     5044/udp   # LXI Event Service
   13691  1.86  christos lxi-evntsvc     5044/udp   # LXI Event Service
   13692  1.86  christos lxi-evntsvc     5044/udp   # LXI Event Service
   13693  1.86  christos #                          Nick Barendt <nbarendt&vxitech.com> August 2005
   13694  1.86  christos #               5045-5048  Unassigned 
   13695  1.86  christos ivocalize	5049/tcp   # iVocalize Web Conference
   13696  1.86  christos ivocalize	5049/udp   # iVocalize Web Conference
   13697  1.86  christos ivocalize	5049/udp   # iVocalize Web Conference
   13698  1.86  christos ivocalize	5049/udp   # iVocalize Web Conference
   13699  1.86  christos #			   Bryan Vergato <iana&ivocalize.com> May 2006
   13700  1.86  christos mmcc            5050/tcp   # multimedia conference control tool
   13701  1.86  christos mmcc            5050/udp   # multimedia conference control tool
   13702  1.86  christos mmcc            5050/udp   # multimedia conference control tool
   13703  1.86  christos mmcc            5050/udp   # multimedia conference control tool
   13704  1.86  christos #                          Steve Casner <Casner&isi.edu>
   13705  1.86  christos ita-agent       5051/tcp   # ITA Agent
   13706  1.86  christos ita-agent       5051/udp   # ITA Agent
   13707  1.86  christos ita-agent       5051/udp   # ITA Agent
   13708  1.86  christos ita-agent       5051/udp   # ITA Agent
   13709  1.86  christos ita-manager     5052/tcp   # ITA Manager
   13710  1.86  christos ita-manager     5052/udp   # ITA Manager
   13711  1.86  christos ita-manager     5052/udp   # ITA Manager
   13712  1.86  christos ita-manager     5052/udp   # ITA Manager
   13713  1.86  christos #                          Don Merrell <donmer&axent.com>
   13714  1.86  christos #               5053-5054  Unassigned
   13715  1.86  christos unot            5055/tcp   # UNOT
   13716  1.86  christos unot            5055/udp   # UNOT
   13717  1.86  christos unot            5055/udp   # UNOT
   13718  1.86  christos unot            5055/udp   # UNOT
   13719  1.86  christos #                          Gordon Mohr <gmohr&cmgisolutions.com>
   13720  1.86  christos intecom-ps1     5056/tcp   # Intecom Pointspan 1
   13721  1.86  christos intecom-ps1     5056/udp   # Intecom Pointspan 1
   13722  1.86  christos intecom-ps1     5056/udp   # Intecom Pointspan 1
   13723  1.86  christos intecom-ps1     5056/udp   # Intecom Pointspan 1
   13724  1.86  christos intecom-ps2     5057/tcp   # Intecom Pointspan 2
   13725  1.86  christos intecom-ps2     5057/udp   # Intecom Pointspan 2
   13726  1.86  christos intecom-ps2     5057/udp   # Intecom Pointspan 2
   13727  1.86  christos intecom-ps2     5057/udp   # Intecom Pointspan 2
   13728  1.86  christos #                          David Meermans <david.meermans&aastra.com>
   13729  1.86  christos #               5058       Unassigned
   13730  1.86  christos sds		5059/tcp   # SIP Directory Services
   13731  1.86  christos sds		5059/udp   # SIP Directory Services
   13732  1.86  christos sds		5059/udp   # SIP Directory Services
   13733  1.86  christos sds		5059/udp   # SIP Directory Services
   13734  1.86  christos #			   Arthur Wilton <art&awilton.com> March 2006
   13735  1.86  christos sip             5060/tcp   # SIP
   13736  1.86  christos sip             5060/udp   # SIP
   13737  1.86  christos sip             5060/udp   # SIP
   13738  1.86  christos sip             5060/udp   # SIP
   13739  1.86  christos sip-tls         5061/tcp   # SIP-TLS
   13740  1.86  christos sip-tls         5061/udp   # SIP-TLS
   13741  1.86  christos sip-tls         5061/udp   # SIP-TLS
   13742  1.86  christos sip-tls         5061/udp   # SIP-TLS
   13743  1.86  christos #                          Henning Schulzrinne <hgs&cs.columbia.edu>
   13744  1.86  christos #               5062-5063  Unassigned
   13745  1.86  christos ca-1            5064/tcp   # Channel Access 1
   13746  1.86  christos ca-1            5064/udp   # Channel Access 1
   13747  1.86  christos ca-1            5064/udp   # Channel Access 1
   13748  1.86  christos ca-1            5064/udp   # Channel Access 1
   13749  1.86  christos ca-2            5065/tcp   # Channel Access 2
   13750  1.86  christos ca-2            5065/udp   # Channel Access 2
   13751  1.86  christos ca-2            5065/udp   # Channel Access 2
   13752  1.86  christos ca-2            5065/udp   # Channel Access 2
   13753  1.86  christos #                          Jeffrey Hill <johill&lanl.gov> August 2002
   13754  1.86  christos stanag-5066     5066/tcp   # STANAG-5066-SUBNET-INTF
   13755  1.86  christos stanag-5066     5066/udp   # STANAG-5066-SUBNET-INTF
   13756  1.86  christos stanag-5066     5066/udp   # STANAG-5066-SUBNET-INTF
   13757  1.86  christos stanag-5066     5066/udp   # STANAG-5066-SUBNET-INTF
   13758  1.86  christos #                          Donald G. Kallgren
   13759  1.86  christos #                          <Donald.Kallgren&nc3a.nato.int>      
   13760  1.86  christos authentx        5067/tcp   # Authentx Service
   13761  1.86  christos authentx        5067/udp   # Authentx Service
   13762  1.86  christos authentx        5067/udp   # Authentx Service
   13763  1.86  christos authentx        5067/udp   # Authentx Service
   13764  1.86  christos #			   Alberto Fernandez <afernandez&xtec.com> January 2006
   13765  1.86  christos #               5068	   Unassigned
   13766  1.86  christos i-net-2000-npr  5069/tcp   # I/Net 2000-NPR
   13767  1.86  christos i-net-2000-npr  5069/udp   # I/Net 2000-NPR
   13768  1.86  christos i-net-2000-npr  5069/udp   # I/Net 2000-NPR
   13769  1.86  christos i-net-2000-npr  5069/udp   # I/Net 2000-NPR
   13770  1.86  christos #                          Chris Megede <chris.megede&tac.com>
   13771  1.86  christos vtsas		5070/tcp   # VersaTrans Server Agent Service
   13772  1.86  christos vtsas		5070/udp   # VersaTrans Server Agent Service
   13773  1.86  christos vtsas		5070/udp   # VersaTrans Server Agent Service
   13774  1.86  christos vtsas		5070/udp   # VersaTrans Server Agent Service
   13775  1.86  christos #			   Christopher Miller <Chris.Miller&versatrans.com> February 2006
   13776  1.86  christos powerschool     5071/tcp   # PowerSchool
   13777  1.86  christos powerschool     5071/udp   # PowerSchool
   13778  1.86  christos powerschool     5071/udp   # PowerSchool
   13779  1.86  christos powerschool     5071/udp   # PowerSchool
   13780  1.86  christos #                          Greg Porter <gporter&powerschool.com>
   13781  1.86  christos ayiya           5072/tcp   # Anything In Anything
   13782  1.86  christos ayiya           5072/udp   # Anything In Anything
   13783  1.86  christos ayiya           5072/udp   # Anything In Anything
   13784  1.86  christos ayiya           5072/udp   # Anything In Anything
   13785  1.86  christos #                          Jeroen Massar <jeroen&unfix.org> August 2005
   13786  1.86  christos tag-pm          5073/tcp   # Advantage Group Port Mgr
   13787  1.86  christos tag-pm          5073/udp   # Advantage Group Port Mgr
   13788  1.86  christos tag-pm          5073/udp   # Advantage Group Port Mgr
   13789  1.86  christos tag-pm          5073/udp   # Advantage Group Port Mgr
   13790  1.86  christos #                          James Goddard <jamesg&taglim.com> August 2005
   13791  1.86  christos alesquery       5074/tcp   # ALES Query
   13792  1.86  christos alesquery       5074/udp   # ALES Query
   13793  1.86  christos alesquery       5074/udp   # ALES Query
   13794  1.86  christos alesquery       5074/udp   # ALES Query
   13795  1.86  christos #                          Tim Maloney <tim.maloney&allianceconsultingllc.com> August 2005
   13796  1.86  christos #               5075-5080  Unassigned
   13797  1.86  christos sdl-ets         5081/tcp   # SDL - Ent Trans Server
   13798  1.86  christos sdl-ets         5081/udp   # SDL - Ent Trans Server
   13799  1.86  christos sdl-ets         5081/udp   # SDL - Ent Trans Server
   13800  1.86  christos sdl-ets         5081/udp   # SDL - Ent Trans Server
   13801  1.86  christos #                          Marc Morin <mmorin&sdlintl.com> April 2002
   13802  1.86  christos #               5082-5083  Unassigned
   13803  1.86  christos llrp		5084/tcp   # EPCglobal Low-Level Reader Protocol
   13804  1.86  christos llrp		5084/udp   # EPCglobal Low-Level Reader Protocol
   13805  1.86  christos llrp		5084/udp   # EPCglobal Low-Level Reader Protocol
   13806  1.86  christos llrp		5084/udp   # EPCglobal Low-Level Reader Protocol
   13807  1.86  christos encrypted-llrp	5085/tcp   # EPCglobal Encrypted LLRP
   13808  1.86  christos encrypted-llrp	5085/udp   # EPCglobal Encrypted LLRP
   13809  1.86  christos encrypted-llrp	5085/udp   # EPCglobal Encrypted LLRP
   13810  1.86  christos encrypted-llrp	5085/udp   # EPCglobal Encrypted LLRP
   13811  1.86  christos #			   Margaret Wasserman <margaret&thingmagic.com> November 2006
   13812  1.86  christos #               5086-5089  Unassigned
   13813  1.86  christos car             5090/sctp  # Candidate AR
   13814  1.86  christos car             5090/udp  # Candidate AR
   13815  1.86  christos cxtp            5091/sctp  # Context Transfer Protocol 
   13816  1.86  christos cxtp            5091/udp  # Context Transfer Protocol 
   13817  1.86  christos #                          RFC 4065 - July 2005
   13818  1.86  christos #               5092       Unassigned
   13819  1.86  christos sentinel-lm     5093/tcp   # Sentinel LM
   13820  1.86  christos sentinel-lm     5093/udp   # Sentinel LM
   13821  1.86  christos sentinel-lm     5093/udp   # Sentinel LM
   13822  1.86  christos sentinel-lm     5093/udp   # Sentinel LM
   13823  1.86  christos #                          Derick Snyder <dsnyder&rainbow.com>
   13824  1.86  christos #               5094-5098  Unassigned 
   13825  1.86  christos sentlm-srv2srv  5099/tcp   # SentLM Srv2Srv
   13826  1.86  christos sentlm-srv2srv  5099/udp   # SentLM Srv2Srv
   13827  1.86  christos sentlm-srv2srv  5099/udp   # SentLM Srv2Srv
   13828  1.86  christos sentlm-srv2srv  5099/udp   # SentLM Srv2Srv
   13829  1.86  christos #                          Derick Snyder <dsnyder&rainbow.com>
   13830  1.86  christos socalia         5100/tcp   # Socalia service mux
   13831  1.86  christos socalia         5100/udp   # Socalia service mux
   13832  1.86  christos socalia         5100/udp   # Socalia service mux
   13833  1.86  christos socalia         5100/udp   # Socalia service mux
   13834  1.86  christos #                          Alberto Raydan <raydan_a&socalia.com> August 2005
   13835  1.86  christos talarian-tcp    5101/tcp   # Talarian_TCP
   13836  1.86  christos talarian-tcp    5101/udp   # Talarian_TCP
   13837  1.86  christos talarian-udp    5101/udp   # Talarian_UDP
   13838  1.86  christos talarian-udp    5101/udp   # Talarian_UDP
   13839  1.86  christos #                          Leo Martins <leo&talarian.com>
   13840  1.86  christos oms-nonsecure   5102/tcp   # Oracle OMS non-secure
   13841  1.86  christos oms-nonsecure   5102/udp   # Oracle OMS non-secure
   13842  1.86  christos oms-nonsecure   5102/udp   # Oracle OMS non-secure
   13843  1.86  christos oms-nonsecure   5102/udp   # Oracle OMS non-secure
   13844  1.86  christos #                          Todd Guay <todd.guay&oracle.com> August 2005
   13845  1.86  christos #               5103-5111  Unassigned
   13846  1.86  christos pm-cmdsvr       5112/tcp   # PeerMe Msg Cmd Service
   13847  1.86  christos pm-cmdsvr       5112/udp   # PeerMe Msg Cmd Service
   13848  1.86  christos pm-cmdsvr       5112/udp   # PeerMe Msg Cmd Service
   13849  1.86  christos pm-cmdsvr       5112/udp   # PeerMe Msg Cmd Service
   13850  1.86  christos #                          Marcos Della <mdella&peerme.com> August 2005
   13851  1.86  christos #               5113-5132  Unassigned
   13852  1.86  christos nbt-pc          5133/tcp   # Policy Commander
   13853  1.86  christos nbt-pc          5133/udp   # Policy Commander
   13854  1.86  christos nbt-pc          5133/udp   # Policy Commander
   13855  1.86  christos nbt-pc          5133/udp   # Policy Commander
   13856  1.86  christos #                          Emily Harris <eharris&newboundary.com> November 2004
   13857  1.86  christos #               5134-5136  Unassigned
   13858  1.86  christos ctsd            5137/tcp   # MyCTS server port
   13859  1.86  christos ctsd            5137/udp   # MyCTS server port
   13860  1.86  christos ctsd            5137/udp   # MyCTS server port
   13861  1.86  christos ctsd            5137/udp   # MyCTS server port
   13862  1.86  christos #                          Jilles Oldenbeuving <ojilles&hotmail.com> June 2002
   13863  1.86  christos #               5138-5144  Unassigned
   13864  1.86  christos rmonitor_secure	5145/tcp   # RMONITOR SECURE
   13865  1.86  christos rmonitor_secure	5145/udp   # RMONITOR SECURE
   13866  1.86  christos rmonitor_secure	5145/udp   # RMONITOR SECURE
   13867  1.86  christos rmonitor_secure	5145/udp   # RMONITOR SECURE
   13868  1.86  christos #                          Kory Hamzeh <kory&ascend.com> 
   13869  1.86  christos #               5146-5149  Unassigned
   13870  1.86  christos atmp            5150/tcp   # Ascend Tunnel Management Protocol
   13871  1.86  christos atmp            5150/udp   # Ascend Tunnel Management Protocol
   13872  1.86  christos atmp            5150/udp   # Ascend Tunnel Management Protocol
   13873  1.86  christos atmp            5150/udp   # Ascend Tunnel Management Protocol
   13874  1.86  christos #                          Kory Hamzeh <kory&ascend.com>
   13875  1.86  christos esri_sde        5151/tcp   # ESRI SDE Instance
   13876  1.86  christos esri_sde        5151/udp   # ESRI SDE Instance
   13877  1.86  christos esri_sde        5151/udp   # ESRI SDE Remote Start
   13878  1.86  christos esri_sde        5151/udp   # ESRI SDE Remote Start
   13879  1.86  christos sde-discovery   5152/tcp   # ESRI SDE Instance Discovery
   13880  1.86  christos sde-discovery   5152/udp   # ESRI SDE Instance Discovery
   13881  1.86  christos sde-discovery   5152/udp   # ESRI SDE Instance Discovery
   13882  1.86  christos sde-discovery   5152/udp   # ESRI SDE Instance Discovery
   13883  1.86  christos #                          Peter Aronson <paronson&esri.com> 
   13884  1.86  christos #               5153       Unassigned
   13885  1.86  christos bzflag          5154/tcp   # BZFlag game server
   13886  1.86  christos bzflag          5154/udp   # BZFlag game server
   13887  1.86  christos bzflag          5154/udp   # BZFlag game server
   13888  1.86  christos bzflag          5154/udp   # BZFlag game server
   13889  1.86  christos #                          Tim Riker <tim&rikers.org> July 2003 
   13890  1.86  christos asctrl-agent    5155/tcp   # Oracle asControl Agent
   13891  1.86  christos asctrl-agent    5155/udp   # Oracle asControl Agent
   13892  1.86  christos asctrl-agent    5155/udp   # Oracle asControl Agent
   13893  1.86  christos asctrl-agent    5155/udp   # Oracle asControl Agent
   13894  1.86  christos #                          Todd Guay <todd.guay&oracle.com> August 2005
   13895  1.86  christos #               5156-5164  Unassigned
   13896  1.86  christos ife_icorp       5165/tcp   # ife_1corp
   13897  1.86  christos ife_icorp       5165/udp   # ife_1corp
   13898  1.86  christos ife_icorp       5165/udp   # ife_1corp
   13899  1.86  christos ife_icorp       5165/udp   # ife_1corp
   13900  1.86  christos #                          Paul Annala <paa&bull.se>
   13901  1.86  christos winpcs          5166/tcp   # WinPCS Service Connection
   13902  1.86  christos winpcs          5166/udp   # WinPCS Service Connection
   13903  1.86  christos winpcs          5166/udp   # WinPCS Service Connection
   13904  1.86  christos winpcs          5166/udp   # WinPCS Service Connection
   13905  1.86  christos #			   Complan Network AS <knut&winpcs.com> February 2006
   13906  1.86  christos scte104         5167/tcp   # SCTE104 Connection
   13907  1.86  christos scte104         5167/udp   # SCTE104 Connection
   13908  1.86  christos scte104         5167/udp   # SCTE104 Connection
   13909  1.86  christos scte104         5167/udp   # SCTE104 Connection
   13910  1.86  christos scte30          5168/tcp   # SCTE30 Connection
   13911  1.86  christos scte30          5168/udp   # SCTE30 Connection
   13912  1.86  christos scte30          5168/udp   # SCTE30 Connection
   13913  1.86  christos scte30          5168/udp   # SCTE30 Connection
   13914  1.86  christos #                          Thomas Russell <trussell&scte.org> May 2005
   13915  1.86  christos #               5169-5189  Unassigned
   13916  1.86  christos aol             5190/tcp   # America-Online
   13917  1.86  christos aol             5190/udp   # America-Online
   13918  1.86  christos aol             5190/udp   # America-Online
   13919  1.86  christos aol             5190/udp   # America-Online
   13920  1.86  christos #                          Marty Lyons <marty&aol.com>
   13921  1.86  christos aol-1           5191/tcp   # AmericaOnline1
   13922  1.86  christos aol-1           5191/udp   # AmericaOnline1
   13923  1.86  christos aol-1           5191/udp   # AmericaOnline1
   13924  1.86  christos aol-1           5191/udp   # AmericaOnline1
   13925  1.86  christos aol-2           5192/tcp   # AmericaOnline2
   13926  1.86  christos aol-2           5192/udp   # AmericaOnline2
   13927  1.86  christos aol-2           5192/udp   # AmericaOnline2
   13928  1.86  christos aol-2           5192/udp   # AmericaOnline2
   13929  1.86  christos aol-3           5193/tcp   # AmericaOnline3
   13930  1.86  christos aol-3           5193/udp   # AmericaOnline3
   13931  1.86  christos aol-3           5193/udp   # AmericaOnline3
   13932  1.86  christos aol-3           5193/udp   # AmericaOnline3
   13933  1.86  christos #                          Bruce Mackey <BAMackey&aol.com>
   13934  1.86  christos #               5194-5199  Unassigned
   13935  1.86  christos targus-getdata  5200/tcp   # TARGUS GetData 
   13936  1.86  christos targus-getdata  5200/udp   # TARGUS GetData 
   13937  1.86  christos targus-getdata  5200/udp   # TARGUS GetData  
   13938  1.86  christos targus-getdata  5200/udp   # TARGUS GetData  
   13939  1.86  christos targus-getdata1 5201/tcp   # TARGUS GetData 1
   13940  1.86  christos targus-getdata1 5201/udp   # TARGUS GetData 1
   13941  1.86  christos targus-getdata1 5201/udp   # TARGUS GetData 1
   13942  1.86  christos targus-getdata1 5201/udp   # TARGUS GetData 1
   13943  1.86  christos targus-getdata2 5202/tcp   # TARGUS GetData 2
   13944  1.86  christos targus-getdata2 5202/udp   # TARGUS GetData 2
   13945  1.86  christos targus-getdata2 5202/udp   # TARGUS GetData 2
   13946  1.86  christos targus-getdata2 5202/udp   # TARGUS GetData 2
   13947  1.86  christos targus-getdata3 5203/tcp   # TARGUS GetData 3 
   13948  1.86  christos targus-getdata3 5203/udp   # TARGUS GetData 3 
   13949  1.86  christos targus-getdata3 5203/udp   # TARGUS GetData 3
   13950  1.86  christos targus-getdata3 5203/udp   # TARGUS GetData 3
   13951  1.86  christos #                          John Keaveney <johnkeaveney&targusinfo.com>
   13952  1.86  christos #               5204-5221  Unassigned
   13953  1.86  christos xmpp-client     5222/tcp   # XMPP Client Connection
   13954  1.86  christos xmpp-client     5222/udp   # XMPP Client Connection
   13955  1.86  christos xmpp-client     5222/udp   # XMPP Client Connection
   13956  1.86  christos xmpp-client     5222/udp   # XMPP Client Connection
   13957  1.86  christos #                          [RFC3920]
   13958  1.86  christos #               5223-5224  Unassigned
   13959  1.86  christos hp-server       5225/tcp   # HP Server
   13960  1.86  christos hp-server       5225/udp   # HP Server
   13961  1.86  christos hp-server       5225/udp   # HP Server
   13962  1.86  christos hp-server       5225/udp   # HP Server
   13963  1.86  christos hp-status       5226/tcp   # HP Status
   13964  1.86  christos hp-status       5226/udp   # HP Status
   13965  1.86  christos hp-status       5226/udp   # HP Status
   13966  1.86  christos hp-status       5226/udp   # HP Status
   13967  1.86  christos #                          Brett Green <Brett_Green&HP.Com>
   13968  1.86  christos perfd		5227/tcp   # HP System Performance Metric Service
   13969  1.86  christos perfd		5227/udp   # HP System Performance Metric Service
   13970  1.86  christos perfd		5227/udp   # HP System Performance Metric Service
   13971  1.86  christos perfd		5227/udp   # HP System Performance Metric Service
   13972  1.86  christos #			   Phyllis Gallgher <phyllis.gallagher&hp.com> April 2007
   13973  1.86  christos #               5228-5233  Unassigned
   13974  1.86  christos eenet           5234/tcp   # EEnet communications
   13975  1.86  christos eenet           5234/udp   # EEnet communications
   13976  1.86  christos eenet           5234/udp   # EEnet communications
   13977  1.86  christos eenet           5234/udp   # EEnet communications
   13978  1.86  christos #                          Helmut Giritzer <helmut.giritzer&epluse.at> November 2005
   13979  1.86  christos #               5235       Unassigned
   13980  1.86  christos padl2sim        5236/tcp
   13981  1.86  christos padl2sim        5236/udp
   13982  1.86  christos padl2sim        5236/udp
   13983  1.86  christos padl2sim        5236/udp
   13984  1.86  christos #               5237-5249  Unassigned
   13985  1.86  christos soagateway	5250/tcp   # soaGateway
   13986  1.86  christos soagateway	5250/udp   # soaGateway
   13987  1.86  christos soagateway	5250/udp   # soaGateway
   13988  1.86  christos soagateway	5250/udp   # soaGateway
   13989  1.86  christos #                          Greg Bodine <gregory.bodine&ca.com> February 2002
   13990  1.86  christos caevms          5251/tcp   # CA eTrust VM Service
   13991  1.86  christos caevms          5251/udp   # CA eTrust VM Service
   13992  1.86  christos caevms          5251/udp   # CA eTrust VM Service
   13993  1.86  christos caevms          5251/udp   # CA eTrust VM Service
   13994  1.86  christos #                          Kevin Bond <kevin.bond&ca.com> November 2004
   13995  1.86  christos movaz-ssc       5252/tcp   # Movaz SSC
   13996  1.86  christos movaz-ssc       5252/udp   # Movaz SSC
   13997  1.86  christos movaz-ssc       5252/udp   # Movaz SSC
   13998  1.86  christos movaz-ssc       5252/udp   # Movaz SSC
   13999  1.86  christos #                          Lou Berger <lberger&movaz.com> November 2004
   14000  1.86  christos #               5253-5263  Unassigned
   14001  1.86  christos 3com-njack-1    5264/tcp   # 3Com Network Jack Port 1 
   14002  1.86  christos 3com-njack-1    5264/udp   # 3Com Network Jack Port 1 
   14003  1.86  christos 3com-njack-1    5264/udp   # 3Com Network Jack Port 1
   14004  1.86  christos 3com-njack-1    5264/udp   # 3Com Network Jack Port 1
   14005  1.86  christos 3com-njack-2    5265/tcp   # 3Com Network Jack Port 2
   14006  1.86  christos 3com-njack-2    5265/udp   # 3Com Network Jack Port 2
   14007  1.86  christos 3com-njack-2    5265/udp   # 3Com Network Jack Port 2
   14008  1.86  christos 3com-njack-2    5265/udp   # 3Com Network Jack Port 2
   14009  1.86  christos #                          Abhay Rajaram <Abhay_Rajaram&3Com.com> March 2003
   14010  1.86  christos #               5266-5268  Unassigned
   14011  1.86  christos xmpp-server     5269/tcp   # XMPP Server Connection
   14012  1.86  christos xmpp-server     5269/udp   # XMPP Server Connection
   14013  1.86  christos xmpp-server     5269/udp   # XMPP Server Connection
   14014  1.86  christos xmpp-server     5269/udp   # XMPP Server Connection
   14015  1.86  christos #                          [RFC3920] 
   14016  1.86  christos #               5270-5271  Unassigned
   14017  1.86  christos pk              5272/tcp   # PK
   14018  1.86  christos pk              5272/udp   # PK
   14019  1.86  christos pk              5272/udp   # PK
   14020  1.86  christos pk              5272/udp   # PK
   14021  1.86  christos #                          Patrick Kara <Patrick&EBA.NET>
   14022  1.86  christos #               5273-5281  Unassigned
   14023  1.86  christos transmit-port   5282/tcp   # Marimba Transmitter Port
   14024  1.86  christos transmit-port   5282/udp   # Marimba Transmitter Port
   14025  1.86  christos transmit-port   5282/udp   # Marimba Transmitter Port
   14026  1.86  christos transmit-port   5282/udp   # Marimba Transmitter Port
   14027  1.86  christos #                          Johan Eriksson <johan&marimba.com> April 2002
   14028  1.86  christos #               5283-5299  Unassigned
   14029  1.86  christos hacl-hb		5300/tcp   # HA cluster heartbeat
   14030  1.86  christos hacl-hb		5300/udp   # HA cluster heartbeat
   14031  1.86  christos hacl-hb		5300/udp   # HA cluster heartbeat
   14032  1.86  christos hacl-hb		5300/udp   # HA cluster heartbeat
   14033  1.86  christos hacl-gs		5301/tcp   # HA cluster general services
   14034  1.86  christos hacl-gs		5301/udp   # HA cluster general services
   14035  1.86  christos hacl-gs		5301/udp   # HA cluster general services
   14036  1.86  christos hacl-gs		5301/udp   # HA cluster general services
   14037  1.86  christos hacl-cfg	5302/tcp   # HA cluster configuration
   14038  1.86  christos hacl-cfg	5302/udp   # HA cluster configuration
   14039  1.86  christos hacl-cfg	5302/udp   # HA cluster configuration
   14040  1.86  christos hacl-cfg	5302/udp   # HA cluster configuration
   14041  1.86  christos hacl-probe	5303/tcp   # HA cluster probing
   14042  1.86  christos hacl-probe	5303/udp   # HA cluster probing
   14043  1.86  christos hacl-probe	5303/udp   # HA cluster probing
   14044  1.86  christos hacl-probe	5303/udp   # HA cluster probing
   14045  1.86  christos hacl-local      5304/tcp   # HA Cluster Commands
   14046  1.86  christos hacl-local      5304/udp   # HA Cluster Commands
   14047  1.86  christos hacl-local      5304/udp   # HA Cluster Commands
   14048  1.86  christos hacl-local      5304/udp   # HA Cluster Commands
   14049  1.86  christos hacl-test       5305/tcp   # HA Cluster Test
   14050  1.86  christos hacl-test       5305/udp   # HA Cluster Test
   14051  1.86  christos hacl-test       5305/udp   # HA Cluster Test
   14052  1.86  christos hacl-test       5305/udp   # HA Cluster Test
   14053  1.86  christos #                          Eric Soderberg <seric&hposl102.cup.hp>
   14054  1.86  christos #                          Edward Yim <eyim&hpmfas4.cup.hp.com>
   14055  1.86  christos sun-mc-grp	5306/tcp   # Sun MC Group
   14056  1.86  christos sun-mc-grp	5306/udp   # Sun MC Group
   14057  1.86  christos sun-mc-grp	5306/udp   # Sun MC Group
   14058  1.86  christos sun-mc-grp	5306/udp   # Sun MC Group
   14059  1.86  christos #                          Michael DeMoney <demoney&eng.sun.com>
   14060  1.86  christos sco-aip		5307/tcp   # SCO AIP
   14061  1.86  christos sco-aip		5307/udp   # SCO AIP
   14062  1.86  christos sco-aip		5307/udp   # SCO AIP
   14063  1.86  christos sco-aip		5307/udp   # SCO AIP
   14064  1.86  christos #			   Barrie Cooper <barrie&sco.com>
   14065  1.86  christos cfengine 	5308/tcp   # CFengine
   14066  1.86  christos cfengine 	5308/udp   # CFengine
   14067  1.86  christos cfengine	5308/udp   # CFengine
   14068  1.86  christos cfengine	5308/udp   # CFengine
   14069  1.86  christos #			   Mark Burgess <mark.burgess&iu.hioslo.no>
   14070  1.86  christos jprinter	5309/tcp   # J Printer
   14071  1.86  christos jprinter	5309/udp   # J Printer
   14072  1.86  christos jprinter  	5309/udp   # J Printer
   14073  1.86  christos jprinter  	5309/udp   # J Printer
   14074  1.86  christos #			   Ken Blackwell <kenb&bristol.com>
   14075  1.86  christos outlaws         5310/tcp   # Outlaws
   14076  1.86  christos outlaws         5310/udp   # Outlaws
   14077  1.86  christos outlaws         5310/udp   # Outlaws
   14078  1.86  christos outlaws         5310/udp   # Outlaws
   14079  1.86  christos #                          Richard Fife <richardf&lucasarts.com>
   14080  1.86  christos #               5311       Unassigned (removed 7 May 2004)
   14081  1.86  christos permabit-cs     5312/tcp   # Permabit Client-Server
   14082  1.86  christos permabit-cs     5312/udp   # Permabit Client-Server
   14083  1.86  christos permabit-cs     5312/udp   # Permabit Client-Server
   14084  1.86  christos permabit-cs     5312/udp   # Permabit Client-Server
   14085  1.86  christos #                          Jered Floyd <jered&permabit.com>, June 2004
   14086  1.86  christos rrdp            5313/tcp   # Real-time & Reliable Data
   14087  1.86  christos rrdp            5313/udp   # Real-time & Reliable Data
   14088  1.86  christos rrdp            5313/udp   # Real-time & Reliable Data
   14089  1.86  christos rrdp            5313/udp   # Real-time & Reliable Data
   14090  1.86  christos #                          Ted Hoshi <tetsuo.hoshi&jp.yokogawa.com>, June 2004
   14091  1.86  christos opalis-rbt-ipc  5314/tcp   # opalis-rbt-ipc
   14092  1.86  christos opalis-rbt-ipc  5314/udp   # opalis-rbt-ipc
   14093  1.86  christos opalis-rbt-ipc  5314/udp   # opalis-rbt-ipc
   14094  1.86  christos opalis-rbt-ipc  5314/udp   # opalis-rbt-ipc
   14095  1.86  christos #                          Laurent Domenech <ldomenech&opalis.com>
   14096  1.86  christos hacl-poll       5315/tcp   # HA Cluster UDP Polling
   14097  1.86  christos hacl-poll       5315/udp   # HA Cluster UDP Polling
   14098  1.86  christos hacl-poll       5315/udp   # HA Cluster UDP Polling
   14099  1.86  christos hacl-poll       5315/udp   # HA Cluster UDP Polling
   14100  1.86  christos #                          Hoa Nguyen <hoan&cup.hp.com>
   14101  1.86  christos #               5316-5342  Unassigned
   14102  1.86  christos kfserver	5343/tcp   # Sculptor Database Server
   14103  1.86  christos kfserver	5343/udp   # Sculptor Database Server
   14104  1.86  christos kfserver	5343/udp   # Sculptor Database Server
   14105  1.86  christos kfserver	5343/udp   # Sculptor Database Server
   14106  1.86  christos #                          Keith Ashman <sciana&sculptor.co.uk> December 2005
   14107  1.86  christos xkotodrcp	5344/tcp   # xkoto DRCP 
   14108  1.86  christos xkotodrcp	5344/udp   # xkoto DRCP 
   14109  1.86  christos xkotodrcp	5344/udp   # xkoto DRCP 
   14110  1.86  christos xkotodrcp	5344/udp   # xkoto DRCP 
   14111  1.86  christos #			   Jeff Heisz <jeff.heisz&xkoto.com> February 2006
   14112  1.86  christos #               5345-5350  Unassigned
   14113  1.86  christos nat-pmp         5351/tcp   # NAT Port Mapping Protocol
   14114  1.86  christos nat-pmp         5351/udp   # NAT Port Mapping Protocol
   14115  1.86  christos nat-pmp         5351/udp   # NAT Port Mapping Protocol
   14116  1.86  christos nat-pmp         5351/udp   # NAT Port Mapping Protocol
   14117  1.86  christos #                          Joshua Graessley <jgraessley&apple.com> December 2004
   14118  1.86  christos dns-llq         5352/tcp   # DNS Long-Lived Queries
   14119  1.86  christos dns-llq         5352/udp   # DNS Long-Lived Queries
   14120  1.86  christos dns-llq         5352/udp   # DNS Long-Lived Queries
   14121  1.86  christos dns-llq         5352/udp   # DNS Long-Lived Queries
   14122  1.86  christos #                          Kiren Sekar <kiren&apple.com> August 2005
   14123  1.86  christos mdns            5353/tcp   # Multicast DNS
   14124  1.86  christos mdns            5353/udp   # Multicast DNS
   14125  1.86  christos mdns            5353/udp   # Multicast DNS
   14126  1.86  christos mdns            5353/udp   # Multicast DNS
   14127  1.86  christos #                          Stuart Cheshire <cheshire&multicastdns.org>
   14128  1.86  christos mdnsresponder   5354/tcp   # Multicast DNS Responder IPC 
   14129  1.86  christos mdnsresponder   5354/udp   # Multicast DNS Responder IPC 
   14130  1.86  christos mdnsresponder   5354/udp   # Multicast DNS Responder IPC
   14131  1.86  christos mdnsresponder   5354/udp   # Multicast DNS Responder IPC
   14132  1.86  christos #                          Stuart Cheshire <mdnsresponder-ipc&multicastdns.org> June 2004
   14133  1.86  christos llmnr           5355/tcp   # LLMNR
   14134  1.86  christos llmnr           5355/udp   # LLMNR
   14135  1.86  christos llmnr           5355/udp   # LLMNR
   14136  1.86  christos llmnr           5355/udp   # LLMNR
   14137  1.86  christos #                          Bernard Aboba <bernarda&microsoft.com> June 2004
   14138  1.86  christos ms-smlbiz       5356/tcp   # Microsoft Small Business
   14139  1.86  christos ms-smlbiz       5356/udp   # Microsoft Small Business
   14140  1.86  christos ms-smlbiz       5356/udp   # Microsoft Small Business
   14141  1.86  christos ms-smlbiz       5356/udp   # Microsoft Small Business
   14142  1.86  christos #                          Gopikrishna Sandra <v-gosand&microsoft.com> February 2005
   14143  1.86  christos wsdapi          5357/tcp   # Web Services for Devices
   14144  1.86  christos wsdapi          5357/udp   # Web Services for Devices
   14145  1.86  christos wsdapi          5357/udp   # Web Services for Devices
   14146  1.86  christos wsdapi          5357/udp   # Web Services for Devices
   14147  1.86  christos wsdapi-s        5358/tcp   # WS for Devices Secured
   14148  1.86  christos wsdapi-s        5358/udp   # WS for Devices Secured
   14149  1.86  christos wsdapi-s        5358/udp   # WS for Devices Secured
   14150  1.86  christos wsdapi-s        5358/udp   # WS for Devices Secured
   14151  1.86  christos #                          Henry Rawas <henryr&microsoft.com> August 2005
   14152  1.86  christos #     	        5359-5396  Unassigned
   14153  1.86  christos stresstester    5397/tcp   # StressTester(tm) Injector
   14154  1.86  christos stresstester    5397/udp   # StressTester(tm) Injector
   14155  1.86  christos stresstester    5397/udp   # StressTester(tm) Injector
   14156  1.86  christos stresstester    5397/udp   # StressTester(tm) Injector
   14157  1.86  christos #                          Graham Parsons <graham.parsons&reflective.com> August 2005
   14158  1.86  christos elektron-admin  5398/tcp   # Elektron Administration
   14159  1.86  christos elektron-admin  5398/udp   # Elektron Administration
   14160  1.86  christos elektron-admin  5398/udp   # Elektron Administration
   14161  1.86  christos elektron-admin  5398/udp   # Elektron Administration
   14162  1.86  christos #                          Chris Hawk <chris&corriente.net> August 2005
   14163  1.86  christos securitychase   5399/tcp   # SecurityChase
   14164  1.86  christos securitychase   5399/udp   # SecurityChase
   14165  1.86  christos securitychase   5399/udp   # SecurityChase
   14166  1.86  christos securitychase   5399/udp   # SecurityChase
   14167  1.86  christos #                          Daisuke Shinomiya <shinomiya.daisu&jp.fujitsu.com> August 2005
   14168  1.86  christos excerpt		5400/tcp   # Excerpt Search
   14169  1.86  christos excerpt		5400/udp   # Excerpt Search
   14170  1.86  christos excerpt		5400/udp   # Excerpt Search
   14171  1.86  christos excerpt		5400/udp   # Excerpt Search
   14172  1.86  christos excerpts	5401/tcp   # Excerpt Search Secure
   14173  1.86  christos excerpts	5401/udp   # Excerpt Search Secure
   14174  1.86  christos excerpts  	5401/udp   # Excerpt Search Secure
   14175  1.86  christos excerpts  	5401/udp   # Excerpt Search Secure
   14176  1.86  christos #		           John Hinsdale <hin&alma.com>
   14177  1.86  christos mftp		5402/tcp   # OmniCast MFTP
   14178  1.86  christos mftp		5402/udp   # OmniCast MFTP
   14179  1.86  christos mftp		5402/udp   # OmniCast MFTP
   14180  1.86  christos mftp		5402/udp   # OmniCast MFTP
   14181  1.86  christos #			   Steve Bannister <sbannister&stratacache.com> 
   14182  1.86  christos hpoms-ci-lstn   5403/tcp   # HPOMS-CI-LSTN
   14183  1.86  christos hpoms-ci-lstn   5403/udp   # HPOMS-CI-LSTN
   14184  1.86  christos hpoms-ci-lstn	5403/udp   # HPOMS-CI-LSTN
   14185  1.86  christos hpoms-ci-lstn	5403/udp   # HPOMS-CI-LSTN
   14186  1.86  christos hpoms-dps-lstn  5404/tcp   # HPOMS-DPS-LSTN
   14187  1.86  christos hpoms-dps-lstn  5404/udp   # HPOMS-DPS-LSTN
   14188  1.86  christos hpoms-dps-lstn  5404/udp   # HPOMS-DPS-LSTN
   14189  1.86  christos hpoms-dps-lstn  5404/udp   # HPOMS-DPS-LSTN
   14190  1.86  christos #			               Harold Froehling <hrf&cup.hp.com>
   14191  1.86  christos netsupport	5405/tcp   # NetSupport
   14192  1.86  christos netsupport	5405/udp   # NetSupport
   14193  1.86  christos netsupport	5405/udp   # NetSupport
   14194  1.86  christos netsupport	5405/udp   # NetSupport
   14195  1.86  christos #		           Paul Sanders <pe77&dial.pipex.com>
   14196  1.86  christos systemics-sox	5406/tcp   # Systemics Sox
   14197  1.86  christos systemics-sox	5406/udp   # Systemics Sox
   14198  1.86  christos systemics-sox	5406/udp   # Systemics Sox
   14199  1.86  christos systemics-sox	5406/udp   # Systemics Sox
   14200  1.86  christos #		           Gary Howland <gary&systemics.com>
   14201  1.86  christos foresyte-clear  5407/tcp   # Foresyte-Clear
   14202  1.86  christos foresyte-clear  5407/udp   # Foresyte-Clear
   14203  1.86  christos foresyte-clear  5407/udp   # Foresyte-Clear
   14204  1.86  christos foresyte-clear  5407/udp   # Foresyte-Clear
   14205  1.86  christos foresyte-sec    5408/tcp   # Foresyte-Sec
   14206  1.86  christos foresyte-sec    5408/udp   # Foresyte-Sec
   14207  1.86  christos foresyte-sec	5408/udp   # Foresyte-Sec
   14208  1.86  christos foresyte-sec	5408/udp   # Foresyte-Sec
   14209  1.86  christos #			   Jorge Aldana <operator&foresyte.com>
   14210  1.86  christos salient-dtasrv  5409/tcp   # Salient Data Server
   14211  1.86  christos salient-dtasrv  5409/udp   # Salient Data Server
   14212  1.86  christos salient-dtasrv  5409/udp   # Salient Data Server
   14213  1.86  christos salient-dtasrv  5409/udp   # Salient Data Server
   14214  1.86  christos salient-usrmgr  5410/tcp   # Salient User Manager
   14215  1.86  christos salient-usrmgr  5410/udp   # Salient User Manager
   14216  1.86  christos salient-usrmgr  5410/udp   # Salient User Manager
   14217  1.86  christos salient-usrmgr  5410/udp   # Salient User Manager
   14218  1.86  christos #                          Richard Farnham <rfarnham&salient.com> 
   14219  1.86  christos actnet		5411/tcp   # ActNet
   14220  1.86  christos actnet		5411/udp   # ActNet
   14221  1.86  christos actnet		5411/udp   # ActNet
   14222  1.86  christos actnet		5411/udp   # ActNet
   14223  1.86  christos #		           Simon Robillard <RobillardS&actresearch.com>
   14224  1.86  christos continuus	5412/tcp   # Continuus
   14225  1.86  christos continuus	5412/udp   # Continuus
   14226  1.86  christos continuus   	5412/udp   # Continuus
   14227  1.86  christos continuus   	5412/udp   # Continuus
   14228  1.86  christos #		           Steven Holtsberg <steveh&continuus.com>
   14229  1.86  christos wwiotalk	5413/tcp   # WWIOTALK
   14230  1.86  christos wwiotalk	5413/udp   # WWIOTALK
   14231  1.86  christos wwiotalk	5413/udp   # WWIOTALK
   14232  1.86  christos wwiotalk	5413/udp   # WWIOTALK
   14233  1.86  christos #		           Roger Knobbe <RogerK&Wonderware.COM>
   14234  1.86  christos statusd		5414/tcp   # StatusD
   14235  1.86  christos statusd		5414/udp   # StatusD
   14236  1.86  christos statusd		5414/udp   # StatusD
   14237  1.86  christos statusd		5414/udp   # StatusD
   14238  1.86  christos #		           Stephen Misel <steve&satelnet.org>
   14239  1.86  christos ns-server  	5415/tcp   # NS Server
   14240  1.86  christos ns-server  	5415/udp   # NS Server
   14241  1.86  christos ns-server	5415/udp   # NS Server
   14242  1.86  christos ns-server	5415/udp   # NS Server
   14243  1.86  christos #		           Jeffrey Chiao <chiaoj&netsoft.com>
   14244  1.86  christos sns-gateway	5416/tcp   # SNS Gateway
   14245  1.86  christos sns-gateway	5416/udp   # SNS Gateway
   14246  1.86  christos sns-gateway	5416/udp   # SNS Gateway
   14247  1.86  christos sns-gateway	5416/udp   # SNS Gateway
   14248  1.86  christos sns-agent	5417/tcp   # SNS Agent
   14249  1.86  christos sns-agent	5417/udp   # SNS Agent
   14250  1.86  christos sns-agent  	5417/udp   # SNS Agent
   14251  1.86  christos sns-agent  	5417/udp   # SNS Agent
   14252  1.86  christos #	    	           Mary Holstage <holstege&firstfloor.com>
   14253  1.86  christos mcntp		5418/tcp   # MCNTP
   14254  1.86  christos mcntp		5418/udp   # MCNTP
   14255  1.86  christos mcntp		5418/udp   # MCNTP
   14256  1.86  christos mcntp		5418/udp   # MCNTP
   14257  1.86  christos #		           Heiko Rupp <hwr&pilhuhn.de>
   14258  1.86  christos dj-ice		5419/tcp   # DJ-ICE
   14259  1.86  christos dj-ice		5419/udp   # DJ-ICE
   14260  1.86  christos dj-ice		5419/udp   # DJ-ICE
   14261  1.86  christos dj-ice		5419/udp   # DJ-ICE
   14262  1.86  christos #		           Don Tyson <don.tyson&cor.dowjones.com>
   14263  1.86  christos cylink-c	5420/tcp   # Cylink-C
   14264  1.86  christos cylink-c	5420/udp   # Cylink-C
   14265  1.86  christos cylink-c	5420/udp   # Cylink-C
   14266  1.86  christos cylink-c	5420/udp   # Cylink-C
   14267  1.86  christos #		           John Jobe <jjobe&cylink.com>
   14268  1.86  christos netsupport2	5421/tcp   # Net Support 2
   14269  1.86  christos netsupport2	5421/udp   # Net Support 2
   14270  1.86  christos netsupport2	5421/udp   # Net Support 2
   14271  1.86  christos netsupport2	5421/udp   # Net Support 2
   14272  1.86  christos #		           Paul Sanders <p.sanders&dial.pipex.com>
   14273  1.86  christos salient-mux     5422/tcp   # Salient MUX
   14274  1.86  christos salient-mux     5422/udp   # Salient MUX
   14275  1.86  christos salient-mux     5422/udp   # Salient MUX
   14276  1.86  christos salient-mux     5422/udp   # Salient MUX
   14277  1.86  christos #                          Richard Farnham <rfarnham&salient.com>
   14278  1.86  christos virtualuser     5423/tcp   # VIRTUALUSER
   14279  1.86  christos virtualuser     5423/udp   # VIRTUALUSER
   14280  1.86  christos virtualuser     5423/udp   # VIRTUALUSER
   14281  1.86  christos virtualuser     5423/udp   # VIRTUALUSER
   14282  1.86  christos #                          Chad Williams <chad&apple.com>
   14283  1.86  christos beyond-remote   5424/tcp   # Beyond Remote
   14284  1.86  christos beyond-remote   5424/udp   # Beyond Remote
   14285  1.86  christos beyond-remote   5424/udp   # Beyond Remote
   14286  1.86  christos beyond-remote   5424/udp   # Beyond Remote
   14287  1.86  christos #                          Michael Berg <mike&dataapples.com> November 2004
   14288  1.86  christos br-channel      5425/tcp   # Beyond Remote Command Channel
   14289  1.86  christos br-channel      5425/udp   # Beyond Remote Command Channel
   14290  1.86  christos br-channel      5425/udp   # Beyond Remote Command Channel
   14291  1.86  christos br-channel      5425/udp   # Beyond Remote Command Channel
   14292  1.86  christos #                          Michael Berg <mike&dataapples.com> August 2005
   14293  1.86  christos devbasic        5426/tcp   # DEVBASIC
   14294  1.86  christos devbasic        5426/udp   # DEVBASIC
   14295  1.86  christos devbasic        5426/udp   # DEVBASIC
   14296  1.86  christos devbasic        5426/udp   # DEVBASIC
   14297  1.86  christos #                          Curtis Smith <curtis.smith&vsin.com>
   14298  1.86  christos sco-peer-tta    5427/tcp   # SCO-PEER-TTA
   14299  1.86  christos sco-peer-tta    5427/udp   # SCO-PEER-TTA
   14300  1.86  christos sco-peer-tta    5427/udp   # SCO-PEER-TTA
   14301  1.86  christos sco-peer-tta    5427/udp   # SCO-PEER-TTA
   14302  1.86  christos #                          Andrew Shire <sndrewsh&sco.com>
   14303  1.86  christos telaconsole     5428/tcp   # TELACONSOLE
   14304  1.86  christos telaconsole     5428/udp   # TELACONSOLE
   14305  1.86  christos telaconsole     5428/udp   # TELACONSOLE
   14306  1.86  christos telaconsole     5428/udp   # TELACONSOLE
   14307  1.86  christos #                          Joseph M. Newcomer <newcomer&flounder.com>
   14308  1.86  christos base            5429/tcp   # Billing and Accounting System Exchange
   14309  1.86  christos base            5429/udp   # Billing and Accounting System Exchange
   14310  1.86  christos base            5429/udp   # Billing and Accounting System Exchange
   14311  1.86  christos base            5429/udp   # Billing and Accounting System Exchange
   14312  1.86  christos #                          Odo Maletzki <Odo.Maletzki&ioag.de>
   14313  1.86  christos radec-corp      5430/tcp   # RADEC CORP
   14314  1.86  christos radec-corp      5430/udp   # RADEC CORP
   14315  1.86  christos radec-corp      5430/udp   # RADEC CORP
   14316  1.86  christos radec-corp      5430/udp   # RADEC CORP
   14317  1.86  christos #                          David Chell <david&softlife.co.nz>
   14318  1.86  christos park-agent      5431/tcp   # PARK AGENT
   14319  1.86  christos park-agent      5431/udp   # PARK AGENT
   14320  1.86  christos park-agent      5431/udp   # PARK AGENT
   14321  1.86  christos park-agent      5431/udp   # PARK AGENT
   14322  1.86  christos #                          John Clifford <John.Clifford&veritas.com>
   14323  1.86  christos postgresql      5432/tcp   # PostgreSQL Database
   14324  1.86  christos postgresql      5432/udp   # PostgreSQL Database
   14325  1.86  christos postgresql      5432/udp   # PostgreSQL Database
   14326  1.86  christos postgresql      5432/udp   # PostgreSQL Database
   14327  1.86  christos #                          Tom Lane <tgl&sss.pgh.pa.us>
   14328  1.86  christos pyrrho          5433/tcp   # Pyrrho DBMS
   14329  1.86  christos pyrrho          5433/udp   # Pyrrho DBMS
   14330  1.86  christos pyrrho          5433/udp   # Pyrrho DBMS
   14331  1.86  christos pyrrho          5433/udp   # Pyrrho DBMS
   14332  1.86  christos #                          Malcolm Crowe <malcolm.crowe&paisley.ac.uk> November 2005
   14333  1.86  christos sgi-arrayd      5434/tcp   # SGI Array Services Daemon
   14334  1.86  christos sgi-arrayd      5434/udp   # SGI Array Services Daemon
   14335  1.86  christos sgi-arrayd      5434/udp   # SGI Array Services Daemon
   14336  1.86  christos sgi-arrayd      5434/udp   # SGI Array Services Daemon
   14337  1.86  christos #                          Karl Feind <kaf&sgi.com> October 2005
   14338  1.86  christos dttl            5435/tcp   # Data Tunneling Transceiver Linking (DTTL)
   14339  1.86  christos dttl            5435/udp   # Data Tunneling Transceiver Linking (DTTL)
   14340  1.86  christos dttl            5435/udp   # Data Tunneling Transceiver Linking (DTTL)
   14341  1.86  christos dttl            5435/udp   # Data Tunneling Transceiver Linking (DTTL)
   14342  1.86  christos #                          Richard Olsen <Olsen7&liquefaction.com>
   14343  1.86  christos #               5436-5452  Unassigned
   14344  1.86  christos surebox         5453/tcp   # SureBox
   14345  1.86  christos surebox         5453/udp   # SureBox
   14346  1.86  christos surebox         5453/udp   # SureBox
   14347  1.86  christos surebox         5453/udp   # SureBox
   14348  1.86  christos #                          Emin BORU <emin&danismanlik.net> November 2004
   14349  1.86  christos apc-5454        5454/tcp   # APC 5454
   14350  1.86  christos apc-5454        5454/udp   # APC 5454
   14351  1.86  christos apc-5454        5454/udp   # APC 5454
   14352  1.86  christos apc-5454        5454/udp   # APC 5454
   14353  1.86  christos apc-5455        5455/tcp   # APC 5455
   14354  1.86  christos apc-5455        5455/udp   # APC 5455
   14355  1.86  christos apc-5455        5455/udp   # APC 5455
   14356  1.86  christos apc-5455        5455/udp   # APC 5455
   14357  1.86  christos apc-5456        5456/tcp   # APC 5456
   14358  1.86  christos apc-5456        5456/udp   # APC 5456
   14359  1.86  christos apc-5456        5456/udp   # APC 5456
   14360  1.86  christos apc-5456        5456/udp   # APC 5456
   14361  1.86  christos #                          American Power Conversion <ports&apcc.com>
   14362  1.86  christos #               5457-5460  Unassigned
   14363  1.86  christos silkmeter       5461/tcp   # SILKMETER
   14364  1.86  christos silkmeter       5461/udp   # SILKMETER
   14365  1.86  christos silkmeter       5461/udp   # SILKMETER
   14366  1.86  christos silkmeter       5461/udp   # SILKMETER
   14367  1.86  christos #                          Klaus Fellner <webmaster&segue.com> <kfellner&segue.com>
   14368  1.86  christos ttl-publisher   5462/tcp   # TTL Publisher
   14369  1.86  christos ttl-publisher   5462/udp   # TTL Publisher
   14370  1.86  christos ttl-publisher   5462/udp   # TTL Publisher
   14371  1.86  christos ttl-publisher   5462/udp   # TTL Publisher
   14372  1.86  christos #                          Peter Jacobs <pjacobs&tullib.com>
   14373  1.86  christos ttlpriceproxy   5463/tcp   # TTL Price Proxy
   14374  1.86  christos ttlpriceproxy   5463/udp   # TTL Price Proxy
   14375  1.86  christos ttlpriceproxy   5463/udp   # TTL Price Proxy
   14376  1.86  christos ttlpriceproxy   5463/udp   # TTL Price Proxy
   14377  1.86  christos #                          Peter Jacobs <pjacobs&tullib.com>
   14378  1.86  christos quailnet	5464/tcp   # Quail Networks Object Broker
   14379  1.86  christos quailnet	5464/udp   # Quail Networks Object Broker
   14380  1.86  christos quailnet	5464/udp   # Quail Networks Object Broker
   14381  1.86  christos quailnet	5464/udp   # Quail Networks Object Broker
   14382  1.86  christos #			   Craig N. Bissell <craig&quailnetworks.com> April 2006
   14383  1.86  christos netops-broker   5465/tcp   # NETOPS-BROKER
   14384  1.86  christos netops-broker   5465/udp   # NETOPS-BROKER
   14385  1.86  christos netops-broker   5465/udp   # NETOPS-BROKER
   14386  1.86  christos netops-broker   5465/udp   # NETOPS-BROKER
   14387  1.86  christos #                          John R. Deuel <kink&netops.com>
   14388  1.86  christos #		5466-5499  Unassigned
   14389  1.86  christos fcp-addr-srvr1  5500/tcp   # fcp-addr-srvr1
   14390  1.86  christos fcp-addr-srvr1  5500/udp   # fcp-addr-srvr1
   14391  1.86  christos fcp-addr-srvr1  5500/udp   # fcp-addr-srvr1
   14392  1.86  christos fcp-addr-srvr1  5500/udp   # fcp-addr-srvr1
   14393  1.86  christos fcp-addr-srvr2  5501/tcp   # fcp-addr-srvr2
   14394  1.86  christos fcp-addr-srvr2  5501/udp   # fcp-addr-srvr2
   14395  1.86  christos fcp-addr-srvr2  5501/udp   # fcp-addr-srvr2
   14396  1.86  christos fcp-addr-srvr2  5501/udp   # fcp-addr-srvr2
   14397  1.86  christos fcp-srvr-inst1  5502/tcp   # fcp-srvr-inst1
   14398  1.86  christos fcp-srvr-inst1  5502/udp   # fcp-srvr-inst1
   14399  1.86  christos fcp-srvr-inst1  5502/udp   # fcp-srvr-inst1
   14400  1.86  christos fcp-srvr-inst1  5502/udp   # fcp-srvr-inst1
   14401  1.86  christos fcp-srvr-inst2  5503/tcp   # fcp-srvr-inst2
   14402  1.86  christos fcp-srvr-inst2  5503/udp   # fcp-srvr-inst2
   14403  1.86  christos fcp-srvr-inst2  5503/udp   # fcp-srvr-inst2
   14404  1.86  christos fcp-srvr-inst2  5503/udp   # fcp-srvr-inst2
   14405  1.86  christos fcp-cics-gw1    5504/tcp   # fcp-cics-gw1
   14406  1.86  christos fcp-cics-gw1    5504/udp   # fcp-cics-gw1
   14407  1.86  christos fcp-cics-gw1    5504/udp   # fcp-cics-gw1
   14408  1.86  christos fcp-cics-gw1    5504/udp   # fcp-cics-gw1
   14409  1.86  christos #			   Ken Wittmer <kenneth.m.wittmer&accenture.com>
   14410  1.86  christos checkoutdb	5505/tcp   # Checkout Database
   14411  1.86  christos checkoutdb	5505/udp   # Checkout Database
   14412  1.86  christos checkoutdb	5505/udp   # Checkout Database
   14413  1.86  christos checkoutdb	5505/udp   # Checkout Database
   14414  1.86  christos #			   Dirk Stoop <dirk&madebysofa.com> April 2007
   14415  1.86  christos #               5506-5552  Unassigned
   14416  1.86  christos sgi-eventmond   5553/tcp   # SGI Eventmond Port
   14417  1.86  christos sgi-eventmond   5553/udp   # SGI Eventmond Port
   14418  1.86  christos sgi-eventmond   5553/udp   # SGI Eventmond Port
   14419  1.86  christos sgi-eventmond   5553/udp   # SGI Eventmond Port
   14420  1.86  christos #                          Andrei Vilkotski <andreiv&sgi.com> June 2003
   14421  1.86  christos sgi-esphttp     5554/tcp   # SGI ESP HTTP
   14422  1.86  christos sgi-esphttp     5554/udp   # SGI ESP HTTP
   14423  1.86  christos sgi-esphttp     5554/udp   # SGI ESP HTTP
   14424  1.86  christos sgi-esphttp     5554/udp   # SGI ESP HTTP
   14425  1.86  christos #                          Vladimir Legalov <legalov&sgi.com>
   14426  1.86  christos ############Port 5555 also used by HP Omniback#####################
   14427  1.86  christos personal-agent  5555/tcp   # Personal Agent
   14428  1.86  christos personal-agent  5555/udp   # Personal Agent
   14429  1.86  christos personal-agent  5555/udp   # Personal Agent
   14430  1.86  christos personal-agent  5555/udp   # Personal Agent
   14431  1.86  christos #			               Jackie Wu <jackiew&infoseek.com>
   14432  1.86  christos ###################################################################
   14433  1.86  christos freeciv         5556/tcp   # Freeciv gameplay
   14434  1.86  christos freeciv         5556/udp   # Freeciv gameplay
   14435  1.86  christos freeciv         5556/udp   # Freeciv gameplay
   14436  1.86  christos freeciv         5556/udp   # Freeciv gameplay
   14437  1.86  christos #			   Reinier Post, Paul Zastoupil <freeciv&freeciv.org> January 2006
   14438  1.86  christos #		5557-5565  Unassigned
   14439  1.86  christos udpplus         5566/tcp   # UDPPlus
   14440  1.86  christos udpplus         5566/udp   # UDPPlus
   14441  1.86  christos udpplus         5566/udp   # UDPPlus
   14442  1.86  christos udpplus         5566/udp   # UDPPlus
   14443  1.86  christos #                          Cody Gibson <cody.gibson&intermec.com>
   14444  1.86  christos m-oap		5567/tcp   # Multicast Object Access Protocol
   14445  1.86  christos m-oap		5567/udp   # Multicast Object Access Protocol
   14446  1.86  christos m-oap		5567/udp   # Multicast Object Access Protocol
   14447  1.86  christos m-oap		5567/udp   # Multicast Object Access Protocol
   14448  1.86  christos #                          Bryant Eastham <protocols&pewla.us.pewg.panasonic.com> November 2004
   14449  1.86  christos sdt		5568/tcp   # Session Data Transport Multicast
   14450  1.86  christos sdt		5568/udp   # Session Data Transport Multicast
   14451  1.86  christos sdt		5568/udp   # Session Data Transport Multicast
   14452  1.86  christos sdt		5568/udp   # Session Data Transport Multicast
   14453  1.86  christos #			   Daniel W. Antonuk <dantonuk&etcconnect.com> May 2006
   14454  1.86  christos #               5569-5579  Unassigned
   14455  1.86  christos tmosms0		5580/tcp   # T-Mobile SMS Protocol Message 0
   14456  1.86  christos tmosms0		5580/udp   # T-Mobile SMS Protocol Message 0
   14457  1.86  christos tmosms0		5580/udp   # T-Mobile SMS Protocol Message 0
   14458  1.86  christos tmosms0		5580/udp   # T-Mobile SMS Protocol Message 0
   14459  1.86  christos tmosms1		5581/tcp   # T-Mobile SMS Protocol Message 1
   14460  1.86  christos tmosms1		5581/udp   # T-Mobile SMS Protocol Message 1
   14461  1.86  christos tmosms1		5581/udp   # T-Mobile SMS Protocol Message 1
   14462  1.86  christos tmosms1		5581/udp   # T-Mobile SMS Protocol Message 1
   14463  1.86  christos #			   Ezinne Oji <ezinne.oji&t-mobile.com> June 2006
   14464  1.86  christos #               5582-5583  Unassigned
   14465  1.86  christos bis-web         5584/tcp   # BeInSync-Web
   14466  1.86  christos bis-web         5584/udp   # BeInSync-Web
   14467  1.86  christos bis-web         5584/udp   # BeInSync-Web
   14468  1.86  christos bis-web         5584/udp   # BeInSync-Web
   14469  1.86  christos bis-sync        5585/tcp   # BeInSync-sync
   14470  1.86  christos bis-sync        5585/udp   # BeInSync-sync
   14471  1.86  christos bis-sync        5585/udp   # BeInSync-sync
   14472  1.86  christos bis-sync        5585/udp   # BeInSync-sync
   14473  1.86  christos #                          Adi Ruppin <adi.ruppin&data-pod.com> August 2005
   14474  1.86  christos #               5586-5596  Unassigned
   14475  1.86  christos ininmessaging   5597/tcp   # inin secure messaging
   14476  1.86  christos ininmessaging   5597/udp   # inin secure messaging
   14477  1.86  christos ininmessaging   5597/udp   # inin secure messaging
   14478  1.86  christos ininmessaging   5597/udp   # inin secure messaging
   14479  1.86  christos #			   Mike Gagle <mikeg&inin.com> May 2006
   14480  1.86  christos mctfeed		5598/tcp   # MCT Market Data Feed
   14481  1.86  christos mctfeed		5598/udp   # MCT Market Data Feed
   14482  1.86  christos mctfeed		5598/udp   # MCT Market Data Feed
   14483  1.86  christos mctfeed		5598/udp   # MCT Market Data Feed
   14484  1.86  christos #			   Stephane Touizer <touizer&microcaptrade.com> May 2006
   14485  1.86  christos esinstall	5599/tcp   # Enterprise Security Remote Install
   14486  1.86  christos esinstall	5599/udp   # Enterprise Security Remote Install
   14487  1.86  christos esinstall	5599/udp   # Enterprise Security Remote Install
   14488  1.86  christos esinstall	5599/udp   # Enterprise Security Remote Install
   14489  1.86  christos esmmanager 	5600/tcp   # Enterprise Security Manager
   14490  1.86  christos esmmanager 	5600/udp   # Enterprise Security Manager
   14491  1.86  christos esmmanager	5600/udp   # Enterprise Security Manager
   14492  1.86  christos esmmanager	5600/udp   # Enterprise Security Manager
   14493  1.86  christos esmagent	5601/tcp   # Enterprise Security Agent
   14494  1.86  christos esmagent	5601/udp   # Enterprise Security Agent
   14495  1.86  christos esmagent   	5601/udp   # Enterprise Security Agent
   14496  1.86  christos esmagent   	5601/udp   # Enterprise Security Agent
   14497  1.86  christos #		           Kimberly Gibbs <kimgib&CCGATE-UT.AXENT.COM>
   14498  1.86  christos a1-msc		5602/tcp   # A1-MSC
   14499  1.86  christos a1-msc		5602/udp   # A1-MSC
   14500  1.86  christos a1-msc		5602/udp   # A1-MSC
   14501  1.86  christos a1-msc		5602/udp   # A1-MSC
   14502  1.86  christos a1-bs		5603/tcp   # A1-BS
   14503  1.86  christos a1-bs		5603/udp   # A1-BS
   14504  1.86  christos a1-bs  		5603/udp   # A1-BS
   14505  1.86  christos a1-bs  		5603/udp   # A1-BS
   14506  1.86  christos a3-sdunode	5604/tcp   # A3-SDUNode
   14507  1.86  christos a3-sdunode	5604/udp   # A3-SDUNode
   14508  1.86  christos a3-sdunode	5604/udp   # A3-SDUNode
   14509  1.86  christos a3-sdunode	5604/udp   # A3-SDUNode
   14510  1.86  christos a4-sdunode	5605/tcp   # A4-SDUNode
   14511  1.86  christos a4-sdunode	5605/udp   # A4-SDUNode
   14512  1.86  christos a4-sdunode	5605/udp   # A4-SDUNode
   14513  1.86  christos a4-sdunode	5605/udp   # A4-SDUNode
   14514  1.86  christos #		           Mike Dolan <MDolan&ihcmail.ih.lucent.com>
   14515  1.86  christos #               5606-5626  Unassigned
   14516  1.86  christos ninaf		5627/tcp   # Node Initiated Network Association Forma
   14517  1.86  christos ninaf		5627/udp   # Node Initiated Network Association Forma
   14518  1.86  christos ninaf		5627/udp   # Node Initiated Network Association Forma
   14519  1.86  christos ninaf		5627/udp   # Node Initiated Network Association Forma
   14520  1.86  christos #			   Thomas Scholl <tscholl&spf.is-is.ca> March 2006
   14521  1.86  christos #               5628       Unassigned
   14522  1.86  christos symantec-sfdb	5629/tcp   # Symantec Storage Foundation for Database
   14523  1.86  christos symantec-sfdb	5629/udp   # Symantec Storage Foundation for Database
   14524  1.86  christos symantec-sfdb	5629/udp   # Symantec Storage Foundation for Database
   14525  1.86  christos symantec-sfdb	5629/udp   # Symantec Storage Foundation for Database
   14526  1.86  christos #			   Quang Thoi <quang_thoi&symantec.com> November 2006
   14527  1.86  christos precise-comm	5630/tcp   # PreciseCommunication
   14528  1.86  christos precise-comm	5630/udp   # PreciseCommunication
   14529  1.86  christos precise-comm	5630/udp   # PreciseCommunication
   14530  1.86  christos precise-comm	5630/udp   # PreciseCommunication
   14531  1.86  christos #			   Alon Tamir <alon_tamir&symantec.com> April 2006
   14532  1.86  christos pcanywheredata  5631/tcp   # pcANYWHEREdata
   14533  1.86  christos pcanywheredata  5631/udp   # pcANYWHEREdata
   14534  1.86  christos pcanywheredata  5631/udp   # pcANYWHEREdata
   14535  1.86  christos pcanywheredata  5631/udp   # pcANYWHEREdata
   14536  1.86  christos pcanywherestat  5632/tcp   # pcANYWHEREstat
   14537  1.86  christos pcanywherestat  5632/udp   # pcANYWHEREstat
   14538  1.86  christos pcanywherestat  5632/udp   # pcANYWHEREstat
   14539  1.86  christos pcanywherestat  5632/udp   # pcANYWHEREstat
   14540  1.86  christos #                          Jon Rosarky <JRosarky&symantec.com>
   14541  1.86  christos beorl           5633/tcp   # BE Operations Request Listener
   14542  1.86  christos beorl           5633/udp   # BE Operations Request Listener
   14543  1.86  christos beorl           5633/udp   # BE Operations Request Listener
   14544  1.86  christos beorl           5633/udp   # BE Operations Request Listener
   14545  1.86  christos #			   chirag desai <Chirag_Desai&symantec.com> February 2006
   14546  1.86  christos #               5634-5671  Unassigned
   14547  1.86  christos amqp		5672/tcp   # AMQP
   14548  1.86  christos amqp		5672/udp   # AMQP
   14549  1.86  christos amqp		5672/udp   # AMQP
   14550  1.86  christos amqp		5672/udp   # AMQP
   14551  1.86  christos #			   Pieter Hintjens <ph&imatix.com> January 2006
   14552  1.86  christos amqp		5672/sctp  # AMQP
   14553  1.86  christos amqp		5672/udp  # AMQP
   14554  1.86  christos #			   Martin Sustrik <sustrik&imatix.com> March 2007
   14555  1.86  christos jms             5673/tcp   # JACL Message Server
   14556  1.86  christos jms             5673/udp   # JACL Message Server
   14557  1.86  christos jms             5673/udp   # JACL Message Server
   14558  1.86  christos jms             5673/udp   # JACL Message Server
   14559  1.86  christos #                          Stuart Allen <stuart&jacl.animats.net> February 2002
   14560  1.86  christos hyperscsi-port  5674/tcp   # HyperSCSI Port
   14561  1.86  christos hyperscsi-port  5674/udp   # HyperSCSI Port
   14562  1.86  christos hyperscsi-port  5674/udp   # HyperSCSI Port
   14563  1.86  christos hyperscsi-port  5674/udp   # HyperSCSI Port
   14564  1.86  christos #                          Data Storage Institute, Singapore 
   14565  1.86  christos #                          <Patrick&dsi.nus.edu.sg> February 2002
   14566  1.86  christos v5ua            5675/tcp   # V5UA application port
   14567  1.86  christos v5ua            5675/udp   # V5UA application port
   14568  1.86  christos v5ua            5675/udp   # V5UA application port
   14569  1.86  christos v5ua            5675/udp   # V5UA application port
   14570  1.86  christos v5ua            5675/sctp  # V5UA application port
   14571  1.86  christos v5ua            5675/udp  # V5UA application port
   14572  1.86  christos #                          RFC3807 June 2004
   14573  1.86  christos raadmin         5676/tcp   # RA Administration
   14574  1.86  christos raadmin         5676/udp   # RA Administration
   14575  1.86  christos raadmin         5676/udp   # RA Administration
   14576  1.86  christos raadmin         5676/udp   # RA Administration
   14577  1.86  christos #                          Sergei Zjaikin <serge&previo.ee> February 2002
   14578  1.86  christos questdb2-lnchr  5677/tcp   # Quest Central DB2 Launchr
   14579  1.86  christos questdb2-lnchr  5677/udp   # Quest Central DB2 Launchr
   14580  1.86  christos questdb2-lnchr  5677/udp   # Quest Central DB2 Launchr
   14581  1.86  christos questdb2-lnchr  5677/udp   # Quest Central DB2 Launchr
   14582  1.86  christos #                          Robert M. Mackowiak <rmackowiak&quest.com> February 2002
   14583  1.86  christos rrac            5678/tcp   # Remote Replication Agent Connection  
   14584  1.86  christos rrac            5678/udp   # Remote Replication Agent Connection  
   14585  1.86  christos rrac            5678/udp   # Remote Replication Agent Connection  
   14586  1.86  christos rrac            5678/udp   # Remote Replication Agent Connection  
   14587  1.86  christos dccm            5679/tcp   # Direct Cable Connect Manager
   14588  1.86  christos dccm            5679/udp   # Direct Cable Connect Manager
   14589  1.86  christos dccm            5679/udp   # Direct Cable Connect Manager
   14590  1.86  christos dccm            5679/udp   # Direct Cable Connect Manager
   14591  1.86  christos #                          Mark Miller <mmiller&MICROSOFT.com>
   14592  1.86  christos auriga-router   5680/tcp   # Auriga Router Service
   14593  1.86  christos auriga-router   5680/udp   # Auriga Router Service
   14594  1.86  christos auriga-router   5680/udp   # Auriga Router Service
   14595  1.86  christos auriga-router   5680/udp   # Auriga Router Service
   14596  1.86  christos #			   Vincent Gaudeul <technique&auriga.fr> February 2006
   14597  1.86  christos ncxcp 		5681/tcp   # Net-coneX Control Protocol
   14598  1.86  christos ncxcp 		5681/udp   # Net-coneX Control Protocol
   14599  1.86  christos ncxcp 		5681/udp   # Net-coneX Control Protocol
   14600  1.86  christos ncxcp 		5681/udp   # Net-coneX Control Protocol
   14601  1.86  christos #			   Ryan Werber <ryan&ncxti.com> June 2006
   14602  1.86  christos #               5682-5687  Unassigned
   14603  1.86  christos ggz             5688/tcp   # GGZ Gaming Zone
   14604  1.86  christos ggz             5688/udp   # GGZ Gaming Zone
   14605  1.86  christos ggz             5688/udp   # GGZ Gaming Zone
   14606  1.86  christos ggz             5688/udp   # GGZ Gaming Zone
   14607  1.86  christos #                          Josef Spillner <admin&ggzgamingzone.org> January 2003  
   14608  1.86  christos qmvideo		5689/tcp   # QM video network management protocol
   14609  1.86  christos qmvideo		5689/udp   # QM video network management protocol
   14610  1.86  christos qmvideo		5689/udp   # QM video network management protocol
   14611  1.86  christos qmvideo		5689/udp   # QM video network management protocol
   14612  1.86  christos #			   Jamie Lokier <jamie&jlokier.co.uk> May 2006
   14613  1.86  christos #               5690-5712  Unassigned
   14614  1.86  christos proshareaudio   5713/tcp   # proshare conf audio
   14615  1.86  christos proshareaudio   5713/udp   # proshare conf audio
   14616  1.86  christos proshareaudio   5713/udp   # proshare conf audio
   14617  1.86  christos proshareaudio   5713/udp   # proshare conf audio
   14618  1.86  christos prosharevideo   5714/tcp   # proshare conf video
   14619  1.86  christos prosharevideo   5714/udp   # proshare conf video
   14620  1.86  christos prosharevideo   5714/udp   # proshare conf video
   14621  1.86  christos prosharevideo   5714/udp   # proshare conf video
   14622  1.86  christos prosharedata    5715/tcp   # proshare conf data 
   14623  1.86  christos prosharedata    5715/udp   # proshare conf data 
   14624  1.86  christos prosharedata    5715/udp   # proshare conf data 
   14625  1.86  christos prosharedata    5715/udp   # proshare conf data 
   14626  1.86  christos prosharerequest 5716/tcp   # proshare conf request
   14627  1.86  christos prosharerequest 5716/udp   # proshare conf request
   14628  1.86  christos prosharerequest 5716/udp   # proshare conf request
   14629  1.86  christos prosharerequest 5716/udp   # proshare conf request
   14630  1.86  christos prosharenotify  5717/tcp   # proshare conf notify 
   14631  1.86  christos prosharenotify  5717/udp   # proshare conf notify 
   14632  1.86  christos prosharenotify  5717/udp   # proshare conf notify 
   14633  1.86  christos prosharenotify  5717/udp   # proshare conf notify 
   14634  1.86  christos #                          <gunner&ibeam.intel.com>
   14635  1.86  christos dpm		5718/tcp   # DPM Communication Server
   14636  1.86  christos dpm		5718/udp   # DPM Communication Server
   14637  1.86  christos dpm		5718/udp   # DPM Communication Server
   14638  1.86  christos dpm		5718/udp   # DPM Communication Server
   14639  1.86  christos dpm-agent	5719/tcp   # DPM Agent Coordinator
   14640  1.86  christos dpm-agent	5719/udp   # DPM Agent Coordinator
   14641  1.86  christos dpm-agent	5719/udp   # DPM Agent Coordinator
   14642  1.86  christos dpm-agent	5719/udp   # DPM Agent Coordinator
   14643  1.86  christos #			   Sundar Srinivasan <sundars&microsoft.com> Vinay Badami <VinayB&microsoft.com> May 2006
   14644  1.86  christos ms-licensing    5720/tcp   # MS-Licensing
   14645  1.86  christos ms-licensing    5720/udp   # MS-Licensing
   14646  1.86  christos ms-licensing    5720/udp   # MS-Licensing 
   14647  1.86  christos ms-licensing    5720/udp   # MS-Licensing 
   14648  1.86  christos #                          Thomas Lindeman <tlinde&microsoft.com> November 2002
   14649  1.86  christos dtpt            5721/tcp   # Desktop Passthru Service
   14650  1.86  christos dtpt            5721/udp   # Desktop Passthru Service
   14651  1.86  christos dtpt            5721/udp   # Desktop Passthru Service
   14652  1.86  christos dtpt            5721/udp   # Desktop Passthru Service
   14653  1.86  christos #                          Dan Leising <dleising&microsoft.com> January 2005
   14654  1.86  christos msdfsr		5722/tcp   # Microsoft DFS Replication Service
   14655  1.86  christos msdfsr		5722/udp   # Microsoft DFS Replication Service
   14656  1.86  christos msdfsr		5722/udp   # Microsoft DFS Replication Service
   14657  1.86  christos msdfsr		5722/udp   # Microsoft DFS Replication Service
   14658  1.86  christos #			   Guhan Suriyanarayanan <guhans&microsoft.com> March 2006
   14659  1.86  christos omhs		5723/tcp   # Operations Manager - Health Service
   14660  1.86  christos omhs		5723/udp   # Operations Manager - Health Service
   14661  1.86  christos omhs		5723/udp   # Operations Manager - Health Service
   14662  1.86  christos omhs		5723/udp   # Operations Manager - Health Service
   14663  1.86  christos omsdk		5724/tcp   # Operations Manager - SDK Service
   14664  1.86  christos omsdk		5724/udp   # Operations Manager - SDK Service
   14665  1.86  christos omsdk		5724/udp   # Operations Manager - SDK Service
   14666  1.86  christos omsdk		5724/udp   # Operations Manager - SDK Service
   14667  1.86  christos #			   Gerardo Dilillo <MOMIANA&microsoft.com> August 2006
   14668  1.86  christos #               5725-5728  Unassigned
   14669  1.86  christos openmail        5729/tcp   # Openmail User Agent Layer
   14670  1.86  christos openmail        5729/udp   # Openmail User Agent Layer
   14671  1.86  christos openmail        5729/udp   # Openmail User Agent Layer
   14672  1.86  christos openmail        5729/udp   # Openmail User Agent Layer
   14673  1.86  christos #                          OpenMail Encyclopedia <opencyc&hpopd.pwd.hp.com>
   14674  1.86  christos #                          Don Loughry <DON_LOUGHRY&hp-cupertino-om4.om.hp.com>
   14675  1.86  christos unieng          5730/tcp   # Steltor's calendar access
   14676  1.86  christos unieng          5730/udp   # Steltor's calendar access
   14677  1.86  christos unieng          5730/udp   # Steltor's calendar access
   14678  1.86  christos unieng          5730/udp   # Steltor's calendar access
   14679  1.86  christos #                          Bernard Desruisseaux <bernard&steltor.com>
   14680  1.86  christos #               5731-5740  Unassigned           
   14681  1.86  christos ida-discover1   5741/tcp   # IDA Discover Port 1
   14682  1.86  christos ida-discover1   5741/udp   # IDA Discover Port 1
   14683  1.86  christos ida-discover1   5741/udp   # IDA Discover Port 1
   14684  1.86  christos ida-discover1   5741/udp   # IDA Discover Port 1
   14685  1.86  christos ida-discover2   5742/tcp   # IDA Discover Port 2
   14686  1.86  christos ida-discover2   5742/udp   # IDA Discover Port 2
   14687  1.86  christos ida-discover2   5742/udp   # IDA Discover Port 2
   14688  1.86  christos ida-discover2   5742/udp   # IDA Discover Port 2
   14689  1.86  christos #                          MPITech Support <morten.christensen&I-DATA.COM>
   14690  1.86  christos watchdoc-pod    5743/tcp   # Watchdoc NetPOD Protocol
   14691  1.86  christos watchdoc-pod    5743/udp   # Watchdoc NetPOD Protocol
   14692  1.86  christos watchdoc-pod    5743/udp   # Watchdoc NetPOD Protocol
   14693  1.86  christos watchdoc-pod    5743/udp   # Watchdoc NetPOD Protocol
   14694  1.86  christos #                          Christophe Chevalier <chevalier&archimed.fr> August 2005
   14695  1.86  christos watchdoc        5744/tcp   # Watchdoc Server
   14696  1.86  christos watchdoc        5744/udp   # Watchdoc Server
   14697  1.86  christos watchdoc        5744/udp   # Watchdoc Server
   14698  1.86  christos watchdoc        5744/udp   # Watchdoc Server
   14699  1.86  christos #                          Christophe Chevalier <chevalier&archimed.fr> November 2004
   14700  1.86  christos fcopy-server    5745/tcp   # fcopy-server
   14701  1.86  christos fcopy-server    5745/udp   # fcopy-server
   14702  1.86  christos fcopy-server    5745/udp   # fcopy-server
   14703  1.86  christos fcopy-server    5745/udp   # fcopy-server
   14704  1.86  christos fcopys-server   5746/tcp   # fcopys-server
   14705  1.86  christos fcopys-server   5746/udp   # fcopys-server
   14706  1.86  christos fcopys-server   5746/udp   # fcopys-server
   14707  1.86  christos fcopys-server   5746/udp   # fcopys-server
   14708  1.86  christos #                          Moshe Leibovitch <moshe&softlinkusa.com>
   14709  1.86  christos tunatic         5747/tcp   # Wildbits Tunatic
   14710  1.86  christos tunatic         5747/udp   # Wildbits Tunatic
   14711  1.86  christos tunatic         5747/udp   # Wildbits Tunatic
   14712  1.86  christos tunatic         5747/udp   # Wildbits Tunatic
   14713  1.86  christos tunalyzer       5748/tcp   # Wildbits Tunalyzer
   14714  1.86  christos tunalyzer       5748/udp   # Wildbits Tunalyzer
   14715  1.86  christos tunalyzer       5748/udp   # Wildbits Tunalyzer
   14716  1.86  christos tunalyzer       5748/udp   # Wildbits Tunalyzer
   14717  1.86  christos #                          Sylvain Demongeot <sylvain.demongeot&wildbits.com> August 2005
   14718  1.86  christos #               5749-5754  Unassigned
   14719  1.86  christos openmailg       5755/tcp   # OpenMail Desk Gateway server
   14720  1.86  christos openmailg       5755/udp   # OpenMail Desk Gateway server
   14721  1.86  christos openmailg       5755/udp   # OpenMail Desk Gateway server
   14722  1.86  christos openmailg       5755/udp   # OpenMail Desk Gateway server
   14723  1.86  christos x500ms          5757/tcp   # OpenMail X.500 Directory Server
   14724  1.86  christos x500ms          5757/udp   # OpenMail X.500 Directory Server
   14725  1.86  christos x500ms          5757/udp   # OpenMail X.500 Directory Server
   14726  1.86  christos x500ms          5757/udp   # OpenMail X.500 Directory Server
   14727  1.86  christos openmailns      5766/tcp   # OpenMail NewMail Server
   14728  1.86  christos openmailns      5766/udp   # OpenMail NewMail Server
   14729  1.86  christos openmailns      5766/udp   # OpenMail NewMail Server
   14730  1.86  christos openmailns      5766/udp   # OpenMail NewMail Server
   14731  1.86  christos s-openmail      5767/tcp   # OpenMail Suer Agent Layer (Secure)
   14732  1.86  christos s-openmail      5767/udp   # OpenMail Suer Agent Layer (Secure)
   14733  1.86  christos s-openmail      5767/udp   # OpenMail Suer Agent Layer (Secure)
   14734  1.86  christos s-openmail      5767/udp   # OpenMail Suer Agent Layer (Secure)
   14735  1.86  christos openmailpxy     5768/tcp   # OpenMail CMTS Server
   14736  1.86  christos openmailpxy     5768/udp   # OpenMail CMTS Server
   14737  1.86  christos openmailpxy     5768/udp   # OpenMail CMTS Server
   14738  1.86  christos openmailpxy     5768/udp   # OpenMail CMTS Server
   14739  1.86  christos #                          OpenMail Encyclopedia <opencyc&hpopd.pwd.hp.com>
   14740  1.86  christos #                          Don Loughry <DON_LOUGHRY&hp-cupertino-om4.om.hp.com>
   14741  1.86  christos spramsca	5769/tcp   # x509solutions Internal CA
   14742  1.86  christos spramsca	5769/udp   # x509solutions Internal CA
   14743  1.86  christos spramsca	5769/udp   # x509solutions Internal CA
   14744  1.86  christos spramsca	5769/udp   # x509solutions Internal CA
   14745  1.86  christos spramsd		5770/tcp   # x509solutions Secure Data
   14746  1.86  christos spramsd		5770/udp   # x509solutions Secure Data
   14747  1.86  christos spramsd		5770/udp   # x509solutions Secure Data
   14748  1.86  christos spramsd		5770/udp   # x509solutions Secure Data
   14749  1.86  christos #			   Brendan Fay <brendan.fay&x509solutions.com> February 2006
   14750  1.86  christos netagent        5771/tcp   # NetAgent
   14751  1.86  christos netagent        5771/udp   # NetAgent
   14752  1.86  christos netagent        5771/udp   # NetAgent
   14753  1.86  christos netagent        5771/udp   # NetAgent
   14754  1.86  christos #                          Bradley Birnbaum <bradley.birnbaum&eshare.com>
   14755  1.86  christos #               5772-5776  Unassigned
   14756  1.86  christos dali-port       5777/tcp   # DALI Port
   14757  1.86  christos dali-port       5777/udp   # DALI Port
   14758  1.86  christos dali-port       5777/udp   # DALI Port
   14759  1.86  christos dali-port       5777/udp   # DALI Port
   14760  1.86  christos #                          Wayne Morrow / Michael Melio <wmorrow&starfieldcorp.com> / <meliomd&comcast.net> October 2003
   14761  1.86  christos #               5778-5792  Unassigned
   14762  1.86  christos xtreamx		5793/tcp   # XtreamX Supervised Peer message
   14763  1.86  christos xtreamx		5793/udp   # XtreamX Supervised Peer message
   14764  1.86  christos xtreamx		5793/udp   # XtreamX Supervised Peer message
   14765  1.86  christos xtreamx		5793/udp   # XtreamX Supervised Peer message
   14766  1.86  christos #			   Ahmad Tajuddin Samsudin <tajuddin&tmrnd.com.my> February 2007
   14767  1.86  christos #               5794-5812  Unassigned
   14768  1.86  christos icmpd           5813/tcp   # ICMPD
   14769  1.86  christos icmpd           5813/udp   # ICMPD
   14770  1.86  christos icmpd           5813/udp   # ICMPD
   14771  1.86  christos icmpd           5813/udp   # ICMPD
   14772  1.86  christos #                          Shane O'Donnell <shane&opennms.org> 
   14773  1.86  christos spt-automation  5814/tcp   # Support Automation
   14774  1.86  christos spt-automation  5814/udp   # Support Automation
   14775  1.86  christos spt-automation  5814/udp   # Support Automation
   14776  1.86  christos spt-automation  5814/udp   # Support Automation
   14777  1.86  christos #                          Joshua Hawkins <joshua.hawkins&hp.com> November 2003
   14778  1.86  christos #               5815-5858  Unassigned 
   14779  1.86  christos wherehoo        5859/tcp   # WHEREHOO
   14780  1.86  christos wherehoo        5859/udp   # WHEREHOO
   14781  1.86  christos wherehoo        5859/udp   # WHEREHOO
   14782  1.86  christos wherehoo        5859/udp   # WHEREHOO
   14783  1.86  christos #                          Jim Youll <jim&media.mit.edu>
   14784  1.86  christos #               5860-5862  Unassigned
   14785  1.86  christos ppsuitemsg	5863/tcp   # PlanetPress Suite Messeng
   14786  1.86  christos ppsuitemsg	5863/udp   # PlanetPress Suite Messeng
   14787  1.86  christos ppsuitemsg	5863/udp   # PlanetPress Suite Messeng
   14788  1.86  christos ppsuitemsg	5863/udp   # PlanetPress Suite Messeng
   14789  1.86  christos #			   Yannick Fortin <fortiny&ca.objectiflune.com> February 2006
   14790  1.86  christos #               5864-5899  Unassigned
   14791  1.86  christos vnc-server	5900/tcp   # VNC Server
   14792  1.86  christos vnc-server	5900/udp   # VNC Server
   14793  1.86  christos vnc-server	5900/udp   # VNC Server
   14794  1.86  christos vnc-server	5900/udp   # VNC Server
   14795  1.86  christos #			   Tristan Richardson <iana&realvnc.com> March 2006
   14796  1.86  christos #               5901-5962  Unassigned
   14797  1.86  christos indy            5963/tcp   # Indy Application Server
   14798  1.86  christos indy            5963/udp   # Indy Application Server
   14799  1.86  christos indy            5963/udp   # Indy Application Server
   14800  1.86  christos indy            5963/udp   # Indy Application Server
   14801  1.86  christos #                          Bjorn Lantz <bjorn.lantz&encode.se> November 2004
   14802  1.86  christos #               5964-5967  Unassigned
   14803  1.86  christos mppolicy-v5     5968/tcp   # mppolicy-v5
   14804  1.86  christos mppolicy-v5     5968/udp   # mppolicy-v5
   14805  1.86  christos mppolicy-v5     5968/udp   # mppolicy-v5
   14806  1.86  christos mppolicy-v5     5968/udp   # mppolicy-v5
   14807  1.86  christos mppolicy-mgr    5969/tcp   # mppolicy-mgr
   14808  1.86  christos mppolicy-mgr    5969/udp   # mppolicy-mgr
   14809  1.86  christos mppolicy-mgr	5969/udp   # mppolicy-mgr
   14810  1.86  christos mppolicy-mgr	5969/udp   # mppolicy-mgr
   14811  1.86  christos #                          Yutaka Ono <ono&saint.nm.fujitsu.co.jp>
   14812  1.86  christos #               5970-5982  Unassigned
   14813  1.86  christos dmtf-ws-http	5983/tcp   # Sideband DMTF WS HTTP
   14814  1.86  christos dmtf-ws-http	5983/udp   # Sideband DMTF WS HTTP
   14815  1.86  christos dmtf-ws-http	5983/udp   # Sideband DMTF WS HTTP
   14816  1.86  christos dmtf-ws-http	5983/udp   # Sideband DMTF WS HTTP
   14817  1.86  christos dmtf-ws-https	5984/tcp   # Sideband DMTF WS HTTPS
   14818  1.86  christos dmtf-ws-https	5984/udp   # Sideband DMTF WS HTTPS
   14819  1.86  christos dmtf-ws-https	5984/udp   # Sideband DMTF WS HTTPS
   14820  1.86  christos dmtf-ws-https	5984/udp   # Sideband DMTF WS HTTPS
   14821  1.86  christos #			   Jim Davis <jim.davis&wbemsolutions.com> February 2007
   14822  1.86  christos wsman		5985/tcp   # WBEM WS-Management HTTP
   14823  1.86  christos wsman		5985/udp   # WBEM WS-Management HTTP
   14824  1.86  christos wsman		5985/udp   # WBEM WS-Management HTTP
   14825  1.86  christos wsman		5985/udp   # WBEM WS-Management HTTP
   14826  1.86  christos wsmans		5986/tcp   # WBEM WS-Management HTTP over TLS/SSL
   14827  1.86  christos wsmans		5986/udp   # WBEM WS-Management HTTP over TLS/SSL
   14828  1.86  christos wsmans		5986/udp   # WBEM WS-Management HTTP over TLS/SSL
   14829  1.86  christos wsmans		5986/udp   # WBEM WS-Management HTTP over TLS/SSL
   14830  1.86  christos #			   Jim Davis <jim.davis&wbemsolutions.com> November 2006
   14831  1.86  christos wbem-rmi        5987/tcp   # WBEM RMI
   14832  1.86  christos wbem-rmi        5987/udp   # WBEM RMI
   14833  1.86  christos wbem-rmi        5987/udp   # WBEM RMI
   14834  1.86  christos wbem-rmi        5987/udp   # WBEM RMI
   14835  1.86  christos wbem-http       5988/tcp   # WBEM CIM-XML (HTTP)
   14836  1.86  christos wbem-http       5988/udp   # WBEM CIM-XML (HTTP)
   14837  1.86  christos wbem-http       5988/udp   # WBEM CIM-XML (HTTP)
   14838  1.86  christos wbem-http       5988/udp   # WBEM CIM-XML (HTTP)
   14839  1.86  christos #                          Jim Davis <jim.davis&wbemsolutions.com>
   14840  1.86  christos wbem-https      5989/tcp   # WBEM CIM-XML (HTTPS)
   14841  1.86  christos wbem-https      5989/udp   # WBEM CIM-XML (HTTPS)
   14842  1.86  christos wbem-https      5989/udp   # WBEM CIM-XML (HTTPS)
   14843  1.86  christos wbem-https      5989/udp   # WBEM CIM-XML (HTTPS)
   14844  1.86  christos #                          Jim Davis <jim.davis&wbemsolutions.com>
   14845  1.86  christos wbem-exp-https  5990/tcp   # WBEM Export HTTPS
   14846  1.86  christos wbem-exp-https  5990/udp   # WBEM Export HTTPS
   14847  1.86  christos wbem-exp-https  5990/udp   # WBEM Export HTTPS
   14848  1.86  christos wbem-exp-https  5990/udp   # WBEM Export HTTPS
   14849  1.86  christos #                          Denise Eckstein <denise.eckstein&hp.com> November 2004
   14850  1.86  christos nuxsl           5991/tcp   # NUXSL
   14851  1.86  christos nuxsl           5991/udp   # NUXSL
   14852  1.86  christos nuxsl           5991/udp   # NUXSL
   14853  1.86  christos nuxsl           5991/udp   # NUXSL
   14854  1.86  christos #                          Kai Kretschmann <K.Kretschmann&security-gui.de> March 2002
   14855  1.86  christos consul-insight  5992/tcp   # Consul InSight Security
   14856  1.86  christos consul-insight  5992/udp   # Consul InSight Security
   14857  1.86  christos consul-insight  5992/udp   # Consul InSight Security
   14858  1.86  christos consul-insight  5992/udp   # Consul InSight Security
   14859  1.86  christos #                          Arthur Hillenaar <arthur.hillenaar&consul.com> January 2006
   14860  1.86  christos #               5993-5998  Unassigned
   14861  1.86  christos cvsup           5999/tcp   # CVSup
   14862  1.86  christos cvsup           5999/udp   # CVSup
   14863  1.86  christos cvsup           5999/udp   # CVSup
   14864  1.86  christos cvsup           5999/udp   # CVSup
   14865  1.86  christos #                          Randall Atkinson <rja&inet.org>
   14866  1.86  christos x11             6000/tcp   # X Window System
   14867  1.86  christos x11             6000/udp   # X Window System
   14868  1.86  christos x11             6001/tcp   # X Window System
   14869  1.86  christos x11             6001/udp   # X Window System
   14870  1.86  christos x11             6002/tcp   # X Window System
   14871  1.86  christos x11             6002/udp   # X Window System
   14872  1.86  christos x11             6003/tcp   # X Window System
   14873  1.86  christos x11             6003/udp   # X Window System
   14874  1.86  christos x11             6004/tcp   # X Window System
   14875  1.86  christos x11             6004/udp   # X Window System
   14876  1.86  christos x11             6005/tcp   # X Window System
   14877  1.86  christos x11             6005/udp   # X Window System
   14878  1.86  christos x11             6006/tcp   # X Window System
   14879  1.86  christos x11             6006/udp   # X Window System
   14880  1.86  christos x11             6007/tcp   # X Window System
   14881  1.86  christos x11             6007/udp   # X Window System
   14882  1.86  christos x11             6008/tcp   # X Window System
   14883  1.86  christos x11             6008/udp   # X Window System
   14884  1.86  christos x11             6009/tcp   # X Window System
   14885  1.86  christos x11             6009/udp   # X Window System
   14886  1.86  christos x11             6010/tcp   # X Window System
   14887  1.86  christos x11             6010/udp   # X Window System
   14888  1.86  christos x11             6011/tcp   # X Window System
   14889  1.86  christos x11             6011/udp   # X Window System
   14890  1.86  christos x11             6012/tcp   # X Window System
   14891  1.86  christos x11             6012/udp   # X Window System
   14892  1.86  christos x11             6013/tcp   # X Window System
   14893  1.86  christos x11             6013/udp   # X Window System
   14894  1.86  christos x11             6014/tcp   # X Window System
   14895  1.86  christos x11             6014/udp   # X Window System
   14896  1.86  christos x11             6015/tcp   # X Window System
   14897  1.86  christos x11             6015/udp   # X Window System
   14898  1.86  christos x11             6016/tcp   # X Window System
   14899  1.86  christos x11             6016/udp   # X Window System
   14900  1.86  christos x11             6017/tcp   # X Window System
   14901  1.86  christos x11             6017/udp   # X Window System
   14902  1.86  christos x11             6018/tcp   # X Window System
   14903  1.86  christos x11             6018/udp   # X Window System
   14904  1.86  christos x11             6019/tcp   # X Window System
   14905  1.86  christos x11             6019/udp   # X Window System
   14906  1.86  christos x11             6020/tcp   # X Window System
   14907  1.86  christos x11             6020/udp   # X Window System
   14908  1.86  christos x11             6021/tcp   # X Window System
   14909  1.86  christos x11             6021/udp   # X Window System
   14910  1.86  christos x11             6022/tcp   # X Window System
   14911  1.86  christos x11             6022/udp   # X Window System
   14912  1.86  christos x11             6023/tcp   # X Window System
   14913  1.86  christos x11             6023/udp   # X Window System
   14914  1.86  christos x11             6024/tcp   # X Window System
   14915  1.86  christos x11             6024/udp   # X Window System
   14916  1.86  christos x11             6025/tcp   # X Window System
   14917  1.86  christos x11             6025/udp   # X Window System
   14918  1.86  christos x11             6026/tcp   # X Window System
   14919  1.86  christos x11             6026/udp   # X Window System
   14920  1.86  christos x11             6027/tcp   # X Window System
   14921  1.86  christos x11             6027/udp   # X Window System
   14922  1.86  christos x11             6028/tcp   # X Window System
   14923  1.86  christos x11             6028/udp   # X Window System
   14924  1.86  christos x11             6029/tcp   # X Window System
   14925  1.86  christos x11             6029/udp   # X Window System
   14926  1.86  christos x11             6030/tcp   # X Window System
   14927  1.86  christos x11             6030/udp   # X Window System
   14928  1.86  christos x11             6031/tcp   # X Window System
   14929  1.86  christos x11             6031/udp   # X Window System
   14930  1.86  christos x11             6032/tcp   # X Window System
   14931  1.86  christos x11             6032/udp   # X Window System
   14932  1.86  christos x11             6033/tcp   # X Window System
   14933  1.86  christos x11             6033/udp   # X Window System
   14934  1.86  christos x11             6034/tcp   # X Window System
   14935  1.86  christos x11             6034/udp   # X Window System
   14936  1.86  christos x11             6035/tcp   # X Window System
   14937  1.86  christos x11             6035/udp   # X Window System
   14938  1.86  christos x11             6036/tcp   # X Window System
   14939  1.86  christos x11             6036/udp   # X Window System
   14940  1.86  christos x11             6037/tcp   # X Window System
   14941  1.86  christos x11             6037/udp   # X Window System
   14942  1.86  christos x11             6038/tcp   # X Window System
   14943  1.86  christos x11             6038/udp   # X Window System
   14944  1.86  christos x11             6039/tcp   # X Window System
   14945  1.86  christos x11             6039/udp   # X Window System
   14946  1.86  christos x11             6040/tcp   # X Window System
   14947  1.86  christos x11             6040/udp   # X Window System
   14948  1.86  christos x11             6041/tcp   # X Window System
   14949  1.86  christos x11             6041/udp   # X Window System
   14950  1.86  christos x11             6042/tcp   # X Window System
   14951  1.86  christos x11             6042/udp   # X Window System
   14952  1.86  christos x11             6043/tcp   # X Window System
   14953  1.86  christos x11             6043/udp   # X Window System
   14954  1.86  christos x11             6044/tcp   # X Window System
   14955  1.86  christos x11             6044/udp   # X Window System
   14956  1.86  christos x11             6045/tcp   # X Window System
   14957  1.86  christos x11             6045/udp   # X Window System
   14958  1.86  christos x11             6046/tcp   # X Window System
   14959  1.86  christos x11             6046/udp   # X Window System
   14960  1.86  christos x11             6047/tcp   # X Window System
   14961  1.86  christos x11             6047/udp   # X Window System
   14962  1.86  christos x11             6048/tcp   # X Window System
   14963  1.86  christos x11             6048/udp   # X Window System
   14964  1.86  christos x11             6049/tcp   # X Window System
   14965  1.86  christos x11             6049/udp   # X Window System
   14966  1.86  christos x11             6050/tcp   # X Window System
   14967  1.86  christos x11             6050/udp   # X Window System
   14968  1.86  christos x11             6051/tcp   # X Window System
   14969  1.86  christos x11             6051/udp   # X Window System
   14970  1.86  christos x11             6052/tcp   # X Window System
   14971  1.86  christos x11             6052/udp   # X Window System
   14972  1.86  christos x11             6053/tcp   # X Window System
   14973  1.86  christos x11             6053/udp   # X Window System
   14974  1.86  christos x11             6054/tcp   # X Window System
   14975  1.86  christos x11             6054/udp   # X Window System
   14976  1.86  christos x11             6055/tcp   # X Window System
   14977  1.86  christos x11             6055/udp   # X Window System
   14978  1.86  christos x11             6056/tcp   # X Window System
   14979  1.86  christos x11             6056/udp   # X Window System
   14980  1.86  christos x11             6057/tcp   # X Window System
   14981  1.86  christos x11             6057/udp   # X Window System
   14982  1.86  christos x11             6058/tcp   # X Window System
   14983  1.86  christos x11             6058/udp   # X Window System
   14984  1.86  christos x11             6059/tcp   # X Window System
   14985  1.86  christos x11             6059/udp   # X Window System
   14986  1.86  christos x11             6060/tcp   # X Window System
   14987  1.86  christos x11             6060/udp   # X Window System
   14988  1.86  christos x11             6061/tcp   # X Window System
   14989  1.86  christos x11             6061/udp   # X Window System
   14990  1.86  christos x11             6062/tcp   # X Window System
   14991  1.86  christos x11             6062/udp   # X Window System
   14992  1.86  christos x11             6063/tcp   # X Window System
   14993  1.86  christos x11             6063/udp   # X Window System
   14994  1.86  christos x11             6000/udp   # X Window System
   14995  1.86  christos x11             6000/udp   # X Window System
   14996  1.86  christos x11             6001/udp   # X Window System
   14997  1.86  christos x11             6001/udp   # X Window System
   14998  1.86  christos x11             6002/udp   # X Window System
   14999  1.86  christos x11             6002/udp   # X Window System
   15000  1.86  christos x11             6003/udp   # X Window System
   15001  1.86  christos x11             6003/udp   # X Window System
   15002  1.86  christos x11             6004/udp   # X Window System
   15003  1.86  christos x11             6004/udp   # X Window System
   15004  1.86  christos x11             6005/udp   # X Window System
   15005  1.86  christos x11             6005/udp   # X Window System
   15006  1.86  christos x11             6006/udp   # X Window System
   15007  1.86  christos x11             6006/udp   # X Window System
   15008  1.86  christos x11             6007/udp   # X Window System
   15009  1.86  christos x11             6007/udp   # X Window System
   15010  1.86  christos x11             6008/udp   # X Window System
   15011  1.86  christos x11             6008/udp   # X Window System
   15012  1.86  christos x11             6009/udp   # X Window System
   15013  1.86  christos x11             6009/udp   # X Window System
   15014  1.86  christos x11             6010/udp   # X Window System
   15015  1.86  christos x11             6010/udp   # X Window System
   15016  1.86  christos x11             6011/udp   # X Window System
   15017  1.86  christos x11             6011/udp   # X Window System
   15018  1.86  christos x11             6012/udp   # X Window System
   15019  1.86  christos x11             6012/udp   # X Window System
   15020  1.86  christos x11             6013/udp   # X Window System
   15021  1.86  christos x11             6013/udp   # X Window System
   15022  1.86  christos x11             6014/udp   # X Window System
   15023  1.86  christos x11             6014/udp   # X Window System
   15024  1.86  christos x11             6015/udp   # X Window System
   15025  1.86  christos x11             6015/udp   # X Window System
   15026  1.86  christos x11             6016/udp   # X Window System
   15027  1.86  christos x11             6016/udp   # X Window System
   15028  1.86  christos x11             6017/udp   # X Window System
   15029  1.86  christos x11             6017/udp   # X Window System
   15030  1.86  christos x11             6018/udp   # X Window System
   15031  1.86  christos x11             6018/udp   # X Window System
   15032  1.86  christos x11             6019/udp   # X Window System
   15033  1.86  christos x11             6019/udp   # X Window System
   15034  1.86  christos x11             6020/udp   # X Window System
   15035  1.86  christos x11             6020/udp   # X Window System
   15036  1.86  christos x11             6021/udp   # X Window System
   15037  1.86  christos x11             6021/udp   # X Window System
   15038  1.86  christos x11             6022/udp   # X Window System
   15039  1.86  christos x11             6022/udp   # X Window System
   15040  1.86  christos x11             6023/udp   # X Window System
   15041  1.86  christos x11             6023/udp   # X Window System
   15042  1.86  christos x11             6024/udp   # X Window System
   15043  1.86  christos x11             6024/udp   # X Window System
   15044  1.86  christos x11             6025/udp   # X Window System
   15045  1.86  christos x11             6025/udp   # X Window System
   15046  1.86  christos x11             6026/udp   # X Window System
   15047  1.86  christos x11             6026/udp   # X Window System
   15048  1.86  christos x11             6027/udp   # X Window System
   15049  1.86  christos x11             6027/udp   # X Window System
   15050  1.86  christos x11             6028/udp   # X Window System
   15051  1.86  christos x11             6028/udp   # X Window System
   15052  1.86  christos x11             6029/udp   # X Window System
   15053  1.86  christos x11             6029/udp   # X Window System
   15054  1.86  christos x11             6030/udp   # X Window System
   15055  1.86  christos x11             6030/udp   # X Window System
   15056  1.86  christos x11             6031/udp   # X Window System
   15057  1.86  christos x11             6031/udp   # X Window System
   15058  1.86  christos x11             6032/udp   # X Window System
   15059  1.86  christos x11             6032/udp   # X Window System
   15060  1.86  christos x11             6033/udp   # X Window System
   15061  1.86  christos x11             6033/udp   # X Window System
   15062  1.86  christos x11             6034/udp   # X Window System
   15063  1.86  christos x11             6034/udp   # X Window System
   15064  1.86  christos x11             6035/udp   # X Window System
   15065  1.86  christos x11             6035/udp   # X Window System
   15066  1.86  christos x11             6036/udp   # X Window System
   15067  1.86  christos x11             6036/udp   # X Window System
   15068  1.86  christos x11             6037/udp   # X Window System
   15069  1.86  christos x11             6037/udp   # X Window System
   15070  1.86  christos x11             6038/udp   # X Window System
   15071  1.86  christos x11             6038/udp   # X Window System
   15072  1.86  christos x11             6039/udp   # X Window System
   15073  1.86  christos x11             6039/udp   # X Window System
   15074  1.86  christos x11             6040/udp   # X Window System
   15075  1.86  christos x11             6040/udp   # X Window System
   15076  1.86  christos x11             6041/udp   # X Window System
   15077  1.86  christos x11             6041/udp   # X Window System
   15078  1.86  christos x11             6042/udp   # X Window System
   15079  1.86  christos x11             6042/udp   # X Window System
   15080  1.86  christos x11             6043/udp   # X Window System
   15081  1.86  christos x11             6043/udp   # X Window System
   15082  1.86  christos x11             6044/udp   # X Window System
   15083  1.86  christos x11             6044/udp   # X Window System
   15084  1.86  christos x11             6045/udp   # X Window System
   15085  1.86  christos x11             6045/udp   # X Window System
   15086  1.86  christos x11             6046/udp   # X Window System
   15087  1.86  christos x11             6046/udp   # X Window System
   15088  1.86  christos x11             6047/udp   # X Window System
   15089  1.86  christos x11             6047/udp   # X Window System
   15090  1.86  christos x11             6048/udp   # X Window System
   15091  1.86  christos x11             6048/udp   # X Window System
   15092  1.86  christos x11             6049/udp   # X Window System
   15093  1.86  christos x11             6049/udp   # X Window System
   15094  1.86  christos x11             6050/udp   # X Window System
   15095  1.86  christos x11             6050/udp   # X Window System
   15096  1.86  christos x11             6051/udp   # X Window System
   15097  1.86  christos x11             6051/udp   # X Window System
   15098  1.86  christos x11             6052/udp   # X Window System
   15099  1.86  christos x11             6052/udp   # X Window System
   15100  1.86  christos x11             6053/udp   # X Window System
   15101  1.86  christos x11             6053/udp   # X Window System
   15102  1.86  christos x11             6054/udp   # X Window System
   15103  1.86  christos x11             6054/udp   # X Window System
   15104  1.86  christos x11             6055/udp   # X Window System
   15105  1.86  christos x11             6055/udp   # X Window System
   15106  1.86  christos x11             6056/udp   # X Window System
   15107  1.86  christos x11             6056/udp   # X Window System
   15108  1.86  christos x11             6057/udp   # X Window System
   15109  1.86  christos x11             6057/udp   # X Window System
   15110  1.86  christos x11             6058/udp   # X Window System
   15111  1.86  christos x11             6058/udp   # X Window System
   15112  1.86  christos x11             6059/udp   # X Window System
   15113  1.86  christos x11             6059/udp   # X Window System
   15114  1.86  christos x11             6060/udp   # X Window System
   15115  1.86  christos x11             6060/udp   # X Window System
   15116  1.86  christos x11             6061/udp   # X Window System
   15117  1.86  christos x11             6061/udp   # X Window System
   15118  1.86  christos x11             6062/udp   # X Window System
   15119  1.86  christos x11             6062/udp   # X Window System
   15120  1.86  christos x11             6063/udp   # X Window System
   15121  1.86  christos x11             6063/udp   # X Window System
   15122  1.86  christos #                          Stephen Gildea <gildea&lcs.mit.edu>
   15123  1.86  christos ndl-ahp-svc     6064/tcp   # NDL-AHP-SVC
   15124  1.86  christos ndl-ahp-svc     6064/udp   # NDL-AHP-SVC
   15125  1.86  christos ndl-ahp-svc     6064/udp   # NDL-AHP-SVC
   15126  1.86  christos ndl-ahp-svc     6064/udp   # NDL-AHP-SVC
   15127  1.86  christos #                          John Richmond <john&ndl.co.uk>
   15128  1.86  christos winpharaoh      6065/tcp   # WinPharaoh
   15129  1.86  christos winpharaoh      6065/udp   # WinPharaoh
   15130  1.86  christos winpharaoh      6065/udp   # WinPharaoh
   15131  1.86  christos winpharaoh      6065/udp   # WinPharaoh
   15132  1.86  christos #	                   Basil Lee <basil.lee&gnnettest.com>
   15133  1.86  christos ewctsp          6066/tcp   # EWCTSP
   15134  1.86  christos ewctsp          6066/udp   # EWCTSP
   15135  1.86  christos ewctsp          6066/udp   # EWCTSP
   15136  1.86  christos ewctsp          6066/udp   # EWCTSP
   15137  1.86  christos #                          Mark Bailon <mark.bailon&ericsson.com>
   15138  1.86  christos srb             6067/tcp   # SRB
   15139  1.86  christos srb             6067/udp   # SRB
   15140  1.86  christos srb             6067/udp   # SRB
   15141  1.86  christos srb             6067/udp   # SRB
   15142  1.86  christos #                          Heinz Naef <heinz.naef&nexos.com>         
   15143  1.86  christos gsmp            6068/tcp   # GSMP
   15144  1.86  christos gsmp            6068/udp   # GSMP
   15145  1.86  christos gsmp            6068/udp   # GSMP
   15146  1.86  christos gsmp            6068/udp   # GSMP
   15147  1.86  christos #                          Avri Doria <avri.doria&nokia.com>
   15148  1.86  christos trip            6069/tcp   # TRIP
   15149  1.86  christos trip            6069/udp   # TRIP
   15150  1.86  christos trip            6069/udp   # TRIP
   15151  1.86  christos trip            6069/udp   # TRIP
   15152  1.86  christos #                          Hussein F. Salama <hsalama&cisco.com>
   15153  1.86  christos messageasap     6070/tcp   # Messageasap
   15154  1.86  christos messageasap     6070/udp   # Messageasap
   15155  1.86  christos messageasap     6070/udp   # Messageasap
   15156  1.86  christos messageasap     6070/udp   # Messageasap
   15157  1.86  christos #                          Murray Freeman <murray&officedomain.com>
   15158  1.86  christos ssdtp           6071/tcp   # SSDTP
   15159  1.86  christos ssdtp           6071/udp   # SSDTP
   15160  1.86  christos ssdtp           6071/udp   # SSDTP
   15161  1.86  christos ssdtp           6071/udp   # SSDTP
   15162  1.86  christos #                          Michael Shearson <mikes&softsys-inc.com> 
   15163  1.86  christos diagnose-proc   6072/tcp   # DIAGNOSE-PROC
   15164  1.86  christos diagnose-proc   6072/udp   # DIAGNOSE-PROC
   15165  1.86  christos diagnose-proc   6072/udp   # DIAGNOSE-PROC
   15166  1.86  christos diagnose-proc   6072/udp   # DIAGNOSE-PROC
   15167  1.86  christos #                          Allan Miller <amiller&handsfreenetworks.com>
   15168  1.86  christos directplay8     6073/tcp   # DirectPlay8
   15169  1.86  christos directplay8     6073/udp   # DirectPlay8
   15170  1.86  christos directplay8     6073/udp   # DirectPlay8
   15171  1.86  christos directplay8     6073/udp   # DirectPlay8
   15172  1.86  christos #                          John Kane <johnkan&microsoft.com>
   15173  1.86  christos max		6074/tcp   # Microsoft Max
   15174  1.86  christos max		6074/udp   # Microsoft Max
   15175  1.86  christos max		6074/udp   # Microsoft Max
   15176  1.86  christos max		6074/udp   # Microsoft Max
   15177  1.86  christos #			   Jay Beavers <Jay.Beavers&Microsoft.Com> February 2006
   15178  1.86  christos #               6075-6084  Unassigned
   15179  1.86  christos konspire2b      6085/tcp   # konspire2b p2p network
   15180  1.86  christos konspire2b      6085/udp   # konspire2b p2p network
   15181  1.86  christos konspire2b      6085/udp   # konspire2b p2p network
   15182  1.86  christos konspire2b      6085/udp   # konspire2b p2p network
   15183  1.86  christos #                          Jason Rohrer <rohrer&cse.ucsc.edu> October 2002
   15184  1.86  christos pdtp		6086/tcp   # PDTP P2P
   15185  1.86  christos pdtp		6086/udp   # PDTP P2P
   15186  1.86  christos pdtp		6086/udp   # PDTP P2P
   15187  1.86  christos pdtp		6086/udp   # PDTP P2P
   15188  1.86  christos #			   Tony Arcieri <bascule&gmail.com> March 2006
   15189  1.86  christos ldss		6087/tcp   # Local Download Sharing Service
   15190  1.86  christos ldss		6087/udp   # Local Download Sharing Service
   15191  1.86  christos ldss		6087/udp   # Local Download Sharing Service
   15192  1.86  christos ldss		6087/udp   # Local Download Sharing Service
   15193  1.86  christos #			   Clifford Heath <cjh&managesoft.com> May 2006
   15194  1.86  christos #               6088-6099  Unassigned
   15195  1.86  christos synchronet-db   6100/tcp   # SynchroNet-db
   15196  1.86  christos synchronet-db   6100/udp   # SynchroNet-db
   15197  1.86  christos synchronet-db   6100/udp   # SynchroNet-db
   15198  1.86  christos synchronet-db   6100/udp   # SynchroNet-db
   15199  1.86  christos synchronet-rtc  6101/tcp   # SynchroNet-rtc
   15200  1.86  christos synchronet-rtc  6101/udp   # SynchroNet-rtc
   15201  1.86  christos synchronet-rtc  6101/udp   # SynchroNet-rtc
   15202  1.86  christos synchronet-rtc  6101/udp   # SynchroNet-rtc
   15203  1.86  christos synchronet-upd  6102/tcp   # SynchroNet-upd
   15204  1.86  christos synchronet-upd  6102/udp   # SynchroNet-upd
   15205  1.86  christos synchronet-upd  6102/udp   # SynchroNet-upd
   15206  1.86  christos synchronet-upd  6102/udp   # SynchroNet-upd
   15207  1.86  christos #                          Arne Haugland <Arne.Haugland&parasoldev.com>    
   15208  1.86  christos rets            6103/tcp   # RETS
   15209  1.86  christos rets            6103/udp   # RETS
   15210  1.86  christos rets            6103/udp   # RETS
   15211  1.86  christos rets            6103/udp   # RETS
   15212  1.86  christos #                          Bruce Toback <btoback&optc.com>
   15213  1.86  christos dbdb            6104/tcp   # DBDB
   15214  1.86  christos dbdb            6104/udp   # DBDB
   15215  1.86  christos dbdb            6104/udp   # DBDB
   15216  1.86  christos dbdb            6104/udp   # DBDB
   15217  1.86  christos #                          Aaron Brick <aa&lithic.org>
   15218  1.86  christos primaserver     6105/tcp   # Prima Server
   15219  1.86  christos primaserver     6105/udp   # Prima Server
   15220  1.86  christos primaserver     6105/udp   # Prima Server
   15221  1.86  christos primaserver     6105/udp   # Prima Server
   15222  1.86  christos mpsserver       6106/tcp   # MPS Server
   15223  1.86  christos mpsserver       6106/udp   # MPS Server
   15224  1.86  christos mpsserver       6106/udp   # MPS Server
   15225  1.86  christos mpsserver       6106/udp   # MPS Server
   15226  1.86  christos #                          Prima Designs Systems Ltd. <info&prima.com.hk>
   15227  1.86  christos etc-control     6107/tcp   # ETC Control
   15228  1.86  christos etc-control     6107/udp   # ETC Control
   15229  1.86  christos etc-control     6107/udp   # ETC Control
   15230  1.86  christos etc-control     6107/udp   # ETC Control
   15231  1.86  christos #                          Steve Polishinski <spolishinski&etcconnect.com>  
   15232  1.86  christos sercomm-scadmin 6108/tcp   # Sercomm-SCAdmin
   15233  1.86  christos sercomm-scadmin 6108/udp   # Sercomm-SCAdmin
   15234  1.86  christos sercomm-scadmin 6108/udp   # Sercomm-SCAdmin
   15235  1.86  christos sercomm-scadmin 6108/udp   # Sercomm-SCAdmin
   15236  1.86  christos #                          Melinda Tsao <melinda_tsao&mail.sercomm.com.tw>
   15237  1.86  christos globecast-id    6109/tcp   # GLOBECAST-ID
   15238  1.86  christos globecast-id    6109/udp   # GLOBECAST-ID
   15239  1.86  christos globecast-id    6109/udp   # GLOBECAST-ID
   15240  1.86  christos globecast-id    6109/udp   # GLOBECAST-ID
   15241  1.86  christos #                          Piers Scannell <piers&globecastne.com>
   15242  1.86  christos softcm          6110/tcp   # HP SoftBench CM
   15243  1.86  christos softcm          6110/udp   # HP SoftBench CM
   15244  1.86  christos softcm          6110/udp   # HP SoftBench CM
   15245  1.86  christos softcm          6110/udp   # HP SoftBench CM
   15246  1.86  christos spc             6111/tcp   # HP SoftBench Sub-Process Control
   15247  1.86  christos spc             6111/udp   # HP SoftBench Sub-Process Control
   15248  1.86  christos spc             6111/udp   # HP SoftBench Sub-Process Control
   15249  1.86  christos spc             6111/udp   # HP SoftBench Sub-Process Control
   15250  1.86  christos #                          Scott A. Kramer <sk&tleilaxu.sde.hp.com>
   15251  1.86  christos dtspcd          6112/tcp   # dtspcd
   15252  1.86  christos dtspcd          6112/udp   # dtspcd
   15253  1.86  christos dtspcd          6112/udp   # dtspcd   
   15254  1.86  christos dtspcd          6112/udp   # dtspcd   
   15255  1.86  christos #                          Doug Royer <Doug&Royer.com>
   15256  1.86  christos #               6113-6121  Unassigned
   15257  1.86  christos bex-webadmin    6122/tcp   # Backup Express Web Server
   15258  1.86  christos bex-webadmin    6122/udp   # Backup Express Web Server
   15259  1.86  christos bex-webadmin    6122/udp   # Backup Express Web Server
   15260  1.86  christos bex-webadmin    6122/udp   # Backup Express Web Server
   15261  1.86  christos #                          Chi Shih Chang <cchang&syncsort.com> November 2005
   15262  1.86  christos backup-express  6123/tcp   # Backup Express
   15263  1.86  christos backup-express  6123/udp   # Backup Express
   15264  1.86  christos backup-express  6123/udp   # Backup Express
   15265  1.86  christos backup-express  6123/udp   # Backup Express
   15266  1.86  christos #			               Chi Shih Chang <cchang&syncsort.com>
   15267  1.86  christos #               6124-6132  Unassigned
   15268  1.86  christos nbt-wol         6133/tcp   # New Boundary Tech WOL
   15269  1.86  christos nbt-wol         6133/udp   # New Boundary Tech WOL
   15270  1.86  christos nbt-wol         6133/udp   # New Boundary Tech WOL
   15271  1.86  christos nbt-wol         6133/udp   # New Boundary Tech WOL
   15272  1.86  christos #                          Elizabeth Zilen <ezilen&newboundary.com> November 2004
   15273  1.86  christos #               6134-6140  Unassigned
   15274  1.86  christos meta-corp       6141/tcp   # Meta Corporation License Manager
   15275  1.86  christos meta-corp       6141/udp   # Meta Corporation License Manager
   15276  1.86  christos meta-corp       6141/udp   # Meta Corporation License Manager
   15277  1.86  christos meta-corp       6141/udp   # Meta Corporation License Manager
   15278  1.86  christos #                          Osamu Masuda <--none--->
   15279  1.86  christos aspentec-lm     6142/tcp   # Aspen Technology License Manager
   15280  1.86  christos aspentec-lm     6142/udp   # Aspen Technology License Manager
   15281  1.86  christos aspentec-lm     6142/udp   # Aspen Technology License Manager
   15282  1.86  christos aspentec-lm     6142/udp   # Aspen Technology License Manager
   15283  1.86  christos #                          Kevin Massey <massey&aspentec.com>
   15284  1.86  christos watershed-lm    6143/tcp   # Watershed License Manager
   15285  1.86  christos watershed-lm    6143/udp   # Watershed License Manager
   15286  1.86  christos watershed-lm    6143/udp   # Watershed License Manager
   15287  1.86  christos watershed-lm    6143/udp   # Watershed License Manager
   15288  1.86  christos #                          David Ferrero <david&zion.com>
   15289  1.86  christos statsci1-lm     6144/tcp   # StatSci License Manager - 1
   15290  1.86  christos statsci1-lm     6144/udp   # StatSci License Manager - 1
   15291  1.86  christos statsci1-lm     6144/udp   # StatSci License Manager - 1
   15292  1.86  christos statsci1-lm     6144/udp   # StatSci License Manager - 1
   15293  1.86  christos statsci2-lm     6145/tcp   # StatSci License Manager - 2
   15294  1.86  christos statsci2-lm     6145/udp   # StatSci License Manager - 2
   15295  1.86  christos statsci2-lm     6145/udp   # StatSci License Manager - 2
   15296  1.86  christos statsci2-lm     6145/udp   # StatSci License Manager - 2
   15297  1.86  christos #                          Scott Blachowicz <scott&statsci.com>
   15298  1.86  christos lonewolf-lm     6146/tcp   # Lone Wolf Systems License Manager
   15299  1.86  christos lonewolf-lm     6146/udp   # Lone Wolf Systems License Manager
   15300  1.86  christos lonewolf-lm     6146/udp   # Lone Wolf Systems License Manager
   15301  1.86  christos lonewolf-lm     6146/udp   # Lone Wolf Systems License Manager
   15302  1.86  christos #                          Dan Klein <dvk&lonewolf.com>
   15303  1.86  christos montage-lm      6147/tcp   # Montage License Manager
   15304  1.86  christos montage-lm      6147/udp   # Montage License Manager
   15305  1.86  christos montage-lm      6147/udp   # Montage License Manager
   15306  1.86  christos montage-lm      6147/udp   # Montage License Manager
   15307  1.86  christos #                          Michael Ubell <michael&montage.com>
   15308  1.86  christos ricardo-lm      6148/tcp   # Ricardo North America License Manager
   15309  1.86  christos ricardo-lm      6148/udp   # Ricardo North America License Manager
   15310  1.86  christos ricardo-lm      6148/udp   # Ricardo North America License Manager
   15311  1.86  christos ricardo-lm      6148/udp   # Ricardo North America License Manager
   15312  1.86  christos #                          M Flemming <mflemming&aol.com>
   15313  1.86  christos tal-pod         6149/tcp   # tal-pod 
   15314  1.86  christos tal-pod         6149/udp   # tal-pod 
   15315  1.86  christos tal-pod         6149/udp   # tal-pod 
   15316  1.86  christos tal-pod         6149/udp   # tal-pod 
   15317  1.86  christos #                          Steven Loomis <srl&taligent.com>
   15318  1.86  christos #               6150-6160  Unassigned 
   15319  1.86  christos patrol-ism      6161/tcp   # PATROL Internet Srv Mgr
   15320  1.86  christos patrol-ism      6161/udp   # PATROL Internet Srv Mgr
   15321  1.86  christos patrol-ism      6161/udp   # PATROL Internet Srv Mgr
   15322  1.86  christos patrol-ism      6161/udp   # PATROL Internet Srv Mgr
   15323  1.86  christos patrol-coll     6162/tcp   # PATROL Collector
   15324  1.86  christos patrol-coll     6162/udp   # PATROL Collector
   15325  1.86  christos patrol-coll     6162/udp   # PATROL Collector
   15326  1.86  christos patrol-coll     6162/udp   # PATROL Collector
   15327  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com> January 2005
   15328  1.86  christos pscribe         6163/tcp   # Precision Scribe Cnx Port
   15329  1.86  christos pscribe         6163/udp   # Precision Scribe Cnx Port
   15330  1.86  christos pscribe         6163/udp   # Precision Scribe Cnx Port
   15331  1.86  christos pscribe         6163/udp   # Precision Scribe Cnx Port
   15332  1.86  christos #                          Robert W Hodges <iana&precdata.com> January 2005
   15333  1.86  christos #               6164-6199  Unassigned 
   15334  1.86  christos lm-x		6200/tcp   # LM-X License Manager by X-Formation
   15335  1.86  christos lm-x		6200/udp   # LM-X License Manager by X-Formation
   15336  1.86  christos lm-x		6200/udp   # LM-X License Manager by X-Formation
   15337  1.86  christos lm-x		6200/udp   # LM-X License Manager by X-Formation
   15338  1.86  christos #			   Henrik Goldman <hg&x-formation.com> October 2006
   15339  1.86  christos #               6201-6221  Unassigned 
   15340  1.86  christos radmind		6222/tcp   # Radmind Access Protocol
   15341  1.86  christos radmind		6222/udp   # Radmind Access Protocol
   15342  1.86  christos radmind		6222/udp   # Radmind Access Protocol
   15343  1.86  christos radmind		6222/udp   # Radmind Access Protocol
   15344  1.86  christos #			   Patrick M McNeal <mcneal&umich.edu> March 2006
   15345  1.86  christos #               6223-6252  Unassigned 
   15346  1.86  christos crip            6253/tcp   # CRIP
   15347  1.86  christos crip            6253/udp   # CRIP
   15348  1.86  christos crip            6253/udp   # CRIP
   15349  1.86  christos crip            6253/udp   # CRIP
   15350  1.86  christos #                          Mike Rodbell <mrodbell&ciena.com> 
   15351  1.86  christos #               6254-6267  Unassigned
   15352  1.86  christos grid		6268/tcp   # Grid Authentication 
   15353  1.86  christos grid		6268/udp   # Grid Authentication 
   15354  1.86  christos grid		6268/udp   # Grid Authentication 
   15355  1.86  christos grid		6268/udp   # Grid Authentication 
   15356  1.86  christos grid-alt	6269/tcp   # Grid Authentication Alt
   15357  1.86  christos grid-alt	6269/udp   # Grid Authentication Alt
   15358  1.86  christos grid-alt	6269/udp   # Grid Authentication Alt
   15359  1.86  christos grid-alt	6269/udp   # Grid Authentication Alt
   15360  1.86  christos #			   Jason Hamilton <JHamilton&griddatasecurity.com> June 2006
   15361  1.86  christos #               6270-6299  Unassigned
   15362  1.86  christos bmc-grx         6300/tcp   # BMC GRX
   15363  1.86  christos bmc-grx         6300/udp   # BMC GRX
   15364  1.86  christos bmc-grx         6300/udp   # BMC GRX
   15365  1.86  christos bmc-grx         6300/udp   # BMC GRX
   15366  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com>
   15367  1.86  christos bmc_ctd_ldap	6301/tcp   # BMC CONTROL-D LDAP SERVER
   15368  1.86  christos bmc_ctd_ldap	6301/udp   # BMC CONTROL-D LDAP SERVER
   15369  1.86  christos bmc_ctd_ldap	6301/udp   # BMC CONTROL-D LDAP SERVER
   15370  1.86  christos bmc_ctd_ldap	6301/udp   # BMC CONTROL-D LDAP SERVER
   15371  1.86  christos #			   Portnoy Boxman <Portnoy_Boxman&bmc.com> September 2006
   15372  1.86  christos #               6302-6319  Unassigned
   15373  1.86  christos repsvc		6320/tcp   # Double-Take Replication Service
   15374  1.86  christos repsvc		6320/udp   # Double-Take Replication Service
   15375  1.86  christos repsvc		6320/udp   # Double-Take Replication Service
   15376  1.86  christos repsvc		6320/udp   # Double-Take Replication Service
   15377  1.86  christos #			   James Wilkinson <jwilkinson&doubletake.com> April 2006
   15378  1.86  christos emp-server1     6321/tcp   # Empress Software Connectivity Server 1
   15379  1.86  christos emp-server1     6321/udp   # Empress Software Connectivity Server 1
   15380  1.86  christos emp-server1     6321/udp   # Empress Software Connectivity Server 1   
   15381  1.86  christos emp-server1     6321/udp   # Empress Software Connectivity Server 1   
   15382  1.86  christos emp-server2     6322/tcp   # Empress Software Connectivity Server 2  
   15383  1.86  christos emp-server2     6322/udp   # Empress Software Connectivity Server 2  
   15384  1.86  christos emp-server2     6322/udp   # Empress Software Connectivity Server 2  
   15385  1.86  christos emp-server2     6322/udp   # Empress Software Connectivity Server 2  
   15386  1.86  christos #                          Srdjan Holovac <srdjan&empress.com>
   15387  1.86  christos #               6323-6342  Unassigned
   15388  1.86  christos sflow           6343/tcp   # sFlow traffic monitoring
   15389  1.86  christos sflow           6343/udp   # sFlow traffic monitoring
   15390  1.86  christos sflow           6343/udp   # sFlow traffic monitoring
   15391  1.86  christos sflow           6343/udp   # sFlow traffic monitoring
   15392  1.86  christos #                          Peter Phaal <peter.phaal&inmon.com> June 2003
   15393  1.86  christos #               6344-6345  Unassigned
   15394  1.86  christos gnutella-svc    6346/tcp   # gnutella-svc
   15395  1.86  christos gnutella-svc    6346/udp   # gnutella-svc
   15396  1.86  christos gnutella-svc    6346/udp   # gnutella-svc
   15397  1.86  christos gnutella-svc    6346/udp   # gnutella-svc
   15398  1.86  christos gnutella-rtr    6347/tcp   # gnutella-rtr
   15399  1.86  christos gnutella-rtr    6347/udp   # gnutella-rtr
   15400  1.86  christos gnutella-rtr    6347/udp   # gnutella-rtr
   15401  1.86  christos gnutella-rtr    6347/udp   # gnutella-rtr
   15402  1.86  christos #                          Serguei Osokine <osokin&paragraph.com>
   15403  1.86  christos #               6348-6354  Unassigned
   15404  1.86  christos pmcs		6355/tcp   # PMCS applications
   15405  1.86  christos pmcs		6355/udp   # PMCS applications
   15406  1.86  christos pmcs		6355/udp   # PMCS applications
   15407  1.86  christos pmcs		6355/udp   # PMCS applications
   15408  1.86  christos #			   Pavel Mendl <pavel_mendl&centrum.cz> March 2007
   15409  1.86  christos #               6356-6381  Unassigned
   15410  1.86  christos metatude-mds    6382/tcp   # Metatude Dialogue Server
   15411  1.86  christos metatude-mds    6382/udp   # Metatude Dialogue Server
   15412  1.86  christos metatude-mds    6382/udp   # Metatude Dialogue Server
   15413  1.86  christos metatude-mds    6382/udp   # Metatude Dialogue Server
   15414  1.86  christos #                          Menno Zweistra <m.zweistra&metatude.com> 
   15415  1.86  christos #               6383-6388  Unassigned
   15416  1.86  christos clariion-evr01  6389/tcp   # clariion-evr01
   15417  1.86  christos clariion-evr01  6389/udp   # clariion-evr01
   15418  1.86  christos clariion-evr01  6389/udp   # clariion-evr01
   15419  1.86  christos clariion-evr01  6389/udp   # clariion-evr01
   15420  1.86  christos #                          Dave DesRoches <ddesroches&clariion.com>
   15421  1.86  christos #               6390-6399  Unassigned
   15422  1.86  christos # The following blocks are in use by Seagate Software 6400-6410 #
   15423  1.86  christos info-aps	6400/tcp
   15424  1.86  christos info-aps	6400/udp
   15425  1.86  christos info-was	6401/tcp
   15426  1.86  christos info-was	6401/udp
   15427  1.86  christos info-eventsvr	6402/tcp
   15428  1.86  christos info-eventsvr	6402/udp
   15429  1.86  christos info-cachesvr	6403/tcp
   15430  1.86  christos info-cachesvr	6403/udp
   15431  1.86  christos info-filesvr	6404/tcp
   15432  1.86  christos info-filesvr	6404/udp
   15433  1.86  christos info-pagesvr	6405/tcp
   15434  1.86  christos info-pagesvr	6405/udp
   15435  1.86  christos info-processvr	6406/tcp
   15436  1.86  christos info-processvr	6406/udp
   15437  1.86  christos reserved1	6407/tcp
   15438  1.86  christos reserved1	6407/udp
   15439  1.86  christos reserved2	6408/tcp
   15440  1.86  christos reserved2	6408/udp
   15441  1.86  christos reserved3	6409/tcp
   15442  1.86  christos reserved3	6409/udp
   15443  1.86  christos reserved4	6410/tcp
   15444  1.86  christos reserved4	6410/udp
   15445  1.86  christos # The previous ports are in use by Seagate Software 6400-6410 #
   15446  1.86  christos # Contact for these ports is Wade Richards <Wade.Richards&Seagatesoftware.com>
   15447  1.86  christos #               6411-6416  Unassigned
   15448  1.86  christos faxcomservice	6417/tcp   # Faxcom Message Service
   15449  1.86  christos faxcomservice	6417/udp   # Faxcom Message Service
   15450  1.86  christos faxcomservice	6417/udp   # Faxcom Message Service
   15451  1.86  christos faxcomservice	6417/udp   # Faxcom Message Service
   15452  1.86  christos #			   Albert Leung <aleung&biscom.com> April 2006
   15453  1.86  christos #               6418-6419  Unassigned
   15454  1.86  christos nim-vdrshell    6420/tcp   # NIM_VDRShell
   15455  1.86  christos nim-vdrshell    6420/udp   # NIM_VDRShell
   15456  1.86  christos nim-vdrshell    6420/udp   # NIM_VDRShell
   15457  1.86  christos nim-vdrshell    6420/udp   # NIM_VDRShell
   15458  1.86  christos nim-wan         6421/tcp   # NIM_WAN
   15459  1.86  christos nim-wan         6421/udp   # NIM_WAN
   15460  1.86  christos nim-wan         6421/udp   # NIM_WAN
   15461  1.86  christos nim-wan         6421/udp   # NIM_WAN
   15462  1.86  christos #			   Rik Ditter <managers&generationtechnologies.com> February 2006
   15463  1.86  christos #               6422-6442  Unassigned
   15464  1.86  christos sun-sr-https	6443/tcp   # Service Registry Default HTTPS Domain
   15465  1.86  christos sun-sr-https	6443/udp   # Service Registry Default HTTPS Domain
   15466  1.86  christos sun-sr-https	6443/udp   # Service Registry Default HTTPS Domain
   15467  1.86  christos sun-sr-https	6443/udp   # Service Registry Default HTTPS Domain
   15468  1.86  christos #			   Paul Sterk <paul.sterk&sun.com> March 2006
   15469  1.86  christos sge_qmaster	6444/tcp   # Grid Engine Qmaster Service
   15470  1.86  christos sge_qmaster	6444/udp   # Grid Engine Qmaster Service
   15471  1.86  christos sge_qmaster	6444/udp   # Grid Engine Qmaster Service
   15472  1.86  christos sge_qmaster	6444/udp   # Grid Engine Qmaster Service
   15473  1.86  christos sge_execd	6445/tcp   # Grid Engine Execution Service
   15474  1.86  christos sge_execd	6445/udp   # Grid Engine Execution Service
   15475  1.86  christos sge_execd	6445/udp   # Grid Engine Execution Service
   15476  1.86  christos sge_execd	6445/udp   # Grid Engine Execution Service
   15477  1.86  christos #			   Andreas Haas <andreas.haas&sun.com> August 2006
   15478  1.86  christos #               6446-6454  Unassigned
   15479  1.86  christos skip-cert-recv  6455/tcp   # SKIP Certificate Receive
   15480  1.86  christos skip-cert-recv  6455/udp   # SKIP Certificate Receive
   15481  1.86  christos skip-cert-send  6456/udp   # SKIP Certificate Send
   15482  1.86  christos skip-cert-send  6456/udp   # SKIP Certificate Send
   15483  1.86  christos #                          Tom Markson <markson&osmosys.incog.com>
   15484  1.86  christos #               6457-6470  Unassigned
   15485  1.86  christos lvision-lm	6471/tcp   # LVision License Manager
   15486  1.86  christos lvision-lm	6471/udp   # LVision License Manager
   15487  1.86  christos lvision-lm	6471/udp   # LVision License Manager
   15488  1.86  christos lvision-lm	6471/udp   # LVision License Manager
   15489  1.86  christos #			   Brian McKinnon <bmk&lvision.com>
   15490  1.86  christos #		6472-6479  Unassigned
   15491  1.86  christos sun-sr-http	6480/tcp   # Service Registry Default HTTP Domain
   15492  1.86  christos sun-sr-http	6480/udp   # Service Registry Default HTTP Domain
   15493  1.86  christos sun-sr-http	6480/udp   # Service Registry Default HTTP Domain
   15494  1.86  christos sun-sr-http	6480/udp   # Service Registry Default HTTP Domain
   15495  1.86  christos #			   Paul Sterk <paul.sterk&sun.com> March 2006
   15496  1.86  christos servicetags	6481/tcp   # Service Tags
   15497  1.86  christos servicetags	6481/udp   # Service Tags
   15498  1.86  christos servicetags	6481/udp   # Service Tags
   15499  1.86  christos servicetags	6481/udp   # Service Tags
   15500  1.86  christos #			   Peter Schow <Peter.Schow&Sun.COM> January 2007
   15501  1.86  christos #		6482-6483  Unassigned
   15502  1.86  christos sun-sr-jms	6484/tcp   # Service Registry Default JMS Domain
   15503  1.86  christos sun-sr-jms	6484/udp   # Service Registry Default JMS Domain
   15504  1.86  christos sun-sr-jms	6484/udp   # Service Registry Default JMS Domain
   15505  1.86  christos sun-sr-jms	6484/udp   # Service Registry Default JMS Domain
   15506  1.86  christos sun-sr-iiop	6485/tcp   # Service Registry Default IIOP Domain
   15507  1.86  christos sun-sr-iiop	6485/udp   # Service Registry Default IIOP Domain
   15508  1.86  christos sun-sr-iiop	6485/udp   # Service Registry Default IIOP Domain
   15509  1.86  christos sun-sr-iiop	6485/udp   # Service Registry Default IIOP Domain
   15510  1.86  christos sun-sr-iiops	6486/tcp   # Service Registry Default IIOPS Domain
   15511  1.86  christos sun-sr-iiops	6486/udp   # Service Registry Default IIOPS Domain
   15512  1.86  christos sun-sr-iiops	6486/udp   # Service Registry Default IIOPS Domain
   15513  1.86  christos sun-sr-iiops	6486/udp   # Service Registry Default IIOPS Domain
   15514  1.86  christos sun-sr-iiop-aut	6487/tcp   # Service Registry Default IIOPAuth Domain
   15515  1.86  christos sun-sr-iiop-aut	6487/udp   # Service Registry Default IIOPAuth Domain
   15516  1.86  christos sun-sr-iiop-aut	6487/udp   # Service Registry Default IIOPAuth Domain
   15517  1.86  christos sun-sr-iiop-aut	6487/udp   # Service Registry Default IIOPAuth Domain
   15518  1.86  christos sun-sr-jmx	6488/tcp   # Service Registry Default JMX Domain
   15519  1.86  christos sun-sr-jmx	6488/udp   # Service Registry Default JMX Domain
   15520  1.86  christos sun-sr-jmx	6488/udp   # Service Registry Default JMX Domain
   15521  1.86  christos sun-sr-jmx	6488/udp   # Service Registry Default JMX Domain
   15522  1.86  christos sun-sr-admin	6489/tcp   # Service Registry Default Admin Domain
   15523  1.86  christos sun-sr-admin	6489/udp   # Service Registry Default Admin Domain
   15524  1.86  christos sun-sr-admin	6489/udp   # Service Registry Default Admin Domain
   15525  1.86  christos sun-sr-admin	6489/udp   # Service Registry Default Admin Domain
   15526  1.86  christos #			   Paul Sterk <paul.sterk&sun.com> March 2006
   15527  1.86  christos #		6490-6499  Unassigned
   15528  1.86  christos boks		6500/tcp   # BoKS Master
   15529  1.86  christos boks		6500/udp   # BoKS Master
   15530  1.86  christos boks		6500/udp   # BoKS Master
   15531  1.86  christos boks		6500/udp   # BoKS Master
   15532  1.86  christos boks_servc	6501/tcp   # BoKS Servc
   15533  1.86  christos boks_servc	6501/udp   # BoKS Servc
   15534  1.86  christos boks_servc	6501/udp   # BoKS Servc
   15535  1.86  christos boks_servc	6501/udp   # BoKS Servc
   15536  1.86  christos boks_servm	6502/tcp   # BoKS Servm
   15537  1.86  christos boks_servm	6502/udp   # BoKS Servm
   15538  1.86  christos boks_servm	6502/udp   # BoKS Servm
   15539  1.86  christos boks_servm	6502/udp   # BoKS Servm
   15540  1.86  christos boks_clntd	6503/tcp   # BoKS Clntd
   15541  1.86  christos boks_clntd	6503/udp   # BoKS Clntd
   15542  1.86  christos boks_clntd	6503/udp   # BoKS Clntd
   15543  1.86  christos boks_clntd	6503/udp   # BoKS Clntd
   15544  1.86  christos #                          Magnus Nystrom <magnus&dynas.se> 
   15545  1.86  christos #           	6504       Unassigned
   15546  1.86  christos badm_priv	6505/tcp   # BoKS Admin Private Port
   15547  1.86  christos badm_priv	6505/udp   # BoKS Admin Private Port
   15548  1.86  christos badm_priv	6505/udp   # BoKS Admin Private Port
   15549  1.86  christos badm_priv	6505/udp   # BoKS Admin Private Port
   15550  1.86  christos badm_pub 	6506/tcp   # BoKS Admin Public Port
   15551  1.86  christos badm_pub 	6506/udp   # BoKS Admin Public Port
   15552  1.86  christos badm_pub  	6506/udp   # BoKS Admin Public Port
   15553  1.86  christos badm_pub  	6506/udp   # BoKS Admin Public Port
   15554  1.86  christos bdir_priv 	6507/tcp   # BoKS Dir Server, Private Port
   15555  1.86  christos bdir_priv 	6507/udp   # BoKS Dir Server, Private Port
   15556  1.86  christos bdir_priv   	6507/udp   # BoKS Dir Server, Private Port
   15557  1.86  christos bdir_priv   	6507/udp   # BoKS Dir Server, Private Port
   15558  1.86  christos bdir_pub	6508/tcp   # BoKS Dir Server, Public Port
   15559  1.86  christos bdir_pub	6508/udp   # BoKS Dir Server, Public Port
   15560  1.86  christos bdir_pub  	6508/udp   # BoKS Dir Server, Public Port
   15561  1.86  christos bdir_pub  	6508/udp   # BoKS Dir Server, Public Port
   15562  1.86  christos #			   Magnus Nystrom <magnus&dynas.se>
   15563  1.86  christos mgcs-mfp-port   6509/tcp   # MGCS-MFP Port
   15564  1.86  christos mgcs-mfp-port   6509/udp   # MGCS-MFP Port
   15565  1.86  christos mgcs-mfp-port   6509/udp   # MGCS-MFP Port
   15566  1.86  christos mgcs-mfp-port   6509/udp   # MGCS-MFP Port
   15567  1.86  christos #                          Minoru Ozaki <Minoru.Ozaki&rdmg.mgcs.mei.co.jp>
   15568  1.86  christos mcer-port       6510/tcp   # MCER Port
   15569  1.86  christos mcer-port       6510/udp   # MCER Port
   15570  1.86  christos mcer-port       6510/udp   # MCER Port
   15571  1.86  christos mcer-port       6510/udp   # MCER Port
   15572  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com>
   15573  1.86  christos #               6511-6542  Unassigned
   15574  1.86  christos lds-distrib     6543/tcp   # lds_distrib
   15575  1.86  christos lds-distrib     6543/udp   # lds_distrib
   15576  1.86  christos lds-distrib     6543/udp   # lds_distrib
   15577  1.86  christos lds-distrib     6543/udp   # lds_distrib
   15578  1.86  christos #                          Jack Baker <Jack.Baker&L-3Com.com> June 2003
   15579  1.86  christos lds-dump	6544/tcp   # LDS Dump Service
   15580  1.86  christos lds-dump	6544/udp   # LDS Dump Service
   15581  1.86  christos lds-dump	6544/udp   # LDS Dump Service
   15582  1.86  christos lds-dump	6544/udp   # LDS Dump Service
   15583  1.86  christos #			   Jack Baker <Jack.Baker&L-3Com.com> February 2006
   15584  1.86  christos #               6545-6546  Unassigned
   15585  1.86  christos apc-6547        6547/tcp   # APC 6547
   15586  1.86  christos apc-6547        6547/udp   # APC 6547
   15587  1.86  christos apc-6547        6547/udp   # APC 6547
   15588  1.86  christos apc-6547        6547/udp   # APC 6547
   15589  1.86  christos apc-6548        6548/tcp   # APC 6548
   15590  1.86  christos apc-6548        6548/udp   # APC 6548
   15591  1.86  christos apc-6548        6548/udp   # APC 6548
   15592  1.86  christos apc-6548        6548/udp   # APC 6548
   15593  1.86  christos apc-6549        6549/tcp   # APC 6549
   15594  1.86  christos apc-6549        6549/udp   # APC 6549
   15595  1.86  christos apc-6549        6549/udp   # APC 6549
   15596  1.86  christos apc-6549        6549/udp   # APC 6549
   15597  1.86  christos #                          American Power Conversion <ports&apcc.com>
   15598  1.86  christos fg-sysupdate	6550/tcp   # fg-sysupdate
   15599  1.86  christos fg-sysupdate	6550/udp   # fg-sysupdate
   15600  1.86  christos fg-sysupdate	6550/udp   # fg-sysupdate
   15601  1.86  christos fg-sysupdate	6550/udp   # fg-sysupdate
   15602  1.86  christos #			   Mark Beyer <mbeyer&freegate.com>
   15603  1.86  christos #               6551-6557  Unassigned
   15604  1.86  christos xdsxdm		6558/tcp	# 
   15605  1.86  christos xdsxdm		6558/udp	# 
   15606  1.86  christos xdsxdm		6558/udp	# 
   15607  1.86  christos xdsxdm		6558/udp	# 
   15608  1.86  christos #                          Brian Tackett <cym&acrux.net> possible contact
   15609  1.86  christos #               6559-6565  Unassigned
   15610  1.86  christos sane-port       6566/tcp   # SANE Control Port
   15611  1.86  christos sane-port       6566/udp   # SANE Control Port
   15612  1.86  christos sane-port       6566/udp   # SANE Control Port
   15613  1.86  christos sane-port       6566/udp   # SANE Control Port
   15614  1.86  christos #                          Henning Meier-Geinitz <henning&meier-geinitz.de> October 2002
   15615  1.86  christos esp		6567/tcp   # eSilo Storage Protocol
   15616  1.86  christos esp		6567/udp   # eSilo Storage Protocol
   15617  1.86  christos esp		6567/udp   # eSilo Storage Protocol
   15618  1.86  christos esp		6567/udp   # eSilo Storage Protocol
   15619  1.86  christos #			   Andrew Chernow <andrew&esilo.com> January 2007
   15620  1.86  christos #               6568-6578  Unassigned
   15621  1.86  christos affiliate	6579/tcp   # Affiliate
   15622  1.86  christos affiliate	6579/udp   # Affiliate
   15623  1.86  christos affiliate	6579/udp   # Affiliate
   15624  1.86  christos affiliate	6579/udp   # Affiliate
   15625  1.86  christos #			   David Catmull <uncommon&uncommonplace.com> January 2006
   15626  1.86  christos parsec-master   6580/tcp   # Parsec Masterserver
   15627  1.86  christos parsec-master   6580/udp   # Parsec Masterserver
   15628  1.86  christos parsec-master   6580/udp   # Parsec Masterserver
   15629  1.86  christos parsec-master   6580/udp   # Parsec Masterserver
   15630  1.86  christos parsec-peer     6581/tcp   # Parsec Peer-to-Peer
   15631  1.86  christos parsec-peer     6581/udp   # Parsec Peer-to-Peer
   15632  1.86  christos parsec-peer     6581/udp   # Parsec Peer-to-Peer
   15633  1.86  christos parsec-peer     6581/udp   # Parsec Peer-to-Peer
   15634  1.86  christos parsec-game     6582/tcp   # Parsec Gameserver
   15635  1.86  christos parsec-game     6582/udp   # Parsec Gameserver
   15636  1.86  christos parsec-game     6582/udp   # Parsec Gameserver
   15637  1.86  christos parsec-game     6582/udp   # Parsec Gameserver
   15638  1.86  christos #                          Andreas Varga <sid&parsec.org>  
   15639  1.86  christos joaJewelSuite   6583/tcp   # JOA Jewel Suite
   15640  1.86  christos joaJewelSuite   6583/udp   # JOA Jewel Suite
   15641  1.86  christos joaJewelSuite   6583/udp   # JOA Jewel Suite
   15642  1.86  christos joaJewelSuite   6583/udp   # JOA Jewel Suite
   15643  1.86  christos #                          Bob Rundle <rundle&rundle.com> November 2005
   15644  1.86  christos #               6584-6587  Unassigned
   15645  1.86  christos #               6588       Unassigned
   15646  1.86  christos ####Unofficial use of port 6588 by AnalogX and Microsoft####
   15647  1.86  christos #               6589-6618  Unassigned
   15648  1.86  christos odette-ftps	6619/tcp   # ODETTE-FTP over TLS/SSL
   15649  1.86  christos odette-ftps	6619/udp   # ODETTE-FTP over TLS/SSL
   15650  1.86  christos odette-ftps	6619/udp   # ODETTE-FTP over TLS/SSL
   15651  1.86  christos odette-ftps	6619/udp   # ODETTE-FTP over TLS/SSL
   15652  1.86  christos #			   Ieuan Friend <ieuan.friend&dip.co.uk> March 2006
   15653  1.86  christos kftp-data       6620/tcp   # Kerberos V5 FTP Data
   15654  1.86  christos kftp-data       6620/udp   # Kerberos V5 FTP Data
   15655  1.86  christos kftp-data       6620/udp   # Kerberos V5 FTP Data
   15656  1.86  christos kftp-data       6620/udp   # Kerberos V5 FTP Data
   15657  1.86  christos kftp            6621/tcp   # Kerberos V5 FTP Control
   15658  1.86  christos kftp            6621/udp   # Kerberos V5 FTP Control
   15659  1.86  christos kftp            6621/udp   # Kerberos V5 FTP Control
   15660  1.86  christos kftp            6621/udp   # Kerberos V5 FTP Control
   15661  1.86  christos #                          Robert J. Scott <rob&hpcmo.hpc.mil> August 2005
   15662  1.86  christos mcftp		6622/tcp   # Multicast FTP
   15663  1.86  christos mcftp		6622/udp   # Multicast FTP
   15664  1.86  christos mcftp		6622/udp   # Multicast FTP
   15665  1.86  christos mcftp		6622/udp   # Multicast FTP
   15666  1.86  christos #			   Bruce Lueckenhoff <bruce&scalabledesign.com> February 2006
   15667  1.86  christos ktelnet         6623/tcp   # Kerberos V5 Telnet
   15668  1.86  christos ktelnet         6623/udp   # Kerberos V5 Telnet
   15669  1.86  christos ktelnet         6623/udp   # Kerberos V5 Telnet
   15670  1.86  christos ktelnet         6623/udp   # Kerberos V5 Telnet
   15671  1.86  christos #                          Robert J. Scott <rob&hpcmo.hpc.mil> August 2005
   15672  1.86  christos #               6624-6625  Unassigned
   15673  1.86  christos wago-service	6626/tcp   # WAGO Service and Update
   15674  1.86  christos wago-service	6626/udp   # WAGO Service and Update
   15675  1.86  christos wago-service	6626/udp   # WAGO Service and Update
   15676  1.86  christos wago-service	6626/udp   # WAGO Service and Update
   15677  1.86  christos #			   Wolfgang Adler <electronicc_rd&wago.com> April 2006
   15678  1.86  christos nexgen          6627/tcp   # Allied Electronics NeXGen
   15679  1.86  christos nexgen          6627/udp   # Allied Electronics NeXGen
   15680  1.86  christos nexgen          6627/udp   # Allied Electronics NeXGen
   15681  1.86  christos nexgen          6627/udp   # Allied Electronics NeXGen
   15682  1.86  christos #                          Lou Seitchik <lou&alliedelectronics.com> August 2005 
   15683  1.86  christos afesc-mc        6628/tcp   # AFE Stock Channel M/C
   15684  1.86  christos afesc-mc        6628/udp   # AFE Stock Channel M/C
   15685  1.86  christos afesc-mc        6628/udp   # AFE Stock Channel M/C
   15686  1.86  christos afesc-mc        6628/udp   # AFE Stock Channel M/C
   15687  1.86  christos #                          K.K Ho <kk.ho&afe-solutions.com> April 2004
   15688  1.86  christos #               6629-6630  Unassigned
   15689  1.86  christos #               6631       Unassigned (Returned 28 May 2004)
   15690  1.86  christos #               6632-6664  Unassigned
   15691  1.86  christos ircu		6665/tcp  # IRCU
   15692  1.86  christos ircu		6665/udp  # IRCU
   15693  1.86  christos ircu		6666/tcp  # IRCU
   15694  1.86  christos ircu		6666/udp  # IRCU
   15695  1.86  christos ircu		6667/tcp  # IRCU
   15696  1.86  christos ircu		6667/udp  # IRCU
   15697  1.86  christos ircu		6668/tcp  # IRCU
   15698  1.86  christos ircu		6668/udp  # IRCU
   15699  1.86  christos ircu		6669/tcp  # IRCU
   15700  1.86  christos ircu		6669/udp  # IRCU
   15701  1.86  christos ircu		6665/udp  # IRCU
   15702  1.86  christos ircu		6665/udp  # IRCU
   15703  1.86  christos ircu		6666/udp  # IRCU
   15704  1.86  christos ircu		6666/udp  # IRCU
   15705  1.86  christos ircu		6667/udp  # IRCU
   15706  1.86  christos ircu		6667/udp  # IRCU
   15707  1.86  christos ircu		6668/udp  # IRCU
   15708  1.86  christos ircu		6668/udp  # IRCU
   15709  1.86  christos ircu		6669/udp  # IRCU
   15710  1.86  christos ircu		6669/udp  # IRCU
   15711  1.86  christos #			               Brian Tackett <cym&acrux.net>
   15712  1.86  christos vocaltec-gold   6670/tcp   # Vocaltec Global Online Directory
   15713  1.86  christos vocaltec-gold   6670/udp   # Vocaltec Global Online Directory
   15714  1.86  christos vocaltec-gold   6670/udp   # Vocaltec Global Online Directory
   15715  1.86  christos vocaltec-gold   6670/udp   # Vocaltec Global Online Directory
   15716  1.86  christos #                          Scott Petrack <Scott_Petrack&vocaltec.com>
   15717  1.86  christos #               6671       Unassigned 
   15718  1.86  christos vision_server   6672/tcp   # vision_server
   15719  1.86  christos vision_server   6672/udp   # vision_server
   15720  1.86  christos vision_server   6672/udp   # vision_server
   15721  1.86  christos vision_server   6672/udp   # vision_server
   15722  1.86  christos vision_elmd     6673/tcp   # vision_elmd
   15723  1.86  christos vision_elmd     6673/udp   # vision_elmd
   15724  1.86  christos vision_elmd     6673/udp   # vision_elmd
   15725  1.86  christos vision_elmd     6673/udp   # vision_elmd
   15726  1.86  christos #                          Chris Kramer <CKramer&gis.shl.com>
   15727  1.86  christos #               6674-6700  Unassigned
   15728  1.86  christos kti-icad-srvr	6701/tcp   # KTI/ICAD Nameserver
   15729  1.86  christos kti-icad-srvr	6701/udp   # KTI/ICAD Nameserver
   15730  1.86  christos kti-icad-srvr	6701/udp   # KTI/ICAD Nameserver
   15731  1.86  christos kti-icad-srvr	6701/udp   # KTI/ICAD Nameserver
   15732  1.86  christos #			               Stanley Knutson <Stanley.Knutson&KTIworld.com> 
   15733  1.86  christos e-design-net    6702/tcp   # e-Design network 
   15734  1.86  christos e-design-net    6702/udp   # e-Design network 
   15735  1.86  christos e-design-net    6702/udp   # e-Design network 
   15736  1.86  christos e-design-net    6702/udp   # e-Design network 
   15737  1.86  christos e-design-web    6703/tcp   # e-Design web 
   15738  1.86  christos e-design-web    6703/udp   # e-Design web 
   15739  1.86  christos e-design-web    6703/udp   # e-Design web 
   15740  1.86  christos e-design-web    6703/udp   # e-Design web 
   15741  1.86  christos #			   Janos Lerch <lerch&softic.hu> February 2006
   15742  1.86  christos #               6704-6713  Unassigned
   15743  1.86  christos ibprotocol      6714/tcp   # Internet Backplane Protocol
   15744  1.86  christos ibprotocol      6714/udp   # Internet Backplane Protocol
   15745  1.86  christos ibprotocol      6714/udp   # Internet Backplane Protocol
   15746  1.86  christos ibprotocol      6714/udp   # Internet Backplane Protocol
   15747  1.86  christos #                          Alessandro Bassi <abassi&cs.utk.edu>
   15748  1.86  christos fibotrader-com  6715/tcp   # Fibotrader Communications
   15749  1.86  christos fibotrader-com  6715/udp   # Fibotrader Communications
   15750  1.86  christos fibotrader-com  6715/udp   # Fibotrader Communications
   15751  1.86  christos fibotrader-com  6715/udp   # Fibotrader Communications
   15752  1.86  christos #			   Robert Wetzold <robert.wetzold&fibotrader.com> January 2006
   15753  1.86  christos #               6716-6766  Unassigned
   15754  1.86  christos bmc-perf-agent  6767/tcp   # BMC PERFORM AGENT
   15755  1.86  christos bmc-perf-agent  6767/udp   # BMC PERFORM AGENT
   15756  1.86  christos bmc-perf-agent  6767/udp   # BMC PERFORM AGENT
   15757  1.86  christos bmc-perf-agent  6767/udp   # BMC PERFORM AGENT
   15758  1.86  christos bmc-perf-mgrd   6768/tcp   # BMC PERFORM MGRD   
   15759  1.86  christos bmc-perf-mgrd   6768/udp   # BMC PERFORM MGRD   
   15760  1.86  christos bmc-perf-mgrd   6768/udp   # BMC PERFORM MGRD
   15761  1.86  christos bmc-perf-mgrd   6768/udp   # BMC PERFORM MGRD
   15762  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com>
   15763  1.86  christos adi-gxp-srvprt  6769/tcp   # ADInstruments GxP Server
   15764  1.86  christos adi-gxp-srvprt  6769/udp   # ADInstruments GxP Server
   15765  1.86  christos adi-gxp-srvprt  6769/udp   # ADInstruments GxP Server
   15766  1.86  christos adi-gxp-srvprt  6769/udp   # ADInstruments GxP Server
   15767  1.86  christos #                          Mathew Pitchforth <mathew&adinstruments.co.nz> August 2005
   15768  1.86  christos plysrv-http     6770/tcp   # PolyServe http
   15769  1.86  christos plysrv-http     6770/udp   # PolyServe http
   15770  1.86  christos plysrv-http     6770/udp   # PolyServe http
   15771  1.86  christos plysrv-http     6770/udp   # PolyServe http
   15772  1.86  christos plysrv-https    6771/tcp   # PolyServe https
   15773  1.86  christos plysrv-https    6771/udp   # PolyServe https
   15774  1.86  christos plysrv-https    6771/udp   # PolyServe https
   15775  1.86  christos plysrv-https    6771/udp   # PolyServe https
   15776  1.86  christos #                          Mike Spitzer <mjs&polyserve.com> August 2005
   15777  1.86  christos #               6772-6784  Unassigned 
   15778  1.86  christos dgpf-exchg	6785/tcp   # DGPF Individual Exchange
   15779  1.86  christos dgpf-exchg	6785/udp   # DGPF Individual Exchange
   15780  1.86  christos dgpf-exchg	6785/udp   # DGPF Individual Exchange
   15781  1.86  christos dgpf-exchg	6785/udp   # DGPF Individual Exchange
   15782  1.86  christos #			   Thomas Weise <weise&vs.uni-kassel.de> April 2006
   15783  1.86  christos smc-jmx         6786/tcp   # Sun Java Web Console JMX
   15784  1.86  christos smc-jmx         6786/udp   # Sun Java Web Console JMX
   15785  1.86  christos smc-jmx         6786/udp   # Sun Java Web Console JMX
   15786  1.86  christos smc-jmx         6786/udp   # Sun Java Web Console JMX
   15787  1.86  christos smc-admin       6787/tcp   # Sun Web Console Admin
   15788  1.86  christos smc-admin       6787/udp   # Sun Web Console Admin
   15789  1.86  christos smc-admin       6787/udp   # Sun Web Console Admin
   15790  1.86  christos smc-admin       6787/udp   # Sun Web Console Admin
   15791  1.86  christos #                          Bill Edwards <bill.edwards&sun.com> August 2005
   15792  1.86  christos smc-http        6788/tcp   # SMC-HTTP
   15793  1.86  christos smc-http        6788/udp   # SMC-HTTP
   15794  1.86  christos smc-http        6788/udp   # SMC-HTTP
   15795  1.86  christos smc-http        6788/udp   # SMC-HTTP
   15796  1.86  christos #                          Ratnadeep Bhattacharjee <ratnadeep.bhattacharjee&sun.com> November 2002
   15797  1.86  christos smc-https       6789/tcp   # SMC-HTTPS
   15798  1.86  christos smc-https       6789/udp   # SMC-HTTPS
   15799  1.86  christos smc-https       6789/udp   # SMC-HTTPS
   15800  1.86  christos smc-https       6789/udp   # SMC-HTTPS
   15801  1.86  christos #                          Ratnadeep Bhattacharjee <ratnadeep.bhattacharjee&sun.com> August 2002
   15802  1.86  christos hnmp            6790/tcp   # HNMP
   15803  1.86  christos hnmp            6790/udp   # HNMP
   15804  1.86  christos hnmp            6790/udp   # HNMP
   15805  1.86  christos hnmp            6790/udp   # HNMP
   15806  1.86  christos #                          Jude George <jude&nas.nasa.gov>
   15807  1.86  christos hnm             6791/tcp   # Halcyon Network Manager
   15808  1.86  christos hnm             6791/udp   # Halcyon Network Manager
   15809  1.86  christos hnm             6791/udp   # Halcyon Network Manager
   15810  1.86  christos hnm             6791/udp   # Halcyon Network Manager
   15811  1.86  christos #                          Richard Harriss <richard.harriss&halcyonsoftware.com> May 2005
   15812  1.86  christos #               6792-6800  Unassigned
   15813  1.86  christos acnet		6801/tcp   # ACNET Control System Protocol
   15814  1.86  christos acnet		6801/udp   # ACNET Control System Protocol
   15815  1.86  christos acnet		6801/udp   # ACNET Control System Protocol
   15816  1.86  christos acnet		6801/udp   # ACNET Control System Protocol
   15817  1.86  christos #			   Rich Neswold <neswold&fnal.gov> February 2007
   15818  1.86  christos #               6802-6830  Unassigned
   15819  1.86  christos ambit-lm        6831/tcp   # ambit-lm
   15820  1.86  christos ambit-lm        6831/udp   # ambit-lm
   15821  1.86  christos ambit-lm        6831/udp   # ambit-lm
   15822  1.86  christos ambit-lm        6831/udp   # ambit-lm
   15823  1.86  christos #                          Don Hejna <djhejna&ambit.com>
   15824  1.86  christos #               6832-6840  Unassigned
   15825  1.86  christos netmo-default	6841/tcp   # Netmo Default
   15826  1.86  christos netmo-default	6841/udp   # Netmo Default
   15827  1.86  christos netmo-default	6841/udp   # Netmo Default
   15828  1.86  christos netmo-default	6841/udp   # Netmo Default
   15829  1.86  christos netmo-http	6842/tcp   # Netmo HTTP
   15830  1.86  christos netmo-http	6842/udp   # Netmo HTTP
   15831  1.86  christos netmo-http	6842/udp   # Netmo HTTP
   15832  1.86  christos netmo-http	6842/udp   # Netmo HTTP
   15833  1.86  christos #			   Urs Bertschinger <urs&netmosphere.com>
   15834  1.86  christos #               6843-6849   Unassigned 
   15835  1.86  christos iccrushmore     6850/tcp    # ICCRUSHMORE
   15836  1.86  christos iccrushmore     6850/udp    # ICCRUSHMORE
   15837  1.86  christos iccrushmore     6850/udp    # ICCRUSHMORE
   15838  1.86  christos iccrushmore     6850/udp    # ICCRUSHMORE
   15839  1.86  christos #                           Dave Hubbard <dave&icc.net>
   15840  1.86  christos #               6851-6887   Unassigned
   15841  1.86  christos muse            6888/tcp    # MUSE
   15842  1.86  christos muse            6888/udp    # MUSE
   15843  1.86  christos muse            6888/udp    # MUSE
   15844  1.86  christos muse            6888/udp    # MUSE
   15845  1.86  christos #                           Muse Communications Corporation
   15846  1.86  christos #                           <howard&muse3d.com>
   15847  1.86  christos #               6889-6935   Unassigned
   15848  1.86  christos xsmsvc		6936/tcp    # XenSource Management Service
   15849  1.86  christos xsmsvc		6936/udp    # XenSource Management Service
   15850  1.86  christos xsmsvc		6936/udp    # XenSource Management Service
   15851  1.86  christos xsmsvc		6936/udp    # XenSource Management Service
   15852  1.86  christos #			    Roger Klorese <roger&xensource.com> June 2006
   15853  1.86  christos #               6937-6945   Unassigned
   15854  1.86  christos bioserver       6946/tcp    # Biometrics Server
   15855  1.86  christos bioserver       6946/udp    # Biometrics Server
   15856  1.86  christos bioserver       6946/udp    # Biometrics Server
   15857  1.86  christos bioserver       6946/udp    # Biometrics Server
   15858  1.86  christos #			    ISHII AKIO <ishii.akio&jp.fujitsu.com> January 2006
   15859  1.86  christos #               6947-6950   Unassigned
   15860  1.86  christos otlp		6951/tcp    # OTLP
   15861  1.86  christos otlp		6951/udp    # OTLP
   15862  1.86  christos otlp		6951/udp    # OTLP
   15863  1.86  christos otlp		6951/udp    # OTLP
   15864  1.86  christos #			    Brent Foster <brent.foster&onstreamsystems.com> April 2006
   15865  1.86  christos #               6952-6960   Unassigned
   15866  1.86  christos jmact3          6961/tcp    # JMACT3
   15867  1.86  christos jmact3          6961/udp    # JMACT3
   15868  1.86  christos jmact3          6961/udp    # JMACT3
   15869  1.86  christos jmact3          6961/udp    # JMACT3
   15870  1.86  christos jmevt2          6962/tcp    # jmevt2
   15871  1.86  christos jmevt2          6962/udp    # jmevt2
   15872  1.86  christos jmevt2          6962/udp    # jmevt2
   15873  1.86  christos jmevt2          6962/udp    # jmevt2
   15874  1.86  christos swismgr1        6963/tcp    # swismgr1
   15875  1.86  christos swismgr1        6963/udp    # swismgr1
   15876  1.86  christos swismgr1    	6963/udp    # swismgr1
   15877  1.86  christos swismgr1    	6963/udp    # swismgr1
   15878  1.86  christos swismgr2        6964/tcp    # swismgr2
   15879  1.86  christos swismgr2        6964/udp    # swismgr2
   15880  1.86  christos swismgr2        6964/udp    # swismgr2
   15881  1.86  christos swismgr2        6964/udp    # swismgr2
   15882  1.86  christos swistrap        6965/tcp    # swistrap
   15883  1.86  christos swistrap        6965/udp    # swistrap
   15884  1.86  christos swistrap        6965/udp    # swistrap
   15885  1.86  christos swistrap        6965/udp    # swistrap
   15886  1.86  christos swispol         6966/tcp    # swispol
   15887  1.86  christos swispol         6966/udp    # swispol
   15888  1.86  christos swispol         6966/udp    # swispol
   15889  1.86  christos swispol         6966/udp    # swispol
   15890  1.86  christos #			                Yutaka Ono <ono&saint.nm.fujitsu.co.jp>
   15891  1.86  christos #               6967-6968   Unassigned
   15892  1.86  christos acmsoda         6969/tcp    # acmsoda
   15893  1.86  christos acmsoda         6969/udp    # acmsoda
   15894  1.86  christos acmsoda         6969/udp    # acmsoda
   15895  1.86  christos acmsoda         6969/udp    # acmsoda
   15896  1.86  christos #                           Daniel Simms <dsimms&acm.uiuc.edu>
   15897  1.86  christos #               6970-6997   Unassigned
   15898  1.86  christos iatp-highpri	6998/tcp    # IATP-highPri
   15899  1.86  christos iatp-highpri	6998/udp    # IATP-highPri
   15900  1.86  christos iatp-highpri	6998/udp    # IATP-highPri
   15901  1.86  christos iatp-highpri	6998/udp    # IATP-highPri
   15902  1.86  christos iatp-normalpri	6999/tcp    # IATP-normalPri
   15903  1.86  christos iatp-normalpri	6999/udp    # IATP-normalPri
   15904  1.86  christos iatp-normalpri	6999/udp    # IATP-normalPri
   15905  1.86  christos iatp-normalpri	6999/udp    # IATP-normalPri
   15906  1.86  christos #			                John Murphy <john.m.murphy&mci.com>
   15907  1.86  christos afs3-fileserver 7000/tcp    # file server itself
   15908  1.86  christos afs3-fileserver 7000/udp    # file server itself
   15909  1.86  christos afs3-fileserver 7000/udp    # file server itself
   15910  1.86  christos afs3-fileserver 7000/udp    # file server itself
   15911  1.86  christos afs3-callback   7001/tcp    # callbacks to cache managers
   15912  1.86  christos afs3-callback   7001/udp    # callbacks to cache managers
   15913  1.86  christos afs3-callback   7001/udp    # callbacks to cache managers
   15914  1.86  christos afs3-callback   7001/udp    # callbacks to cache managers
   15915  1.86  christos afs3-prserver   7002/tcp    # users & groups database
   15916  1.86  christos afs3-prserver   7002/udp    # users & groups database
   15917  1.86  christos afs3-prserver   7002/udp    # users & groups database
   15918  1.86  christos afs3-prserver   7002/udp    # users & groups database
   15919  1.86  christos afs3-vlserver   7003/tcp    # volume location database
   15920  1.86  christos afs3-vlserver   7003/udp    # volume location database
   15921  1.86  christos afs3-vlserver   7003/udp    # volume location database
   15922  1.86  christos afs3-vlserver   7003/udp    # volume location database
   15923  1.86  christos afs3-kaserver   7004/tcp    # AFS/Kerberos authentication service
   15924  1.86  christos afs3-kaserver   7004/udp    # AFS/Kerberos authentication service
   15925  1.86  christos afs3-kaserver   7004/udp    # AFS/Kerberos authentication service
   15926  1.86  christos afs3-kaserver   7004/udp    # AFS/Kerberos authentication service
   15927  1.86  christos afs3-volser     7005/tcp    # volume managment server
   15928  1.86  christos afs3-volser     7005/udp    # volume managment server
   15929  1.86  christos afs3-volser     7005/udp    # volume managment server
   15930  1.86  christos afs3-volser     7005/udp    # volume managment server
   15931  1.86  christos afs3-errors     7006/tcp    # error interpretation service
   15932  1.86  christos afs3-errors     7006/udp    # error interpretation service
   15933  1.86  christos afs3-errors     7006/udp    # error interpretation service
   15934  1.86  christos afs3-errors     7006/udp    # error interpretation service
   15935  1.86  christos afs3-bos        7007/tcp    # basic overseer process
   15936  1.86  christos afs3-bos        7007/udp    # basic overseer process
   15937  1.86  christos afs3-bos        7007/udp    # basic overseer process
   15938  1.86  christos afs3-bos        7007/udp    # basic overseer process
   15939  1.86  christos afs3-update     7008/tcp    # server-to-server updater
   15940  1.86  christos afs3-update     7008/udp    # server-to-server updater
   15941  1.86  christos afs3-update     7008/udp    # server-to-server updater
   15942  1.86  christos afs3-update     7008/udp    # server-to-server updater
   15943  1.86  christos afs3-rmtsys     7009/tcp    # remote cache manager service
   15944  1.86  christos afs3-rmtsys     7009/udp    # remote cache manager service
   15945  1.86  christos afs3-rmtsys     7009/udp    # remote cache manager service
   15946  1.86  christos afs3-rmtsys     7009/udp    # remote cache manager service
   15947  1.34      tron #
   15948  1.86  christos ups-onlinet     7010/tcp    # onlinet uninterruptable power supplies
   15949  1.86  christos ups-onlinet     7010/udp    # onlinet uninterruptable power supplies
   15950  1.86  christos ups-onlinet     7010/udp    # onlinet uninterruptable power supplies
   15951  1.86  christos ups-onlinet     7010/udp    # onlinet uninterruptable power supplies
   15952  1.86  christos #                           Jim Thompson <jim.thompson&powerware.com>
   15953  1.86  christos talon-disc      7011/tcp    # Talon Discovery Port
   15954  1.86  christos talon-disc      7011/udp    # Talon Discovery Port
   15955  1.86  christos talon-disc      7011/udp    # Talon Discovery Port
   15956  1.86  christos talon-disc      7011/udp    # Talon Discovery Port
   15957  1.86  christos talon-engine    7012/tcp    # Talon Engine
   15958  1.86  christos talon-engine    7012/udp    # Talon Engine
   15959  1.86  christos talon-engine    7012/udp    # Talon Engine
   15960  1.86  christos talon-engine    7012/udp    # Talon Engine
   15961  1.86  christos microtalon-dis  7013/tcp    # Microtalon Discovery
   15962  1.86  christos microtalon-dis  7013/udp    # Microtalon Discovery
   15963  1.86  christos microtalon-dis  7013/udp    # Microtalon Discovery
   15964  1.86  christos microtalon-dis  7013/udp    # Microtalon Discovery
   15965  1.86  christos microtalon-com  7014/tcp    # Microtalon Communications
   15966  1.86  christos microtalon-com  7014/udp    # Microtalon Communications
   15967  1.86  christos microtalon-com  7014/udp    # Microtalon Communications
   15968  1.86  christos microtalon-com  7014/udp    # Microtalon Communications
   15969  1.86  christos talon-webserver 7015/tcp    # Talon Webserver
   15970  1.86  christos talon-webserver 7015/udp    # Talon Webserver
   15971  1.86  christos talon-webserver 7015/udp    # Talon Webserver
   15972  1.86  christos talon-webserver 7015/udp    # Talon Webserver
   15973  1.86  christos #                           Jim Thompson <jim.thompson&powerware.com>
   15974  1.86  christos #               7016-7019   Unassigned
   15975  1.86  christos dpserve         7020/tcp    # DP Serve
   15976  1.86  christos dpserve         7020/udp    # DP Serve
   15977  1.86  christos dpserve         7020/udp    # DP Serve
   15978  1.86  christos dpserve         7020/udp    # DP Serve
   15979  1.86  christos dpserveadmin    7021/tcp    # DP Serve Admin
   15980  1.86  christos dpserveadmin    7021/udp    # DP Serve Admin
   15981  1.86  christos dpserveadmin    7021/udp    # DP Serve Admin
   15982  1.86  christos dpserveadmin    7021/udp    # DP Serve Admin
   15983  1.86  christos #                           Allan Stanley <allan&hummingbird.com>
   15984  1.86  christos ctdp            7022/tcp    # CT Discovery Protocol
   15985  1.86  christos ctdp            7022/udp    # CT Discovery Protocol
   15986  1.86  christos ctdp            7022/udp    # CT Discovery Protocol
   15987  1.86  christos ctdp            7022/udp    # CT Discovery Protocol
   15988  1.86  christos #                           James Kirkwood <james.kirkwood&controltechniques.com> June 2005
   15989  1.86  christos ct2nmcs         7023/tcp    # Comtech T2 NMCS
   15990  1.86  christos ct2nmcs         7023/udp    # Comtech T2 NMCS
   15991  1.86  christos ct2nmcs         7023/udp    # Comtech T2 NMCS
   15992  1.86  christos ct2nmcs         7023/udp    # Comtech T2 NMCS
   15993  1.86  christos #                           Bryan Wilcutt <bwilcutt&comtechefdata.com> June 2005
   15994  1.86  christos vmsvc           7024/tcp    # Vormetric service
   15995  1.86  christos vmsvc           7024/udp    # Vormetric service
   15996  1.86  christos vmsvc           7024/udp    # Vormetric service
   15997  1.86  christos vmsvc           7024/udp    # Vormetric service
   15998  1.86  christos #                           Tom Boyle <tboyle&vormetric.com> June 2005
   15999  1.86  christos vmsvc-2         7025/tcp    # Vormetric Service II
   16000  1.86  christos vmsvc-2         7025/udp    # Vormetric Service II
   16001  1.86  christos vmsvc-2         7025/udp    # Vormetric Service II
   16002  1.86  christos vmsvc-2         7025/udp    # Vormetric Service II
   16003  1.86  christos #                           Tom Boyle <tboyle&vormetric.com> June 2005
   16004  1.86  christos #               7026-7029   Unassigned
   16005  1.86  christos op-probe        7030/tcp    # ObjectPlanet probe
   16006  1.86  christos op-probe        7030/udp    # ObjectPlanet probe
   16007  1.86  christos op-probe        7030/udp    # ObjectPlanet probe
   16008  1.86  christos op-probe        7030/udp    # ObjectPlanet probe
   16009  1.86  christos #                           Bjorn Jarle Kvande <bjorn&objectplanet.com> April 2002
   16010  1.86  christos #               7031-7069   Unassigned
   16011  1.86  christos arcp            7070/tcp    # ARCP
   16012  1.86  christos arcp            7070/udp    # ARCP
   16013  1.86  christos arcp            7070/udp    # ARCP
   16014  1.86  christos arcp            7070/udp    # ARCP
   16015  1.86  christos #                           Jude George <jude&nas.nasa.gov>
   16016  1.86  christos #               7071-7098   Unassigned
   16017  1.86  christos lazy-ptop       7099/tcp    # lazy-ptop
   16018  1.86  christos lazy-ptop       7099/udp    # lazy-ptop
   16019  1.86  christos lazy-ptop       7099/udp    # lazy-ptop
   16020  1.86  christos lazy-ptop       7099/udp    # lazy-ptop
   16021  1.86  christos #                           Guy Keren <Guy_Keren&mail.stil.scitex.com>
   16022  1.86  christos font-service    7100/tcp    # X Font Service
   16023  1.86  christos font-service    7100/udp    # X Font Service
   16024  1.86  christos font-service    7100/udp    # X Font Service
   16025  1.86  christos font-service    7100/udp    # X Font Service
   16026  1.86  christos #                           Stephen Gildea <gildea&lcs.mit.edu>
   16027  1.86  christos elcn		7101/tcp    # Embedded Light Control Network
   16028  1.86  christos elcn		7101/udp    # Embedded Light Control Network
   16029  1.86  christos elcn		7101/udp    # Embedded Light Control Network
   16030  1.86  christos elcn		7101/udp    # Embedded Light Control Network
   16031  1.86  christos #			    Michael Scarito <ms&mit.edu> February 2007
   16032  1.86  christos #               7102-7120   Unassigned
   16033  1.86  christos virprot-lm      7121/tcp    # Virtual Prototypes License Manager
   16034  1.86  christos virprot-lm      7121/udp    # Virtual Prototypes License Manager
   16035  1.86  christos virprot-lm      7121/udp    # Virtual Prototypes License Manager
   16036  1.86  christos virprot-lm      7121/udp    # Virtual Prototypes License Manager
   16037  1.86  christos #                           Victor Galis <galis&satchmo.virtualprototypes.ca>
   16038  1.86  christos #               7122-7127   Unassigned
   16039  1.86  christos scenidm		7128/tcp    # intelligent data manager 
   16040  1.86  christos scenidm		7128/udp    # intelligent data manager 
   16041  1.86  christos scenidm		7128/udp    # intelligent data manager 
   16042  1.86  christos scenidm		7128/udp    # intelligent data manager 
   16043  1.86  christos #			    Paul Ignatius <paul.ignatius&scentric.com> March 2006
   16044  1.86  christos scenccs		7129/tcp    # Catalog Content Search
   16045  1.86  christos scenccs		7129/udp    # Catalog Content Search
   16046  1.86  christos scenccs		7129/udp    # Catalog Content Search
   16047  1.86  christos scenccs		7129/udp    # Catalog Content Search
   16048  1.86  christos #			    Anil Sharma <anil.sharma&scentric.com> April 2006
   16049  1.86  christos #               7130-7160   Unassigned
   16050  1.86  christos cabsm-comm      7161/tcp    # CA BSM Comm
   16051  1.86  christos cabsm-comm      7161/udp    # CA BSM Comm
   16052  1.86  christos cabsm-comm      7161/udp    # CA BSM Comm
   16053  1.86  christos cabsm-comm      7161/udp    # CA BSM Comm
   16054  1.86  christos #                           Chun-Ho Chang <chun-ho.chang&ca.com> November 2004
   16055  1.86  christos caistoragemgr   7162/tcp    # CA Storage Manager
   16056  1.86  christos caistoragemgr   7162/udp    # CA Storage Manager
   16057  1.86  christos caistoragemgr   7162/udp    # CA Storage Manager
   16058  1.86  christos caistoragemgr   7162/udp    # CA Storage Manager
   16059  1.86  christos #                           Emre Tunar <emre.tunar&ca.com> November 2004
   16060  1.86  christos cacsambroker    7163/tcp    # CA Connection Broker
   16061  1.86  christos cacsambroker    7163/udp    # CA Connection Broker
   16062  1.86  christos cacsambroker    7163/udp    # CA Connection Broker
   16063  1.86  christos cacsambroker    7163/udp    # CA Connection Broker
   16064  1.86  christos #                           David Roberts <David.Roberts&ca.com> May 2005
   16065  1.86  christos #               7164-7173   Unassigned
   16066  1.86  christos clutild         7174/tcp    # Clutild
   16067  1.86  christos clutild         7174/udp    # Clutild
   16068  1.86  christos clutild         7174/udp    # Clutild
   16069  1.86  christos clutild         7174/udp    # Clutild
   16070  1.86  christos #                           Cheryl Stoutenburg <cstoutenburg&vnet.ibm.com>
   16071  1.86  christos #               7175-7199   Unassigned
   16072  1.86  christos fodms           7200/tcp    # FODMS FLIP  
   16073  1.86  christos fodms           7200/udp    # FODMS FLIP  
   16074  1.86  christos fodms           7200/udp    # FODMS FLIP  
   16075  1.86  christos fodms           7200/udp    # FODMS FLIP  
   16076  1.86  christos #                           David Anthony <anthony&power.amasd.anatcp.rockwell.com>
   16077  1.86  christos dlip            7201/tcp    # DLIP
   16078  1.86  christos dlip            7201/udp    # DLIP
   16079  1.86  christos dlip            7201/udp    # DLIP
   16080  1.86  christos dlip            7201/udp    # DLIP
   16081  1.86  christos #                           Albert Manfredi <manfredi&engr05.comsys.rockwell.com>
   16082  1.86  christos #               7202-7226   Unassigned
   16083  1.86  christos ramp            7227/tcp    # Registry A & M Protocol
   16084  1.86  christos ramp            7227/udp    # Registry A & M Protocol
   16085  1.86  christos ramp            7227/udp    # Registry A $ M Protocol 
   16086  1.86  christos ramp            7227/udp    # Registry A $ M Protocol 
   16087  1.86  christos #                           John Havard <jh&hxe.us> November 2003
   16088  1.86  christos #               7228-7271   Unassigned
   16089  1.86  christos watchme-7272    7272/tcp    # WatchMe Monitoring 7272
   16090  1.86  christos watchme-7272    7272/udp    # WatchMe Monitoring 7272
   16091  1.86  christos watchme-7272    7272/udp    # WatchMe Monitoring 7272
   16092  1.86  christos watchme-7272    7272/udp    # WatchMe Monitoring 7272
   16093  1.86  christos #                           Oliver Heinz <heinz&arago.de> August 2005
   16094  1.86  christos oma-rlp         7273/tcp    # OMA Roaming Location 
   16095  1.86  christos oma-rlp         7273/udp    # OMA Roaming Location 
   16096  1.86  christos oma-rlp         7273/udp    # OMA Roaming Location 
   16097  1.86  christos oma-rlp         7273/udp    # OMA Roaming Location 
   16098  1.86  christos oma-rlp-s       7274/tcp    # OMA Roaming Location SEC
   16099  1.86  christos oma-rlp-s       7274/udp    # OMA Roaming Location SEC
   16100  1.86  christos oma-rlp-s       7274/udp    # OMA Roaming Location SEC
   16101  1.86  christos oma-rlp-s       7274/udp    # OMA Roaming Location SEC
   16102  1.86  christos #                           Larry A. Young <Larry.A.Young&mail.Sprint.com> August 2005
   16103  1.86  christos oma-ulp         7275/tcp    # OMA UserPlane Location
   16104  1.86  christos oma-ulp         7275/udp    # OMA UserPlane Location
   16105  1.86  christos oma-ulp         7275/udp    # OMA UserPlane Location
   16106  1.86  christos oma-ulp         7275/udp    # OMA UserPlane Location
   16107  1.86  christos #			    Larry A. Young <Larry.A.Young&Sprint.com> February 2006
   16108  1.86  christos #               7276-7279   Unassigned
   16109  1.86  christos itactionserver1 7280/tcp    # ITACTIONSERVER 1
   16110  1.86  christos itactionserver1 7280/udp    # ITACTIONSERVER 1
   16111  1.86  christos itactionserver1 7280/udp    # ITACTIONSERVER 1
   16112  1.86  christos itactionserver1 7280/udp    # ITACTIONSERVER 1
   16113  1.86  christos itactionserver2 7281/tcp    # ITACTIONSERVER 2
   16114  1.86  christos itactionserver2 7281/udp    # ITACTIONSERVER 2
   16115  1.86  christos itactionserver2 7281/udp    # ITACTIONSERVER 2
   16116  1.86  christos itactionserver2 7281/udp    # ITACTIONSERVER 2
   16117  1.86  christos #                           Brian Taylor <btaylor&imagetag.com>
   16118  1.86  christos #               7282-7299   Unassigned 
   16119  1.86  christos swx             7300/tcp   # The Swiss Exchange
   16120  1.86  christos swx             7300/udp   # The Swiss Exchange
   16121  1.86  christos swx             7301/tcp   # The Swiss Exchange
   16122  1.86  christos swx             7301/udp   # The Swiss Exchange
   16123  1.86  christos swx             7302/tcp   # The Swiss Exchange
   16124  1.86  christos swx             7302/udp   # The Swiss Exchange
   16125  1.86  christos swx             7303/tcp   # The Swiss Exchange
   16126  1.86  christos swx             7303/udp   # The Swiss Exchange
   16127  1.86  christos swx             7304/tcp   # The Swiss Exchange
   16128  1.86  christos swx             7304/udp   # The Swiss Exchange
   16129  1.86  christos swx             7305/tcp   # The Swiss Exchange
   16130  1.86  christos swx             7305/udp   # The Swiss Exchange
   16131  1.86  christos swx             7306/tcp   # The Swiss Exchange
   16132  1.86  christos swx             7306/udp   # The Swiss Exchange
   16133  1.86  christos swx             7307/tcp   # The Swiss Exchange
   16134  1.86  christos swx             7307/udp   # The Swiss Exchange
   16135  1.86  christos swx             7308/tcp   # The Swiss Exchange
   16136  1.86  christos swx             7308/udp   # The Swiss Exchange
   16137  1.86  christos swx             7309/tcp   # The Swiss Exchange
   16138  1.86  christos swx             7309/udp   # The Swiss Exchange
   16139  1.86  christos swx             7310/tcp   # The Swiss Exchange
   16140  1.86  christos swx             7310/udp   # The Swiss Exchange
   16141  1.86  christos swx             7311/tcp   # The Swiss Exchange
   16142  1.86  christos swx             7311/udp   # The Swiss Exchange
   16143  1.86  christos swx             7312/tcp   # The Swiss Exchange
   16144  1.86  christos swx             7312/udp   # The Swiss Exchange
   16145  1.86  christos swx             7313/tcp   # The Swiss Exchange
   16146  1.86  christos swx             7313/udp   # The Swiss Exchange
   16147  1.86  christos swx             7314/tcp   # The Swiss Exchange
   16148  1.86  christos swx             7314/udp   # The Swiss Exchange
   16149  1.86  christos swx             7315/tcp   # The Swiss Exchange
   16150  1.86  christos swx             7315/udp   # The Swiss Exchange
   16151  1.86  christos swx             7316/tcp   # The Swiss Exchange
   16152  1.86  christos swx             7316/udp   # The Swiss Exchange
   16153  1.86  christos swx             7317/tcp   # The Swiss Exchange
   16154  1.86  christos swx             7317/udp   # The Swiss Exchange
   16155  1.86  christos swx             7318/tcp   # The Swiss Exchange
   16156  1.86  christos swx             7318/udp   # The Swiss Exchange
   16157  1.86  christos swx             7319/tcp   # The Swiss Exchange
   16158  1.86  christos swx             7319/udp   # The Swiss Exchange
   16159  1.86  christos swx             7320/tcp   # The Swiss Exchange
   16160  1.86  christos swx             7320/udp   # The Swiss Exchange
   16161  1.86  christos swx             7321/tcp   # The Swiss Exchange
   16162  1.86  christos swx             7321/udp   # The Swiss Exchange
   16163  1.86  christos swx             7322/tcp   # The Swiss Exchange
   16164  1.86  christos swx             7322/udp   # The Swiss Exchange
   16165  1.86  christos swx             7323/tcp   # The Swiss Exchange
   16166  1.86  christos swx             7323/udp   # The Swiss Exchange
   16167  1.86  christos swx             7324/tcp   # The Swiss Exchange
   16168  1.86  christos swx             7324/udp   # The Swiss Exchange
   16169  1.86  christos swx             7325/tcp   # The Swiss Exchange
   16170  1.86  christos swx             7325/udp   # The Swiss Exchange
   16171  1.86  christos swx             7326/tcp   # The Swiss Exchange
   16172  1.86  christos swx             7326/udp   # The Swiss Exchange
   16173  1.86  christos swx             7327/tcp   # The Swiss Exchange
   16174  1.86  christos swx             7327/udp   # The Swiss Exchange
   16175  1.86  christos swx             7328/tcp   # The Swiss Exchange
   16176  1.86  christos swx             7328/udp   # The Swiss Exchange
   16177  1.86  christos swx             7329/tcp   # The Swiss Exchange
   16178  1.86  christos swx             7329/udp   # The Swiss Exchange
   16179  1.86  christos swx             7330/tcp   # The Swiss Exchange
   16180  1.86  christos swx             7330/udp   # The Swiss Exchange
   16181  1.86  christos swx             7331/tcp   # The Swiss Exchange
   16182  1.86  christos swx             7331/udp   # The Swiss Exchange
   16183  1.86  christos swx             7332/tcp   # The Swiss Exchange
   16184  1.86  christos swx             7332/udp   # The Swiss Exchange
   16185  1.86  christos swx             7333/tcp   # The Swiss Exchange
   16186  1.86  christos swx             7333/udp   # The Swiss Exchange
   16187  1.86  christos swx             7334/tcp   # The Swiss Exchange
   16188  1.86  christos swx             7334/udp   # The Swiss Exchange
   16189  1.86  christos swx             7335/tcp   # The Swiss Exchange
   16190  1.86  christos swx             7335/udp   # The Swiss Exchange
   16191  1.86  christos swx             7336/tcp   # The Swiss Exchange
   16192  1.86  christos swx             7336/udp   # The Swiss Exchange
   16193  1.86  christos swx             7337/tcp   # The Swiss Exchange
   16194  1.86  christos swx             7337/udp   # The Swiss Exchange
   16195  1.86  christos swx             7338/tcp   # The Swiss Exchange
   16196  1.86  christos swx             7338/udp   # The Swiss Exchange
   16197  1.86  christos swx             7339/tcp   # The Swiss Exchange
   16198  1.86  christos swx             7339/udp   # The Swiss Exchange
   16199  1.86  christos swx             7340/tcp   # The Swiss Exchange
   16200  1.86  christos swx             7340/udp   # The Swiss Exchange
   16201  1.86  christos swx             7341/tcp   # The Swiss Exchange
   16202  1.86  christos swx             7341/udp   # The Swiss Exchange
   16203  1.86  christos swx             7342/tcp   # The Swiss Exchange
   16204  1.86  christos swx             7342/udp   # The Swiss Exchange
   16205  1.86  christos swx             7343/tcp   # The Swiss Exchange
   16206  1.86  christos swx             7343/udp   # The Swiss Exchange
   16207  1.86  christos swx             7344/tcp   # The Swiss Exchange
   16208  1.86  christos swx             7344/udp   # The Swiss Exchange
   16209  1.86  christos swx             7345/tcp   # The Swiss Exchange
   16210  1.86  christos swx             7345/udp   # The Swiss Exchange
   16211  1.86  christos swx             7346/tcp   # The Swiss Exchange
   16212  1.86  christos swx             7346/udp   # The Swiss Exchange
   16213  1.86  christos swx             7347/tcp   # The Swiss Exchange
   16214  1.86  christos swx             7347/udp   # The Swiss Exchange
   16215  1.86  christos swx             7348/tcp   # The Swiss Exchange
   16216  1.86  christos swx             7348/udp   # The Swiss Exchange
   16217  1.86  christos swx             7349/tcp   # The Swiss Exchange
   16218  1.86  christos swx             7349/udp   # The Swiss Exchange
   16219  1.86  christos swx             7350/tcp   # The Swiss Exchange
   16220  1.86  christos swx             7350/udp   # The Swiss Exchange
   16221  1.86  christos swx             7351/tcp   # The Swiss Exchange
   16222  1.86  christos swx             7351/udp   # The Swiss Exchange
   16223  1.86  christos swx             7352/tcp   # The Swiss Exchange
   16224  1.86  christos swx             7352/udp   # The Swiss Exchange
   16225  1.86  christos swx             7353/tcp   # The Swiss Exchange
   16226  1.86  christos swx             7353/udp   # The Swiss Exchange
   16227  1.86  christos swx             7354/tcp   # The Swiss Exchange
   16228  1.86  christos swx             7354/udp   # The Swiss Exchange
   16229  1.86  christos swx             7355/tcp   # The Swiss Exchange
   16230  1.86  christos swx             7355/udp   # The Swiss Exchange
   16231  1.86  christos swx             7356/tcp   # The Swiss Exchange
   16232  1.86  christos swx             7356/udp   # The Swiss Exchange
   16233  1.86  christos swx             7357/tcp   # The Swiss Exchange
   16234  1.86  christos swx             7357/udp   # The Swiss Exchange
   16235  1.86  christos swx             7358/tcp   # The Swiss Exchange
   16236  1.86  christos swx             7358/udp   # The Swiss Exchange
   16237  1.86  christos swx             7359/tcp   # The Swiss Exchange
   16238  1.86  christos swx             7359/udp   # The Swiss Exchange
   16239  1.86  christos #                           Edgar Blum <edgar.blum&swx.ch>
   16240  1.86  christos #		7360-7364   Unassigned (Removed on 2006-2-06)
   16241  1.86  christos lcm-server      7365/tcp    # LifeKeeper Communications 
   16242  1.86  christos lcm-server      7365/udp    # LifeKeeper Communications 
   16243  1.86  christos lcm-server      7365/udp    # LifeKeeper Communications 
   16244  1.86  christos lcm-server      7365/udp    # LifeKeeper Communications 
   16245  1.86  christos #			    James Bottomley <James.Bottomley&SteelEye.com> February 2006
   16246  1.86  christos #		7366-7390   Unassigned (Removed on 2006-2-06)
   16247  1.86  christos mindfilesys     7391/tcp    # mind-file system server
   16248  1.86  christos mindfilesys     7391/udp    # mind-file system server
   16249  1.86  christos mindfilesys     7391/udp    # mind-file system server
   16250  1.86  christos mindfilesys     7391/udp    # mind-file system server
   16251  1.86  christos mrssrendezvous  7392/tcp    # mrss-rendezvous server
   16252  1.86  christos mrssrendezvous  7392/udp    # mrss-rendezvous server
   16253  1.86  christos mrssrendezvous  7392/udp    # mrss-rendezvous server
   16254  1.86  christos mrssrendezvous  7392/udp    # mrss-rendezvous server
   16255  1.86  christos #                           Dave Porter <porter&mango.com>   
   16256  1.86  christos nfoldman        7393/tcp    # nFoldMan Remote Publish
   16257  1.86  christos nfoldman        7393/udp    # nFoldMan Remote Publish
   16258  1.86  christos nfoldman        7393/udp    # nFoldMan Remote Publish
   16259  1.86  christos nfoldman        7393/udp    # nFoldMan Remote Publish
   16260  1.86  christos #			    Richard McDonald <ve3nvm&spamcop.net> January 2006
   16261  1.86  christos fse		7394/tcp    # File system export of backup images
   16262  1.86  christos fse		7394/udp    # File system export of backup images
   16263  1.86  christos fse		7394/udp    # File system export of backup images
   16264  1.86  christos fse		7394/udp    # File system export of backup images
   16265  1.86  christos #			    Weibao Wu <weibao_wu&symantec.com> April 2006
   16266  1.86  christos winqedit        7395/tcp    # winqedit
   16267  1.86  christos winqedit        7395/udp    # winqedit
   16268  1.86  christos winqedit        7395/udp    # winqedit
   16269  1.86  christos winqedit        7395/udp    # winqedit
   16270  1.86  christos #                           David Greer <david_greer&robelle.com>
   16271  1.86  christos #               7396        Unassigned
   16272  1.86  christos hexarc          7397/tcp    # Hexarc Command Language
   16273  1.86  christos hexarc          7397/udp    # Hexarc Command Language
   16274  1.86  christos hexarc          7397/udp    # Hexarc Command Language
   16275  1.86  christos hexarc          7397/udp    # Hexarc Command Language
   16276  1.86  christos #                           George Moromisato <gpm&neurohack.com> November 2004
   16277  1.86  christos #               7398-7399   Unassigned
   16278  1.86  christos rtps-discovery  7400/tcp    # RTPS Discovery
   16279  1.86  christos rtps-discovery  7400/udp    # RTPS Discovery
   16280  1.86  christos rtps-discovery  7400/udp    # RTPS Discovery
   16281  1.86  christos rtps-discovery  7400/udp    # RTPS Discovery
   16282  1.86  christos rtps-dd-ut      7401/tcp    # RTPS Data-Distribution User-Traffic
   16283  1.86  christos rtps-dd-ut      7401/udp    # RTPS Data-Distribution User-Traffic
   16284  1.86  christos rtps-dd-ut      7401/udp    # RTPS Data-Distribution User-Traffic
   16285  1.86  christos rtps-dd-ut      7401/udp    # RTPS Data-Distribution User-Traffic
   16286  1.86  christos rtps-dd-mt      7402/tcp    # RTPS Data-Distribution Meta-Traffic
   16287  1.86  christos rtps-dd-mt      7402/udp    # RTPS Data-Distribution Meta-Traffic
   16288  1.86  christos rtps-dd-mt      7402/udp    # RTPS Data-Distribution Meta-Traffic
   16289  1.86  christos rtps-dd-mt      7402/udp    # RTPS Data-Distribution Meta-Traffic
   16290  1.86  christos #                           Gerardo Pardo-Castellote <gerardo.pardo&rti.com> October 2005
   16291  1.86  christos #               7403-7409   Unassigned
   16292  1.86  christos ionixnetmon	7410/tcp    # Ionix Network Monitor
   16293  1.86  christos ionixnetmon	7410/udp    # Ionix Network Monitor
   16294  1.86  christos ionixnetmon	7410/udp    # Ionix Network Monitor
   16295  1.86  christos ionixnetmon	7410/udp    # Ionix Network Monitor
   16296  1.86  christos #			    Maxime Deputter <m.deputter&ionixhosting.com> April 2006
   16297  1.86  christos #               7411-7420   Unassigned
   16298  1.86  christos mtportmon       7421/tcp    # Matisse Port Monitor
   16299  1.86  christos mtportmon       7421/udp    # Matisse Port Monitor
   16300  1.86  christos mtportmon       7421/udp    # Matisse Port Monitor
   16301  1.86  christos mtportmon       7421/udp    # Matisse Port Monitor
   16302  1.86  christos #                           Didier Cabannes <Didier&matisse.com> November 2004
   16303  1.86  christos #               7422-7425   Unassigned
   16304  1.86  christos pmdmgr          7426/tcp    # OpenView DM Postmaster Manager
   16305  1.86  christos pmdmgr          7426/udp    # OpenView DM Postmaster Manager
   16306  1.86  christos pmdmgr          7426/udp    # OpenView DM Postmaster Manager
   16307  1.86  christos pmdmgr          7426/udp    # OpenView DM Postmaster Manager
   16308  1.86  christos oveadmgr        7427/tcp    # OpenView DM Event Agent Manager
   16309  1.86  christos oveadmgr        7427/udp    # OpenView DM Event Agent Manager
   16310  1.86  christos oveadmgr        7427/udp    # OpenView DM Event Agent Manager
   16311  1.86  christos oveadmgr        7427/udp    # OpenView DM Event Agent Manager
   16312  1.86  christos ovladmgr        7428/tcp    # OpenView DM Log Agent Manager
   16313  1.86  christos ovladmgr        7428/udp    # OpenView DM Log Agent Manager
   16314  1.86  christos ovladmgr        7428/udp    # OpenView DM Log Agent Manager
   16315  1.86  christos ovladmgr        7428/udp    # OpenView DM Log Agent Manager
   16316  1.86  christos opi-sock        7429/tcp    # OpenView DM rqt communication
   16317  1.86  christos opi-sock        7429/udp    # OpenView DM rqt communication
   16318  1.86  christos opi-sock        7429/udp    # OpenView DM rqt communication
   16319  1.86  christos opi-sock        7429/udp    # OpenView DM rqt communication
   16320  1.86  christos xmpv7           7430/tcp    # OpenView DM xmpv7 api pipe
   16321  1.86  christos xmpv7           7430/udp    # OpenView DM xmpv7 api pipe
   16322  1.86  christos xmpv7           7430/udp    # OpenView DM xmpv7 api pipe
   16323  1.86  christos xmpv7           7430/udp    # OpenView DM xmpv7 api pipe
   16324  1.86  christos pmd             7431/tcp    # OpenView DM ovc/xmpv3 api pipe
   16325  1.86  christos pmd             7431/udp    # OpenView DM ovc/xmpv3 api pipe
   16326  1.86  christos pmd             7431/udp    # OpenView DM ovc/xmpv3 api pipe
   16327  1.86  christos pmd             7431/udp    # OpenView DM ovc/xmpv3 api pipe
   16328  1.86  christos #                           Dave Lamb <rdl&rdl.cnd.hp.com>
   16329  1.86  christos faximum         7437/tcp    # Faximum
   16330  1.86  christos faximum         7437/udp    # Faximum
   16331  1.86  christos faximum         7437/udp    # Faximum
   16332  1.86  christos faximum         7437/udp    # Faximum
   16333  1.86  christos #                           George Pajari <George.Pajari&faximum.com>
   16334  1.86  christos #               7438-7442   Unassigned
   16335  1.86  christos oracleas-https  7443/tcp    # Oracle Application Server HTTPS
   16336  1.86  christos oracleas-https  7443/udp    # Oracle Application Server HTTPS
   16337  1.86  christos oracleas-https  7443/udp    # Oracle Application Server HTTPS
   16338  1.86  christos oracleas-https  7443/udp    # Oracle Application Server HTTPS
   16339  1.86  christos #			    David McMarlin <david.mcmarlin&oracle.com> August 2006
   16340  1.86  christos #               7444-7472   Unassigned
   16341  1.86  christos rise		7473/tcp    # Rise: The Vieneo Province
   16342  1.86  christos rise		7473/udp    # Rise: The Vieneo Province
   16343  1.86  christos rise		7473/udp    # Rise: The Vieneo Province
   16344  1.86  christos rise		7473/udp    # Rise: The Vieneo Province
   16345  1.86  christos #			    Jason Reskin <iana&unistellar.com> March 2007
   16346  1.86  christos #               7474-7490   Unassigned
   16347  1.86  christos telops-lmd      7491/tcp    # telops-lmd
   16348  1.86  christos telops-lmd      7491/udp    # telops-lmd
   16349  1.86  christos telops-lmd      7491/udp    # telops-lmd
   16350  1.86  christos telops-lmd      7491/udp    # telops-lmd
   16351  1.86  christos #                           David Spencer <dspencer&telops.com>
   16352  1.86  christos #               7492-7499   Unassigned
   16353  1.86  christos silhouette      7500/tcp    # Silhouette User
   16354  1.86  christos silhouette      7500/udp    # Silhouette User
   16355  1.86  christos silhouette      7500/udp    # Silhouette User
   16356  1.86  christos silhouette      7500/udp    # Silhouette User
   16357  1.86  christos #                           Anthony Payne <opayne&pacbell.net> February 2004    
   16358  1.86  christos ovbus           7501/tcp    # HP OpenView Bus Daemon
   16359  1.86  christos ovbus           7501/udp    # HP OpenView Bus Daemon
   16360  1.86  christos ovbus           7501/udp    # HP OpenView Bus Daemon
   16361  1.86  christos ovbus           7501/udp    # HP OpenView Bus Daemon
   16362  1.86  christos #                           David M. Rhodes <davidrho&cnd.hp.com>
   16363  1.86  christos #               7502-7509   Unassigned
   16364  1.86  christos ovhpas          7510/tcp    # HP OpenView Application Server
   16365  1.86  christos ovhpas          7510/udp    # HP OpenView Application Server
   16366  1.86  christos ovhpas          7510/udp    # HP OpenView Application Server
   16367  1.86  christos ovhpas          7510/udp    # HP OpenView Application Server
   16368  1.86  christos #                           Jeff Conrad <jeff_conrad&hp.com>
   16369  1.86  christos pafec-lm        7511/tcp    # pafec-lm
   16370  1.86  christos pafec-lm        7511/udp    # pafec-lm
   16371  1.86  christos pafec-lm        7511/udp    # pafec-lm
   16372  1.86  christos pafec-lm        7511/udp    # pafec-lm
   16373  1.86  christos #                           Billy Dhillon <bdsos&pafec.co.uk>
   16374  1.86  christos #               7512-7542   Unassigned
   16375  1.86  christos atul            7543/tcp    # atul server
   16376  1.86  christos atul            7543/udp    # atul server
   16377  1.86  christos atul            7543/udp    # atul server
   16378  1.86  christos atul            7543/udp    # atul server
   16379  1.86  christos #			    Mark Stapp <mjs&cisco.com> January 2006
   16380  1.86  christos nta-ds          7544/tcp    # FlowAnalyzer DisplayServer
   16381  1.86  christos nta-ds          7544/udp    # FlowAnalyzer DisplayServer
   16382  1.86  christos nta-ds          7544/udp    # FlowAnalyzer DisplayServer
   16383  1.86  christos nta-ds          7544/udp    # FlowAnalyzer DisplayServer
   16384  1.86  christos nta-us          7545/tcp    # FlowAnalyzer UtilityServer
   16385  1.86  christos nta-us          7545/udp    # FlowAnalyzer UtilityServer
   16386  1.86  christos nta-us          7545/udp    # FlowAnalyzer UtilityServer
   16387  1.86  christos nta-us          7545/udp    # FlowAnalyzer UtilityServer
   16388  1.86  christos #                           Fred Messinger <fredm&cisco.com>
   16389  1.86  christos cfs             7546/tcp    # Cisco Fabric service
   16390  1.86  christos cfs             7546/udp    # Cisco Fabric service
   16391  1.86  christos cfs             7546/udp    # Cisco Fabric service
   16392  1.86  christos cfs             7546/udp    # Cisco Fabric service
   16393  1.86  christos #                           Rituparna Agrawal <riagrawa&cisco.com> September 2005
   16394  1.86  christos cwmp            7547/tcp    # DSL Forum CWMP 
   16395  1.86  christos cwmp            7547/udp    # DSL Forum CWMP 
   16396  1.86  christos cwmp            7547/udp    # DSL Forum CWMP 
   16397  1.86  christos cwmp            7547/udp    # DSL Forum CWMP 
   16398  1.86  christos #                           Anton Okmianski <aokmians&cisco.com> January 2006
   16399  1.86  christos tidp		7548/tcp    # Threat Information Distribution Protocol 
   16400  1.86  christos tidp		7548/udp    # Threat Information Distribution Protocol 
   16401  1.86  christos tidp		7548/udp    # Threat Information Distribution Protocol 
   16402  1.86  christos tidp		7548/udp    # Threat Information Distribution Protocol 
   16403  1.86  christos #			    Chui-Tin Yen <tin&cisco.com> February 2006
   16404  1.86  christos nls-tl		7549/tcp    # Network Layer Signaling Transport Layer
   16405  1.86  christos nls-tl		7549/udp    # Network Layer Signaling Transport Layer
   16406  1.86  christos nls-tl		7549/udp    # Network Layer Signaling Transport Layer
   16407  1.86  christos nls-tl		7549/udp    # Network Layer Signaling Transport Layer
   16408  1.86  christos #			    Melinda Shore <mshore&cisco.com> May 2006
   16409  1.86  christos #               7550-7559   Unassigned
   16410  1.86  christos sncp            7560/tcp    # Sniffer Command Protocol
   16411  1.86  christos sncp            7560/udp    # Sniffer Command Protocol
   16412  1.86  christos sncp            7560/udp    # Sniffer Command Protocol
   16413  1.86  christos sncp            7560/udp    # Sniffer Command Protocol
   16414  1.86  christos #                           Dominick Cafarelli <dominick.cafarelli&networkgeneral.com> August 2005
   16415  1.86  christos #               7561-7565   Unassigned
   16416  1.86  christos vsi-omega       7566/tcp    # VSI Omega	
   16417  1.86  christos vsi-omega       7566/udp    # VSI Omega	
   16418  1.86  christos vsi-omega       7566/udp    # VSI Omega
   16419  1.86  christos vsi-omega       7566/udp    # VSI Omega
   16420  1.86  christos #                           Curtis Smith <curtis.smith&vsin.com>
   16421  1.86  christos #               7567-7569   Unassigned
   16422  1.86  christos aries-kfinder   7570/tcp    # Aries Kfinder
   16423  1.86  christos aries-kfinder   7570/udp    # Aries Kfinder
   16424  1.86  christos aries-kfinder   7570/udp    # Aries Kfinder
   16425  1.86  christos aries-kfinder   7570/udp    # Aries Kfinder
   16426  1.86  christos #                           James King, III <jking&ariessys.com>
   16427  1.86  christos #               7571-7587   Unassigned
   16428  1.86  christos sun-lm          7588/tcp    # Sun License Manager
   16429  1.86  christos sun-lm          7588/udp    # Sun License Manager
   16430  1.86  christos sun-lm          7588/udp    # Sun License Manager
   16431  1.86  christos sun-lm          7588/udp    # Sun License Manager
   16432  1.86  christos #                           Sophie Deng <Sophie.Deng&Eng.Sun.COM>
   16433  1.86  christos #               7589-7623   Unassigned
   16434  1.86  christos indi            7624/tcp    # Instrument Neutral Distributed Interface
   16435  1.86  christos indi            7624/udp    # Instrument Neutral Distributed Interface
   16436  1.86  christos indi            7624/udp    # Instrument Neutral Distributed Interface
   16437  1.86  christos indi            7624/udp    # Instrument Neutral Distributed Interface
   16438  1.86  christos #                           Elwood Downey <ecdowney&clearskyinstitute.com> April 2002
   16439  1.86  christos #               7625        Unassigned
   16440  1.86  christos simco           7626/tcp    # SImple Middlebox COnfiguration (SIMCO) Server
   16441  1.86  christos simco           7626/udp    # SImple Middlebox COnfiguration (SIMCO) Server
   16442  1.86  christos #                           RFC4540
   16443  1.86  christos #               7626/udp    De-registered (30 January 2006)
   16444  1.86  christos simco           7626/sctp   # SImple Middlebox COnfiguration (SIMCO)
   16445  1.86  christos simco           7626/udp   # SImple Middlebox COnfiguration (SIMCO)
   16446  1.86  christos #			    Sebastian Kiesel <kiesel&ikr.uni-stuttgart.de> January 2006
   16447  1.86  christos soap-http       7627/tcp    # SOAP Service Port
   16448  1.86  christos soap-http       7627/udp    # SOAP Service Port
   16449  1.86  christos soap-http       7627/udp    # SOAP Service Port
   16450  1.86  christos soap-http       7627/udp    # SOAP Service Port
   16451  1.86  christos #                           Donald Dylla <donald.dylla&hp.com> December 2004
   16452  1.86  christos zen-pawn	7628/tcp    # Primary Agent Work Notification
   16453  1.86  christos zen-pawn	7628/udp    # Primary Agent Work Notification
   16454  1.86  christos zen-pawn	7628/udp    # Primary Agent Work Notification
   16455  1.86  christos zen-pawn	7628/udp    # Primary Agent Work Notification
   16456  1.86  christos #			    Ty Ellis <tellis&novell.com> May 2006
   16457  1.86  christos xdas		7629/tcp    # OpenXDAS Wire Protocol
   16458  1.86  christos xdas		7629/udp    # OpenXDAS Wire Protocol
   16459  1.86  christos xdas		7629/udp    # OpenXDAS Wire Protocol
   16460  1.86  christos xdas		7629/udp    # OpenXDAS Wire Protocol
   16461  1.86  christos #			    John Calcote <jcalcote&novell.com> October 2006
   16462  1.86  christos #               7630-7632   Unassigned 
   16463  1.86  christos pmdfmgt         7633/tcp    # PMDF Management
   16464  1.86  christos pmdfmgt         7633/udp    # PMDF Management
   16465  1.86  christos pmdfmgt         7633/udp    # PMDF Management
   16466  1.86  christos pmdfmgt         7633/udp    # PMDF Management
   16467  1.86  christos #                           Hunter Goatley <goathunter&goatley.com>
   16468  1.86  christos #               7634-7647   Unassigned
   16469  1.86  christos cuseeme		7648/tcp    # bonjour-cuseeme
   16470  1.86  christos cuseeme		7648/udp    # bonjour-cuseeme
   16471  1.86  christos cuseeme		7648/udp    # bonjour-cuseeme
   16472  1.86  christos cuseeme		7648/udp    # bonjour-cuseeme
   16473  1.86  christos #			    Marc Manthey <codewarrior&cuseeme.de> July 2006
   16474  1.86  christos #               7649-7673   Unassigned
   16475  1.86  christos imqtunnels      7674/tcp    # iMQ SSL tunnel
   16476  1.86  christos imqtunnels      7674/udp    # iMQ SSL tunnel
   16477  1.86  christos imqtunnels      7674/udp    # iMQ SSL tunnel
   16478  1.86  christos imqtunnels      7674/udp    # iMQ SSL tunnel
   16479  1.86  christos imqtunnel       7675/tcp    # iMQ Tunnel
   16480  1.86  christos imqtunnel       7675/udp    # iMQ Tunnel
   16481  1.86  christos imqtunnel       7675/udp    # iMQ Tunnel
   16482  1.86  christos imqtunnel       7675/udp    # iMQ Tunnel
   16483  1.86  christos #                           Shailesh S. Bavadekar <shailesh.bavadekar&sun.com> April 2002
   16484  1.86  christos imqbrokerd      7676/tcp    # iMQ Broker Rendezvous
   16485  1.86  christos imqbrokerd      7676/udp    # iMQ Broker Rendezvous
   16486  1.86  christos imqbrokerd      7676/udp    # iMQ Broker Rendezvous
   16487  1.86  christos imqbrokerd      7676/udp    # iMQ Broker Rendezvous
   16488  1.86  christos #                           Joseph Di Pol <joe.dipol&sun.com> April 2002
   16489  1.86  christos sun-user-https  7677/tcp    # Sun App Server - HTTPS
   16490  1.86  christos sun-user-https  7677/udp    # Sun App Server - HTTPS
   16491  1.86  christos sun-user-https  7677/udp    # Sun App Server - HTTPS
   16492  1.86  christos sun-user-https  7677/udp    # Sun App Server - HTTPS
   16493  1.86  christos #                           Abhijit Kumar <as-iana-ports&sun.com> November 2005
   16494  1.86  christos #               7678-7688   Unassigned
   16495  1.86  christos collaber	7689/tcp    # Collaber Network Service
   16496  1.86  christos collaber	7689/udp    # Collaber Network Service
   16497  1.86  christos collaber	7689/udp    # Collaber Network Service
   16498  1.86  christos collaber	7689/udp    # Collaber Network Service
   16499  1.86  christos #			    Rajesh Akkineni <rajesh&vimukti.com> January 2007
   16500  1.86  christos #               7690-7696   Unassigned
   16501  1.86  christos klio            7697/tcp    # KLIO communications
   16502  1.86  christos klio            7697/udp    # KLIO communications
   16503  1.86  christos klio            7697/udp    # KLIO communications
   16504  1.86  christos klio            7697/udp    # KLIO communications
   16505  1.86  christos #                           Helmut Giritzer <helmut.giritzer&o.roteskreuz.at> August 2005
   16506  1.86  christos #               7698-7706   Unassigned
   16507  1.86  christos sync-em7        7707/tcp    # EM7 Dynamic Updates
   16508  1.86  christos sync-em7        7707/udp    # EM7 Dynamic Updates
   16509  1.86  christos sync-em7        7707/udp    # EM7 Dynamic Updates
   16510  1.86  christos sync-em7        7707/udp    # EM7 Dynamic Updates
   16511  1.86  christos #                           Christopher Cordray <ccordray&sciencelogic.com> November 2004
   16512  1.86  christos scinet          7708/tcp    # scientia.net
   16513  1.86  christos scinet          7708/udp    # scientia.net
   16514  1.86  christos scinet          7708/udp    # scientia.net
   16515  1.86  christos scinet          7708/udp    # scientia.net
   16516  1.86  christos #			    Christoph Anton Mitterer <calestyo&scientia.net> January 2006
   16517  1.86  christos #               7709-7719   Unassigned
   16518  1.86  christos medimageportal  7720/tcp    # MedImage Portal
   16519  1.86  christos medimageportal  7720/udp    # MedImage Portal
   16520  1.86  christos medimageportal  7720/udp    # MedImage Portal
   16521  1.86  christos medimageportal  7720/udp    # MedImage Portal
   16522  1.86  christos #                           Ken Hornak <ken_hornak&medimage.com> October 2003
   16523  1.86  christos #               7721-7724   Unassigned
   16524  1.86  christos nitrogen        7725/tcp    # Nitrogen Service
   16525  1.86  christos nitrogen        7725/udp    # Nitrogen Service
   16526  1.86  christos nitrogen        7725/udp    # Nitrogen Service
   16527  1.86  christos nitrogen        7725/udp    # Nitrogen Service
   16528  1.86  christos #                           Randy Lomnes <rlomnes&faronics.com> November 2004
   16529  1.86  christos freezexservice  7726/tcp    # FreezeX Console Service
   16530  1.86  christos freezexservice  7726/udp    # FreezeX Console Service
   16531  1.86  christos freezexservice  7726/udp    # FreezeX Console Service
   16532  1.86  christos freezexservice  7726/udp    # FreezeX Console Service
   16533  1.86  christos #                           David Crowe <dcrowe&faronics.com> June 2005
   16534  1.86  christos trident-data    7727/tcp    # Trident Systems Data
   16535  1.86  christos trident-data    7727/udp    # Trident Systems Data
   16536  1.86  christos trident-data    7727/udp    # Trident Systems Data
   16537  1.86  christos trident-data    7727/udp    # Trident Systems Data
   16538  1.86  christos #                           Jeremy McClintock <jeremy&tridsys.com>  August 2005
   16539  1.86  christos #               7728-7733   Unassigned
   16540  1.86  christos smip		7734/tcp    # Smith Protocol over IP
   16541  1.86  christos smip		7734/udp    # Smith Protocol over IP
   16542  1.86  christos smip		7734/udp    # Smith Protocol over IP
   16543  1.86  christos smip		7734/udp    # Smith Protocol over IP
   16544  1.86  christos #			    Jim Pettinato <jim_pettinato&fmcti.com> April 2007
   16545  1.86  christos #               7735-7737   Unassigned
   16546  1.86  christos aiagent         7738/tcp    # HP Enterprise Discovery Agent
   16547  1.86  christos aiagent         7738/udp    # HP Enterprise Discovery Agent
   16548  1.86  christos aiagent         7738/udp    # HP Enterprise Discovery Agent
   16549  1.86  christos aiagent         7738/udp    # HP Enterprise Discovery Agent
   16550  1.86  christos #                           Matthew Darwin <matthew.darwin&hp.com> August 2005
   16551  1.86  christos #               7739-7742   Unassigned
   16552  1.86  christos sstp-1          7743/tcp    # Sakura Script Transfer Protocol
   16553  1.86  christos sstp-1          7743/udp    # Sakura Script Transfer Protocol
   16554  1.86  christos sstp-1          7743/udp    # Sakura Script Transfer Protocol
   16555  1.86  christos sstp-1          7743/udp    # Sakura Script Transfer Protocol
   16556  1.86  christos #                           Kouichi Takeda <KHBO5271&nifty.com>
   16557  1.86  christos raqmon-pdu      7744/tcp    # RAQMON PDU
   16558  1.86  christos raqmon-pdu      7744/udp    # RAQMON PDU
   16559  1.86  christos raqmon-pdu      7744/udp    # RAQMON PDU
   16560  1.86  christos raqmon-pdu      7744/udp    # RAQMON PDU
   16561  1.86  christos #                           RFC4712
   16562  1.86  christos #               7745-7776   Unassigned
   16563  1.86  christos cbt             7777/tcp    # cbt
   16564  1.86  christos cbt             7777/udp    # cbt
   16565  1.86  christos cbt             7777/udp    # cbt
   16566  1.86  christos cbt             7777/udp    # cbt
   16567  1.86  christos #                           Tony Ballardie <A.Ballardie&cs.ucl.ac.uk>
   16568  1.86  christos interwise       7778/tcp    # Interwise
   16569  1.86  christos interwise       7778/udp    # Interwise
   16570  1.86  christos interwise       7778/udp    # Interwise
   16571  1.86  christos interwise       7778/udp    # Interwise
   16572  1.86  christos #                           Joseph Gray <gray&interwise.co.il>
   16573  1.86  christos vstat           7779/tcp    # VSTAT
   16574  1.86  christos vstat           7779/udp    # VSTAT
   16575  1.86  christos vstat           7779/udp    # VSTAT
   16576  1.86  christos vstat           7779/udp    # VSTAT
   16577  1.86  christos #                           Vinh Nguyn <vinh&sportvision.com>
   16578  1.86  christos #               7780        Unassigned
   16579  1.86  christos accu-lmgr       7781/tcp    # accu-lmgr
   16580  1.86  christos accu-lmgr       7781/udp    # accu-lmgr
   16581  1.86  christos accu-lmgr       7781/udp    # accu-lmgr
   16582  1.86  christos accu-lmgr       7781/udp    # accu-lmgr
   16583  1.86  christos #                           Moises E. Hernandez <moises&accugraph.com>
   16584  1.86  christos #               7782-7785   Unassigned
   16585  1.86  christos minivend        7786/tcp    # MINIVEND
   16586  1.86  christos minivend        7786/udp    # MINIVEND
   16587  1.86  christos minivend        7786/udp    # MINIVEND
   16588  1.86  christos minivend        7786/udp    # MINIVEND
   16589  1.86  christos #                           Mike Heins <mike&minivend.com>
   16590  1.86  christos popup-reminders 7787/tcp    # Popup Reminders Receive
   16591  1.86  christos popup-reminders 7787/udp    # Popup Reminders Receive
   16592  1.86  christos popup-reminders 7787/udp    # Popup Reminders Receive 
   16593  1.86  christos popup-reminders 7787/udp    # Popup Reminders Receive 
   16594  1.86  christos #			    Robert Harvey <robert&officetoolspro.com> January 2006
   16595  1.86  christos #               7788        Unassigned
   16596  1.86  christos office-tools    7789/tcp    # Office Tools Pro Receive
   16597  1.86  christos office-tools    7789/udp    # Office Tools Pro Receive
   16598  1.86  christos office-tools    7789/udp    # Office Tools Pro Receive
   16599  1.86  christos office-tools    7789/udp    # Office Tools Pro Receive
   16600  1.86  christos #			    Robert Harvey <robert&officetoolspro.com> January 2006
   16601  1.86  christos #               7790-7793   Unassigned
   16602  1.86  christos q3ade           7794/tcp    # Q3ADE Cluster Service
   16603  1.86  christos q3ade           7794/udp    # Q3ADE Cluster Service
   16604  1.86  christos q3ade           7794/udp    # Q3ADE Cluster Service
   16605  1.86  christos q3ade           7794/udp    # Q3ADE Cluster Service
   16606  1.86  christos #                           Uffe Harksen <uh&uhcommunications.com> August 2005
   16607  1.86  christos #               7795-7796   Unassigned
   16608  1.86  christos pnet-conn       7797/tcp    # Propel Connector port
   16609  1.86  christos pnet-conn       7797/udp    # Propel Connector port
   16610  1.86  christos pnet-conn       7797/udp    # Propel Connector port
   16611  1.86  christos pnet-conn       7797/udp    # Propel Connector port
   16612  1.86  christos pnet-enc        7798/tcp    # Propel Encoder port
   16613  1.86  christos pnet-enc        7798/udp    # Propel Encoder port
   16614  1.86  christos pnet-enc        7798/udp    # Propel Encoder port
   16615  1.86  christos pnet-enc        7798/udp    # Propel Encoder port
   16616  1.86  christos #                           Leif Hedstrom <leif&propel.com> April 2002
   16617  1.86  christos #               7799        Unassigned
   16618  1.86  christos asr		7800/tcp    # Apple Software Restore
   16619  1.86  christos asr		7800/udp    # Apple Software Restore
   16620  1.86  christos asr		7800/udp    # Apple Software Restore
   16621  1.86  christos asr		7800/udp    # Apple Software Restore
   16622  1.86  christos #			    Jim Kateley <asr-dev&group.apple.com> January 2006
   16623  1.86  christos ssp-client	7801/tcp    # Secure Server Protocol - client
   16624  1.86  christos ssp-client	7801/udp    # Secure Server Protocol - client
   16625  1.86  christos ssp-client	7801/udp    # Secure Server Protocol - client
   16626  1.86  christos ssp-client	7801/udp    # Secure Server Protocol - client
   16627  1.86  christos #			    Rick Macchio <rmacchio&juniper.net> November 2006
   16628  1.86  christos #               7802-7844   Unassigned
   16629  1.86  christos apc-7845        7845/tcp    # APC 7845
   16630  1.86  christos apc-7845        7845/udp    # APC 7845
   16631  1.86  christos apc-7845        7845/udp    # APC 7845
   16632  1.86  christos apc-7845        7845/udp    # APC 7845
   16633  1.86  christos apc-7846        7846/tcp    # APC 7846
   16634  1.86  christos apc-7846        7846/udp    # APC 7846
   16635  1.86  christos apc-7846        7846/udp    # APC 7846
   16636  1.86  christos apc-7846        7846/udp    # APC 7846
   16637  1.86  christos #                           American Power Conversion <ports&apcc.com>
   16638  1.86  christos #               7847-7886   Unassigned
   16639  1.86  christos ubroker         7887/tcp    # Universal Broker
   16640  1.86  christos ubroker         7887/udp    # Universal Broker
   16641  1.86  christos ubroker         7887/udp    # Universal Broker
   16642  1.86  christos ubroker         7887/udp    # Universal Broker
   16643  1.86  christos #                           Nathan Hammond <nathan.hammond&stonebranch.com> October 2005
   16644  1.86  christos #               7888-7899   Unassigned
   16645  1.86  christos mevent		7900/tcp    # Multicast Event
   16646  1.86  christos mevent		7900/udp    # Multicast Event
   16647  1.86  christos mevent		7900/udp    # Multicast Event
   16648  1.86  christos mevent		7900/udp    # Multicast Event
   16649  1.86  christos #			    YoonSoo Kim <ys71.kim&samsung.com> May 2006
   16650  1.86  christos tnos-sp         7901/tcp    # TNOS Service Protocol
   16651  1.86  christos tnos-sp         7901/udp    # TNOS Service Protocol
   16652  1.86  christos tnos-sp         7901/udp    # TNOS Service Protocol
   16653  1.86  christos tnos-sp         7901/udp    # TNOS Service Protocol
   16654  1.86  christos tnos-dp         7902/tcp    # TNOS shell Protocol
   16655  1.86  christos tnos-dp         7902/udp    # TNOS shell Protocol
   16656  1.86  christos tnos-dp         7902/udp    # TNOS shell Protocol
   16657  1.86  christos tnos-dp         7902/udp    # TNOS shell Protocol
   16658  1.86  christos tnos-dps        7903/tcp    # TNOS Secure DiaguardProtocol
   16659  1.86  christos tnos-dps        7903/udp    # TNOS Secure DiaguardProtocol
   16660  1.86  christos tnos-dps        7903/udp    # TNOS Secure DiaguardProtocol
   16661  1.86  christos tnos-dps        7903/udp    # TNOS Secure DiaguardProtocol
   16662  1.86  christos #                           Rene Kurt <rene.kurt&adasoft.ch> August 2005
   16663  1.86  christos #               7904-7912   Unassigned
   16664  1.86  christos qo-secure       7913/tcp    # QuickObjects secure port
   16665  1.86  christos qo-secure       7913/udp    # QuickObjects secure port
   16666  1.86  christos qo-secure       7913/udp    # QuickObjects secure port
   16667  1.86  christos qo-secure       7913/udp    # QuickObjects secure port
   16668  1.86  christos #                           Jonas Bovin <jonas.bovin&quickobjects.com>  
   16669  1.86  christos #               7914-7931   Unassigned
   16670  1.86  christos t2-drm          7932/tcp    # Tier 2 Data Resource Manager
   16671  1.86  christos t2-drm          7932/udp    # Tier 2 Data Resource Manager
   16672  1.86  christos t2-drm          7932/udp    # Tier 2 Data Resource Manager
   16673  1.86  christos t2-drm          7932/udp    # Tier 2 Data Resource Manager
   16674  1.86  christos t2-brm          7933/tcp    # Tier 2 Business Rules Manager
   16675  1.86  christos t2-brm          7933/udp    # Tier 2 Business Rules Manager
   16676  1.86  christos t2-brm          7933/udp    # Tier 2 Business Rules Manager
   16677  1.86  christos t2-brm          7933/udp    # Tier 2 Business Rules Manager
   16678  1.86  christos #                           Peter Carlson <pcarlson&tier2.com>
   16679  1.86  christos #               7934-7966   Unassigned
   16680  1.86  christos supercell       7967/tcp    # Supercell
   16681  1.86  christos supercell       7967/udp    # Supercell
   16682  1.86  christos supercell       7967/udp    # Supercell
   16683  1.86  christos supercell       7967/udp    # Supercell
   16684  1.86  christos #                           Kevin Nakagawa <nakagawa&sigsci.com>
   16685  1.86  christos #               7968-7978   Unassigned     
   16686  1.86  christos micromuse-ncps  7979/tcp    # Micromuse-ncps
   16687  1.86  christos micromuse-ncps  7979/udp    # Micromuse-ncps
   16688  1.86  christos micromuse-ncps  7979/udp    # Micromuse-ncps
   16689  1.86  christos micromuse-ncps  7979/udp    # Micromuse-ncps
   16690  1.86  christos #                           Hing Wing To <wing.to&mircromuse.com>
   16691  1.86  christos quest-vista     7980/tcp    # Quest Vista
   16692  1.86  christos quest-vista     7980/udp    # Quest Vista
   16693  1.86  christos quest-vista     7980/udp    # Quest Vista
   16694  1.86  christos quest-vista     7980/udp    # Quest Vista
   16695  1.86  christos #                           Preston Bannister <pbannister&quests.com>
   16696  1.86  christos #               7981-7998   Unassigned
   16697  1.86  christos irdmi2          7999/tcp    # iRDMI2
   16698  1.86  christos irdmi2          7999/udp    # iRDMI2
   16699  1.86  christos irdmi2          7999/udp    # iRDMI2
   16700  1.86  christos irdmi2          7999/udp    # iRDMI2
   16701  1.86  christos irdmi           8000/tcp    # iRDMI
   16702  1.86  christos irdmi           8000/udp    # iRDMI
   16703  1.86  christos irdmi           8000/udp    # iRDMI
   16704  1.86  christos irdmi           8000/udp    # iRDMI
   16705  1.86  christos #                           Gil Shafriri <shafriri&ilccm1.iil.intel.com>
   16706  1.86  christos vcom-tunnel	8001/tcp    # VCOM Tunnel
   16707  1.86  christos vcom-tunnel	8001/udp    # VCOM Tunnel
   16708  1.86  christos vcom-tunnel	8001/udp    # VCOM Tunnel
   16709  1.86  christos vcom-tunnel	8001/udp    # VCOM Tunnel
   16710  1.86  christos #			    Mark Lewandowski <mlewan0&us.ibm.com>
   16711  1.86  christos teradataordbms	8002/tcp    # Teradata ORDBMS
   16712  1.86  christos teradataordbms	8002/udp    # Teradata ORDBMS
   16713  1.86  christos teradataordbms	8002/udp    # Teradata ORDBMS
   16714  1.86  christos teradataordbms	8002/udp    # Teradata ORDBMS
   16715  1.86  christos #			    Curt Ellmann <curt.ellmann&ncr.com>
   16716  1.86  christos #               8003-8007   Unassigned 
   16717  1.86  christos http-alt	8008/tcp    # HTTP Alternate
   16718  1.86  christos http-alt	8008/udp    # HTTP Alternate
   16719  1.86  christos http-alt	8008/udp    # HTTP Alternate
   16720  1.86  christos http-alt	8008/udp    # HTTP Alternate
   16721  1.86  christos #		            James Gettys <jg&w3.org>
   16722  1.86  christos #               8009-8019   Unassigned
   16723  1.86  christos intu-ec-svcdisc 8020/tcp    # Intuit Entitlement Service and Discovery
   16724  1.86  christos intu-ec-svcdisc 8020/udp    # Intuit Entitlement Service and Discovery
   16725  1.86  christos intu-ec-svcdisc 8020/udp    # Intuit Entitlement Service and Discovery
   16726  1.86  christos intu-ec-svcdisc 8020/udp    # Intuit Entitlement Service and Discovery
   16727  1.86  christos intu-ec-client  8021/tcp    # Intuit Entitlement Client
   16728  1.86  christos intu-ec-client  8021/udp    # Intuit Entitlement Client
   16729  1.86  christos intu-ec-client  8021/udp    # Intuit Entitlement Client
   16730  1.86  christos intu-ec-client  8021/udp    # Intuit Entitlement Client
   16731  1.86  christos #                           Daniel C. McGloin <daniel_mcgloin&intuit.com> May 2005
   16732  1.86  christos oa-system       8022/tcp    # oa-system
   16733  1.86  christos oa-system       8022/udp    # oa-system
   16734  1.86  christos oa-system       8022/udp    # oa-system 
   16735  1.86  christos oa-system       8022/udp    # oa-system 
   16736  1.86  christos #                           Marie-France Dubreuil <Marie-France.Dubreuil&evidian.com>
   16737  1.86  christos #               8023-8024   Unassigned
   16738  1.86  christos ca-audit-da	8025/tcp    # CA Audit Distribution Agent
   16739  1.86  christos ca-audit-da	8025/udp    # CA Audit Distribution Agent
   16740  1.86  christos ca-audit-da	8025/udp    # CA Audit Distribution Agent
   16741  1.86  christos ca-audit-da	8025/udp    # CA Audit Distribution Agent
   16742  1.86  christos ca-audit-ds	8026/tcp    # CA Audit Distribution Server
   16743  1.86  christos ca-audit-ds	8026/udp    # CA Audit Distribution Server
   16744  1.86  christos ca-audit-ds	8026/udp    # CA Audit Distribution Server
   16745  1.86  christos ca-audit-ds	8026/udp    # CA Audit Distribution Server
   16746  1.86  christos #			    Henning Smith <henning.smith&ca.com> July 2006
   16747  1.86  christos #               8027-8031   Unassigned
   16748  1.86  christos pro-ed		8032/tcp    # ProEd
   16749  1.86  christos pro-ed		8032/udp    # ProEd
   16750  1.86  christos pro-ed		8032/udp    # ProEd
   16751  1.86  christos pro-ed		8032/udp    # ProEd
   16752  1.86  christos mindprint	8033/tcp    # MindPrint
   16753  1.86  christos mindprint	8033/udp    # MindPrint
   16754  1.86  christos mindprint	8033/udp    # MindPrint
   16755  1.86  christos mindprint	8033/udp    # MindPrint
   16756  1.86  christos #		            Larry Tusoni <larry&goldrush.com>
   16757  1.86  christos #               8034-8051   Unassigned
   16758  1.86  christos senomix01	8052/tcp    # Senomix Timesheets Server
   16759  1.86  christos senomix01	8052/udp    # Senomix Timesheets Server
   16760  1.86  christos senomix01	8052/udp    # Senomix Timesheets Server
   16761  1.86  christos senomix01	8052/udp    # Senomix Timesheets Server
   16762  1.86  christos senomix02	8053/tcp    # Senomix Timesheets Client [1 year assignment]
   16763  1.86  christos senomix02	8053/udp    # Senomix Timesheets Client [1 year assignment]
   16764  1.86  christos senomix02	8053/udp    # Senomix Timesheets Client [1 year assignment]
   16765  1.86  christos senomix02	8053/udp    # Senomix Timesheets Client [1 year assignment]
   16766  1.86  christos senomix03	8054/tcp    # Senomix Timesheets Server [1 year assignment]
   16767  1.86  christos senomix03	8054/udp    # Senomix Timesheets Server [1 year assignment]
   16768  1.86  christos senomix03	8054/udp    # Senomix Timesheets Server [1 year assignment]
   16769  1.86  christos senomix03	8054/udp    # Senomix Timesheets Server [1 year assignment]
   16770  1.86  christos senomix04	8055/tcp    # Senomix Timesheets Server [1 year assignment]
   16771  1.86  christos senomix04	8055/udp    # Senomix Timesheets Server [1 year assignment]
   16772  1.86  christos senomix04	8055/udp    # Senomix Timesheets Server [1 year assignment]
   16773  1.86  christos senomix04	8055/udp    # Senomix Timesheets Server [1 year assignment]
   16774  1.86  christos senomix05	8056/tcp    # Senomix Timesheets Server [1 year assignment]
   16775  1.86  christos senomix05	8056/udp    # Senomix Timesheets Server [1 year assignment]
   16776  1.86  christos senomix05	8056/udp    # Senomix Timesheets Server [1 year assignment]
   16777  1.86  christos senomix05	8056/udp    # Senomix Timesheets Server [1 year assignment]
   16778  1.86  christos senomix06	8057/tcp    # Senomix Timesheets Client [1 year assignment]
   16779  1.86  christos senomix06	8057/udp    # Senomix Timesheets Client [1 year assignment]
   16780  1.86  christos senomix06	8057/udp    # Senomix Timesheets Client [1 year assignment]
   16781  1.86  christos senomix06	8057/udp    # Senomix Timesheets Client [1 year assignment]
   16782  1.86  christos senomix07	8058/tcp    # Senomix Timesheets Client [1 year assignment]
   16783  1.86  christos senomix07	8058/udp    # Senomix Timesheets Client [1 year assignment]
   16784  1.86  christos senomix07	8058/udp    # Senomix Timesheets Client [1 year assignment]
   16785  1.86  christos senomix07	8058/udp    # Senomix Timesheets Client [1 year assignment]
   16786  1.86  christos senomix08	8059/tcp    # Senomix Timesheets Client [1 year assignment]
   16787  1.86  christos senomix08	8059/udp    # Senomix Timesheets Client [1 year assignment]
   16788  1.86  christos senomix08	8059/udp    # Senomix Timesheets Client [1 year assignment]
   16789  1.86  christos senomix08	8059/udp    # Senomix Timesheets Client [1 year assignment]
   16790  1.86  christos #			    Charles O'Dale <codale&hfx.andara.com> July 2006
   16791  1.86  christos #               8060-8073   Unassigned
   16792  1.86  christos gadugadu	8074/tcp    # Gadu-Gadu
   16793  1.86  christos gadugadu	8074/udp    # Gadu-Gadu
   16794  1.86  christos gadugadu	8074/udp    # Gadu-Gadu
   16795  1.86  christos gadugadu	8074/udp    # Gadu-Gadu
   16796  1.86  christos #			    Marcin Gozdalik <gozdal&gadu-gadu.pl> May 2006
   16797  1.86  christos #               8075-8079   Unassigned
   16798  1.86  christos http-alt	8080/tcp    # HTTP Alternate (see port 80)
   16799  1.86  christos http-alt	8080/udp    # HTTP Alternate (see port 80)
   16800  1.86  christos http-alt	8080/udp    # HTTP Alternate (see port 80)
   16801  1.86  christos http-alt	8080/udp    # HTTP Alternate (see port 80)
   16802  1.86  christos #		            Stephen Casner <casner&precpt.com>
   16803  1.86  christos sunproxyadmin   8081/tcp    # Sun Proxy Admin Service
   16804  1.86  christos sunproxyadmin   8081/udp    # Sun Proxy Admin Service
   16805  1.86  christos sunproxyadmin   8081/udp    # Sun Proxy Admin Service
   16806  1.86  christos sunproxyadmin   8081/udp    # Sun Proxy Admin Service
   16807  1.86  christos #                           Arvind Srinivasan <arvind.srinivasan&sun.com> August 2005
   16808  1.86  christos us-cli          8082/tcp    # Utilistor (Client)
   16809  1.86  christos us-cli          8082/udp    # Utilistor (Client)
   16810  1.86  christos us-cli          8082/udp    # Utilistor (Client)
   16811  1.86  christos us-cli          8082/udp    # Utilistor (Client)
   16812  1.86  christos us-srv          8083/tcp    # Utilistor (Server)
   16813  1.86  christos us-srv          8083/udp    # Utilistor (Server)
   16814  1.86  christos us-srv          8083/udp    # Utilistor (Server)
   16815  1.86  christos us-srv          8083/udp    # Utilistor (Server)
   16816  1.86  christos #                           Andy Brewerton <andy.brewerton&otium.co.uk> August 2005
   16817  1.86  christos #               8084-8087   Unassigned
   16818  1.86  christos radan-http      8088/tcp    # Radan HTTP
   16819  1.86  christos radan-http      8088/udp    # Radan HTTP
   16820  1.86  christos radan-http      8088/udp    # Radan HTTP
   16821  1.86  christos radan-http      8088/udp    # Radan HTTP
   16822  1.86  christos #                           Steve Hay <Steve.Hay&uk.radan.com> April 2002
   16823  1.86  christos #               8089-8096   Unassigned
   16824  1.86  christos sac		8097/tcp    # SAC Port Id
   16825  1.86  christos sac		8097/udp    # SAC Port Id
   16826  1.86  christos sac		8097/udp    # SAC Port Id
   16827  1.86  christos sac		8097/udp    # SAC Port Id
   16828  1.86  christos #			    Girish Bhat <gbhat&cranite.com> April 2006
   16829  1.86  christos #               8098-8099   Unassigned
   16830  1.86  christos xprint-server   8100/tcp    # Xprint Server
   16831  1.86  christos xprint-server   8100/udp    # Xprint Server
   16832  1.86  christos xprint-server   8100/udp    # Xprint Server
   16833  1.86  christos xprint-server   8100/udp    # Xprint Server
   16834  1.86  christos #                           John McKernan <John.McKernan&sun.com>
   16835  1.86  christos #               8101-8114   Unassigned
   16836  1.86  christos mtl8000-matrix  8115/tcp    # MTL8000 Matrix
   16837  1.86  christos mtl8000-matrix  8115/udp    # MTL8000 Matrix
   16838  1.86  christos mtl8000-matrix  8115/udp    # MTL8000 Matrix
   16839  1.86  christos mtl8000-matrix  8115/udp    # MTL8000 Matrix
   16840  1.86  christos #                           David Pinch <dpinch&mtl-inst.com> April 2002
   16841  1.86  christos cp-cluster      8116/tcp    # Check Point Clustering
   16842  1.86  christos cp-cluster      8116/udp    # Check Point Clustering
   16843  1.86  christos cp-cluster      8116/udp    # Check Point Clustering
   16844  1.86  christos cp-cluster      8116/udp    # Check Point Clustering
   16845  1.86  christos #                           Roni Moshitzky <rmosh&checkpoint.com>
   16846  1.86  christos #               8117        Unassigned
   16847  1.86  christos privoxy         8118/tcp    # Privoxy HTTP proxy
   16848  1.86  christos privoxy         8118/udp    # Privoxy HTTP proxy
   16849  1.86  christos privoxy         8118/udp    # Privoxy HTTP proxy
   16850  1.86  christos privoxy         8118/udp    # Privoxy HTTP proxy
   16851  1.86  christos #                           Andreas Oesterhelt <oes&privoxy.org> June 2002
   16852  1.86  christos #               8119-8120   Unassigned
   16853  1.86  christos apollo-data     8121/tcp    # Apollo Data Port
   16854  1.86  christos apollo-data     8121/udp    # Apollo Data Port
   16855  1.86  christos apollo-data     8121/udp    # Apollo Data Port
   16856  1.86  christos apollo-data     8121/udp    # Apollo Data Port
   16857  1.86  christos #                           Anthony Carrabino <anthonyc&vistasoftware.com> August 2003
   16858  1.86  christos apollo-admin    8122/tcp    # Apollo Admin Port
   16859  1.86  christos apollo-admin    8122/udp    # Apollo Admin Port
   16860  1.86  christos apollo-admin    8122/udp    # Apollo Admin Port
   16861  1.86  christos apollo-admin    8122/udp    # Apollo Admin Port
   16862  1.86  christos #                           Anthony Carrabino <anthonyc&vistasoftware.com> August 2003
   16863  1.86  christos #               8123-8127   Unassigned
   16864  1.86  christos paycash-online  8128/tcp    # PayCash Online Protocol
   16865  1.86  christos paycash-online  8128/udp    # PayCash Online Protocol
   16866  1.86  christos paycash-online  8128/udp    # PayCash Online Protocol
   16867  1.86  christos paycash-online  8128/udp    # PayCash Online Protocol
   16868  1.86  christos paycash-wbp     8129/tcp    # PayCash Wallet-Browser
   16869  1.86  christos paycash-wbp     8129/udp    # PayCash Wallet-Browser
   16870  1.86  christos paycash-wbp     8129/udp    # PayCash Wallet-Browser
   16871  1.86  christos paycash-wbp     8129/udp    # PayCash Wallet-Browser
   16872  1.86  christos #                           MegaZone <megazone&paycash.us> August 2005
   16873  1.86  christos indigo-vrmi     8130/tcp    # INDIGO-VRMI
   16874  1.86  christos indigo-vrmi     8130/udp    # INDIGO-VRMI
   16875  1.86  christos indigo-vrmi     8130/udp    # INDIGO-VRMI
   16876  1.86  christos indigo-vrmi     8130/udp    # INDIGO-VRMI
   16877  1.86  christos indigo-vbcp     8131/tcp    # INDIGO-VBCP
   16878  1.86  christos indigo-vbcp     8131/udp    # INDIGO-VBCP
   16879  1.86  christos indigo-vbcp     8131/udp    # INDIGO-VBCP
   16880  1.86  christos indigo-vbcp     8131/udp    # INDIGO-VBCP
   16881  1.86  christos #                           Colin Caughie <cfc&indigo-avs.com>
   16882  1.86  christos dbabble         8132/tcp    # dbabble
   16883  1.86  christos dbabble         8132/udp    # dbabble
   16884  1.86  christos dbabble	        8132/udp    # dbabble
   16885  1.86  christos dbabble	        8132/udp    # dbabble
   16886  1.86  christos #                           Chris Pugmire <chrisp&netwinsite.com>        
   16887  1.86  christos #               8133-8147   Unassigned
   16888  1.86  christos isdd            8148/tcp    # i-SDD file transfer
   16889  1.86  christos isdd            8148/udp    # i-SDD file transfer
   16890  1.86  christos isdd            8148/udp    # i-SDD file transfer
   16891  1.86  christos isdd            8148/udp    # i-SDD file transfer
   16892  1.86  christos #                           Frank Waarsenburg <frank&eye-display.nl> November 2004
   16893  1.86  christos #               8149-8159   Unassigned
   16894  1.86  christos patrol		8160/tcp    # Patrol
   16895  1.86  christos patrol		8160/udp    # Patrol
   16896  1.86  christos patrol		8160/udp    # Patrol
   16897  1.86  christos patrol		8160/udp    # Patrol
   16898  1.86  christos patrol-snmp	8161/tcp    # Patrol SNMP
   16899  1.86  christos patrol-snmp	8161/udp    # Patrol SNMP
   16900  1.86  christos patrol-snmp	8161/udp    # Patrol SNMP
   16901  1.86  christos patrol-snmp	8161/udp    # Patrol SNMP
   16902  1.86  christos #			    Portnoy Boxman <portnoy_boxman&bmc.com>
   16903  1.86  christos #               8162-8191   Unassigned
   16904  1.86  christos spytechphone	8192/tcp    # SpyTech Phone Service
   16905  1.86  christos spytechphone	8192/udp    # SpyTech Phone Service
   16906  1.86  christos spytechphone	8192/udp    # SpyTech Phone Service
   16907  1.86  christos spytechphone	8192/udp    # SpyTech Phone Service
   16908  1.86  christos #			    Bill Kay <bkay&spy-tec.com> April 2006
   16909  1.86  christos #               8193        Unassigned
   16910  1.86  christos blp1		8194/tcp    # Bloomberg data API
   16911  1.86  christos blp1		8194/udp    # Bloomberg data API
   16912  1.86  christos blp1		8194/udp    # Bloomberg data API
   16913  1.86  christos blp1		8194/udp    # Bloomberg data API
   16914  1.86  christos blp2		8195/tcp    # Bloomberg feed 
   16915  1.86  christos blp2		8195/udp    # Bloomberg feed 
   16916  1.86  christos blp2		8195/udp    # Bloomberg feed 
   16917  1.86  christos blp2		8195/udp    # Bloomberg feed 
   16918  1.86  christos #			    Albert Hou <ahou1&bloomberg.com> May 2006
   16919  1.86  christos #               8196-8198   Unassigned
   16920  1.86  christos vvr-data        8199/tcp    # VVR DATA
   16921  1.86  christos vvr-data        8199/udp    # VVR DATA
   16922  1.86  christos vvr-data        8199/udp    # VVR DATA
   16923  1.86  christos vvr-data        8199/udp    # VVR DATA
   16924  1.86  christos #                           Ming Xu <ming&veritas.com>
   16925  1.86  christos trivnet1	8200/tcp    # TRIVNET
   16926  1.86  christos trivnet1	8200/udp    # TRIVNET
   16927  1.86  christos trivnet1	8200/udp    # TRIVNET
   16928  1.86  christos trivnet1	8200/udp    # TRIVNET
   16929  1.86  christos trivnet2  	8201/tcp    # TRIVNET
   16930  1.86  christos trivnet2  	8201/udp    # TRIVNET
   16931  1.86  christos trivnet2	8201/udp    # TRIVNET
   16932  1.86  christos trivnet2	8201/udp    # TRIVNET
   16933  1.86  christos #			                Saar Wilf <saar&trivnet.com>
   16934  1.86  christos #               8202-8203   Unassigned
   16935  1.86  christos lm-perfworks	8204/tcp    # LM Perfworks
   16936  1.86  christos lm-perfworks	8204/udp    # LM Perfworks
   16937  1.86  christos lm-perfworks	8204/udp    # LM Perfworks
   16938  1.86  christos lm-perfworks	8204/udp    # LM Perfworks
   16939  1.86  christos lm-instmgr	8205/tcp    # LM Instmgr
   16940  1.86  christos lm-instmgr	8205/udp    # LM Instmgr
   16941  1.86  christos lm-instmgr	8205/udp    # LM Instmgr
   16942  1.86  christos lm-instmgr	8205/udp    # LM Instmgr
   16943  1.86  christos lm-dta	        8206/tcp    # LM Dta
   16944  1.86  christos lm-dta	        8206/udp    # LM Dta
   16945  1.86  christos lm-dta		8206/udp    # LM Dta
   16946  1.86  christos lm-dta		8206/udp    # LM Dta
   16947  1.86  christos lm-sserver	8207/tcp    # LM SServer
   16948  1.86  christos lm-sserver	8207/udp    # LM SServer
   16949  1.86  christos lm-sserver	8207/udp    # LM SServer
   16950  1.86  christos lm-sserver	8207/udp    # LM SServer
   16951  1.86  christos lm-webwatcher	8208/tcp    # LM Webwatcher
   16952  1.86  christos lm-webwatcher	8208/udp    # LM Webwatcher
   16953  1.86  christos lm-webwatcher	8208/udp    # LM Webwatcher
   16954  1.86  christos lm-webwatcher	8208/udp    # LM Webwatcher
   16955  1.86  christos #			                Chris Flynn <cflynn&landmark.com>
   16956  1.86  christos #               8209-8229   Unassigned
   16957  1.86  christos rexecj          8230/tcp    # RexecJ Server
   16958  1.86  christos rexecj          8230/udp    # RexecJ Server
   16959  1.86  christos rexecj          8230/udp    # RexecJ Server
   16960  1.86  christos rexecj          8230/udp    # RexecJ Server
   16961  1.86  christos #                           Curtiss Howard <cjhoward&unity.ncsu.edu> November 2004
   16962  1.86  christos #               8231-8291   Unassigned
   16963  1.86  christos blp3		8292/tcp    # Bloomberg professional
   16964  1.86  christos blp3		8292/udp    # Bloomberg professional
   16965  1.86  christos blp3		8292/udp    # Bloomberg professional
   16966  1.86  christos blp3		8292/udp    # Bloomberg professional
   16967  1.86  christos #               8293        Unassigned
   16968  1.86  christos blp4		8294/tcp    # Bloomberg intelligent client
   16969  1.86  christos blp4		8294/udp    # Bloomberg intelligent client
   16970  1.86  christos blp4		8294/udp    # Bloomberg intelligent client
   16971  1.86  christos blp4		8294/udp    # Bloomberg intelligent client
   16972  1.86  christos #			    Albert Hou <ahou1&bloomberg.com> May 2006
   16973  1.86  christos #               8295-8299   Unassigned
   16974  1.86  christos tmi		8300/tcp    # Transport Management Interface
   16975  1.86  christos tmi		8300/udp    # Transport Management Interface
   16976  1.86  christos tmi		8300/udp    # Transport Management Interface
   16977  1.86  christos tmi		8300/udp    # Transport Management Interface
   16978  1.86  christos #			    Steve Kneizys <skneizys&erpdata.com> November 2006
   16979  1.86  christos amberon		8301/tcp    # Amberon PPC/PPS
   16980  1.86  christos amberon		8301/udp    # Amberon PPC/PPS
   16981  1.86  christos amberon		8301/udp    # Amberon PPC/PPS
   16982  1.86  christos amberon		8301/udp    # Amberon PPC/PPS
   16983  1.86  christos #			    Ronald Snyder <pugaroni&sssnet.com> March 2006
   16984  1.86  christos #               8302-8350   Unassigned
   16985  1.86  christos server-find	8351/tcp    # Server Find
   16986  1.86  christos server-find	8351/udp    # Server Find
   16987  1.86  christos server-find	8351/udp    # Server Find
   16988  1.86  christos server-find	8351/udp    # Server Find
   16989  1.86  christos #			                Chris Brown <chrisb&chancery.com>
   16990  1.86  christos #               8352-8375   Unassigned
   16991  1.86  christos cruise-enum	8376/tcp    # Cruise ENUM
   16992  1.86  christos cruise-enum	8376/udp    # Cruise ENUM
   16993  1.86  christos cruise-enum	8376/udp    # Cruise ENUM
   16994  1.86  christos cruise-enum	8376/udp    # Cruise ENUM
   16995  1.86  christos cruise-swroute	8377/tcp    # Cruise SWROUTE
   16996  1.86  christos cruise-swroute	8377/udp    # Cruise SWROUTE
   16997  1.86  christos cruise-swroute	8377/udp    # Cruise SWROUTE
   16998  1.86  christos cruise-swroute	8377/udp    # Cruise SWROUTE
   16999  1.86  christos cruise-config	8378/tcp    # Cruise CONFIG
   17000  1.86  christos cruise-config	8378/udp    # Cruise CONFIG
   17001  1.86  christos cruise-config	8378/udp    # Cruise CONFIG
   17002  1.86  christos cruise-config	8378/udp    # Cruise CONFIG
   17003  1.86  christos cruise-diags	8379/tcp    # Cruise DIAGS
   17004  1.86  christos cruise-diags	8379/udp    # Cruise DIAGS
   17005  1.86  christos cruise-diags	8379/udp    # Cruise DIAGS
   17006  1.86  christos cruise-diags	8379/udp    # Cruise DIAGS
   17007  1.86  christos cruise-update	8380/tcp    # Cruise UPDATE
   17008  1.86  christos cruise-update	8380/udp    # Cruise UPDATE
   17009  1.86  christos cruise-update	8380/udp    # Cruise UPDATE
   17010  1.86  christos cruise-update	8380/udp    # Cruise UPDATE
   17011  1.86  christos #			                Steve Husak <portmaster&cruisetech.com>   
   17012  1.86  christos #               8381-8382   Unassigned
   17013  1.86  christos m2mservices     8383/tcp    # M2m Services
   17014  1.86  christos m2mservices     8383/udp    # M2m Services
   17015  1.86  christos m2mservices     8383/udp    # M2m Services
   17016  1.86  christos m2mservices     8383/udp    # M2m Services
   17017  1.86  christos #                           Carlos Arteaga <carteaga&adelphia.net> November 2004
   17018  1.86  christos #               8384-8399   Unassigned
   17019  1.86  christos cvd		8400/tcp    # cvd
   17020  1.86  christos cvd		8400/udp    # cvd
   17021  1.86  christos cvd		8400/udp    # cvd
   17022  1.86  christos cvd		8400/udp    # cvd
   17023  1.86  christos sabarsd  	8401/tcp    # sabarsd
   17024  1.86  christos sabarsd  	8401/udp    # sabarsd
   17025  1.86  christos sabarsd		8401/udp    # sabarsd
   17026  1.86  christos sabarsd		8401/udp    # sabarsd
   17027  1.86  christos abarsd		8402/tcp    # abarsd
   17028  1.86  christos abarsd		8402/udp    # abarsd
   17029  1.86  christos abarsd		8402/udp    # abarsd
   17030  1.86  christos abarsd		8402/udp    # abarsd
   17031  1.86  christos admind		8403/tcp    # admind
   17032  1.86  christos admind		8403/udp    # admind
   17033  1.86  christos admind 		8403/udp    # admind
   17034  1.86  christos admind 		8403/udp    # admind
   17035  1.86  christos #			                Aaron Bilbrey <abilbrey&commvault.com>
   17036  1.86  christos #               8404-8415   Unassigned
   17037  1.86  christos espeech         8416/tcp    # eSpeech Session Protocol
   17038  1.86  christos espeech         8416/udp    # eSpeech Session Protocol
   17039  1.86  christos espeech         8416/udp    # eSpeech Session Protocol
   17040  1.86  christos espeech         8416/udp    # eSpeech Session Protocol
   17041  1.86  christos #                           Scott Tarone <starone&proactivethought.com> November 2002
   17042  1.86  christos espeech-rtp     8417/tcp    # eSpeech RTP Protocol
   17043  1.86  christos espeech-rtp     8417/udp    # eSpeech RTP Protocol
   17044  1.86  christos espeech-rtp     8417/udp    # eSpeech RTP Protocol
   17045  1.86  christos espeech-rtp     8417/udp    # eSpeech RTP Protocol
   17046  1.86  christos #                           Scott Tarone <starone&proactivethought.com> April 2003
   17047  1.86  christos #               8418-8442   Unassigned
   17048  1.86  christos pcsync-https    8443/tcp    # PCsync HTTPS
   17049  1.86  christos pcsync-https    8443/udp    # PCsync HTTPS
   17050  1.86  christos pcsync-https    8443/udp    # PCsync HTTPS
   17051  1.86  christos pcsync-https    8443/udp    # PCsync HTTPS
   17052  1.86  christos pcsync-http     8444/tcp    # PCsync HTTP
   17053  1.86  christos pcsync-http     8444/udp    # PCsync HTTP
   17054  1.86  christos pcsync-http     8444/udp    # PCsync HTTP
   17055  1.86  christos pcsync-http     8444/udp    # PCsync HTTP
   17056  1.86  christos #                           Katy Lynn McCullough <KatyM&LapLink.com>
   17057  1.86  christos #               8445-8449   Unassigned 
   17058  1.86  christos npmp            8450/tcp    # npmp
   17059  1.86  christos npmp            8450/udp    # npmp
   17060  1.86  christos npmp            8450/udp    # npmp
   17061  1.86  christos npmp            8450/udp    # npmp
   17062  1.86  christos #                           Ian Chard <ian&tanagra.demon.co.uk>
   17063  1.86  christos #               8451-8472   Unassigned
   17064  1.86  christos vp2p            8473/tcp    # Virtual Point to Point
   17065  1.86  christos vp2p            8473/udp    # Virtual Point to Point
   17066  1.86  christos vp2p            8473/udp    # Virtual Point to Point
   17067  1.86  christos vp2p            8473/udp    # Virtual Point to Point
   17068  1.86  christos #                           Jerome Grimbert <jerome.grimbert&atosorigin.com>
   17069  1.86  christos noteshare       8474/tcp    # AquaMinds NoteShare
   17070  1.86  christos noteshare       8474/udp    # AquaMinds NoteShare
   17071  1.86  christos noteshare       8474/udp    # AquaMinds NoteShare
   17072  1.86  christos noteshare       8474/udp    # AquaMinds NoteShare
   17073  1.86  christos #                           Michael McNabb <michael&aquaminds.com> October 2005
   17074  1.86  christos #               8475-8499   Unassigned
   17075  1.86  christos fmtp            8500/tcp    # Flight Message Transfer Protocol
   17076  1.86  christos fmtp            8500/udp    # Flight Message Transfer Protocol
   17077  1.86  christos fmtp            8500/udp    # Flight Message Transfer Protocol
   17078  1.86  christos fmtp            8500/udp    # Flight Message Transfer Protocol
   17079  1.86  christos #                           Eivan Cerasi <eivan.cerasi&eurocontrol.int> December 2003
   17080  1.86  christos #               8501-8553   Unassigned
   17081  1.86  christos rtsp-alt        8554/tcp    # RTSP Alternate (see port 554)
   17082  1.86  christos rtsp-alt        8554/udp    # RTSP Alternate (see port 554)
   17083  1.86  christos rtsp-alt        8554/udp    # RTSP Alternate (see port 554)
   17084  1.86  christos rtsp-alt        8554/udp    # RTSP Alternate (see port 554)
   17085  1.86  christos #                           Stephen Casner <casner&precept.com>
   17086  1.86  christos d-fence         8555/tcp    # SYMAX D-FENCE
   17087  1.86  christos d-fence         8555/udp    # SYMAX D-FENCE
   17088  1.86  christos d-fence         8555/udp    # SYMAX D-FENCE
   17089  1.86  christos d-fence         8555/udp    # SYMAX D-FENCE
   17090  1.86  christos #                           Thomas Geisel <tgeisel&symax.de> January 2003
   17091  1.86  christos #               8556-8566   Unassigned
   17092  1.86  christos oap-admin	8567/tcp    # Object Access Protocol Administration
   17093  1.86  christos oap-admin	8567/udp    # Object Access Protocol Administration
   17094  1.86  christos oap-admin	8567/udp    # Object Access Protocol Administration
   17095  1.86  christos oap-admin	8567/udp    # Object Access Protocol Administration
   17096  1.86  christos #                           Bryant Eastham <protocols&pewla.us.pewg.panasonic.com> August 2005
   17097  1.86  christos #               8568-8599   Unassigned
   17098  1.86  christos asterix         8600/tcp    # Surveillance Data 
   17099  1.86  christos asterix         8600/udp    # Surveillance Data 
   17100  1.86  christos asterix         8600/udp    # Surveillance Data 
   17101  1.86  christos asterix         8600/udp    # Surveillance Data 
   17102  1.86  christos #                           Eivan Cerasi <eivan.cerasi&eurocontrol.int> November 2005
   17103  1.86  christos #               8601-8610   Unassigned
   17104  1.86  christos canon-bjnp1     8611/tcp    # Canon BJNP Port 1
   17105  1.86  christos canon-bjnp1     8611/udp    # Canon BJNP Port 1
   17106  1.86  christos canon-bjnp1     8611/udp    # Canon BJNP Port 1
   17107  1.86  christos canon-bjnp1     8611/udp    # Canon BJNP Port 1
   17108  1.86  christos #                           Atsushi Nakamura <nakamura.atsushi318&canon.co.jp> November 2003
   17109  1.86  christos canon-bjnp2     8612/tcp    # Canon BJNP Port 2
   17110  1.86  christos canon-bjnp2     8612/udp    # Canon BJNP Port 2
   17111  1.86  christos canon-bjnp2     8612/udp    # Canon BJNP Port 2
   17112  1.86  christos canon-bjnp2     8612/udp    # Canon BJNP Port 2
   17113  1.86  christos #                           Atsushi Nakamura <nakamura.atsushi318&canon.co.jp> November 2003
   17114  1.86  christos canon-bjnp3     8613/tcp    # Canon BJNP Port 3
   17115  1.86  christos canon-bjnp3     8613/udp    # Canon BJNP Port 3
   17116  1.86  christos canon-bjnp3     8613/udp    # Canon BJNP Port 3
   17117  1.86  christos canon-bjnp3     8613/udp    # Canon BJNP Port 3
   17118  1.86  christos #                           Atsushi Nakamura <nakamura.atsushi318&canon.co.jp> November 2003
   17119  1.86  christos canon-bjnp4     8614/tcp    # Canon BJNP Port 4
   17120  1.86  christos canon-bjnp4     8614/udp    # Canon BJNP Port 4
   17121  1.86  christos canon-bjnp4     8614/udp    # Canon BJNP Port 4
   17122  1.86  christos canon-bjnp4     8614/udp    # Canon BJNP Port 4
   17123  1.86  christos #                           Atsushi Nakamura <nakamura.atsushi318&canon.co.jp> November 2003
   17124  1.86  christos #               8615-8685   Unassigned
   17125  1.86  christos sun-as-jmxrmi   8686/tcp    # Sun App Server - JMX/RMI
   17126  1.86  christos sun-as-jmxrmi   8686/udp    # Sun App Server - JMX/RMI
   17127  1.86  christos sun-as-jmxrmi   8686/udp    # Sun App Server - JMX/RMI
   17128  1.86  christos sun-as-jmxrmi   8686/udp    # Sun App Server - JMX/RMI
   17129  1.86  christos #                           Abhijit Kumar <as-iana-ports&sun.com> November 2005
   17130  1.86  christos #               8687-8698   Unassigned
   17131  1.86  christos vnyx            8699/tcp    # VNYX Primary Port
   17132  1.86  christos vnyx            8699/udp    # VNYX Primary Port
   17133  1.86  christos vnyx            8699/udp    # VNYX Primary Port
   17134  1.86  christos vnyx            8699/udp    # VNYX Primary Port
   17135  1.86  christos #                           Gregg Green <legal&vnyx.net> November 2004
   17136  1.86  christos #               8700-8732   Unassigned
   17137  1.86  christos ibus		8733/tcp    # iBus
   17138  1.86  christos ibus		8733/udp    # iBus
   17139  1.86  christos ibus		8733/udp    # iBus
   17140  1.86  christos ibus		8733/udp    # iBus
   17141  1.86  christos #		            Silvano Maffeis <maffeis&softwired.ch>
   17142  1.86  christos #               8734-8762   Unassigned
   17143  1.86  christos mc-appserver    8763/tcp    # MC-APPSERVER
   17144  1.86  christos mc-appserver    8763/udp    # MC-APPSERVER
   17145  1.86  christos mc-appserver    8763/udp    # MC-APPSERVER
   17146  1.86  christos mc-appserver    8763/udp    # MC-APPSERVER
   17147  1.86  christos #                           Romeo Kasanwidjojo <romeo&microcomgroup.com>       
   17148  1.86  christos openqueue       8764/tcp    # OPENQUEUE
   17149  1.86  christos openqueue       8764/udp    # OPENQUEUE
   17150  1.86  christos openqueue       8764/udp    # OPENQUEUE
   17151  1.86  christos openqueue       8764/udp    # OPENQUEUE
   17152  1.86  christos #                           Matt Jensen <mattj&newsblip.com>                   
   17153  1.86  christos ultraseek-http	8765/tcp    # Ultraseek HTTP
   17154  1.86  christos ultraseek-http	8765/udp    # Ultraseek HTTP
   17155  1.86  christos ultraseek-http	8765/udp    # Ultraseek HTTP
   17156  1.86  christos ultraseek-http	8765/udp    # Ultraseek HTTP
   17157  1.86  christos #			                Walter Underwood <wunder&infoseek.com>
   17158  1.86  christos #               8766-8769   Unassigned
   17159  1.86  christos dpap            8770/tcp    # Digital Photo Access Protocol
   17160  1.86  christos dpap            8770/udp    # Digital Photo Access Protocol
   17161  1.86  christos dpap            8770/udp    # Digital Photo Access Protocol
   17162  1.86  christos dpap            8770/udp    # Digital Photo Access Protocol
   17163  1.86  christos #                           Amandeep Jawa <dpap&apple.com> November 2004
   17164  1.86  christos #               8771-8785   Unassigned
   17165  1.86  christos msgclnt         8786/tcp    # Message Client
   17166  1.86  christos msgclnt         8786/udp    # Message Client
   17167  1.86  christos msgclnt         8786/udp    # Message Client
   17168  1.86  christos msgclnt         8786/udp    # Message Client
   17169  1.86  christos msgsrvr         8787/tcp    # Message Server
   17170  1.86  christos msgsrvr         8787/udp    # Message Server
   17171  1.86  christos msgsrvr         8787/udp    # Message Server
   17172  1.86  christos msgsrvr         8787/udp    # Message Server
   17173  1.86  christos #                           Michael O'Brien <mobrien02&comcast.net> March 2003
   17174  1.86  christos #               8788-8799   Unassigned
   17175  1.86  christos sunwebadmin     8800/tcp    # Sun Web Server Admin Service
   17176  1.86  christos sunwebadmin     8800/udp    # Sun Web Server Admin Service
   17177  1.86  christos sunwebadmin     8800/udp    # Sun Web Server Admin Service
   17178  1.86  christos sunwebadmin     8800/udp    # Sun Web Server Admin Service
   17179  1.86  christos #                           Jyri J. Virkki <jyri.virkki&sun.com> December 2005
   17180  1.86  christos #               8801-8803   Unassigned
   17181  1.86  christos truecm          8804/tcp    # truecm
   17182  1.86  christos truecm          8804/udp    # truecm
   17183  1.86  christos truecm          8804/udp    # truecm
   17184  1.86  christos truecm          8804/udp    # truecm
   17185  1.86  christos #                           Scott Kramer <scottk&truebluesoftware.com>
   17186  1.86  christos #               8805-8872   Unassigned
   17187  1.86  christos dxspider        8873/tcp    # dxspider linking protocol
   17188  1.86  christos dxspider        8873/udp    # dxspider linking protocol
   17189  1.86  christos dxspider        8873/udp    # dxspider linking protocol
   17190  1.86  christos dxspider        8873/udp    # dxspider linking protocol
   17191  1.86  christos #                           Dirk Koopman <djk&tobit.co.uk> August 2005
   17192  1.86  christos #               8874-8879   Unassigned         
   17193  1.86  christos cddbp-alt	8880/tcp    # CDDBP
   17194  1.86  christos cddbp-alt	8880/udp    # CDDBP
   17195  1.86  christos cddbp-alt	8880/udp    # CDDBP
   17196  1.86  christos cddbp-alt	8880/udp    # CDDBP
   17197  1.86  christos #		            Steve Scherf <steve&moonsoft.com>
   17198  1.86  christos #               8881-8887   Unassigned
   17199  1.86  christos ddi-tcp-1       8888/tcp    # NewsEDGE server TCP (TCP 1)
   17200  1.86  christos ddi-tcp-1       8888/udp    # NewsEDGE server TCP (TCP 1)
   17201  1.86  christos ddi-udp-1       8888/udp    # NewsEDGE server UDP (UDP 1)
   17202  1.86  christos ddi-udp-1       8888/udp    # NewsEDGE server UDP (UDP 1)
   17203  1.86  christos ddi-tcp-2       8889/tcp    # Desktop Data TCP 1
   17204  1.86  christos ddi-tcp-2       8889/udp    # Desktop Data TCP 1
   17205  1.86  christos ddi-udp-2       8889/udp    # NewsEDGE server broadcast
   17206  1.86  christos ddi-udp-2       8889/udp    # NewsEDGE server broadcast
   17207  1.86  christos ddi-tcp-3       8890/tcp    # Desktop Data TCP 2
   17208  1.86  christos ddi-tcp-3       8890/udp    # Desktop Data TCP 2
   17209  1.86  christos ddi-udp-3       8890/udp    # NewsEDGE client broadcast
   17210  1.86  christos ddi-udp-3       8890/udp    # NewsEDGE client broadcast
   17211  1.86  christos ddi-tcp-4       8891/tcp    # Desktop Data TCP 3: NESS application
   17212  1.86  christos ddi-tcp-4       8891/udp    # Desktop Data TCP 3: NESS application
   17213  1.86  christos ddi-udp-4       8891/udp    # Desktop Data UDP 3: NESS application
   17214  1.86  christos ddi-udp-4       8891/udp    # Desktop Data UDP 3: NESS application
   17215  1.86  christos ddi-tcp-5       8892/tcp    # Desktop Data TCP 4: FARM product
   17216  1.86  christos ddi-tcp-5       8892/udp    # Desktop Data TCP 4: FARM product
   17217  1.86  christos ddi-udp-5       8892/udp    # Desktop Data UDP 4: FARM product
   17218  1.86  christos ddi-udp-5       8892/udp    # Desktop Data UDP 4: FARM product
   17219  1.86  christos ddi-tcp-6       8893/tcp    # Desktop Data TCP 5: NewsEDGE/Web application
   17220  1.86  christos ddi-tcp-6       8893/udp    # Desktop Data TCP 5: NewsEDGE/Web application
   17221  1.86  christos ddi-udp-6       8893/udp    # Desktop Data UDP 5: NewsEDGE/Web application
   17222  1.86  christos ddi-udp-6       8893/udp    # Desktop Data UDP 5: NewsEDGE/Web application
   17223  1.86  christos ddi-tcp-7       8894/tcp    # Desktop Data TCP 6: COAL application
   17224  1.86  christos ddi-tcp-7       8894/udp    # Desktop Data TCP 6: COAL application
   17225  1.86  christos ddi-udp-7       8894/udp    # Desktop Data UDP 6: COAL application
   17226  1.86  christos ddi-udp-7       8894/udp    # Desktop Data UDP 6: COAL application
   17227  1.86  christos #                           Fred Yao <Fred_Yao&DDIGATE2.desktopdata.com>
   17228  1.86  christos #               8895-8899   Unassigned 
   17229  1.86  christos jmb-cds1        8900/tcp    # JMB-CDS 1
   17230  1.86  christos jmb-cds1        8900/udp    # JMB-CDS 1
   17231  1.86  christos jmb-cds1        8900/udp    # JMB-CDS 1
   17232  1.86  christos jmb-cds1        8900/udp    # JMB-CDS 1
   17233  1.86  christos jmb-cds2        8901/tcp    # JMB-CDS 2
   17234  1.86  christos jmb-cds2        8901/udp    # JMB-CDS 2
   17235  1.86  christos jmb-cds2        8901/udp    # JMB-CDS 2
   17236  1.86  christos jmb-cds2        8901/udp    # JMB-CDS 2
   17237  1.86  christos #			                Curtis Bray <CurtisB&creativedesign.com>
   17238  1.86  christos #               8902-8909   Unassigned
   17239  1.86  christos manyone-http    8910/tcp    # manyone-http
   17240  1.86  christos manyone-http    8910/udp    # manyone-http
   17241  1.86  christos manyone-http    8910/udp    # manyone-http
   17242  1.86  christos manyone-http    8910/udp    # manyone-http
   17243  1.86  christos manyone-xml     8911/tcp    # manyone-xml
   17244  1.86  christos manyone-xml     8911/udp    # manyone-xml
   17245  1.86  christos manyone-xml     8911/udp    # manyone-xml
   17246  1.86  christos manyone-xml     8911/udp    # manyone-xml
   17247  1.86  christos #                           Matt King <m&manyone.net> April 2002
   17248  1.86  christos wcbackup        8912/tcp    # Windows Client Backup
   17249  1.86  christos wcbackup        8912/udp    # Windows Client Backup
   17250  1.86  christos wcbackup        8912/udp    # Windows Client Backup
   17251  1.86  christos wcbackup        8912/udp    # Windows Client Backup
   17252  1.86  christos #                           Jim Lyon <JimLyon&Microsoft.Com> November 2005
   17253  1.86  christos dragonfly       8913/tcp    # Dragonfly System Service
   17254  1.86  christos dragonfly       8913/udp    # Dragonfly System Service
   17255  1.86  christos dragonfly       8913/udp    # Dragonfly System Service
   17256  1.86  christos dragonfly       8913/udp    # Dragonfly System Service
   17257  1.86  christos #                           Paul Hodara <phodara&netwave.com> November 2005
   17258  1.86  christos #               8914-8953   Unassigned
   17259  1.86  christos cumulus-admin   8954/tcp    # Cumulus Admin Port
   17260  1.86  christos cumulus-admin   8954/udp    # Cumulus Admin Port
   17261  1.86  christos cumulus-admin   8954/udp    # Cumulus Admin Port
   17262  1.86  christos cumulus-admin   8954/udp    # Cumulus Admin Port
   17263  1.86  christos #                           Thomas Schleu <tschleu&canto.de>
   17264  1.86  christos #               8955-8988   Unassigned
   17265  1.86  christos sunwebadmins    8989/tcp    # Sun Web Server SSL Admin Service
   17266  1.86  christos sunwebadmins    8989/udp    # Sun Web Server SSL Admin Service
   17267  1.86  christos sunwebadmins    8989/udp    # Sun Web Server SSL Admin Service
   17268  1.86  christos sunwebadmins    8989/udp    # Sun Web Server SSL Admin Service
   17269  1.86  christos #                           Jyri J. Virkki <jyri.virkki&sun.com> December 2005
   17270  1.86  christos #               8990-8998   Unassigned
   17271  1.86  christos bctp            8999/tcp    # Brodos Crypto Trade Protocol
   17272  1.86  christos bctp            8999/udp    # Brodos Crypto Trade Protocol
   17273  1.86  christos bctp            8999/udp    # Brodos Crypto Trade Protocol
   17274  1.86  christos bctp            8999/udp    # Brodos Crypto Trade Protocol
   17275  1.86  christos #                           Alexander Sahler <alexander.sahler&brodos.de> February 2002
   17276  1.86  christos cslistener      9000/tcp    # CSlistener
   17277  1.86  christos cslistener      9000/udp    # CSlistener
   17278  1.86  christos cslistener      9000/udp    # CSlistener
   17279  1.86  christos cslistener      9000/udp    # CSlistener
   17280  1.86  christos #                           David Jones <djones&cincom.com>
   17281  1.86  christos etlservicemgr   9001/tcp    # ETL Service Manager
   17282  1.86  christos etlservicemgr   9001/udp    # ETL Service Manager
   17283  1.86  christos etlservicemgr   9001/udp    # ETL Service Manager
   17284  1.86  christos etlservicemgr   9001/udp    # ETL Service Manager
   17285  1.86  christos #                           Stephen McCrea <smccrea&etlelectronique.com> March 2002
   17286  1.86  christos dynamid         9002/tcp    # DynamID authentication
   17287  1.86  christos dynamid         9002/udp    # DynamID authentication
   17288  1.86  christos dynamid         9002/udp    # DynamID authentication
   17289  1.86  christos dynamid         9002/udp    # DynamID authentication
   17290  1.86  christos #                           Jerome Dusautois <jdusautois&scrypto.fr> March 2002
   17291  1.86  christos #               9003-9005   Unassigned
   17292  1.86  christos #               9006        De-Commissioned Port 02/24/00, ms
   17293  1.86  christos #               9007-9008   Unassigned
   17294  1.86  christos pichat          9009/tcp    # Pichat Server
   17295  1.86  christos pichat          9009/udp    # Pichat Server
   17296  1.86  christos pichat          9009/udp    # Pichat Server
   17297  1.86  christos pichat          9009/udp    # Pichat Server
   17298  1.86  christos #                           Mark Seuffert <captain2004&pirate.de> November 2004
   17299  1.86  christos #               9010-9019   Unassigned
   17300  1.86  christos tambora         9020/tcp    # TAMBORA
   17301  1.86  christos tambora         9020/udp    # TAMBORA
   17302  1.86  christos tambora         9020/udp    # TAMBORA
   17303  1.86  christos tambora         9020/udp    # TAMBORA
   17304  1.86  christos #                           Jason van Zyl <jvanzyl&zenplex.com> March 2002
   17305  1.86  christos panagolin-ident 9021/tcp    # Pangolin Identification
   17306  1.86  christos panagolin-ident 9021/udp    # Pangolin Identification
   17307  1.86  christos panagolin-ident 9021/udp    # Pangolin Identification
   17308  1.86  christos panagolin-ident 9021/udp    # Pangolin Identification
   17309  1.86  christos #                           William Benner <bill&pangolin.com> March 2002
   17310  1.86  christos paragent        9022/tcp    # PrivateArk Remote Agent
   17311  1.86  christos paragent        9022/udp    # PrivateArk Remote Agent
   17312  1.86  christos paragent        9022/udp    # PrivateArk Remote Agent
   17313  1.86  christos paragent        9022/udp    # PrivateArk Remote Agent
   17314  1.86  christos #                           Gal Cucuy <galc&cyber-ark.com> March 2002
   17315  1.86  christos swa-1           9023/tcp    # Secure Web Access - 1
   17316  1.86  christos swa-1           9023/udp    # Secure Web Access - 1
   17317  1.86  christos swa-1           9023/udp    # Secure Web Access - 1
   17318  1.86  christos swa-1           9023/udp    # Secure Web Access - 1
   17319  1.86  christos swa-2           9024/tcp    # Secure Web Access - 2
   17320  1.86  christos swa-2           9024/udp    # Secure Web Access - 2
   17321  1.86  christos swa-2           9024/udp    # Secure Web Access - 2
   17322  1.86  christos swa-2           9024/udp    # Secure Web Access - 2
   17323  1.86  christos swa-3           9025/tcp    # Secure Web Access - 3
   17324  1.86  christos swa-3           9025/udp    # Secure Web Access - 3
   17325  1.86  christos swa-3           9025/udp    # Secure Web Access - 3
   17326  1.86  christos swa-3           9025/udp    # Secure Web Access - 3
   17327  1.86  christos swa-4           9026/tcp    # Secure Web Access - 4
   17328  1.86  christos swa-4           9026/udp    # Secure Web Access - 4
   17329  1.86  christos swa-4           9026/udp    # Secure Web Access - 4
   17330  1.86  christos swa-4           9026/udp    # Secure Web Access - 4
   17331  1.86  christos #                           Tim McGranaghan <tim_mcgranaghan&mech.disa.mil>
   17332  1.86  christos #               9027-9079   Unassigned
   17333  1.86  christos glrpc           9080/tcp    # Groove GLRPC
   17334  1.86  christos glrpc           9080/udp    # Groove GLRPC
   17335  1.86  christos glrpc           9080/udp    # Groove GLRPC
   17336  1.86  christos glrpc           9080/udp    # Groove GLRPC
   17337  1.86  christos #                           Adrian Popescu <Adrian_Popescu&groove.net> September 2002
   17338  1.86  christos #               9081-9086   Unassigned
   17339  1.86  christos classic		9087/tcp    # Classic Data Server
   17340  1.86  christos classic		9087/udp    # Classic Data Server
   17341  1.86  christos classic		9087/udp    # Classic Data Server
   17342  1.86  christos classic		9087/udp    # Classic Data Server
   17343  1.86  christos #			    Paul Cadarette <pcadaret&us.ibm.com> January 2007
   17344  1.86  christos sqlexec		9088/tcp    # IBM Informix SQL Interface
   17345  1.86  christos sqlexec		9088/udp    # IBM Informix SQL Interface
   17346  1.86  christos sqlexec		9088/udp    # IBM Informix SQL Interface
   17347  1.86  christos sqlexec		9088/udp    # IBM Informix SQL Interface
   17348  1.86  christos sqlexec-ssl     9089/tcp    # IBM Informix SQL Interface - Encrypted
   17349  1.86  christos sqlexec-ssl     9089/udp    # IBM Informix SQL Interface - Encrypted
   17350  1.86  christos sqlexec-ssl     9089/udp    # IBM Informix SQL Interface - Encrypted
   17351  1.86  christos sqlexec-ssl     9089/udp    # IBM Informix SQL Interface - Encrypted
   17352  1.86  christos #                           Jonathan Leffler <jleffler&us.ibm.com> December 2005
   17353  1.86  christos websm           9090/tcp    # WebSM
   17354  1.86  christos websm           9090/udp    # WebSM
   17355  1.86  christos websm           9090/udp    # WebSM
   17356  1.86  christos websm           9090/udp    # WebSM
   17357  1.86  christos #                           I-Hsing Tsao <itsao&austin.ibm.com>
   17358  1.86  christos xmltec-xmlmail  9091/tcp    # xmltec-xmlmail
   17359  1.86  christos xmltec-xmlmail  9091/udp    # xmltec-xmlmail
   17360  1.86  christos xmltec-xmlmail  9091/udp    # xmltec-xmlmail
   17361  1.86  christos xmltec-xmlmail  9091/udp    # xmltec-xmlmail
   17362  1.86  christos #                           Mitch Kaufman <mk&weconnectyou.com>
   17363  1.86  christos XmlIpcRegSvc    9092/tcp    # Xml-Ipc Server Reg
   17364  1.86  christos XmlIpcRegSvc    9092/udp    # Xml-Ipc Server Reg
   17365  1.86  christos XmlIpcRegSvc    9092/udp    # Xml-Ipc Server Reg
   17366  1.86  christos XmlIpcRegSvc    9092/udp    # Xml-Ipc Server Reg
   17367  1.86  christos #                           Casey Harrington <charrington&isxinc.com> January 2006
   17368  1.86  christos #               9093-9099   Unassigned
   17369  1.86  christos hp-pdl-datastr  9100/tcp    # PDL Data Streaming Port
   17370  1.86  christos hp-pdl-datastr  9100/udp    # PDL Data Streaming Port
   17371  1.86  christos hp-pdl-datastr  9100/udp    # PDL Data Streaming Port
   17372  1.86  christos hp-pdl-datastr  9100/udp    # PDL Data Streaming Port
   17373  1.86  christos #                           Shivaun Albright <shivaun_albright&hp.com> April 2002
   17374  1.86  christos #### The protocol name "pdl-datastream" is primarily registered for use #### 
   17375  1.86  christos #### in DNS SRV records (RFC 2782). DNS SRV records allow a protocol to run on ####
   17376  1.86  christos #### any port number, but the default port for this protocol is 9100 ####.
   17377  1.86  christos pdl-datastream  9100/tcp    # Printer PDL Data Stream 
   17378  1.86  christos pdl-datastream  9100/udp    # Printer PDL Data Stream 
   17379  1.86  christos pdl-datastream  9100/udp    # Printer PDL Data Stream 
   17380  1.86  christos pdl-datastream  9100/udp    # Printer PDL Data Stream 
   17381  1.86  christos #                           Stuart Cheshire <pdl-datastream&apple.com> September 2002
   17382  1.86  christos bacula-dir      9101/tcp    # Bacula Director
   17383  1.86  christos bacula-dir      9101/udp    # Bacula Director
   17384  1.86  christos bacula-dir      9101/udp    # Bacula Director
   17385  1.86  christos bacula-dir      9101/udp    # Bacula Director
   17386  1.86  christos bacula-fd       9102/tcp    # Bacula File Daemon  
   17387  1.86  christos bacula-fd       9102/udp    # Bacula File Daemon  
   17388  1.86  christos bacula-fd       9102/udp    # Bacula File Daemon
   17389  1.86  christos bacula-fd       9102/udp    # Bacula File Daemon
   17390  1.86  christos bacula-sd       9103/tcp    # Bacula Storage Daemon
   17391  1.86  christos bacula-sd       9103/udp    # Bacula Storage Daemon
   17392  1.86  christos bacula-sd       9103/udp    # Bacula Storage Daemon
   17393  1.86  christos bacula-sd       9103/udp    # Bacula Storage Daemon
   17394  1.86  christos #                           Kern Sibbald <kern&sibbald.com>  January 2002
   17395  1.86  christos peerwire        9104/tcp    # PeerWire
   17396  1.86  christos peerwire        9104/udp    # PeerWire
   17397  1.86  christos peerwire        9104/udp    # PeerWire
   17398  1.86  christos peerwire        9104/udp    # PeerWire
   17399  1.86  christos #                           Steven Gerhardt <sgerhardt&ixiononline.com> February 2004
   17400  1.86  christos #               9105-9118   Unassigned
   17401  1.86  christos mxit		9119/tcp    # MXit Instant Messaging
   17402  1.86  christos mxit		9119/udp    # MXit Instant Messaging
   17403  1.86  christos mxit		9119/udp    # MXit Instant Messaging
   17404  1.86  christos mxit		9119/udp    # MXit Instant Messaging
   17405  1.86  christos #			    Marnus Freeman <marnus&swistgroup.com> February 2006
   17406  1.86  christos #               9120-9130   Unassigned
   17407  1.86  christos dddp            9131/tcp    # Dynamic Device Discovery
   17408  1.86  christos dddp            9131/udp    # Dynamic Device Discovery
   17409  1.86  christos dddp            9131/udp    # Dynamic Device Discovery
   17410  1.86  christos dddp            9131/udp    # Dynamic Device Discovery
   17411  1.86  christos #                           Shane Dick <shane.dick&amx.com> August 2005
   17412  1.86  christos #               9132-9159   Unassigned
   17413  1.86  christos netlock1	9160/tcp    # NetLOCK1
   17414  1.86  christos netlock1	9160/udp    # NetLOCK1
   17415  1.86  christos netlock1	9160/udp    # NetLOCK1
   17416  1.86  christos netlock1	9160/udp    # NetLOCK1
   17417  1.86  christos netlock2	9161/tcp    # NetLOCK2
   17418  1.86  christos netlock2	9161/udp    # NetLOCK2
   17419  1.86  christos netlock2	9161/udp    # NetLOCK2
   17420  1.86  christos netlock2	9161/udp    # NetLOCK2
   17421  1.86  christos netlock3	9162/tcp    # NetLOCK3
   17422  1.86  christos netlock3	9162/udp    # NetLOCK3
   17423  1.86  christos netlock3	9162/udp    # NetLOCK3
   17424  1.86  christos netlock3	9162/udp    # NetLOCK3
   17425  1.86  christos netlock4	9163/tcp    # NetLOCK4
   17426  1.86  christos netlock4	9163/udp    # NetLOCK4
   17427  1.86  christos netlock4	9163/udp    # NetLOCK4
   17428  1.86  christos netlock4	9163/udp    # NetLOCK4
   17429  1.86  christos netlock5	9164/tcp    # NetLOCK5
   17430  1.86  christos netlock5	9164/udp    # NetLOCK5
   17431  1.86  christos netlock5	9164/udp    # NetLOCK5
   17432  1.86  christos netlock5	9164/udp    # NetLOCK5
   17433  1.86  christos #		            Steven Sawkins <ssawkins&netlock.com>
   17434  1.86  christos #               9165-9190   Unassigned
   17435  1.86  christos sun-as-jpda     9191/tcp    # Sun AppSvr JPDA
   17436  1.86  christos sun-as-jpda     9191/udp    # Sun AppSvr JPDA
   17437  1.86  christos sun-as-jpda     9191/udp    # Sun AppSvr JPDA
   17438  1.86  christos sun-as-jpda     9191/udp    # Sun AppSvr JPDA
   17439  1.86  christos #                           Abhijit Kumar <as-iana-ports&sun.com> November 2005
   17440  1.86  christos #               9192-9199   Unassigned
   17441  1.86  christos wap-wsp	    	9200/tcp    # WAP connectionless session service
   17442  1.86  christos wap-wsp	    	9200/udp    # WAP connectionless session service
   17443  1.86  christos wap-wsp		9200/udp    # WAP connectionless session service
   17444  1.86  christos wap-wsp		9200/udp    # WAP connectionless session service
   17445  1.86  christos wap-wsp-wtp	9201/tcp    # WAP session service
   17446  1.86  christos wap-wsp-wtp	9201/udp    # WAP session service
   17447  1.86  christos wap-wsp-wtp	9201/udp    # WAP session service
   17448  1.86  christos wap-wsp-wtp	9201/udp    # WAP session service
   17449  1.86  christos wap-wsp-s	9202/tcp    # WAP secure connectionless session service
   17450  1.86  christos wap-wsp-s	9202/udp    # WAP secure connectionless session service
   17451  1.86  christos wap-wsp-s	9202/udp    # WAP secure connectionless session service
   17452  1.86  christos wap-wsp-s	9202/udp    # WAP secure connectionless session service
   17453  1.86  christos wap-wsp-wtp-s	9203/tcp    # WAP secure session service
   17454  1.86  christos wap-wsp-wtp-s	9203/udp    # WAP secure session service
   17455  1.86  christos wap-wsp-wtp-s	9203/udp    # WAP secure session service
   17456  1.86  christos wap-wsp-wtp-s	9203/udp    # WAP secure session service
   17457  1.86  christos wap-vcard	9204/tcp    # WAP vCard
   17458  1.86  christos wap-vcard	9204/udp    # WAP vCard
   17459  1.86  christos wap-vcard	9204/udp    # WAP vCard
   17460  1.86  christos wap-vcard	9204/udp    # WAP vCard
   17461  1.86  christos wap-vcal	9205/tcp    # WAP vCal
   17462  1.86  christos wap-vcal	9205/udp    # WAP vCal
   17463  1.86  christos wap-vcal	9205/udp    # WAP vCal
   17464  1.86  christos wap-vcal	9205/udp    # WAP vCal
   17465  1.86  christos wap-vcard-s	9206/tcp    # WAP vCard Secure
   17466  1.86  christos wap-vcard-s	9206/udp    # WAP vCard Secure
   17467  1.86  christos wap-vcard-s	9206/udp    # WAP vCard Secure
   17468  1.86  christos wap-vcard-s	9206/udp    # WAP vCard Secure
   17469  1.86  christos wap-vcal-s	9207/tcp    # WAP vCal Secure
   17470  1.86  christos wap-vcal-s	9207/udp    # WAP vCal Secure
   17471  1.86  christos wap-vcal-s	9207/udp    # WAP vCal Secure
   17472  1.86  christos wap-vcal-s	9207/udp    # WAP vCal Secure
   17473  1.86  christos #                           WAP Forum <wap-feedback&mail.wapforum.org>	
   17474  1.86  christos #                           WAP Forum <pg&uplanet.com>
   17475  1.86  christos rjcdb-vcards    9208/tcp    # rjcdb vCard 
   17476  1.86  christos rjcdb-vcards    9208/udp    # rjcdb vCard 
   17477  1.86  christos rjcdb-vcards    9208/udp    # rjcdb vCard
   17478  1.86  christos rjcdb-vcards    9208/udp    # rjcdb vCard
   17479  1.86  christos #			    Robert John Churchill <rjc&rjcdb.com> January 2006
   17480  1.86  christos almobile-system 9209/tcp    # ALMobile System Service
   17481  1.86  christos almobile-system 9209/udp    # ALMobile System Service
   17482  1.86  christos almobile-system 9209/udp    # ALMobile System Service
   17483  1.86  christos almobile-system 9209/udp    # ALMobile System Service
   17484  1.86  christos #			    Rob Graber <r.graber&austinlane.com> January 2006
   17485  1.86  christos oma-mlp         9210/tcp    # OMA Mobile Location Protocol
   17486  1.86  christos oma-mlp         9210/udp    # OMA Mobile Location Protocol
   17487  1.86  christos oma-mlp         9210/udp    # OMA Mobile Location Protocol
   17488  1.86  christos oma-mlp         9210/udp    # OMA Mobile Location Protocol
   17489  1.86  christos oma-mlp-s       9211/tcp    # OMA Mobile Location Protocol Secure
   17490  1.86  christos oma-mlp-s       9211/udp    # OMA Mobile Location Protocol Secure
   17491  1.86  christos oma-mlp-s       9211/udp    # OMA Mobile Location Protocol Secure
   17492  1.86  christos oma-mlp-s       9211/udp    # OMA Mobile Location Protocol Secure
   17493  1.86  christos #                           Hans Rohnert <hans.rohnert&siemens.com> April 2002
   17494  1.86  christos serverviewdbms  9212/tcp    # Server View dbms access
   17495  1.86  christos serverviewdbms  9212/udp    # Server View dbms access
   17496  1.86  christos serverviewdbms  9212/udp    # Server View dbms access
   17497  1.86  christos serverviewdbms  9212/udp    # Server View dbms access
   17498  1.86  christos #                           Wolfgang Raith <wolfgang.raith&fujitsu-siemens.com> January 2005
   17499  1.86  christos serverstart     9213/tcp    # ServerStart RemoteControl
   17500  1.86  christos serverstart     9213/udp    # ServerStart RemoteControl
   17501  1.86  christos serverstart     9213/udp    # ServerStart RemoteControl
   17502  1.86  christos serverstart     9213/udp    # ServerStart RemoteControl
   17503  1.86  christos #                           Guenther Kroenert <Guenther.Kroenert&fujitsu-siemens.com> August 2005
   17504  1.86  christos ipdcesgbs       9214/tcp    # IPDC ESG BootstrapService
   17505  1.86  christos ipdcesgbs       9214/udp    # IPDC ESG BootstrapService
   17506  1.86  christos ipdcesgbs       9214/udp    # IPDC ESG BootstrapService
   17507  1.86  christos ipdcesgbs       9214/udp    # IPDC ESG BootstrapService
   17508  1.86  christos #			    Joerg Heuer <Joerg.Heuer&siemens.com> February 2006
   17509  1.86  christos insis           9215/tcp    # Integrated Setup and Install Service
   17510  1.86  christos insis           9215/udp    # Integrated Setup and Install Service
   17511  1.86  christos insis           9215/udp    # Integrated Setup and Install Service
   17512  1.86  christos insis           9215/udp    # Integrated Setup and Install Service
   17513  1.86  christos #			    Markus Treinen <markus.treinen&siemens.com> February 2006
   17514  1.86  christos acme		9216/tcp    # Aionex Communication Management Engine
   17515  1.86  christos acme		9216/udp    # Aionex Communication Management Engine
   17516  1.86  christos acme		9216/udp    # Aionex Communication Management Engine
   17517  1.86  christos acme		9216/udp    # Aionex Communication Management Engine
   17518  1.86  christos #			    Mark Sapp <mark.sapp&aionex.com> April 2006
   17519  1.86  christos fsc-port        9217/tcp    # FSC Communication Port
   17520  1.86  christos fsc-port        9217/udp    # FSC Communication Port
   17521  1.86  christos fsc-port        9217/udp    # FSC Communication Port
   17522  1.86  christos fsc-port        9217/udp    # FSC Communication Port
   17523  1.86  christos #                           Teijo Mustonen <Teijo.Mustonen&F-Secure.com> March 2002
   17524  1.86  christos #               9218-9221   Unassigned
   17525  1.86  christos teamcoherence   9222/tcp    # QSC Team Coherence
   17526  1.86  christos teamcoherence   9222/udp    # QSC Team Coherence
   17527  1.86  christos teamcoherence   9222/udp    # QSC Team Coherence
   17528  1.86  christos teamcoherence   9222/udp    # QSC Team Coherence
   17529  1.86  christos #                           Ewan McNab <ewan&qsc.co.uk> November 2004
   17530  1.86  christos #               9223-9280   Unassigned
   17531  1.86  christos swtp-port1      9281/tcp    # SofaWare transport port 1
   17532  1.86  christos swtp-port1      9281/udp    # SofaWare transport port 1
   17533  1.86  christos swtp-port1      9281/udp    # SofaWare transport port 1
   17534  1.86  christos swtp-port1      9281/udp    # SofaWare transport port 1
   17535  1.86  christos swtp-port2      9282/tcp    # SofaWare transport port 2
   17536  1.86  christos swtp-port2      9282/udp    # SofaWare transport port 2
   17537  1.86  christos swtp-port2      9282/udp    # SofaWare transport port 2
   17538  1.86  christos swtp-port2      9282/udp    # SofaWare transport port 2
   17539  1.86  christos #                           Amir Rapson <rapson&sofaware.com> February 2002
   17540  1.86  christos callwaveiam     9283/tcp    # CallWaveIAM
   17541  1.86  christos callwaveiam     9283/udp    # CallWaveIAM
   17542  1.86  christos callwaveiam     9283/udp    # CallWaveIAM
   17543  1.86  christos callwaveiam     9283/udp    # CallWaveIAM
   17544  1.86  christos #                           Colin Kelley <cdk&callwave.com> 
   17545  1.86  christos visd            9284/tcp    # VERITAS Information Serve
   17546  1.86  christos visd            9284/udp    # VERITAS Information Serve
   17547  1.86  christos visd            9284/udp    # VERITAS Information Serve
   17548  1.86  christos visd            9284/udp    # VERITAS Information Serve
   17549  1.86  christos #                           Ravi Tavakely <ravi.tavakley&veritas.com> February 2002
   17550  1.86  christos n2h2server      9285/tcp    # N2H2 Filter Service Port
   17551  1.86  christos n2h2server      9285/udp    # N2H2 Filter Service Port
   17552  1.86  christos n2h2server      9285/udp    # N2H2 Filter Service Port
   17553  1.86  christos n2h2server      9285/udp    # N2H2 Filter Service Port
   17554  1.86  christos #                           Jim Irwin <jirwin&n2h2.com> February 2002
   17555  1.86  christos #               9286        Unassigned
   17556  1.86  christos cumulus         9287/tcp    # Cumulus
   17557  1.86  christos cumulus         9287/udp    # Cumulus
   17558  1.86  christos cumulus		9287/udp    # Cumulus
   17559  1.86  christos cumulus		9287/udp    # Cumulus
   17560  1.86  christos #                           Thomas Schleu <tschleu&canto.de>                  
   17561  1.86  christos #               9288-9291   Unassigned
   17562  1.86  christos armtechdaemon   9292/tcp    # ArmTech Daemon
   17563  1.86  christos armtechdaemon   9292/udp    # ArmTech Daemon
   17564  1.86  christos armtechdaemon   9292/udp    # ArmTech Daemon
   17565  1.86  christos armtechdaemon   9292/udp    # ArmTech Daemon
   17566  1.86  christos #                           Rohan Story <rohan&aurema.com>
   17567  1.86  christos storview	9293/tcp    # StorView Client
   17568  1.86  christos storview	9293/udp    # StorView Client
   17569  1.86  christos storview	9293/udp    # StorView Client
   17570  1.86  christos storview	9293/udp    # StorView Client
   17571  1.86  christos #			    Ryan Smith <ryans&nstor.com> July 2006
   17572  1.86  christos armcenterhttp	9294/tcp    # ARMCenter http Service
   17573  1.86  christos armcenterhttp	9294/udp    # ARMCenter http Service
   17574  1.86  christos armcenterhttp	9294/udp    # ARMCenter http Service
   17575  1.86  christos armcenterhttp	9294/udp    # ARMCenter http Service
   17576  1.86  christos armcenterhttps	9295/tcp    # ARMCenter https Service
   17577  1.86  christos armcenterhttps	9295/udp    # ARMCenter https Service
   17578  1.86  christos armcenterhttps	9295/udp    # ARMCenter https Service
   17579  1.86  christos armcenterhttps	9295/udp    # ARMCenter https Service
   17580  1.86  christos #			    Eric Thiebaut-George <erict&aurema.com> April 2006
   17581  1.86  christos #               9296-9299   Unassigned
   17582  1.86  christos vrace		9300/tcp    # Virtual Racing Service
   17583  1.86  christos vrace		9300/udp    # Virtual Racing Service
   17584  1.86  christos vrace		9300/udp    # Virtual Racing Service
   17585  1.86  christos vrace		9300/udp    # Virtual Racing Service
   17586  1.86  christos #			    Pete Loeffen, President, Digital Rowing Inc. <peterl&digitalrowing.com> October 2006
   17587  1.86  christos #               9301-9317   Unassigned
   17588  1.86  christos secure-ts       9318/tcp    # PKIX TimeStamp over TLS
   17589  1.86  christos secure-ts       9318/udp    # PKIX TimeStamp over TLS
   17590  1.86  christos secure-ts       9318/udp    # PKIX TimeStamp over TLS
   17591  1.86  christos secure-ts       9318/udp    # PKIX TimeStamp over TLS
   17592  1.86  christos #                           Niklas Weiss <n.weiss&d-trust.net> November 2004
   17593  1.86  christos #               9319-9320   Unassigned
   17594  1.86  christos guibase		9321/tcp    # guibase
   17595  1.86  christos guibase		9321/udp    # guibase
   17596  1.86  christos guibase		9321/udp    # guibase
   17597  1.86  christos guibase		9321/udp    # guibase
   17598  1.86  christos #			    Yutaka Ono <ono&saint.nm.fujitsu.co.jp>
   17599  1.86  christos #               9322-9342   Unassigned
   17600  1.86  christos mpidcmgr    	9343/tcp    # MpIdcMgr
   17601  1.86  christos mpidcmgr    	9343/udp    # MpIdcMgr
   17602  1.86  christos mpidcmgr 	9343/udp    # MpIdcMgr
   17603  1.86  christos mpidcmgr 	9343/udp    # MpIdcMgr
   17604  1.86  christos mphlpdmc	9344/tcp    # Mphlpdmc
   17605  1.86  christos mphlpdmc	9344/udp    # Mphlpdmc
   17606  1.86  christos mphlpdmc	9344/udp    # Mphlpdmc
   17607  1.86  christos mphlpdmc	9344/udp    # Mphlpdmc
   17608  1.86  christos #			    Yutaka Ono <ono&saint.nm.fujitsu.co.jp>
   17609  1.86  christos #               9345        Unassigned    
   17610  1.86  christos ctechlicensing  9346/tcp    # C Tech Licensing
   17611  1.86  christos ctechlicensing  9346/udp    # C Tech Licensing
   17612  1.86  christos ctechlicensing  9346/udp    # C Tech Licensing
   17613  1.86  christos ctechlicensing  9346/udp    # C Tech Licensing
   17614  1.86  christos #                           Reed Copsey, Jr. <reedc&ctech.com>       
   17615  1.86  christos #               9347-9373   Unassigned
   17616  1.86  christos fjdmimgr	9374/tcp    # fjdmimgr
   17617  1.86  christos fjdmimgr	9374/udp    # fjdmimgr
   17618  1.86  christos fjdmimgr	9374/udp    # fjdmimgr
   17619  1.86  christos fjdmimgr	9374/udp    # fjdmimgr
   17620  1.86  christos #			                Yutaka Ono <ono&saint.nm.fujitsu.co.jp>
   17621  1.86  christos #               9375-9395   Unassigned
   17622  1.86  christos fjinvmgr	9396/tcp    # fjinvmgr
   17623  1.86  christos fjinvmgr	9396/udp    # fjinvmgr
   17624  1.86  christos fjinvmgr	9396/udp    # fjinvmgr
   17625  1.86  christos fjinvmgr	9396/udp    # fjinvmgr
   17626  1.86  christos mpidcagt	9397/tcp    # MpIdcAgt
   17627  1.86  christos mpidcagt	9397/udp    # MpIdcAgt
   17628  1.86  christos mpidcagt	9397/udp    # MpIdcAgt
   17629  1.86  christos mpidcagt	9397/udp    # MpIdcAgt
   17630  1.86  christos #		            Yutaka Ono <ono&saint.nm.fujitsu.co.jp>
   17631  1.86  christos #               9398-9399   Unassigned
   17632  1.86  christos sec-t4net-srv	9400/tcp    # Samsung Twain for Network Server
   17633  1.86  christos sec-t4net-srv	9400/udp    # Samsung Twain for Network Server
   17634  1.86  christos sec-t4net-srv	9400/udp    # Samsung Twain for Network Server
   17635  1.86  christos sec-t4net-srv	9400/udp    # Samsung Twain for Network Server
   17636  1.86  christos sec-t4net-clt	9401/tcp    # Samsung Twain for Network Client
   17637  1.86  christos sec-t4net-clt	9401/udp    # Samsung Twain for Network Client
   17638  1.86  christos sec-t4net-clt	9401/udp    # Samsung Twain for Network Client
   17639  1.86  christos sec-t4net-clt	9401/udp    # Samsung Twain for Network Client
   17640  1.86  christos #			    Dongkeun Kim <dongkeun70.kim&samsung.com> February 2007
   17641  1.86  christos #               9402-9417   Unassigned
   17642  1.86  christos git             9418/tcp    # git pack transfer service
   17643  1.86  christos git             9418/udp    # git pack transfer service
   17644  1.86  christos git             9418/udp    # git pack transfer service
   17645  1.86  christos git             9418/udp    # git pack transfer service
   17646  1.86  christos #                           Linus Torvalds <torvalds&osdl.org> September 2005
   17647  1.86  christos #               9419-9442   Unassigned
   17648  1.86  christos tungsten-https	9443/tcp    # WSO2 Tungsten HTTPS
   17649  1.86  christos tungsten-https	9443/udp    # WSO2 Tungsten HTTPS
   17650  1.86  christos tungsten-https	9443/udp    # WSO2 Tungsten HTTPS
   17651  1.86  christos tungsten-https	9443/udp    # WSO2 Tungsten HTTPS
   17652  1.86  christos #			    Afkham Azeez <azeez&wso2.com> June 2006
   17653  1.86  christos #               9444-9499   Unassigned
   17654  1.86  christos ismserver	9500/tcp    # ismserver
   17655  1.86  christos ismserver	9500/udp    # ismserver
   17656  1.86  christos ismserver   	9500/udp    # ismserver
   17657  1.86  christos ismserver   	9500/udp    # ismserver
   17658  1.86  christos #		            Ian Gordon <iang&micromuse.co.uk>
   17659  1.86  christos #               9501-9534   Unassigned
   17660  1.86  christos mngsuite        9535/tcp    # Management Suite Remote Control
   17661  1.86  christos mngsuite        9535/udp    # Management Suite Remote Control
   17662  1.86  christos mngsuite        9535/udp    # Management Suite Remote Control
   17663  1.86  christos mngsuite        9535/udp    # Management Suite Remote Control
   17664  1.86  christos #                           Alan Butt <alan.butt&landesk.com>
   17665  1.86  christos laes-bf		9536/tcp    # Surveillance buffering function
   17666  1.86  christos laes-bf		9536/udp    # Surveillance buffering function
   17667  1.86  christos laes-bf		9536/udp    # Surveillance buffering function
   17668  1.86  christos laes-bf		9536/udp    # Surveillance buffering function
   17669  1.86  christos #			    Glen Myers <glen.myers&ipfabrics.com> May 2007
   17670  1.86  christos #               9537-9554   Unassigned
   17671  1.86  christos trispen-sra     9555/tcp    # Trispen Secure Remote Access
   17672  1.86  christos trispen-sra     9555/udp    # Trispen Secure Remote Access
   17673  1.86  christos trispen-sra     9555/udp    # Trispen Secure Remote Access
   17674  1.86  christos trispen-sra     9555/udp    # Trispen Secure Remote Access
   17675  1.86  christos #                           Jaco Botha <jaco.botha&trispen.com> November 2004
   17676  1.86  christos #               9556-9591   Unassigned
   17677  1.86  christos ldgateway	9592/tcp    # LANDesk Gateway
   17678  1.86  christos ldgateway	9592/udp    # LANDesk Gateway
   17679  1.86  christos ldgateway	9592/udp    # LANDesk Gateway
   17680  1.86  christos ldgateway	9592/udp    # LANDesk Gateway
   17681  1.86  christos #			    Alan Butt <alan.butt&landesk.com> March 2006
   17682  1.86  christos cba8            9593/tcp    # LANDesk Management Agent
   17683  1.86  christos cba8            9593/udp    # LANDesk Management Agent
   17684  1.86  christos cba8            9593/udp    # LANDesk Management Agent
   17685  1.86  christos cba8            9593/udp    # LANDesk Management Agent
   17686  1.86  christos #                           Alan Butt <alan.butt&landesk.com> November 2004
   17687  1.86  christos msgsys          9594/tcp    # Message System
   17688  1.86  christos msgsys          9594/udp    # Message System
   17689  1.86  christos msgsys          9594/udp    # Message System
   17690  1.86  christos msgsys          9594/udp    # Message System
   17691  1.86  christos pds             9595/tcp    # Ping Discovery Service
   17692  1.86  christos pds             9595/udp    # Ping Discovery Service
   17693  1.86  christos pds             9595/udp    # Ping Discovery Service
   17694  1.86  christos pds             9595/udp    # Ping Discovery Service
   17695  1.86  christos #                           Alan Butt <alan.butt&landesk.com>
   17696  1.86  christos mercury-disc    9596/tcp    # Mercury Discovery
   17697  1.86  christos mercury-disc    9596/udp    # Mercury Discovery
   17698  1.86  christos mercury-disc    9596/udp    # Mercury Discovery
   17699  1.86  christos mercury-disc    9596/udp    # Mercury Discovery
   17700  1.86  christos #                           Paul Mclachlan <pmclachlan&mercury.com> November 2005
   17701  1.86  christos pd-admin        9597/tcp    # PD Administration
   17702  1.86  christos pd-admin        9597/udp    # PD Administration
   17703  1.86  christos pd-admin        9597/udp    # PD Administration
   17704  1.86  christos pd-admin        9597/udp    # PD Administration
   17705  1.86  christos #                           Duk Loi <dloi&peerdirect.com> November 2005
   17706  1.86  christos vscp            9598/tcp    # Very Simple Ctrl Protocol
   17707  1.86  christos vscp            9598/udp    # Very Simple Ctrl Protocol
   17708  1.86  christos vscp            9598/udp    # Very Simple Ctrl Protocol
   17709  1.86  christos vscp            9598/udp    # Very Simple Ctrl Protocol
   17710  1.86  christos #                           Ake Hedman <akhe&eurosource.se> November 2005
   17711  1.86  christos robix           9599/tcp    # Robix
   17712  1.86  christos robix           9599/udp    # Robix
   17713  1.86  christos robix           9599/udp    # Robix
   17714  1.86  christos robix           9599/udp    # Robix
   17715  1.86  christos #                           Evan Rosen <evan&robix.com> November 2005
   17716  1.86  christos micromuse-ncpw  9600/tcp    # MICROMUSE-NCPW
   17717  1.86  christos micromuse-ncpw  9600/udp    # MICROMUSE-NCPW
   17718  1.86  christos micromuse-ncpw  9600/udp    # MICROMUSE-NCPW
   17719  1.86  christos micromuse-ncpw  9600/udp    # MICROMUSE-NCPW
   17720  1.86  christos #                           Hing Wing To <wing.to&micromuse.com>
   17721  1.86  christos #               9601-9611   Unassigned
   17722  1.86  christos streamcomm-ds   9612/tcp    # StreamComm User Directory
   17723  1.86  christos streamcomm-ds   9612/udp    # StreamComm User Directory
   17724  1.86  christos streamcomm-ds	9612/udp    # StreamComm User Directory
   17725  1.86  christos streamcomm-ds	9612/udp    # StreamComm User Directory
   17726  1.86  christos #                           Brian C. Wiles <brian&streamcomm.com>
   17727  1.86  christos #               9613-9699   Unassigned
   17728  1.86  christos board-roar      9700/tcp    # Board M.I.T. Service
   17729  1.86  christos board-roar      9700/udp    # Board M.I.T. Service
   17730  1.86  christos board-roar      9700/udp    # Board M.I.T. Service
   17731  1.86  christos board-roar      9700/udp    # Board M.I.T. Service
   17732  1.86  christos #			    Francesco Rosi <frosi&orenburg.com> January 2006
   17733  1.86  christos #               9701-9746   Unassigned
   17734  1.86  christos l5nas-parchan   9747/tcp    # L5NAS Parallel Channel
   17735  1.86  christos l5nas-parchan   9747/udp    # L5NAS Parallel Channel
   17736  1.86  christos l5nas-parchan   9747/udp    # L5NAS Parallel Channel
   17737  1.86  christos l5nas-parchan   9747/udp    # L5NAS Parallel Channel
   17738  1.86  christos #                           Lawrence J. Dickson - Land-5 Corporation
   17739  1.86  christos #                           <ldickson&land-5.com> March 2002             
   17740  1.86  christos #               9748-9749   Unassigned
   17741  1.86  christos board-voip      9750/tcp    # Board M.I.T. Synchronous Collaboration
   17742  1.86  christos board-voip      9750/udp    # Board M.I.T. Synchronous Collaboration
   17743  1.86  christos board-voip      9750/udp    # Board M.I.T. Synchronous Collaboration
   17744  1.86  christos board-voip      9750/udp    # Board M.I.T. Synchronous Collaboration
   17745  1.86  christos #			    Francesco Rosi <frosi&orenburg.com> January 2006
   17746  1.86  christos #               9751-9752   Unassigned
   17747  1.86  christos rasadv		9753/tcp    # rasadv
   17748  1.86  christos rasadv		9753/udp    # rasadv
   17749  1.86  christos rasadv		9753/udp    # rasadv
   17750  1.86  christos rasadv		9753/udp    # rasadv
   17751  1.86  christos #		            Dave Thaler <dthaler&microsoft.com>
   17752  1.86  christos #               9754-9761   Unassigned
   17753  1.86  christos tungsten-http	9762/tcp    # WSO2 Tungsten HTTP
   17754  1.86  christos tungsten-http	9762/udp    # WSO2 Tungsten HTTP
   17755  1.86  christos tungsten-http	9762/udp    # WSO2 Tungsten HTTP
   17756  1.86  christos tungsten-http	9762/udp    # WSO2 Tungsten HTTP
   17757  1.86  christos #			    Afkham Azeez <azeez&wso2.com> June 2006
   17758  1.86  christos #               9763-9799   Unassigned
   17759  1.86  christos davsrc          9800/tcp    # WebDav Source Port
   17760  1.86  christos davsrc          9800/udp    # WebDav Source Port
   17761  1.86  christos davsrc          9800/udp    # WebDav Source Port
   17762  1.86  christos davsrc          9800/udp    # WebDav Source Port
   17763  1.86  christos #                           Ethan Fremen <mindlace&digicool.com>
   17764  1.86  christos sstp-2          9801/tcp    # Sakura Script Transfer Protocol-2
   17765  1.86  christos sstp-2          9801/udp    # Sakura Script Transfer Protocol-2
   17766  1.86  christos sstp-2          9801/udp    # Sakura Script Transfer Protocol-2
   17767  1.86  christos sstp-2          9801/udp    # Sakura Script Transfer Protocol-2
   17768  1.86  christos #                           Kouichi Takeda <KHB05271&nifty.com>
   17769  1.86  christos davsrcs         9802/tcp    # WebDAV Source TLS/SSL
   17770  1.86  christos davsrcs         9802/udp    # WebDAV Source TLS/SSL
   17771  1.86  christos davsrcs         9802/udp    # WebDAV Source TLS/SSL
   17772  1.86  christos davsrcs         9802/udp    # WebDAV Source TLS/SSL
   17773  1.86  christos #                           Rob Isaac <rob&automagic.org> July 2003
   17774  1.86  christos #               9803-9874   Unassigned
   17775  1.86  christos sapv1           9875/tcp    # Session Announcement v1
   17776  1.86  christos sapv1           9875/udp    # Session Announcement v1
   17777  1.86  christos sapv1           9875/udp    # Session Announcement v1
   17778  1.86  christos sapv1           9875/udp    # Session Announcement v1
   17779  1.86  christos #                           RFC 2974 <ftp://ftp.isi.edu/in-notes/rfc2974.txt>
   17780  1.86  christos sd              9876/tcp    # Session Director
   17781  1.86  christos sd              9876/udp    # Session Director
   17782  1.86  christos sd              9876/udp    # Session Director
   17783  1.86  christos sd              9876/udp    # Session Director
   17784  1.86  christos #                           Van Jacobson <van&ee.lbl.gov>
   17785  1.86  christos #		9877-9887   Unassigned
   17786  1.86  christos cyborg-systems	9888/tcp    # CYBORG Systems
   17787  1.86  christos cyborg-systems	9888/udp    # CYBORG Systems
   17788  1.86  christos cyborg-systems	9888/udp    # CYBORG Systems
   17789  1.86  christos cyborg-systems	9888/udp    # CYBORG Systems
   17790  1.86  christos #		            Malcolm Graham <Malcolm_Graham&CYBORG.COM>
   17791  1.86  christos #		9889-9897   Unassigned
   17792  1.86  christos monkeycom	9898/tcp    # MonkeyCom
   17793  1.86  christos monkeycom	9898/udp    # MonkeyCom
   17794  1.86  christos monkeycom       9898/udp    # MonkeyCom
   17795  1.86  christos monkeycom       9898/udp    # MonkeyCom
   17796  1.86  christos #		            Yuji Kuwabara <HHG01200&niftyserve.or.jp>
   17797  1.86  christos sctp-tunneling  9899/tcp    # SCTP TUNNELING
   17798  1.86  christos sctp-tunneling  9899/udp    # SCTP TUNNELING
   17799  1.86  christos sctp-tunneling  9899/udp    # SCTP TUNNELING
   17800  1.86  christos sctp-tunneling  9899/udp    # SCTP TUNNELING
   17801  1.86  christos iua             9900/tcp    # IUA
   17802  1.86  christos iua             9900/udp    # IUA
   17803  1.86  christos iua             9900/udp    # IUA
   17804  1.86  christos iua             9900/udp    # IUA
   17805  1.86  christos iua             9900/sctp   # IUA  
   17806  1.86  christos iua             9900/udp   # IUA  
   17807  1.86  christos #                           Lyndon Ong <Lyong&ciena.com>
   17808  1.86  christos enrp		9901/udp    # enrp server channel
   17809  1.86  christos enrp		9901/udp    # enrp server channel
   17810  1.86  christos enrp-sctp	9901/sctp   # enrp server channel
   17811  1.86  christos enrp-sctp	9901/udp   # enrp server channel
   17812  1.86  christos #			    Lyndon Ong <lyong&ciena.com> June 2006
   17813  1.86  christos enrp-sctp-tls	9902/sctp   # enrp/tls server channel 
   17814  1.86  christos enrp-sctp-tls	9902/udp   # enrp/tls server channel 
   17815  1.86  christos #			    Lyndon Ong <lyong&ciena.com> June 2006
   17816  1.86  christos #		9903-9908   Unassigned
   17817  1.86  christos domaintime      9909/tcp   # domaintime
   17818  1.86  christos domaintime      9909/udp   # domaintime
   17819  1.86  christos domaintime      9909/udp   # domaintime
   17820  1.86  christos domaintime      9909/udp   # domaintime
   17821  1.86  christos #                          Jeffry Dwight <jeffryd&greyware.com>
   17822  1.86  christos #               9910       Unassigned
   17823  1.86  christos sype-transport  9911/tcp   # SYPECom Transport Protocol
   17824  1.86  christos sype-transport  9911/udp   # SYPECom Transport Protocol
   17825  1.86  christos sype-transport  9911/udp   # SYPECom Transport Protocol
   17826  1.86  christos sype-transport  9911/udp   # SYPECom Transport Protocol
   17827  1.86  christos #                          Sylvain Pedneault <sylvain&sypecom.qc.ca> March 2003    
   17828  1.86  christos #               9912-9949  Unassigned
   17829  1.86  christos apc-9950        9950/tcp   # APC 9950
   17830  1.86  christos apc-9950        9950/udp   # APC 9950
   17831  1.86  christos apc-9950        9950/udp   # APC 9950
   17832  1.86  christos apc-9950        9950/udp   # APC 9950
   17833  1.86  christos apc-9951        9951/tcp   # APC 9951 
   17834  1.86  christos apc-9951        9951/udp   # APC 9951 
   17835  1.86  christos apc-9951        9951/udp   # APC 9951
   17836  1.86  christos apc-9951        9951/udp   # APC 9951
   17837  1.86  christos apc-9952        9952/tcp   # APC 9952
   17838  1.86  christos apc-9952        9952/udp   # APC 9952
   17839  1.86  christos apc-9952        9952/udp   # APC 9952
   17840  1.86  christos apc-9952        9952/udp   # APC 9952
   17841  1.86  christos #                          American Power Conversion <ports&apcc.com>
   17842  1.86  christos acis		9953/tcp   # 9953
   17843  1.86  christos acis		9953/udp   # 9953
   17844  1.86  christos acis		9953/udp   # 9953
   17845  1.86  christos acis		9953/udp   # 9953
   17846  1.86  christos #			   Thomas Guth <t.guth&zeiss.de> January 2006
   17847  1.86  christos #		9954-9965  Unassigned
   17848  1.86  christos odnsp		9966/tcp   # OKI Data Network Setting Protocol
   17849  1.86  christos odnsp		9966/udp   # OKI Data Network Setting Protocol
   17850  1.86  christos odnsp		9966/udp   # OKI Data Network Setting Protocol
   17851  1.86  christos odnsp		9966/udp   # OKI Data Network Setting Protocol
   17852  1.86  christos #			   Masato Sato <satou203&oki.com> May 2006
   17853  1.86  christos #		9967-9986  Unassigned
   17854  1.86  christos dsm-scm-target	9987/tcp   # DSM/SCM Target Interface
   17855  1.86  christos dsm-scm-target	9987/udp   # DSM/SCM Target Interface
   17856  1.86  christos dsm-scm-target	9987/udp   # DSM/SCM Target Interface
   17857  1.86  christos dsm-scm-target	9987/udp   # DSM/SCM Target Interface
   17858  1.86  christos #			   Mike Dyslin <mike.dyslin&hp.com> August 2006
   17859  1.86  christos #		9988-9989  Unassigned
   17860  1.86  christos osm-appsrvr     9990/tcp   # OSM Applet Server
   17861  1.86  christos osm-appsrvr     9990/udp   # OSM Applet Server
   17862  1.86  christos osm-appsrvr     9990/udp   # OSM Applet Server
   17863  1.86  christos osm-appsrvr     9990/udp   # OSM Applet Server
   17864  1.86  christos #                          Vinay Gupta <vinay.gupta&hp.com> August 2003
   17865  1.86  christos osm-oev         9991/tcp   # OSM Event Server
   17866  1.86  christos osm-oev         9991/udp   # OSM Event Server
   17867  1.86  christos osm-oev         9991/udp   # OSM Event Server
   17868  1.86  christos osm-oev         9991/udp   # OSM Event Server
   17869  1.86  christos #                          Vinay Gupta <vinay.gupta&hp.com> August 2003
   17870  1.86  christos palace-1        9992/tcp   # OnLive-1
   17871  1.86  christos palace-1        9992/udp   # OnLive-1
   17872  1.86  christos palace-1        9992/udp   # OnLive-1
   17873  1.86  christos palace-1        9992/udp   # OnLive-1
   17874  1.86  christos palace-2        9993/tcp   # OnLive-2
   17875  1.86  christos palace-2        9993/udp   # OnLive-2
   17876  1.86  christos palace-2        9993/udp   # OnLive-2
   17877  1.86  christos palace-2        9993/udp   # OnLive-2
   17878  1.86  christos palace-3        9994/tcp   # OnLive-3
   17879  1.86  christos palace-3        9994/udp   # OnLive-3
   17880  1.86  christos palace-3        9994/udp   # OnLive-3
   17881  1.86  christos palace-3        9994/udp   # OnLive-3
   17882  1.86  christos palace-4        9995/tcp   # Palace-4
   17883  1.86  christos palace-4        9995/udp   # Palace-4
   17884  1.86  christos palace-4        9995/udp   # Palace-4
   17885  1.86  christos palace-4        9995/udp   # Palace-4
   17886  1.86  christos palace-5        9996/tcp   # Palace-5
   17887  1.86  christos palace-5        9996/udp   # Palace-5
   17888  1.86  christos palace-5        9996/udp   # Palace-5
   17889  1.86  christos palace-5        9996/udp   # Palace-5
   17890  1.86  christos palace-6	9997/tcp   # Palace-6
   17891  1.86  christos palace-6	9997/udp   # Palace-6
   17892  1.86  christos palace-6	9997/udp   # Palace-6
   17893  1.86  christos palace-6	9997/udp   # Palace-6
   17894  1.86  christos #			   Douglas Crockford <crock&communities.com>
   17895  1.86  christos distinct32      9998/tcp   # Distinct32
   17896  1.86  christos distinct32      9998/udp   # Distinct32
   17897  1.86  christos distinct32      9998/udp   # Distinct32
   17898  1.86  christos distinct32      9998/udp   # Distinct32
   17899  1.86  christos distinct        9999/tcp   # distinct
   17900  1.86  christos distinct        9999/udp   # distinct
   17901  1.86  christos distinct        9999/udp   # distinct
   17902  1.86  christos distinct        9999/udp   # distinct
   17903  1.86  christos #                          Anoop Tewari <anoop&next.distinct.com>
   17904  1.86  christos ndmp            10000/tcp  # Network Data Management Protocol
   17905  1.86  christos ndmp            10000/udp  # Network Data Management Protocol
   17906  1.86  christos ndmp            10000/udp  # Network Data Management Protocol
   17907  1.86  christos ndmp            10000/udp  # Network Data Management Protocol
   17908  1.86  christos #                          Brian Ehrmantraut <bae&netapp.com>
   17909  1.86  christos scp-config      10001/tcp  # SCP Configuration Port
   17910  1.86  christos scp-config      10001/udp  # SCP Configuration Port
   17911  1.86  christos scp-config      10001/udp  # SCP Configuration Port
   17912  1.86  christos scp-config      10001/udp  # SCP Configuration Port
   17913  1.86  christos #                          Brad Strand <brad.strand&3ware.com>
   17914  1.86  christos #	        10002-10006 Unassigned
   17915  1.86  christos mvs-capacity	10007/tcp  # MVS Capacity
   17916  1.86  christos mvs-capacity	10007/udp  # MVS Capacity
   17917  1.86  christos mvs-capacity	10007/udp  # MVS Capacity
   17918  1.86  christos mvs-capacity	10007/udp  # MVS Capacity
   17919  1.86  christos #                          Donna Dillenberger <engd&us.ibm.com>
   17920  1.86  christos octopus         10008/tcp  # Octopus Multiplexer
   17921  1.86  christos octopus         10008/udp  # Octopus Multiplexer
   17922  1.86  christos octopus         10008/udp  # Octopus Multiplexer
   17923  1.86  christos octopus         10008/udp  # Octopus Multiplexer
   17924  1.86  christos #                          Chris Koeritz <fred&gruntose.com> October 2002
   17925  1.86  christos swdtp-sv	10009/tcp  # Systemwalker Desktop Patrol
   17926  1.86  christos swdtp-sv	10009/udp  # Systemwalker Desktop Patrol
   17927  1.86  christos swdtp-sv	10009/udp  # Systemwalker Desktop Patrol
   17928  1.86  christos swdtp-sv	10009/udp  # Systemwalker Desktop Patrol
   17929  1.86  christos #			   Akira Ide <ide.akira&jp.fujitsu.com> March 2006
   17930  1.86  christos #               10010-10049 Unassigned
   17931  1.86  christos zabbix-agent    10050/tcp  # Zabbix Agent
   17932  1.86  christos zabbix-agent    10050/udp  # Zabbix Agent
   17933  1.86  christos zabbix-agent    10050/udp  # Zabbix Agent
   17934  1.86  christos zabbix-agent    10050/udp  # Zabbix Agent
   17935  1.86  christos zabbix-trapper  10051/tcp  # Zabbix Trapper
   17936  1.86  christos zabbix-trapper  10051/udp  # Zabbix Trapper
   17937  1.86  christos zabbix-trapper  10051/udp  # Zabbix Trapper
   17938  1.86  christos zabbix-trapper  10051/udp  # Zabbix Trapper
   17939  1.86  christos #			   Alexei Vladishev <alexei.vladishev&zabbix.com> February 2006
   17940  1.86  christos #               10052-10079 Unassigned
   17941  1.86  christos amanda          10080/tcp  # Amanda 
   17942  1.86  christos amanda          10080/udp  # Amanda 
   17943  1.86  christos amanda          10080/udp  # Amanda 
   17944  1.86  christos amanda          10080/udp  # Amanda 
   17945  1.86  christos #                          John Jackson <jrj&gandalf.cc.purdue.edu>
   17946  1.86  christos #                          <amanda-core&amanda.org>
   17947  1.86  christos famdc		10081/tcp  # FAM Archive Server
   17948  1.86  christos famdc		10081/udp  # FAM Archive Server
   17949  1.86  christos famdc		10081/udp  # FAM Archive Server
   17950  1.86  christos famdc		10081/udp  # FAM Archive Server
   17951  1.86  christos #			   Frode Randers <Frode.Randers&tietoenator.com> January 2006
   17952  1.86  christos #               10082-10099 Unassigned
   17953  1.86  christos itap-ddtp       10100/tcp  # VERITAS ITAP DDTP
   17954  1.86  christos itap-ddtp       10100/udp  # VERITAS ITAP DDTP
   17955  1.86  christos itap-ddtp       10100/udp  # VERITAS ITAP DDTP
   17956  1.86  christos itap-ddtp       10100/udp  # VERITAS ITAP DDTP
   17957  1.86  christos #                          Saugata Guha <sguha&veritas.com> May 2004
   17958  1.86  christos ezmeeting-2     10101/tcp  # eZmeeting
   17959  1.86  christos ezmeeting-2     10101/udp  # eZmeeting
   17960  1.86  christos ezmeeting-2     10101/udp  # eZmeeting
   17961  1.86  christos ezmeeting-2     10101/udp  # eZmeeting
   17962  1.86  christos ezproxy-2       10102/tcp  # eZproxy
   17963  1.86  christos ezproxy-2       10102/udp  # eZproxy
   17964  1.86  christos ezproxy-2       10102/udp  # eZproxy
   17965  1.86  christos ezproxy-2       10102/udp  # eZproxy
   17966  1.86  christos ezrelay         10103/tcp  # eZrelay
   17967  1.86  christos ezrelay         10103/udp  # eZrelay
   17968  1.86  christos ezrelay         10103/udp  # eZrelay
   17969  1.86  christos ezrelay         10103/udp  # eZrelay
   17970  1.86  christos #                          Albert C. Yang <albert.yang&eZmeeting.com> March 2002
   17971  1.86  christos swdtp		10104/tcp  # Systemwalker Desktop Patrol
   17972  1.86  christos swdtp		10104/udp  # Systemwalker Desktop Patrol
   17973  1.86  christos swdtp		10104/udp  # Systemwalker Desktop Patrol
   17974  1.86  christos swdtp		10104/udp  # Systemwalker Desktop Patrol
   17975  1.86  christos #			   Akira Ide <ide.akira&jp.fujitsu.com> September 2006
   17976  1.86  christos #               10105-10106 Unassigned
   17977  1.86  christos bctp-server     10107/tcp  # VERITAS BCTP, server
   17978  1.86  christos bctp-server     10107/udp  # VERITAS BCTP, server
   17979  1.86  christos bctp-server     10107/udp  # VERITAS BCTP, server
   17980  1.86  christos bctp-server     10107/udp  # VERITAS BCTP, server
   17981  1.86  christos #                          Saugata Guha <sguha&veritas.com> May 2004
   17982  1.86  christos #               10108-10112 Unassigned
   17983  1.86  christos netiq-endpoint  10113/tcp  # NetIQ Endpoint
   17984  1.86  christos netiq-endpoint  10113/udp  # NetIQ Endpoint
   17985  1.86  christos netiq-endpoint  10113/udp  # NetIQ Endpoint
   17986  1.86  christos netiq-endpoint  10113/udp  # NetIQ Endpoint
   17987  1.86  christos netiq-qcheck    10114/tcp  # NetIQ Qcheck
   17988  1.86  christos netiq-qcheck    10114/udp  # NetIQ Qcheck
   17989  1.86  christos netiq-qcheck    10114/udp  # NetIQ Qcheck
   17990  1.86  christos netiq-qcheck    10114/udp  # NetIQ Qcheck
   17991  1.86  christos #                          John Wood <John.Wood&netiq.com> 
   17992  1.86  christos netiq-endpt     10115/tcp  # NetIQ Endpoint
   17993  1.86  christos netiq-endpt     10115/udp  # NetIQ Endpoint
   17994  1.86  christos netiq-endpt	10115/udp  # NetIQ Endpoint
   17995  1.86  christos netiq-endpt	10115/udp  # NetIQ Endpoint
   17996  1.86  christos #		           Gary Weichinger <gary.weichinger&netiq.com>
   17997  1.86  christos netiq-voipa     10116/tcp  # NetIQ VoIP Assessor
   17998  1.86  christos netiq-voipa     10116/udp  # NetIQ VoIP Assessor
   17999  1.86  christos netiq-voipa     10116/udp  # NetIQ VoIP Assessor
   18000  1.86  christos netiq-voipa     10116/udp  # NetIQ VoIP Assessor
   18001  1.86  christos #                          Gary Weichinger <gary.weichinger&netiq.com>
   18002  1.86  christos #		10117-10127 Unassigned
   18003  1.86  christos bmc-perf-sd     10128/tcp  # BMC-PERFORM-SERVICE DAEMON
   18004  1.86  christos bmc-perf-sd     10128/udp  # BMC-PERFORM-SERVICE DAEMON
   18005  1.86  christos bmc-perf-sd     10128/udp  # BMC-PERFORM-SERVICE DAEMON
   18006  1.86  christos bmc-perf-sd     10128/udp  # BMC-PERFORM-SERVICE DAEMON
   18007  1.86  christos #                          Portnoy Boxman <portnoy_boxman&bmc.com>
   18008  1.86  christos #               10129-10159 Unassigned
   18009  1.86  christos qb-db-server    10160/tcp  # QB Database Server
   18010  1.86  christos qb-db-server    10160/udp  # QB Database Server
   18011  1.86  christos qb-db-server    10160/udp  # QB Database Server
   18012  1.86  christos qb-db-server    10160/udp  # QB Database Server
   18013  1.86  christos #			   Wei Wang <Wei_Wang&intuit.com> November 2005
   18014  1.86  christos #               10161-10199 Unassigned
   18015  1.86  christos trisoap		10200/tcp  # Trigence AE Soap Service
   18016  1.86  christos trisoap		10200/udp  # Trigence AE Soap Service
   18017  1.86  christos trisoap		10200/udp  # Trigence AE Soap Service
   18018  1.86  christos trisoap		10200/udp  # Trigence AE Soap Service
   18019  1.86  christos #			   Brigitte Gagne <bgagne&trigence.com> August 2006
   18020  1.86  christos #               10201-10251 Unassigned
   18021  1.86  christos apollo-relay    10252/tcp  # Apollo Relay Port
   18022  1.86  christos apollo-relay    10252/udp  # Apollo Relay Port
   18023  1.86  christos apollo-relay    10252/udp  # Apollo Relay Port
   18024  1.86  christos apollo-relay    10252/udp  # Apollo Relay Port
   18025  1.86  christos #                          Anthony Carrabino <anthonyc&vistasoftware.com> August 2003 
   18026  1.86  christos #               10253-10259 Unassigned
   18027  1.86  christos axis-wimp-port  10260/tcp  # Axis WIMP Port
   18028  1.86  christos axis-wimp-port  10260/udp  # Axis WIMP Port
   18029  1.86  christos axis-wimp-port  10260/udp  # Axis WIMP Port
   18030  1.86  christos axis-wimp-port  10260/udp  # Axis WIMP Port
   18031  1.86  christos #                          Stefan Eriksson <contact-iana&axis.com>
   18032  1.86  christos #               10261-10287 Unassigned
   18033  1.86  christos blocks		10288/tcp  # Blocks 
   18034  1.86  christos blocks		10288/udp  # Blocks 
   18035  1.86  christos blocks		10288/udp  # Blocks 
   18036  1.86  christos blocks		10288/udp  # Blocks 
   18037  1.86  christos #		           Carl Malamud
   18038  1.86  christos #		10289-10799 Unassigned
   18039  1.86  christos gap		10800/tcp  # Gestor de Acaparamiento para Pocket PCs
   18040  1.86  christos gap		10800/udp  # Gestor de Acaparamiento para Pocket PCs
   18041  1.86  christos gap		10800/udp  # Gestor de Acaparamiento para Pocket PCs
   18042  1.86  christos gap		10800/udp  # Gestor de Acaparamiento para Pocket PCs
   18043  1.86  christos #			   Juan Carlos Olivares Rojas <jcolivares04c&cenidet.edu.mx> March 2006
   18044  1.86  christos #		10801-10804 Unassigned
   18045  1.86  christos lpdg		10805/tcp  # LUCIA Pareja Data Group
   18046  1.86  christos lpdg		10805/udp  # LUCIA Pareja Data Group
   18047  1.86  christos lpdg		10805/udp  # LUCIA Pareja Data Group
   18048  1.86  christos lpdg		10805/udp  # LUCIA Pareja Data Group
   18049  1.86  christos #			   Alvaro P. Dominguez <alpado&gmail.com> February 2006
   18050  1.86  christos #		10806-10989 Unassigned
   18051  1.86  christos rmiaux          10990/tcp  # Auxiliary RMI Port
   18052  1.86  christos rmiaux          10990/udp  # Auxiliary RMI Port
   18053  1.86  christos rmiaux          10990/udp  # Auxiliary RMI Port
   18054  1.86  christos rmiaux          10990/udp  # Auxiliary RMI Port
   18055  1.86  christos #                          Eugen Bacic <eugen&texar.com>
   18056  1.86  christos #               10991-10999 Unassigned
   18057  1.86  christos irisa		11000/tcp  # IRISA
   18058  1.86  christos irisa		11000/udp  # IRISA
   18059  1.86  christos irisa		11000/udp  # IRISA
   18060  1.86  christos irisa		11000/udp  # IRISA
   18061  1.86  christos #		           V.A. Brauner <info&datamedia.fr>
   18062  1.86  christos metasys		11001/tcp  # Metasys
   18063  1.86  christos metasys		11001/udp  # Metasys
   18064  1.86  christos metasys		11001/udp  # Metasys
   18065  1.86  christos metasys		11001/udp  # Metasys
   18066  1.86  christos #		           Tobin Schuster <tobin.j.schuster&jci.com>
   18067  1.86  christos #               11002-11110 Unassigned
   18068  1.86  christos vce		11111/tcp  # Viral Computing Environment (VCE)
   18069  1.86  christos vce		11111/udp  # Viral Computing Environment (VCE)
   18070  1.86  christos vce		11111/udp  # Viral Computing Environment (VCE)
   18071  1.86  christos vce		11111/udp  # Viral Computing Environment (VCE)
   18072  1.86  christos #		           Fred Cohen <fc&all.net>
   18073  1.86  christos dicom           11112/tcp   # DICOM
   18074  1.86  christos dicom           11112/udp   # DICOM
   18075  1.86  christos dicom           11112/udp   # DICOM
   18076  1.86  christos dicom           11112/udp   # DICOM
   18077  1.86  christos #                           David Clunie <dclunie&dclunie.com> August 2005
   18078  1.86  christos #               11113-11160 Unassigned
   18079  1.86  christos suncacao-snmp   11161/tcp   # sun cacao snmp access point
   18080  1.86  christos suncacao-snmp   11161/udp   # sun cacao snmp access point
   18081  1.86  christos suncacao-snmp   11161/udp   # sun cacao snmp access point
   18082  1.86  christos suncacao-snmp   11161/udp   # sun cacao snmp access point
   18083  1.86  christos suncacao-jmxmp  11162/tcp   # sun cacao JMX-remoting access point
   18084  1.86  christos suncacao-jmxmp  11162/udp   # sun cacao JMX-remoting access point
   18085  1.86  christos suncacao-jmxmp  11162/udp   # sun cacao JMX-remoting access point
   18086  1.86  christos suncacao-jmxmp  11162/udp   # sun cacao JMX-remoting access point
   18087  1.86  christos suncacao-rmi    11163/tcp   # sun cacao rmi registry access point
   18088  1.86  christos suncacao-rmi    11163/udp   # sun cacao rmi registry access point
   18089  1.86  christos suncacao-rmi    11163/udp   # sun cacao rmi registry access point
   18090  1.86  christos suncacao-rmi    11163/udp   # sun cacao rmi registry access point
   18091  1.86  christos suncacao-csa    11164/tcp   # sun cacao command-streaming access point
   18092  1.86  christos suncacao-csa    11164/udp   # sun cacao command-streaming access point
   18093  1.86  christos suncacao-csa    11164/udp   # sun cacao command-streaming access point
   18094  1.86  christos suncacao-csa    11164/udp   # sun cacao command-streaming access point
   18095  1.86  christos suncacao-websvc 11165/tcp   # sun cacao web service access point
   18096  1.86  christos suncacao-websvc 11165/udp   # sun cacao web service access point
   18097  1.86  christos suncacao-websvc 11165/udp   # sun cacao web service access point
   18098  1.86  christos suncacao-websvc 11165/udp   # sun cacao web service access point
   18099  1.86  christos #                           Nick Stephen <nick.stephen&sun.com> August 2005
   18100  1.86  christos #               11166-11200 Unassigned
   18101  1.86  christos smsqp           11201/tcp   # smsqp
   18102  1.86  christos smsqp           11201/udp   # smsqp
   18103  1.86  christos smsqp           11201/udp   # smsqp
   18104  1.86  christos smsqp           11201/udp   # smsqp
   18105  1.86  christos #                           Andres Seco Hernandez <AndresSH&alamin.org>
   18106  1.86  christos #               11202-11207 Unassigned
   18107  1.86  christos wifree		11208/tcp   # WiFree Service
   18108  1.86  christos wifree		11208/udp   # WiFree Service
   18109  1.86  christos wifree		11208/udp   # WiFree Service
   18110  1.86  christos wifree		11208/udp   # WiFree Service
   18111  1.86  christos #			    Jose Luis Martin Peinado <jooe&wifree-project.net> March 2006
   18112  1.86  christos #               11209-11318 Unassigned
   18113  1.86  christos imip            11319/tcp   # IMIP
   18114  1.86  christos imip            11319/udp   # IMIP
   18115  1.86  christos imip            11319/udp   # IMIP
   18116  1.86  christos imip            11319/udp   # IMIP
   18117  1.86  christos #                           IM Unified Coalition, Len Zuvela
   18118  1.86  christos #                           <imu-comments&egroups.com>
   18119  1.86  christos imip-channels   11320/tcp   # IMIP Channels Port
   18120  1.86  christos imip-channels   11320/udp   # IMIP Channels Port
   18121  1.86  christos imip-channels   11320/udp   # IMIP Channels Port
   18122  1.86  christos imip-channels   11320/udp   # IMIP Channels Port
   18123  1.86  christos #                           Len Zuvela <lenz&microsoft.com>
   18124  1.86  christos arena-server    11321/tcp   # Arena Server Listen
   18125  1.86  christos arena-server    11321/udp   # Arena Server Listen
   18126  1.86  christos arena-server    11321/udp   # Arena Server Listen
   18127  1.86  christos arena-server    11321/udp   # Arena Server Listen
   18128  1.86  christos #                           Earl Brannigan <earl.brannigan&lindenhous.co.uk>
   18129  1.86  christos #               11322-11366 Unassigned
   18130  1.86  christos atm-uhas        11367/tcp   # ATM UHAS
   18131  1.86  christos atm-uhas        11367/udp   # ATM UHAS
   18132  1.86  christos atm-uhas        11367/udp   # ATM UHAS
   18133  1.86  christos atm-uhas        11367/udp   # ATM UHAS
   18134  1.86  christos #                           Todd Barker <toddba&attachmate.com>
   18135  1.86  christos #               11368-11370 Unassigned
   18136  1.86  christos hkp             11371/tcp   # OpenPGP HTTP Keyserver
   18137  1.86  christos hkp             11371/udp   # OpenPGP HTTP Keyserver
   18138  1.86  christos hkp             11371/udp   # OpenPGP HTTP Keyserver
   18139  1.86  christos hkp             11371/udp   # OpenPGP HTTP Keyserver
   18140  1.86  christos #                           David Shaw <dshaw&jabberwocky.com> May 2003 
   18141  1.86  christos #               11372-11599 Unassigned
   18142  1.86  christos tempest-port    11600/tcp   # Tempest Protocol Port
   18143  1.86  christos tempest-port    11600/udp   # Tempest Protocol Port
   18144  1.86  christos tempest-port    11600/udp   # Tempest Protocol Port
   18145  1.86  christos tempest-port    11600/udp   # Tempest Protocol Port
   18146  1.86  christos #                           Francis Cianfrocca <francis&tempest.com>
   18147  1.86  christos #               11601-11719 Unassigned
   18148  1.86  christos h323callsigalt  11720/tcp   # h323 Call Signal Alternate
   18149  1.86  christos h323callsigalt  11720/udp   # h323 Call Signal Alternate
   18150  1.86  christos h323callsigalt  11720/udp   # h323 Call Signal Alternate
   18151  1.86  christos h323callsigalt  11720/udp   # h323 Call Signal Alternate
   18152  1.86  christos #                           Chris White <cjwhite&cisco.com>
   18153  1.86  christos #               11721-11750 Unassigned
   18154  1.86  christos intrepid-ssl    11751/tcp  # Intrepid SSL
   18155  1.86  christos intrepid-ssl    11751/udp  # Intrepid SSL
   18156  1.86  christos intrepid-ssl    11751/udp  # Intrepid SSL
   18157  1.86  christos intrepid-ssl    11751/udp  # Intrepid SSL
   18158  1.86  christos #                          Robert Eden <reden&sieglertech.com> March 2003
   18159  1.86  christos #               11752-11966 Unassigned 
   18160  1.86  christos sysinfo-sp      11967/tcp  # SysInfo Service Protocol
   18161  1.86  christos sysinfo-sp      11967/udp  # SysInfo Service Protocol
   18162  1.86  christos sysinfo-sp      11967/udp  # SysInfo Sercice Protocol
   18163  1.86  christos sysinfo-sp      11967/udp  # SysInfo Sercice Protocol
   18164  1.86  christos #                          Mike Cooper <mcooper&magnicomp.com> March 2003
   18165  1.86  christos #               11968-11996 Unassiged
   18166  1.86  christos wmereceiving	11997/sctp # WorldMailExpress 
   18167  1.86  christos wmereceiving	11997/udp # WorldMailExpress 
   18168  1.86  christos wmedistribution 11998/sctp # WorldMailExpress 
   18169  1.86  christos wmedistribution 11998/udp # WorldMailExpress 
   18170  1.86  christos wmereporting	11999/sctp # WorldMailExpress 
   18171  1.86  christos wmereporting	11999/udp # WorldMailExpress 
   18172  1.86  christos #			   Greg Foutz <gregf&adminovation.com> March 2006
   18173  1.86  christos entextxid	12000/tcp  # IBM Enterprise Extender SNA XID Exchange
   18174  1.86  christos entextxid	12000/udp  # IBM Enterprise Extender SNA XID Exchange
   18175  1.86  christos entextxid	12000/udp  # IBM Enterprise Extender SNA XID Exchange
   18176  1.86  christos entextxid	12000/udp  # IBM Enterprise Extender SNA XID Exchange
   18177  1.86  christos entextnetwk	12001/tcp  # IBM Enterprise Extender SNA COS Network Priority
   18178  1.86  christos entextnetwk	12001/udp  # IBM Enterprise Extender SNA COS Network Priority
   18179  1.86  christos entextnetwk	12001/udp  # IBM Enterprise Extender SNA COS Network Priority
   18180  1.86  christos entextnetwk	12001/udp  # IBM Enterprise Extender SNA COS Network Priority
   18181  1.86  christos entexthigh	12002/tcp  # IBM Enterprise Extender SNA COS High Priority
   18182  1.86  christos entexthigh	12002/udp  # IBM Enterprise Extender SNA COS High Priority
   18183  1.86  christos entexthigh	12002/udp  # IBM Enterprise Extender SNA COS High Priority
   18184  1.86  christos entexthigh	12002/udp  # IBM Enterprise Extender SNA COS High Priority
   18185  1.86  christos entextmed	12003/tcp  # IBM Enterprise Extender SNA COS Medium Priority
   18186  1.86  christos entextmed	12003/udp  # IBM Enterprise Extender SNA COS Medium Priority
   18187  1.86  christos entextmed	12003/udp  # IBM Enterprise Extender SNA COS Medium Priority
   18188  1.86  christos entextmed	12003/udp  # IBM Enterprise Extender SNA COS Medium Priority
   18189  1.86  christos entextlow	12004/tcp  # IBM Enterprise Extender SNA COS Low Priority
   18190  1.86  christos entextlow	12004/udp  # IBM Enterprise Extender SNA COS Low Priority
   18191  1.86  christos entextlow	12004/udp  # IBM Enterprise Extender SNA COS Low Priority
   18192  1.86  christos entextlow	12004/udp  # IBM Enterprise Extender SNA COS Low Priority
   18193  1.86  christos #			   Eugene Cox <genecox&raleigh.ibm.com>
   18194  1.86  christos dbisamserver1   12005/tcp  # DBISAM Database Server - Regular
   18195  1.86  christos dbisamserver1   12005/udp  # DBISAM Database Server - Regular
   18196  1.86  christos dbisamserver1   12005/udp  # DBISAM Database Server - Regular
   18197  1.86  christos dbisamserver1   12005/udp  # DBISAM Database Server - Regular
   18198  1.86  christos dbisamserver2   12006/tcp  # DBISAM Database Server - Admin
   18199  1.86  christos dbisamserver2   12006/udp  # DBISAM Database Server - Admin
   18200  1.86  christos dbisamserver2   12006/udp  # DBISAM Database Server - Admin
   18201  1.86  christos dbisamserver2   12006/udp  # DBISAM Database Server - Admin
   18202  1.86  christos #                          Tim Young <timyoung&elevatesoft.com> May 2002
   18203  1.86  christos accuracer       12007/tcp  # Accuracer Database System  Server
   18204  1.86  christos accuracer       12007/udp  # Accuracer Database System  Server
   18205  1.86  christos accuracer       12007/udp  # Accuracer Database System  Server
   18206  1.86  christos accuracer       12007/udp  # Accuracer Database System  Server
   18207  1.86  christos accuracer-dbms  12008/tcp  # Accuracer Database System  Admin
   18208  1.86  christos accuracer-dbms  12008/udp  # Accuracer Database System  Admin
   18209  1.86  christos accuracer-dbms  12008/udp  # Accuracer Database System  Admin
   18210  1.86  christos accuracer-dbms  12008/udp  # Accuracer Database System  Admin
   18211  1.86  christos #                          Alexander V. Ivanov <support&aidaim.com> December 2004 
   18212  1.86  christos #               12009-12011 Unassigned
   18213  1.86  christos vipera          12012/tcp  # Vipera Messaging Service
   18214  1.86  christos vipera          12012/udp  # Vipera Messaging Service
   18215  1.86  christos vipera          12012/udp  # Vipera Messaging Service
   18216  1.86  christos vipera          12012/udp  # Vipera Messaging Service
   18217  1.86  christos #                          Silvano Maffeis <maffeis&acm.org> August 2005
   18218  1.86  christos #               12013-12108 Unassigned
   18219  1.86  christos rets-ssl        12109/tcp  # RETS over SSL
   18220  1.86  christos rets-ssl        12109/udp  # RETS over SSL
   18221  1.86  christos rets-ssl        12109/udp  # RETS over SSL
   18222  1.86  christos rets-ssl        12109/udp  # RETS over SSL
   18223  1.86  christos #                          Bruce Toback <btoback&optc.com> February 2003 
   18224  1.86  christos #               12110-12120 Unassigned
   18225  1.86  christos nupaper-ss      12121/tcp  # NuPaper Session Service
   18226  1.86  christos nupaper-ss      12121/udp  # NuPaper Session Service
   18227  1.86  christos nupaper-ss      12121/udp  # NuPaper Session Service
   18228  1.86  christos nupaper-ss      12121/udp  # NuPaper Session Service
   18229  1.86  christos #                          David Warden <warden&nupaper.com> November 2005
   18230  1.86  christos #               12122-12167 Unassigned
   18231  1.86  christos cawas           12168/tcp  # CA Web Access Service
   18232  1.86  christos cawas           12168/udp  # CA Web Access Service
   18233  1.86  christos cawas           12168/udp  # CA Web Access Service
   18234  1.86  christos cawas           12168/udp  # CA Web Access Service
   18235  1.86  christos #                          Jon Press <IANA.Registions&ca.com> August 2005
   18236  1.86  christos #               12169-12171 Unassigned
   18237  1.86  christos hivep		12172/tcp  # HiveP
   18238  1.86  christos hivep		12172/udp  # HiveP
   18239  1.86  christos hivep		12172/udp  # HiveP
   18240  1.86  christos hivep		12172/udp  # HiveP
   18241  1.86  christos #			   Dick Augustsson <dick&skenbe.net>
   18242  1.86  christos #               12173-12299 Unassigned
   18243  1.86  christos linogridengine  12300/tcp   # LinoGrid Engine
   18244  1.86  christos linogridengine  12300/udp   # LinoGrid Engine
   18245  1.86  christos linogridengine  12300/udp   # LinoGrid Engine
   18246  1.86  christos linogridengine  12300/udp   # LinoGrid Engine
   18247  1.86  christos #                           Frans Lundberg <frans&linova.com> November 2004
   18248  1.86  christos #               12301-12320 Unassigned
   18249  1.86  christos warehouse-sss   12321/tcp   # Warehouse Monitoring Syst SSS
   18250  1.86  christos warehouse-sss   12321/udp   # Warehouse Monitoring Syst SSS
   18251  1.86  christos warehouse-sss   12321/udp   # Warehouse Monitoring Syst SSS
   18252  1.86  christos warehouse-sss   12321/udp   # Warehouse Monitoring Syst SSS
   18253  1.86  christos warehouse       12322/tcp   # Warehouse Monitoring Syst
   18254  1.86  christos warehouse       12322/udp   # Warehouse Monitoring Syst
   18255  1.86  christos warehouse       12322/udp   # Warehouse Monitoring Syst
   18256  1.86  christos warehouse       12322/udp   # Warehouse Monitoring Syst
   18257  1.86  christos #                           Craig Steffen <csteffen&ncsa.uiuc.edu> August 2005
   18258  1.86  christos #               12323-12344 Unassigned
   18259  1.86  christos italk           12345/tcp  # Italk Chat System
   18260  1.86  christos italk           12345/udp  # Italk Chat System
   18261  1.86  christos italk           12345/udp  # Italk Chat System
   18262  1.86  christos italk           12345/udp  # Italk Chat System
   18263  1.86  christos #                          Takayuki Ito <yuki&euc.jp>
   18264  1.86  christos #               12346-12752 Unassigned
   18265  1.86  christos tsaf            12753/tcp  # tsaf port   
   18266  1.86  christos tsaf            12753/udp  # tsaf port   
   18267  1.86  christos tsaf            12753/udp  # tsaf port   
   18268  1.86  christos tsaf            12753/udp  # tsaf port   
   18269  1.86  christos #                          Andreas Fehr <andreas&mrs.ch>
   18270  1.86  christos #               12754-13159 Unassigned
   18271  1.86  christos i-zipqd		13160/tcp  # I-ZIPQD
   18272  1.86  christos i-zipqd		13160/udp  # I-ZIPQD
   18273  1.86  christos i-zipqd		13160/udp  # I-ZIPQD
   18274  1.86  christos i-zipqd		13160/udp  # I-ZIPQD
   18275  1.86  christos #			   Chuck Runquist <crunquist&quarterdeck.com>
   18276  1.86  christos #               13161-13222 Unassigned     
   18277  1.86  christos powwow-client   13223/tcp  # PowWow Client
   18278  1.86  christos powwow-client   13223/udp  # PowWow Client
   18279  1.86  christos powwow-client   13223/udp  # PowWow Client
   18280  1.86  christos powwow-client   13223/udp  # PowWow Client
   18281  1.86  christos powwow-server   13224/tcp  # PowWow Server
   18282  1.86  christos powwow-server   13224/udp  # PowWow Server
   18283  1.86  christos powwow-server   13224/udp  # PowWow Server
   18284  1.86  christos powwow-server   13224/udp  # PowWow Server
   18285  1.86  christos #                          Paul K. Peterson <paul&tribal.com>
   18286  1.86  christos #               13225-13719 Unassigned
   18287  1.86  christos bprd		13720/tcp  # BPRD Protocol (VERITAS NetBackup)
   18288  1.86  christos bprd		13720/udp  # BPRD Protocol (VERITAS NetBackup)
   18289  1.86  christos bprd		13720/udp  # BPRD Protocol (VERITAS NetBackup)
   18290  1.86  christos bprd		13720/udp  # BPRD Protocol (VERITAS NetBackup)
   18291  1.86  christos bpdbm		13721/tcp  # BPDBM Protocol (VERITAS NetBackup)
   18292  1.86  christos bpdbm		13721/udp  # BPDBM Protocol (VERITAS NetBackup)
   18293  1.86  christos bpdbm		13721/udp  # BPDBM Protocol (VERITAS NetBackup)
   18294  1.86  christos bpdbm		13721/udp  # BPDBM Protocol (VERITAS NetBackup)
   18295  1.86  christos #			   Jeff Holmbeck <Jeff.Holmbeck&veritas.com>
   18296  1.86  christos bpjava-msvc	13722/tcp  # BP Java MSVC Protocol
   18297  1.86  christos bpjava-msvc	13722/udp  # BP Java MSVC Protocol
   18298  1.86  christos bpjava-msvc	13722/udp  # BP Java MSVC Protocol
   18299  1.86  christos bpjava-msvc	13722/udp  # BP Java MSVC Protocol
   18300  1.86  christos #			   Tim Schmidt <Tim.Schmidt&veritas.com>
   18301  1.86  christos #               13723      Unassigned
   18302  1.86  christos vnetd           13724/tcp  # Veritas Network Utility
   18303  1.86  christos vnetd           13724/udp  # Veritas Network Utility
   18304  1.86  christos vnetd           13724/udp  # Veritas Network Utility
   18305  1.86  christos vnetd           13724/udp  # Veritas Network Utility
   18306  1.86  christos #                          Jeff Holmbeck <Jeff.Holmbeck&veritas.com> 
   18307  1.86  christos #               13725-13781 Unassigned 
   18308  1.86  christos bpcd		13782/tcp  # VERITAS NetBackup
   18309  1.86  christos bpcd		13782/udp  # VERITAS NetBackup
   18310  1.86  christos bpcd		13782/udp  # VERITAS NetBackup
   18311  1.86  christos bpcd		13782/udp  # VERITAS NetBackup
   18312  1.86  christos vopied		13783/tcp  # VOPIED Protocol
   18313  1.86  christos vopied		13783/udp  # VOPIED Protocol
   18314  1.86  christos vopied		13783/udp  # VOPIED Protocol
   18315  1.86  christos vopied		13783/udp  # VOPIED Protocol
   18316  1.86  christos #			   Jeff Holmbeck <Jeff.Holmbeck&veritas.com>
   18317  1.86  christos #               13784       Unassigned
   18318  1.86  christos nbdb            13785/tcp   # NetBackup Database
   18319  1.86  christos nbdb            13785/udp   # NetBackup Database
   18320  1.86  christos nbdb            13785/udp   # NetBackup Database
   18321  1.86  christos nbdb            13785/udp   # NetBackup Database
   18322  1.86  christos #                           Pat Tovo <pat.tovo&veritas.com> December 2004
   18323  1.86  christos nomdb           13786/tcp   # Veritas-nomdb
   18324  1.86  christos nomdb           13786/udp   # Veritas-nomdb
   18325  1.86  christos nomdb           13786/udp   # Veritas-nomdb
   18326  1.86  christos nomdb           13786/udp   # Veritas-nomdb
   18327  1.86  christos #                           Clayton Haapala <clay.haapala&veritas.com> August 2005
   18328  1.86  christos #               13787-13817 Unassigned
   18329  1.86  christos dsmcc-config    13818/tcp  # DSMCC Config
   18330  1.86  christos dsmcc-config    13818/udp  # DSMCC Config
   18331  1.86  christos dsmcc-config	13818/udp  # DSMCC Config
   18332  1.86  christos dsmcc-config	13818/udp  # DSMCC Config
   18333  1.86  christos dsmcc-session	13819/tcp  # DSMCC Session Messages
   18334  1.86  christos dsmcc-session	13819/udp  # DSMCC Session Messages
   18335  1.86  christos dsmcc-session	13819/udp  # DSMCC Session Messages
   18336  1.86  christos dsmcc-session	13819/udp  # DSMCC Session Messages
   18337  1.86  christos dsmcc-passthru	13820/tcp  # DSMCC Pass-Thru Messages
   18338  1.86  christos dsmcc-passthru	13820/udp  # DSMCC Pass-Thru Messages
   18339  1.86  christos dsmcc-passthru	13820/udp  # DSMCC Pass-Thru Messages
   18340  1.86  christos dsmcc-passthru	13820/udp  # DSMCC Pass-Thru Messages
   18341  1.86  christos dsmcc-download	13821/tcp  # DSMCC Download Protocol
   18342  1.86  christos dsmcc-download	13821/udp  # DSMCC Download Protocol
   18343  1.86  christos dsmcc-download	13821/udp  # DSMCC Download Protocol
   18344  1.86  christos dsmcc-download	13821/udp  # DSMCC Download Protocol
   18345  1.86  christos dsmcc-ccp	13822/tcp  # DSMCC Channel Change Protocol
   18346  1.86  christos dsmcc-ccp	13822/udp  # DSMCC Channel Change Protocol
   18347  1.86  christos dsmcc-ccp	13822/udp  # DSMCC Channel Change Protocol
   18348  1.86  christos dsmcc-ccp	13822/udp  # DSMCC Channel Change Protocol
   18349  1.86  christos #			   Tim Addington <Tim.Addington&sciatl.com>
   18350  1.86  christos #			   ISO/IEC 13818-6 MPEG-2 DSM-CC
   18351  1.86  christos #               13823-14000 Unassigned
   18352  1.86  christos sua	        14001/tcp  # SUA
   18353  1.86  christos sua	        14001/udp  # SUA
   18354  1.86  christos sua	        14001/udp  # De-Registered (2001 June 06)
   18355  1.86  christos sua	        14001/udp  # De-Registered (2001 June 06)
   18356  1.86  christos sua             14001/sctp # SUA
   18357  1.86  christos sua             14001/udp # SUA
   18358  1.86  christos #			   Miguel Angel Garcia <Miguel.A.Garcia&ericsson.com>
   18359  1.86  christos #               14002-14032 Unassigned
   18360  1.86  christos sage-best-com1  14033/tcp  # sage Best! Config Server 1
   18361  1.86  christos sage-best-com1  14033/udp  # sage Best! Config Server 1
   18362  1.86  christos sage-best-com1  14033/udp  # sage Best! Config Server 1
   18363  1.86  christos sage-best-com1  14033/udp  # sage Best! Config Server 1
   18364  1.86  christos sage-best-com2  14034/tcp  # sage Best! Config Server 2
   18365  1.86  christos sage-best-com2  14034/udp  # sage Best! Config Server 2
   18366  1.86  christos sage-best-com2  14034/udp  # sage Best! Config Server 2
   18367  1.86  christos sage-best-com2  14034/udp  # sage Best! Config Server 2
   18368  1.86  christos #                          Christian Rubach <Christian_Rubach&bestsoftware.com>
   18369  1.86  christos #               14035-14140 Unassigned  
   18370  1.86  christos vcs-app         14141/tcp  # VCS Application
   18371  1.86  christos vcs-app         14141/udp  # VCS Application
   18372  1.86  christos vcs-app         14141/udp  # VCS Application
   18373  1.86  christos vcs-app         14141/udp  # VCS Application
   18374  1.86  christos #                          Ming Xu <ming&veritas.com>
   18375  1.86  christos icpp            14142/tcp  # IceWall Cert Protocol
   18376  1.86  christos icpp            14142/udp  # IceWall Cert Protocol
   18377  1.86  christos icpp            14142/udp  # IceWall Cert Protocol
   18378  1.86  christos icpp            14142/udp  # IceWall Cert Protocol
   18379  1.86  christos #                          Tsutomu Fujinami <tsutomu.fujinami&hp.com> August 2005
   18380  1.86  christos #               14143-14144 Unassigned
   18381  1.86  christos gcm-app         14145/tcp  # GCM Application
   18382  1.86  christos gcm-app         14145/udp  # GCM Application
   18383  1.86  christos gcm-app         14145/udp  # GCM Application
   18384  1.86  christos gcm-app         14145/udp  # GCM Application
   18385  1.86  christos #                          Ming Xu <ming&veritas.com>
   18386  1.86  christos #               14146-14148 Unassigned
   18387  1.86  christos vrts-tdd        14149/tcp  # Veritas Traffic Director
   18388  1.86  christos vrts-tdd        14149/udp  # Veritas Traffic Director
   18389  1.86  christos vrts-tdd        14149/udp  # Veritas Traffic Director
   18390  1.86  christos vrts-tdd        14149/udp  # Veritas Traffic Director
   18391  1.86  christos #                          Sameer Deokule <sameer.deokule&veritas.com> March 2002
   18392  1.86  christos #               14150-14153 Unassigned
   18393  1.86  christos vad		14154/tcp  # Veritas Application Director
   18394  1.86  christos vad		14154/udp  # Veritas Application Director
   18395  1.86  christos vad		14154/udp  # Veritas Application Director
   18396  1.86  christos vad		14154/udp  # Veritas Application Director
   18397  1.86  christos #			   Rajeev Verma <rajeev_verma&symantec.com> February 2006
   18398  1.86  christos #               14155-14413 Unassigned
   18399  1.86  christos ca-web-update	14414/tcp  # CA eTrust Web Update Service
   18400  1.86  christos ca-web-update	14414/udp  # CA eTrust Web Update Service
   18401  1.86  christos ca-web-update	14414/udp  # CA eTrust Web Update Service
   18402  1.86  christos ca-web-update	14414/udp  # CA eTrust Web Update Service
   18403  1.86  christos #			   Robert Ciochon <robert.ciochon&ca.com> August 2006
   18404  1.86  christos #               14415-14935 Unassigned
   18405  1.86  christos hde-lcesrvr-1   14936/tcp  # hde-lcesrvr-1
   18406  1.86  christos hde-lcesrvr-1   14936/udp  # hde-lcesrvr-1
   18407  1.86  christos hde-lcesrvr-1   14936/udp  # hde-lcesrvr-1
   18408  1.86  christos hde-lcesrvr-1   14936/udp  # hde-lcesrvr-1
   18409  1.86  christos hde-lcesrvr-2   14937/tcp  # hde-lcesrvr-2
   18410  1.86  christos hde-lcesrvr-2   14937/udp  # hde-lcesrvr-2
   18411  1.86  christos hde-lcesrvr-2   14937/udp  # hde-lcesrvr-2
   18412  1.86  christos hde-lcesrvr-2   14937/udp  # hde-lcesrvr-2
   18413  1.86  christos #                          Horizon Digital Enterprise, Inc. <info&hde.co.jp>
   18414  1.86  christos #               14938-14999 Unassigned
   18415  1.86  christos hydap           15000/tcp  # Hypack Data Aquisition
   18416  1.86  christos hydap           15000/udp  # Hypack Data Aquisition
   18417  1.86  christos hydap           15000/udp  # Hypack Data Aquisition
   18418  1.86  christos hydap           15000/udp  # Hypack Data Aquisition
   18419  1.86  christos #                          Mircea Neacsu <mircea&videotron.ca>  
   18420  1.86  christos #               15001-15344 Unassigned
   18421  1.86  christos xpilot          15345/tcp  # XPilot Contact Port
   18422  1.86  christos xpilot          15345/udp  # XPilot Contact Port
   18423  1.86  christos xpilot          15345/udp  # XPilot Contact Port
   18424  1.86  christos xpilot          15345/udp  # XPilot Contact Port
   18425  1.86  christos #                          Bert Gijsbers <bert&xpilot.org> 
   18426  1.86  christos #               15346-15362 Unassigned
   18427  1.86  christos 3link           15363/tcp  # 3Link Negotiation
   18428  1.86  christos 3link           15363/udp  # 3Link Negotiation
   18429  1.86  christos 3link           15363/udp  # 3Link Negotiation
   18430  1.86  christos 3link           15363/udp  # 3Link Negotiation
   18431  1.86  christos #                          Brant Thomsen <brant_thomsen&3com.com> January 2003
   18432  1.86  christos #               15364-15554 Unassigned
   18433  1.86  christos cisco-snat	15555/tcp  # Cisco Stateful NAT
   18434  1.86  christos cisco-snat	15555/udp  # Cisco Stateful NAT
   18435  1.86  christos cisco-snat	15555/udp  # Cisco Stateful NAT
   18436  1.86  christos cisco-snat	15555/udp  # Cisco Stateful NAT
   18437  1.86  christos #			   Kaushik Biswas <kbiswas&cisco.com> March 2006
   18438  1.86  christos #               15556-15739 Unassigned
   18439  1.86  christos ptp             15740/tcp   # Picture Transfer Protocol
   18440  1.86  christos ptp             15740/udp   # Picture Transfer Protocol
   18441  1.86  christos ptp             15740/udp   # Picture Transfer Protocol
   18442  1.86  christos ptp             15740/udp   # Picture Transfer Protocol
   18443  1.86  christos #                           Petronel Bigioi <petronel&fotonation.com> November 2004
   18444  1.86  christos #               15741-16160 Unassigned
   18445  1.86  christos sun-sea-port    16161/tcp  # Solaris SEA Port
   18446  1.86  christos sun-sea-port    16161/udp  # Solaris SEA Port
   18447  1.86  christos sun-sea-port    16161/udp  # Solaris SEA Port
   18448  1.86  christos sun-sea-port    16161/udp  # Solaris SEA Port
   18449  1.86  christos #                          Dana Porter <dana.porter&sun.com> October 2003
   18450  1.86  christos #               16162-16308 Unassigned
   18451  1.86  christos etb4j           16309/tcp  # etb4j
   18452  1.86  christos etb4j           16309/udp  # etb4j
   18453  1.86  christos etb4j           16309/udp  # etb4j
   18454  1.86  christos etb4j           16309/udp  # etb4j
   18455  1.86  christos #                          Christopher R. Smith <csmith4&us.ibm.com> November 2004
   18456  1.86  christos pduncs		16310/tcp  # Policy Distribute, Update Notification
   18457  1.86  christos pduncs		16310/udp  # Policy Distribute, Update Notification
   18458  1.86  christos pduncs		16310/udp  # Policy Distribute, Update Notification
   18459  1.86  christos pduncs		16310/udp  # Policy Distribute, Update Notification
   18460  1.86  christos #			   Diane I. Shannon <shannond&us.ibm.com> August 2006
   18461  1.86  christos pdefmns		16311/tcp  # Policy definition and update management
   18462  1.86  christos pdefmns		16311/udp  # Policy definition and update management
   18463  1.86  christos pdefmns		16311/udp  # Policy definition and update management
   18464  1.86  christos pdefmns		16311/udp  # Policy definition and update management
   18465  1.86  christos #			   Diane I. Shannon <shannond&us.ibm.com> April 2007
   18466  1.86  christos #               16312-16359 Unassigned
   18467  1.86  christos netserialext1	16360/tcp  # netserialext1
   18468  1.86  christos netserialext1	16360/udp  # netserialext1
   18469  1.86  christos netserialext1	16360/udp  # netserialext1
   18470  1.86  christos netserialext1	16360/udp  # netserialext1
   18471  1.86  christos netserialext2	16361/tcp  # netserialext2
   18472  1.86  christos netserialext2	16361/udp  # netserialext2
   18473  1.86  christos netserialext2	16361/udp  # netserialext2
   18474  1.86  christos netserialext2	16361/udp  # netserialext2
   18475  1.86  christos #                          Mike Hoy <mhoy&aquilagroup.com>
   18476  1.86  christos #               16362-16366 Unassigned
   18477  1.86  christos netserialext3	16367/tcp  # netserialext3
   18478  1.86  christos netserialext3	16367/udp  # netserialext3
   18479  1.86  christos netserialext3	16367/udp  # netserialext3
   18480  1.86  christos netserialext3	16367/udp  # netserialext3
   18481  1.86  christos netserialext4	16368/tcp  # netserialext4
   18482  1.86  christos netserialext4	16368/udp  # netserialext4
   18483  1.86  christos netserialext4   16368/udp  # netserialext4
   18484  1.86  christos netserialext4   16368/udp  # netserialext4
   18485  1.86  christos #                          Mike Hoy <mhoy&aquilagroup.com>
   18486  1.86  christos #               16369-16383 Unassigned
   18487  1.86  christos connected       16384/tcp  # Connected Corp
   18488  1.86  christos connected       16384/udp  # Connected Corp
   18489  1.86  christos connected       16384/udp  # Connected Corp
   18490  1.86  christos connected       16384/udp  # Connected Corp
   18491  1.86  christos #                          Nicole C. Ouellette <nouellette&connected.com> February 2004
   18492  1.86  christos #               16385-16949 Unassigned
   18493  1.86  christos sgcip		16950/tcp  # Simple Generic Client Interface Protocol
   18494  1.86  christos sgcip		16950/udp  # Simple Generic Client Interface Protocol
   18495  1.86  christos sgcip		16950/udp  # Simple Generic Client Interface Protocol
   18496  1.86  christos sgcip		16950/udp  # Simple Generic Client Interface Protocol
   18497  1.86  christos #			   John Aquilino <john.aquilino&maryville.com>
   18498  1.86  christos #               16951-16990 Unassigned
   18499  1.86  christos intel-rci-mp    16991/tcp  # INTEL-RCI-MP
   18500  1.86  christos intel-rci-mp    16991/udp  # INTEL-RCI-MP
   18501  1.86  christos intel-rci-mp    16991/udp  # INTEL-RCI-MP
   18502  1.86  christos intel-rci-mp    16991/udp  # INTEL-RCI-MP
   18503  1.86  christos #                          Jane Dashevsky <jane.dashevsky&intel.com> 
   18504  1.86  christos amt-soap-http   16992/tcp   # Intel(R) AMT SOAP/HTTP
   18505  1.86  christos amt-soap-http   16992/udp   # Intel(R) AMT SOAP/HTTP
   18506  1.86  christos amt-soap-http   16992/udp   # Intel(R) AMT SOAP/HTTP
   18507  1.86  christos amt-soap-http   16992/udp   # Intel(R) AMT SOAP/HTTP
   18508  1.86  christos amt-soap-https  16993/tcp   # Intel(R) AMT SOAP/HTTPS
   18509  1.86  christos amt-soap-https  16993/udp   # Intel(R) AMT SOAP/HTTPS
   18510  1.86  christos amt-soap-https  16993/udp   # Intel(R) AMT SOAP/HTTPS
   18511  1.86  christos amt-soap-https  16993/udp   # Intel(R) AMT SOAP/HTTPS
   18512  1.86  christos #                           David T. Hines <david.hines&intel.com> February 2005
   18513  1.86  christos amt-redir-tcp   16994/tcp   # Intel(R) AMT Redirection/TCP
   18514  1.86  christos amt-redir-tcp   16994/udp   # Intel(R) AMT Redirection/TCP
   18515  1.86  christos amt-redir-tcp   16994/udp   # Intel(R) AMT Redirection/TCP
   18516  1.86  christos amt-redir-tcp   16994/udp   # Intel(R) AMT Redirection/TCP
   18517  1.86  christos amt-redir-tls   16995/tcp   # Intel(R) AMT Redirection/TLS
   18518  1.86  christos amt-redir-tls   16995/udp   # Intel(R) AMT Redirection/TLS
   18519  1.86  christos amt-redir-tls   16995/udp   # Intel(R) AMT Redirection/TLS
   18520  1.86  christos amt-redir-tls   16995/udp   # Intel(R) AMT Redirection/TLS
   18521  1.86  christos #                           Nimrod Diamant <nimrod.diamant&intel.com> February 2005
   18522  1.86  christos #               16996-17006 Unassigned
   18523  1.86  christos isode-dua       17007/tcp
   18524  1.86  christos isode-dua       17007/udp
   18525  1.86  christos isode-dua       17007/udp
   18526  1.86  christos isode-dua       17007/udp
   18527  1.86  christos #               17008-17184 Unassigned
   18528  1.86  christos soundsvirtual   17185/tcp  # Sounds Virtual
   18529  1.86  christos soundsvirtual   17185/udp  # Sounds Virtual
   18530  1.86  christos soundsvirtual   17185/udp  # Sounds Virtual
   18531  1.86  christos soundsvirtual   17185/udp  # Sounds Virtual
   18532  1.86  christos #                          Richard Snider <rsnider&sounds.com>   
   18533  1.86  christos #               17186-17218 Unassigned
   18534  1.86  christos chipper         17219/tcp  # Chipper
   18535  1.86  christos chipper         17219/udp  # Chipper
   18536  1.86  christos chipper         17219/udp  # Chipper
   18537  1.86  christos chipper         17219/udp  # Chipper
   18538  1.86  christos #                          Ronald Jimmink <Ronald.Jimmink&chipper.nl>
   18539  1.86  christos #               17220-17234 Unassigned
   18540  1.86  christos ssh-mgmt        17235/tcp  # SSH Tectia Manager
   18541  1.86  christos ssh-mgmt        17235/udp  # SSH Tectia Manager
   18542  1.86  christos ssh-mgmt        17235/udp  # SSH Tectia Manager
   18543  1.86  christos ssh-mgmt        17235/udp  # SSH Tectia Manager
   18544  1.86  christos #                          Ville Laurikari <vlaurika&ssh.com> August 2005
   18545  1.86  christos #               17236-17728 Unassigned
   18546  1.86  christos ea		17729/tcp  # Eclipse Aviation
   18547  1.86  christos ea		17729/udp  # Eclipse Aviation
   18548  1.86  christos ea		17729/udp  # Eclipse Aviation
   18549  1.86  christos ea		17729/udp  # Eclipse Aviation
   18550  1.86  christos #			   William Schmidt <info&eclipseaviation.com> March 2006
   18551  1.86  christos #               17730-17753 Unassigned
   18552  1.86  christos zep             17754/tcp  # Encap. ZigBee Packets
   18553  1.86  christos zep             17754/udp  # Encap. ZigBee Packets
   18554  1.86  christos zep             17754/udp  # Encap. ZigBee Packets
   18555  1.86  christos zep             17754/udp  # Encap. ZigBee Packets
   18556  1.86  christos #			   Fred Fierling <fff&exegin.com> February 2006
   18557  1.86  christos zigbee-ip	17755/tcp  # ZigBee IP Transport Service
   18558  1.86  christos zigbee-ip	17755/udp  # ZigBee IP Transport Service
   18559  1.86  christos zigbee-ip	17755/udp  # ZigBee IP Transport Service
   18560  1.86  christos zigbee-ip	17755/udp  # ZigBee IP Transport Service
   18561  1.86  christos zigbee-ips	17756/tcp  # ZigBee IP Transport Secure Service
   18562  1.86  christos zigbee-ips	17756/udp  # ZigBee IP Transport Secure Service
   18563  1.86  christos zigbee-ips	17756/udp  # ZigBee IP Transport Secure Service
   18564  1.86  christos zigbee-ips	17756/udp  # ZigBee IP Transport Secure Service
   18565  1.86  christos #			   Chris Herzog <zog&stg.com> May 2006
   18566  1.86  christos #               17757-17999 Unassigned
   18567  1.86  christos biimenu         18000/tcp  # Beckman Instruments, Inc.
   18568  1.86  christos biimenu         18000/udp  # Beckman Instruments, Inc.
   18569  1.86  christos biimenu         18000/udp  # Beckman Instruments, Inc.
   18570  1.86  christos biimenu         18000/udp  # Beckman Instruments, Inc.
   18571  1.86  christos #                          R. L. Meyering <RLMEYERING&BIIVAX.DP.BECKMAN.COM>
   18572  1.86  christos #               18001-18180 Unassigned
   18573  1.86  christos opsec-cvp       18181/tcp  # OPSEC CVP 
   18574  1.86  christos opsec-cvp       18181/udp  # OPSEC CVP 
   18575  1.86  christos opsec-cvp       18181/udp  # OPSEC CVP 
   18576  1.86  christos opsec-cvp       18181/udp  # OPSEC CVP 
   18577  1.86  christos opsec-ufp       18182/tcp  # OPSEC UFP
   18578  1.86  christos opsec-ufp       18182/udp  # OPSEC UFP
   18579  1.86  christos opsec-ufp       18182/udp  # OPSEC UFP
   18580  1.86  christos opsec-ufp       18182/udp  # OPSEC UFP
   18581  1.86  christos #                          Alon Kantor <alonk&checkpoint.com>
   18582  1.86  christos opsec-sam       18183/tcp  # OPSEC SAM
   18583  1.86  christos opsec-sam       18183/udp  # OPSEC SAM
   18584  1.86  christos opsec-sam       18183/udp  # OPSEC SAM
   18585  1.86  christos opsec-sam       18183/udp  # OPSEC SAM
   18586  1.86  christos opsec-lea       18184/tcp  # OPSEC LEA
   18587  1.86  christos opsec-lea       18184/udp  # OPSEC LEA
   18588  1.86  christos opsec-lea       18184/udp  # OPSEC LEA
   18589  1.86  christos opsec-lea       18184/udp  # OPSEC LEA
   18590  1.86  christos opsec-omi       18185/tcp  # OPSEC OMI
   18591  1.86  christos opsec-omi       18185/udp  # OPSEC OMI
   18592  1.86  christos opsec-omi       18185/udp  # OPSEC OMI
   18593  1.86  christos opsec-omi       18185/udp  # OPSEC OMI
   18594  1.86  christos #                          Alon Kantor <alonk&checkpoint.com>
   18595  1.86  christos ohsc            18186/tcp  # Occupational Health SC
   18596  1.86  christos ohsc            18186/udp  # Occupational Health SC
   18597  1.86  christos ohsc            18186/udp  # Occupational Health Sc
   18598  1.86  christos ohsc            18186/udp  # Occupational Health Sc
   18599  1.86  christos #                          David Fudge <david.fudge&tssi.co.uk> August 2003
   18600  1.86  christos opsec-ela       18187/tcp  # OPSEC ELA
   18601  1.86  christos opsec-ela       18187/udp  # OPSEC ELA
   18602  1.86  christos opsec-ela       18187/udp  # OPSEC ELA
   18603  1.86  christos opsec-ela       18187/udp  # OPSEC ELA
   18604  1.86  christos #                          Alon Kantor <alonk&checkpoint.com>
   18605  1.86  christos #               18188-18240 Unassigned
   18606  1.86  christos checkpoint-rtm  18241/tcp  # Check Point RTM
   18607  1.86  christos checkpoint-rtm  18241/udp  # Check Point RTM
   18608  1.86  christos checkpoint-rtm  18241/udp  # Check Point RTM
   18609  1.86  christos checkpoint-rtm  18241/udp  # Check Point RTM
   18610  1.86  christos #                          Dudi Hazan <dudi&checkpoint.com>
   18611  1.86  christos #               18242-18462 Unassigned
   18612  1.86  christos ac-cluster      18463/tcp  # AC Cluster
   18613  1.86  christos ac-cluster      18463/udp  # AC Cluster
   18614  1.86  christos ac-cluster      18463/udp  # AC Cluster
   18615  1.86  christos ac-cluster      18463/udp  # AC Cluster
   18616  1.86  christos #                          Lisa Zhong <lzhong&cup.hp.com>
   18617  1.86  christos #               18464-18768 Unassigned
   18618  1.86  christos ique            18769/tcp  # IQue Protocol
   18619  1.86  christos ique            18769/udp  # IQue Protocol
   18620  1.86  christos ique            18769/udp  # IQue Protocol
   18621  1.86  christos ique            18769/udp  # IQue Protocol
   18622  1.86  christos #                          Avi Drissman <ique-protocol&harrisbaseview.com> July 2002
   18623  1.86  christos #               18770-18880 Unassigned
   18624  1.86  christos infotos         18881/tcp   # Infotos
   18625  1.86  christos infotos         18881/udp   # Infotos
   18626  1.86  christos infotos         18881/udp   # Infotos
   18627  1.86  christos infotos         18881/udp   # Infotos
   18628  1.86  christos #                           Marcel Dube <marceldube&videotron.ca> November 2004
   18629  1.86  christos #               18882-18887 Unassigned
   18630  1.86  christos apc-necmp       18888/tcp  # APCNECMP 
   18631  1.86  christos apc-necmp       18888/udp  # APCNECMP 
   18632  1.86  christos apc-necmp       18888/udp  # APCNECMP 
   18633  1.86  christos apc-necmp       18888/udp  # APCNECMP 
   18634  1.86  christos #                          Michael Yip <Michael.Yip&alcatel.com>
   18635  1.86  christos #               18889-18999 Unassigned
   18636  1.86  christos igrid           19000/tcp   # iGrid Server
   18637  1.86  christos igrid           19000/udp   # iGrid Server
   18638  1.86  christos igrid           19000/udp   # iGrid Server
   18639  1.86  christos igrid           19000/udp   # iGrid Server
   18640  1.86  christos #                           Massimo Cafaro <massimo.cafaro&unile.it> November 2004
   18641  1.86  christos #               19001-19190 Unassigned
   18642  1.86  christos opsec-uaa       19191/tcp  # OPSEC UAA
   18643  1.86  christos opsec-uaa       19191/udp  # OPSEC UAA
   18644  1.86  christos opsec-uaa       19191/udp  # OPSEC UAA
   18645  1.86  christos opsec-uaa       19191/udp  # OPSEC UAA
   18646  1.86  christos #                          Reuven Harrison  <rnd_ana&checkpoint.com> 
   18647  1.86  christos #               19192-19193 Unassigned
   18648  1.86  christos ua-secureagent  19194/tcp  # UserAuthority SecureAgent
   18649  1.86  christos ua-secureagent  19194/udp  # UserAuthority SecureAgent
   18650  1.86  christos ua-secureagent  19194/udp  # UserAuthority SecureAgent
   18651  1.86  christos ua-secureagent  19194/udp  # UserAuthority SecureAgent
   18652  1.86  christos #                          Reuven Harrison <rharrison&checkpoint.com> January 2003
   18653  1.86  christos #               19195-19282 Unassigned
   18654  1.86  christos keysrvr         19283/tcp  # Key Server for SASSAFRAS
   18655  1.86  christos keysrvr         19283/udp  # Key Server for SASSAFRAS
   18656  1.86  christos keysrvr         19283/udp  # Key Server for SASSAFRAS
   18657  1.86  christos keysrvr         19283/udp  # Key Server for SASSAFRAS
   18658  1.86  christos #                          Mark Valence <kurash&sassafras.com>
   18659  1.86  christos #               19284-19314 Unassigned
   18660  1.86  christos keyshadow       19315/tcp  # Key Shadow for SASSAFRAS
   18661  1.86  christos keyshadow       19315/udp  # Key Shadow for SASSAFRAS
   18662  1.86  christos keyshadow       19315/udp  # Key Shadow for SASSAFRAS
   18663  1.86  christos keyshadow       19315/udp  # Key Shadow for SASSAFRAS
   18664  1.86  christos #                          Mark Valence <kurash&sassafras.com>
   18665  1.86  christos #               19316-19397 Unassigned
   18666  1.86  christos mtrgtrans       19398/tcp  # mtrgtrans
   18667  1.86  christos mtrgtrans       19398/udp  # mtrgtrans
   18668  1.86  christos mtrgtrans       19398/udp  # mtrgtrans
   18669  1.86  christos mtrgtrans       19398/udp  # mtrgtrans
   18670  1.86  christos #                          Katsuhito Muroi <muroi&pfu.co.jp>
   18671  1.86  christos #               19399-19409 Unassigned
   18672  1.86  christos hp-sco		19410/tcp  # hp-sco 
   18673  1.86  christos hp-sco		19410/udp  # hp-sco 
   18674  1.86  christos hp-sco		19410/udp  # hp-sco
   18675  1.86  christos hp-sco		19410/udp  # hp-sco
   18676  1.86  christos hp-sca		19411/tcp  # hp-sca
   18677  1.86  christos hp-sca		19411/udp  # hp-sca
   18678  1.86  christos hp-sca		19411/udp  # hp-sca
   18679  1.86  christos hp-sca		19411/udp  # hp-sca
   18680  1.86  christos #			   Larry Schwartz <lrs&cup.hp.com>
   18681  1.86  christos hp-sessmon      19412/tcp  # HP-SESSMON
   18682  1.86  christos hp-sessmon      19412/udp  # HP-SESSMON
   18683  1.86  christos hp-sessmon      19412/udp  # HP-SESSMON
   18684  1.86  christos hp-sessmon      19412/udp  # HP-SESSMON
   18685  1.86  christos #                          Gita Murthy <gita&cup.hp.com> 
   18686  1.86  christos #               19413-19538 Unassigned
   18687  1.86  christos fxuptp          19539/tcp  # FXUPTP
   18688  1.86  christos fxuptp          19539/udp  # FXUPTP
   18689  1.86  christos fxuptp          19539/udp  # FXUPTP
   18690  1.86  christos fxuptp          19539/udp  # FXUPTP
   18691  1.86  christos #                          Keiji Okuma <okuma&silex.jp> August 2005
   18692  1.86  christos sxuptp          19540/tcp  # SXUPTP
   18693  1.86  christos sxuptp          19540/udp  # SXUPTP
   18694  1.86  christos sxuptp          19540/udp  # SXUPTP
   18695  1.86  christos sxuptp          19540/udp  # SXUPTP
   18696  1.86  christos #                          Keiji Okuma <okuma&silex.jp> August 2002
   18697  1.86  christos jcp             19541/tcp  # JCP Client
   18698  1.86  christos jcp             19541/udp  # JCP Client
   18699  1.86  christos jcp             19541/udp  # JCP Client
   18700  1.86  christos jcp             19541/udp  # JCP Client
   18701  1.86  christos #                          Yuji Sasaki <sasaki&silex.jp>
   18702  1.86  christos #               19542-19999 Unassigned
   18703  1.86  christos dnp             20000/tcp  # DNP
   18704  1.86  christos dnp             20000/udp  # DNP
   18705  1.86  christos dnp             20000/udp  # DNP
   18706  1.86  christos dnp             20000/udp  # DNP
   18707  1.86  christos #                          Michael Thesing <michael.thesing&acsatlanta.com>
   18708  1.86  christos microsan        20001/tcp  # MicroSAN
   18709  1.86  christos microsan        20001/udp  # MicroSAN
   18710  1.86  christos microsan        20001/udp  # MicroSAN
   18711  1.86  christos microsan        20001/udp  # MicroSAN
   18712  1.86  christos #                          Thomas E. Ludwig <tom.ludwig&zetera.com> February 2004
   18713  1.86  christos commtact-http   20002/tcp  # Commtact HTTP
   18714  1.86  christos commtact-http   20002/udp  # Commtact HTTP
   18715  1.86  christos commtact-http   20002/udp  # Commtact HTTP
   18716  1.86  christos commtact-http   20002/udp  # Commtact HTTP
   18717  1.86  christos commtact-https  20003/tcp  # Commtact HTTPS
   18718  1.86  christos commtact-https  20003/udp  # Commtact HTTPS
   18719  1.86  christos commtact-https  20003/udp  # Commtact HTTPS
   18720  1.86  christos commtact-https  20003/udp  # Commtact HTTPS
   18721  1.86  christos #                          Tomas Svoboda <svoboda&infima.cz> December 2004
   18722  1.86  christos #               20004-20013 Unassigned
   18723  1.86  christos opendeploy      20014/tcp  # OpenDeploy Listener 
   18724  1.86  christos opendeploy      20014/udp  # OpenDeploy Listener 
   18725  1.86  christos opendeploy      20014/udp  # OpenDeploy Listener 
   18726  1.86  christos opendeploy      20014/udp  # OpenDeploy Listener 
   18727  1.86  christos #                          Todd Scallan <tscallan&interwoven.com> August 2005
   18728  1.86  christos #               20015-20033 Unassigned
   18729  1.86  christos nburn_id        20034/tcp  # NetBurner ID Port
   18730  1.86  christos nburn_id        20034/udp  # NetBurner ID Port
   18731  1.86  christos nburn_id        20034/udp  # NetBurner ID Port
   18732  1.86  christos nburn_id        20034/udp  # NetBurner ID Port
   18733  1.86  christos #                          Paul Breed <paul&netburner.com> November 2003
   18734  1.86  christos #               20035-20166 Unassigned
   18735  1.86  christos tolfab		20167/tcp   # TOLfab Data Change
   18736  1.86  christos tolfab		20167/udp   # TOLfab Data Change
   18737  1.86  christos tolfab		20167/udp   # TOLfab Data Change
   18738  1.86  christos tolfab		20167/udp   # TOLfab Data Change
   18739  1.86  christos #			   Pierre Couderc <pcouderc&tol.fr> March 2006
   18740  1.86  christos #               20168-20201 Unassigned
   18741  1.86  christos ipdtp-port      20202/tcp  # IPD Tunneling Port
   18742  1.86  christos ipdtp-port      20202/udp  # IPD Tunneling Port
   18743  1.86  christos ipdtp-port      20202/udp  # IPD Tunneling Port
   18744  1.86  christos ipdtp-port      20202/udp  # IPD Tunneling Port
   18745  1.86  christos #                          Vikki Yin Wei <vikki&ipdynamics.com> January 2003
   18746  1.86  christos #               20203-20221 Unassigned
   18747  1.86  christos ipulse-ics      20222/tcp  # iPulse-ICS
   18748  1.86  christos ipulse-ics      20222/udp  # iPulse-ICS
   18749  1.86  christos ipulse-ics      20222/udp  # iPulse-ICS
   18750  1.86  christos ipulse-ics      20222/udp  # iPulse-ICS
   18751  1.86  christos #                          Meggie Garica-Woodruff <ipulse&ericsson.com>
   18752  1.86  christos #               20223-20669 Unassigned
   18753  1.86  christos track		20670/tcp  # Track
   18754  1.86  christos track		20670/udp  # Track
   18755  1.86  christos track		20670/udp  # Track
   18756  1.86  christos track		20670/udp  # Track
   18757  1.86  christos #			   Michael Sweet <msweet&ctr.nawcad.navy.mil>	
   18758  1.86  christos #               20671-20998 Unassigned
   18759  1.86  christos athand-mmp      20999/tcp  # At Hand MMP
   18760  1.86  christos athand-mmp      20999/udp  # At Hand MMP
   18761  1.86  christos athand-mmp      20999/udp  # AT Hand MMP
   18762  1.86  christos athand-mmp      20999/udp  # AT Hand MMP
   18763  1.86  christos #                          Stepan Riha <stepan.riha&hand.com> 
   18764  1.86  christos irtrans         21000/tcp  # IRTrans Control
   18765  1.86  christos irtrans         21000/udp  # IRTrans Control
   18766  1.86  christos irtrans         21000/udp  # IRTrans Control
   18767  1.86  christos irtrans         21000/udp  # IRTrans Control
   18768  1.86  christos #                          Marcus Mueller <marcus&irtrans.de> November 2004
   18769  1.86  christos #               21001-21553 Unassigned
   18770  1.86  christos dfserver	21554/tcp   # MineScape Design File Server
   18771  1.86  christos dfserver	21554/udp   # MineScape Design File Server
   18772  1.86  christos dfserver	21554/udp   # MineScape Design File Server
   18773  1.86  christos dfserver	21554/udp   # MineScape Design File Server
   18774  1.86  christos #			   Michael Purser <mrp&mincom.com> June 2006
   18775  1.86  christos #               21555-21589 Unassigned
   18776  1.86  christos vofr-gateway	21590/tcp  # VoFR Gateway
   18777  1.86  christos vofr-gateway	21590/udp  # VoFR Gateway
   18778  1.86  christos vofr-gateway	21590/udp  # VoFR Gateway
   18779  1.86  christos vofr-gateway	21590/udp  # VoFR Gateway
   18780  1.86  christos #			   Marty Borden <mborden&tollbridgetech.com>
   18781  1.86  christos #               21591-21799 Unassigned
   18782  1.86  christos tvpm            21800/tcp  # TVNC Pro Multiplexing
   18783  1.86  christos tvpm            21800/udp  # TVNC Pro Multiplexing
   18784  1.86  christos tvpm            21800/udp  # TVNC Pro Multiplexing
   18785  1.86  christos tvpm            21800/udp  # TVNC Pro Multiplexing
   18786  1.86  christos #                          Brian Blevins <brian.blevins&tridia.com>
   18787  1.86  christos #               21801-21844 Unassigned
   18788  1.86  christos webphone        21845/tcp  # webphone
   18789  1.86  christos webphone        21845/udp  # webphone
   18790  1.86  christos webphone        21845/udp  # webphone
   18791  1.86  christos webphone        21845/udp  # webphone
   18792  1.86  christos netspeak-is     21846/tcp  # NetSpeak Corp. Directory Services
   18793  1.86  christos netspeak-is     21846/udp  # NetSpeak Corp. Directory Services
   18794  1.86  christos netspeak-is     21846/udp  # NetSpeak Corp. Directory Services
   18795  1.86  christos netspeak-is     21846/udp  # NetSpeak Corp. Directory Services
   18796  1.86  christos netspeak-cs     21847/tcp  # NetSpeak Corp. Connection Services
   18797  1.86  christos netspeak-cs     21847/udp  # NetSpeak Corp. Connection Services
   18798  1.86  christos netspeak-cs     21847/udp  # NetSpeak Corp. Connection Services
   18799  1.86  christos netspeak-cs     21847/udp  # NetSpeak Corp. Connection Services
   18800  1.86  christos netspeak-acd    21848/tcp  # NetSpeak Corp. Automatic Call Distribution
   18801  1.86  christos netspeak-acd    21848/udp  # NetSpeak Corp. Automatic Call Distribution
   18802  1.86  christos netspeak-acd    21848/udp  # NetSpeak Corp. Automatic Call Distribution
   18803  1.86  christos netspeak-acd    21848/udp  # NetSpeak Corp. Automatic Call Distribution
   18804  1.86  christos netspeak-cps    21849/tcp  # NetSpeak Corp. Credit Processing System
   18805  1.86  christos netspeak-cps    21849/udp  # NetSpeak Corp. Credit Processing System
   18806  1.86  christos netspeak-cps    21849/udp  # NetSpeak Corp. Credit Processing System
   18807  1.86  christos netspeak-cps    21849/udp  # NetSpeak Corp. Credit Processing System
   18808  1.86  christos #                          Toby Hosterman <root&netspeak.com>
   18809  1.86  christos #               21850-21999 Unassigned  
   18810  1.86  christos snapenetio	22000/tcp  # SNAPenetIO
   18811  1.86  christos snapenetio	22000/udp  # SNAPenetIO
   18812  1.86  christos snapenetio	22000/udp  # SNAPenetIO
   18813  1.86  christos snapenetio	22000/udp  # SNAPenetIO
   18814  1.86  christos optocontrol	22001/tcp  # OptoControl
   18815  1.86  christos optocontrol	22001/udp  # OptoControl
   18816  1.86  christos optocontrol	22001/udp  # OptoControl
   18817  1.86  christos optocontrol	22001/udp  # OptoControl
   18818  1.86  christos #			   Kevin Kuhns <kkuhns&opto22.com>
   18819  1.86  christos optohost002	22002/tcp  # Opto Host Port 2
   18820  1.86  christos optohost002	22002/udp  # Opto Host Port 2
   18821  1.86  christos optohost002	22002/udp  # Opto Host Port 2
   18822  1.86  christos optohost002	22002/udp  # Opto Host Port 2
   18823  1.86  christos optohost003	22003/tcp  # Opto Host Port 3
   18824  1.86  christos optohost003	22003/udp  # Opto Host Port 3
   18825  1.86  christos optohost003	22003/udp  # Opto Host Port 3
   18826  1.86  christos optohost003	22003/udp  # Opto Host Port 3
   18827  1.86  christos optohost004	22004/tcp  # Opto Host Port 4
   18828  1.86  christos optohost004	22004/udp  # Opto Host Port 4
   18829  1.86  christos optohost004	22004/udp  # Opto Host Port 4
   18830  1.86  christos optohost004	22004/udp  # Opto Host Port 4
   18831  1.86  christos optohost004	22005/tcp  # Opto Host Port 5
   18832  1.86  christos optohost004	22005/udp  # Opto Host Port 5
   18833  1.86  christos optohost004	22005/udp  # Opto Host Port 5
   18834  1.86  christos optohost004	22005/udp  # Opto Host Port 5
   18835  1.86  christos #			   Doug Leany <DLEANY&Opto22.com> September 2006
   18836  1.86  christos #               22006-22272 Unassigned
   18837  1.86  christos wnn6            22273/tcp  # wnn6
   18838  1.86  christos wnn6            22273/udp  # wnn6
   18839  1.86  christos wnn6            22273/udp  # wnn6
   18840  1.86  christos wnn6            22273/udp  # wnn6
   18841  1.86  christos #                          Yasunari Gon Yamasita <yamasita&omronsoft.co.jp>
   18842  1.86  christos #               22274-22554 Unassigned
   18843  1.86  christos vocaltec-wconf  22555/tcp  # Vocaltec Web Conference
   18844  1.86  christos vocaltec-wconf  22555/udp  # Vocaltec Web Conference
   18845  1.86  christos vocaltec-phone  22555/udp  # Vocaltec Internet Phone
   18846  1.86  christos vocaltec-phone  22555/udp  # Vocaltec Internet Phone
   18847  1.86  christos #                          Scott Petrack <Scott_Petrack&vocaltec.com>
   18848  1.86  christos #               22556-22762 Unassigned
   18849  1.86  christos talikaserver	22763/tcp  # Talika Main Server
   18850  1.86  christos talikaserver	22763/udp  # Talika Main Server
   18851  1.86  christos talikaserver	22763/udp  # Talika Main Server
   18852  1.86  christos talikaserver	22763/udp  # Talika Main Server
   18853  1.86  christos #			   Laxman C. Marathe <lcmarathe&thomsonpress.com> December 2006
   18854  1.86  christos #               22764-22799 Unassigned
   18855  1.86  christos aws-brf         22800/tcp  # Telerate Information Platform LAN
   18856  1.86  christos aws-brf         22800/udp  # Telerate Information Platform LAN
   18857  1.86  christos aws-brf         22800/udp  # Telerate Information Platform LAN
   18858  1.86  christos aws-brf         22800/udp  # Telerate Information Platform LAN
   18859  1.86  christos #                          Timo Sivonen <timo.sivonen&ccmail.dowjones.com>
   18860  1.86  christos #               22801-22950 Unassigned
   18861  1.86  christos brf-gw          22951/tcp  # Telerate Information Platform WAN
   18862  1.86  christos brf-gw          22951/udp  # Telerate Information Platform WAN
   18863  1.86  christos brf-gw          22951/udp  # Telerate Information Platform WAN
   18864  1.86  christos brf-gw          22951/udp  # Telerate Information Platform WAN
   18865  1.86  christos #                          Timo Sivonen <timo.sivonen&ccmail.dowjones.com>
   18866  1.86  christos #               22952-22999 Unassigned
   18867  1.86  christos inovaport1	23000/tcp  # Inova LightLink Server Type 1
   18868  1.86  christos inovaport1	23000/udp  # Inova LightLink Server Type 1
   18869  1.86  christos inovaport1	23000/udp  # Inova LightLink Server Type 1
   18870  1.86  christos inovaport1	23000/udp  # Inova LightLink Server Type 1
   18871  1.86  christos inovaport2	23001/tcp  # Inova LightLink Server Type 2
   18872  1.86  christos inovaport2	23001/udp  # Inova LightLink Server Type 2
   18873  1.86  christos inovaport2	23001/udp  # Inova LightLink Server Type 2
   18874  1.86  christos inovaport2	23001/udp  # Inova LightLink Server Type 2
   18875  1.86  christos inovaport3	23002/tcp  # Inova LightLink Server Type 3
   18876  1.86  christos inovaport3	23002/udp  # Inova LightLink Server Type 3
   18877  1.86  christos inovaport3	23002/udp  # Inova LightLink Server Type 3
   18878  1.86  christos inovaport3	23002/udp  # Inova LightLink Server Type 3
   18879  1.86  christos inovaport4	23003/tcp  # Inova LightLink Server Type 4
   18880  1.86  christos inovaport4	23003/udp  # Inova LightLink Server Type 4
   18881  1.86  christos inovaport4	23003/udp  # Inova LightLink Server Type 4
   18882  1.86  christos inovaport4	23003/udp  # Inova LightLink Server Type 4
   18883  1.86  christos inovaport5	23004/tcp  # Inova LightLink Server Type 5
   18884  1.86  christos inovaport5	23004/udp  # Inova LightLink Server Type 5
   18885  1.86  christos inovaport5	23004/udp  # Inova LightLink Server Type 5
   18886  1.86  christos inovaport5	23004/udp  # Inova LightLink Server Type 5
   18887  1.86  christos inovaport6	23005/tcp  # Inova LightLink Server Type 6
   18888  1.86  christos inovaport6	23005/udp  # Inova LightLink Server Type 6
   18889  1.86  christos inovaport6	23005/udp  # Inova LightLink Server Type 6
   18890  1.86  christos inovaport6	23005/udp  # Inova LightLink Server Type 6
   18891  1.86  christos #			   Chris Koeritz <portmanager&inovasolutions.com> October 2006
   18892  1.86  christos #               23006-23399 Unassigned
   18893  1.86  christos novar-dbase	23400/tcp  # Novar Data
   18894  1.86  christos novar-dbase	23400/udp  # Novar Data
   18895  1.86  christos novar-dbase	23400/udp  # Novar Data
   18896  1.86  christos novar-dbase	23400/udp  # Novar Data
   18897  1.86  christos novar-alarm	23401/tcp  # Novar Alarm 
   18898  1.86  christos novar-alarm	23401/udp  # Novar Alarm 
   18899  1.86  christos novar-alarm	23401/udp  # Novar Alarm 
   18900  1.86  christos novar-alarm	23401/udp  # Novar Alarm 
   18901  1.86  christos novar-global	23402/tcp  # Novar Global
   18902  1.86  christos novar-global	23402/udp  # Novar Global
   18903  1.86  christos novar-global	23402/udp  # Novar Global
   18904  1.86  christos novar-global	23402/udp  # Novar Global
   18905  1.86  christos #			   Keith Kilroy <Keith.Kilroy&novarcontrols.com> February 2006
   18906  1.86  christos #               23403-23999 Unassigned
   18907  1.86  christos med-ltp		24000/tcp  # med-ltp
   18908  1.86  christos med-ltp		24000/udp  # med-ltp
   18909  1.86  christos med-ltp		24000/udp  # med-ltp
   18910  1.86  christos med-ltp		24000/udp  # med-ltp
   18911  1.86  christos med-fsp-rx	24001/tcp  # med-fsp-rx
   18912  1.86  christos med-fsp-rx	24001/udp  # med-fsp-rx
   18913  1.86  christos med-fsp-rx	24001/udp  # med-fsp-rx
   18914  1.86  christos med-fsp-rx	24001/udp  # med-fsp-rx
   18915  1.86  christos med-fsp-tx	24002/tcp  # med-fsp-tx
   18916  1.86  christos med-fsp-tx	24002/udp  # med-fsp-tx
   18917  1.86  christos med-fsp-tx	24002/udp  # med-fsp-tx
   18918  1.86  christos med-fsp-tx	24002/udp  # med-fsp-tx
   18919  1.86  christos med-supp	24003/tcp  # med-supp
   18920  1.86  christos med-supp	24003/udp  # med-supp
   18921  1.86  christos med-supp	24003/udp  # med-supp
   18922  1.86  christos med-supp	24003/udp  # med-supp
   18923  1.86  christos med-ovw		24004/tcp  # med-ovw
   18924  1.86  christos med-ovw		24004/udp  # med-ovw
   18925  1.86  christos med-ovw		24004/udp  # med-ovw
   18926  1.86  christos med-ovw		24004/udp  # med-ovw
   18927  1.86  christos med-ci		24005/tcp  # med-ci
   18928  1.86  christos med-ci		24005/udp  # med-ci
   18929  1.86  christos med-ci		24005/udp  # med-ci
   18930  1.86  christos med-ci		24005/udp  # med-ci
   18931  1.86  christos med-net-svc	24006/tcp  # med-net-svc
   18932  1.86  christos med-net-svc	24006/udp  # med-net-svc
   18933  1.86  christos med-net-svc	24006/udp  # med-net-svc
   18934  1.86  christos med-net-svc	24006/udp  # med-net-svc
   18935  1.86  christos #			   Juergen Fischbach <juergen.fischbach&philips.com>
   18936  1.86  christos #               24007-24241 Unassigned
   18937  1.86  christos filesphere      24242/tcp  # fileSphere
   18938  1.86  christos filesphere      24242/udp  # fileSphere
   18939  1.86  christos filesphere      24242/udp  # fileSphere
   18940  1.86  christos filesphere      24242/udp  # fileSphere
   18941  1.86  christos #                          Carl Cedergren <asperon&home.se>
   18942  1.86  christos #               24243-24248 Unassigned
   18943  1.86  christos vista-4gl       24249/tcp # Vista 4GL
   18944  1.86  christos vista-4gl       24249/udp # Vista 4GL
   18945  1.86  christos vista-4gl       24249/udp # Vista 4GL
   18946  1.86  christos vista-4gl       24249/udp # Vista 4GL
   18947  1.86  christos #                         Mark Itzcovitz <mji&vistacomp.com>
   18948  1.86  christos #               24250-24320 Unassigned
   18949  1.86  christos ild             24321/tcp  # Isolv Local Directory
   18950  1.86  christos ild             24321/udp  # Isolv Local Directory
   18951  1.86  christos ild             24321/udp  # Isolv Local Directory
   18952  1.86  christos ild             24321/udp  # Isolv Local Directory
   18953  1.86  christos #                          Mitchell Bass <mitch&integrasolv.com> August 2005
   18954  1.86  christos #               24322-24385 Unassigned
   18955  1.86  christos intel_rci	24386/tcp # Intel RCI 
   18956  1.86  christos intel_rci	24386/udp # Intel RCI 
   18957  1.86  christos intel_rci	24386/udp # Intel RCI
   18958  1.86  christos intel_rci	24386/udp # Intel RCI
   18959  1.86  christos #			  Mark Lewis <mark.h.lewis&intel.com> 
   18960  1.86  christos #               24387-24553 Unassigned
   18961  1.86  christos binkp           24554/tcp # BINKP
   18962  1.86  christos binkp           24554/udp # BINKP
   18963  1.86  christos binkp           24554/udp # BINKP
   18964  1.86  christos binkp           24554/udp # BINKP
   18965  1.86  christos #                         Max Masyutin <max&ritlabs.com>
   18966  1.86  christos #               24555-24676 Unassigned
   18967  1.86  christos flashfiler      24677/tcp # FlashFiler
   18968  1.86  christos flashfiler      24677/udp # FlashFiler
   18969  1.86  christos flashfiler      24677/udp # FlashFiler
   18970  1.86  christos flashfiler      24677/udp # FlashFiler
   18971  1.86  christos #                         Ben Oram <beno&turbopower.com>  
   18972  1.86  christos proactivate     24678/tcp # Turbopower Proactivate
   18973  1.86  christos proactivate     24678/udp # Turbopower Proactivate
   18974  1.86  christos proactivate     24678/udp # Turbopower Proactivate
   18975  1.86  christos proactivate     24678/udp # Turbopower Proactivate
   18976  1.86  christos #                         Ben Oram <beno&turbopower.com>
   18977  1.86  christos #               24679     Unassigned
   18978  1.86  christos tcc-http	24680/tcp # TCC User HTTP Service
   18979  1.86  christos tcc-http	24680/udp # TCC User HTTP Service
   18980  1.86  christos tcc-http	24680/udp # TCC User HTTP Service
   18981  1.86  christos tcc-http	24680/udp # TCC User HTTP Service
   18982  1.86  christos #			  Brian Kennedy <BrianK&TargetedConvergence.com> August 2006
   18983  1.86  christos #               24681-24921 Unassigned
   18984  1.86  christos find            24922/tcp # Find Identification of Network Devices
   18985  1.86  christos find            24922/udp # Find Identification of Network Devices
   18986  1.86  christos find            24922/udp # Find Identification of Network Devices
   18987  1.86  christos find            24922/udp # Find Identification of Network Devices
   18988  1.86  christos #                         Jean-Paul Moreaux 
   18989  1.86  christos #                         <jean-paul.moreaux&airbus.com>
   18990  1.86  christos #               24923-24999 Unassigned 
   18991  1.86  christos icl-twobase1    25000/tcp # icl-twobase1
   18992  1.86  christos icl-twobase1    25000/udp # icl-twobase1
   18993  1.86  christos icl-twobase1    25000/udp # icl-twobase1
   18994  1.86  christos icl-twobase1    25000/udp # icl-twobase1
   18995  1.86  christos icl-twobase2    25001/tcp # icl-twobase2
   18996  1.86  christos icl-twobase2    25001/udp # icl-twobase2
   18997  1.86  christos icl-twobase2    25001/udp # icl-twobase2
   18998  1.86  christos icl-twobase2    25001/udp # icl-twobase2
   18999  1.86  christos icl-twobase3    25002/tcp # icl-twobase3
   19000  1.86  christos icl-twobase3    25002/udp # icl-twobase3
   19001  1.86  christos icl-twobase3    25002/udp # icl-twobase3
   19002  1.86  christos icl-twobase3    25002/udp # icl-twobase3
   19003  1.86  christos icl-twobase4    25003/tcp # icl-twobase4
   19004  1.86  christos icl-twobase4    25003/udp # icl-twobase4
   19005  1.86  christos icl-twobase4    25003/udp # icl-twobase4
   19006  1.86  christos icl-twobase4    25003/udp # icl-twobase4
   19007  1.86  christos icl-twobase5    25004/tcp # icl-twobase5
   19008  1.86  christos icl-twobase5    25004/udp # icl-twobase5
   19009  1.86  christos icl-twobase5    25004/udp # icl-twobase5
   19010  1.86  christos icl-twobase5    25004/udp # icl-twobase5
   19011  1.86  christos icl-twobase6    25005/tcp # icl-twobase6
   19012  1.86  christos icl-twobase6    25005/udp # icl-twobase6
   19013  1.86  christos icl-twobase6    25005/udp # icl-twobase6
   19014  1.86  christos icl-twobase6    25005/udp # icl-twobase6
   19015  1.86  christos icl-twobase7    25006/tcp # icl-twobase7
   19016  1.86  christos icl-twobase7    25006/udp # icl-twobase7
   19017  1.86  christos icl-twobase7    25006/udp # icl-twobase7
   19018  1.86  christos icl-twobase7    25006/udp # icl-twobase7
   19019  1.86  christos icl-twobase8    25007/tcp # icl-twobase8
   19020  1.86  christos icl-twobase8    25007/udp # icl-twobase8
   19021  1.86  christos icl-twobase8    25007/udp # icl-twobase8
   19022  1.86  christos icl-twobase8    25007/udp # icl-twobase8
   19023  1.86  christos icl-twobase9    25008/tcp # icl-twobase9
   19024  1.86  christos icl-twobase9    25008/udp # icl-twobase9
   19025  1.86  christos icl-twobase9    25008/udp # icl-twobase9
   19026  1.86  christos icl-twobase9    25008/udp # icl-twobase9
   19027  1.86  christos icl-twobase10   25009/tcp # icl-twobase10
   19028  1.86  christos icl-twobase10   25009/udp # icl-twobase10
   19029  1.86  christos icl-twobase10   25009/udp # icl-twobase10
   19030  1.86  christos icl-twobase10   25009/udp # icl-twobase10
   19031  1.86  christos #                         J. A. (Tony) Sever <J.A.Sever&bra0119.wins.icl.co.uk>
   19032  1.86  christos #               25010-25792 Unassigned 
   19033  1.86  christos vocaltec-hos    25793/tcp  # Vocaltec Address Server      
   19034  1.86  christos vocaltec-hos    25793/udp  # Vocaltec Address Server      
   19035  1.86  christos vocaltec-hos    25793/udp  # Vocaltec Address Server
   19036  1.86  christos vocaltec-hos    25793/udp  # Vocaltec Address Server
   19037  1.86  christos #                          Scott Petrack <Scott_Petrack&vocaltec.com>
   19038  1.86  christos #               25794-25899 Unassigned
   19039  1.86  christos tasp-net        25900/tcp  # TASP Network Comm
   19040  1.86  christos tasp-net        25900/udp  # TASP Network Comm
   19041  1.86  christos tasp-net        25900/udp  # TASP Network Comm
   19042  1.86  christos tasp-net        25900/udp  # TASP Network Comm
   19043  1.86  christos #                          Martin Ellis <martin&clanleagues.net> November 2004
   19044  1.86  christos niobserver      25901/tcp  # NIObserver
   19045  1.86  christos niobserver      25901/udp  # NIObserver
   19046  1.86  christos niobserver      25901/udp  # NIObserver
   19047  1.86  christos niobserver      25901/udp  # NIObserver
   19048  1.86  christos #                          Roman Oliynyk <romano&netinst.com>
   19049  1.86  christos #               25902      Unassigned
   19050  1.86  christos niprobe         25903/tcp  # NIProbe
   19051  1.86  christos niprobe         25903/udp  # NIProbe
   19052  1.86  christos niprobe         25903/udp  # NIProbe
   19053  1.86  christos niprobe         25903/udp  # NIProbe
   19054  1.86  christos #                          Roman Oliynyk <romano&netinst.com>
   19055  1.86  christos #               25904-25999 Unassigned
   19056  1.86  christos quake           26000/tcp  # quake
   19057  1.86  christos quake           26000/udp  # quake
   19058  1.86  christos quake           26000/udp  # quake
   19059  1.86  christos quake           26000/udp  # quake
   19060  1.86  christos #                          Yasunari Gon Yamasita <yamasita&omronsoft.co.jp>  
   19061  1.86  christos #               26001-26207 Unassigned
   19062  1.86  christos wnn6-ds         26208/tcp  # wnn6-ds
   19063  1.86  christos wnn6-ds         26208/udp  # wnn6-ds
   19064  1.86  christos wnn6-ds         26208/udp  # wnn6-ds
   19065  1.86  christos wnn6-ds         26208/udp  # wnn6-ds
   19066  1.86  christos #                          Yasunari Gon Yamasita <yamasita&omronsoft.co.jp>
   19067  1.86  christos #               26209-26259 Unassigned
   19068  1.86  christos ezproxy         26260/tcp  # eZproxy
   19069  1.86  christos ezproxy         26260/udp  # eZproxy
   19070  1.86  christos ezproxy         26260/udp  # eZproxy
   19071  1.86  christos ezproxy         26260/udp  # eZproxy
   19072  1.86  christos ezmeeting       26261/tcp  # eZmeeting
   19073  1.86  christos ezmeeting       26261/udp  # eZmeeting
   19074  1.86  christos ezmeeting       26261/udp  # eZmeeting
   19075  1.86  christos ezmeeting       26261/udp  # eZmeeting
   19076  1.86  christos #                          Albert C. Yang <albert.yang&eZmeeting.com>
   19077  1.86  christos k3software-svr  26262/tcp  # K3 Software-Server
   19078  1.86  christos k3software-svr  26262/udp  # K3 Software-Server
   19079  1.86  christos k3software-svr  26262/udp  # K3 Software-Server
   19080  1.86  christos k3software-svr  26262/udp  # K3 Software-Server
   19081  1.86  christos k3software-cli  26263/tcp  # K3 Software-Client
   19082  1.86  christos k3software-cli  26263/udp  # K3 Software-Client
   19083  1.86  christos k3software-cli  26263/udp  # K3 Software-Client
   19084  1.86  christos k3software-cli  26263/udp  # K3 Software-Client
   19085  1.86  christos #                          Jim Baldridge <jimb&rpower.com>
   19086  1.86  christos #		26264      De-registered (6 April 2006)
   19087  1.86  christos #               26265-26485 Unassigned
   19088  1.86  christos exoline-tcp	26486/tcp  # EXOline-TCP 
   19089  1.86  christos exoline-tcp	26486/udp  # EXOline-TCP 
   19090  1.86  christos exoline-udp	26486/udp  # EXOline-UDP
   19091  1.86  christos exoline-udp	26486/udp  # EXOline-UDP
   19092  1.86  christos #			   Lars Mattsson <lars.mattsson&reginexomatic.com> May 2006
   19093  1.86  christos exoconfig	26487/tcp  # EXOconfig
   19094  1.86  christos exoconfig	26487/udp  # EXOconfig
   19095  1.86  christos exoconfig	26487/udp  # EXOconfig
   19096  1.86  christos exoconfig	26487/udp  # EXOconfig
   19097  1.86  christos #			   Urban Fosseus <urban.fosseus&reginexomatic.com> May 2006
   19098  1.86  christos #               26488      Unassigned
   19099  1.86  christos exonet		26489/tcp  # EXOnet
   19100  1.86  christos exonet		26489/udp  # EXOnet
   19101  1.86  christos exonet		26489/udp  # EXOnet
   19102  1.86  christos exonet		26489/udp  # EXOnet
   19103  1.86  christos #			   Urban Fosseus <urban.fosseus&reginexomatic.com> May 2006
   19104  1.86  christos #               26490-26999 Unassigned
   19105  1.86  christos flex-lm		27000/tcp # FLEX LM (1-10)
   19106  1.86  christos flex-lm		27000/udp # FLEX LM (1-10)
   19107  1.86  christos flex-lm		27001/tcp # FLEX LM (1-10)
   19108  1.86  christos flex-lm		27001/udp # FLEX LM (1-10)
   19109  1.86  christos flex-lm		27002/tcp # FLEX LM (1-10)
   19110  1.86  christos flex-lm		27002/udp # FLEX LM (1-10)
   19111  1.86  christos flex-lm		27003/tcp # FLEX LM (1-10)
   19112  1.86  christos flex-lm		27003/udp # FLEX LM (1-10)
   19113  1.86  christos flex-lm		27004/tcp # FLEX LM (1-10)
   19114  1.86  christos flex-lm		27004/udp # FLEX LM (1-10)
   19115  1.86  christos flex-lm		27005/tcp # FLEX LM (1-10)
   19116  1.86  christos flex-lm		27005/udp # FLEX LM (1-10)
   19117  1.86  christos flex-lm		27006/tcp # FLEX LM (1-10)
   19118  1.86  christos flex-lm		27006/udp # FLEX LM (1-10)
   19119  1.86  christos flex-lm		27007/tcp # FLEX LM (1-10)
   19120  1.86  christos flex-lm		27007/udp # FLEX LM (1-10)
   19121  1.86  christos flex-lm		27008/tcp # FLEX LM (1-10)
   19122  1.86  christos flex-lm		27008/udp # FLEX LM (1-10)
   19123  1.86  christos flex-lm		27009/tcp # FLEX LM (1-10)
   19124  1.86  christos flex-lm		27009/udp # FLEX LM (1-10)
   19125  1.86  christos #			   Daniel Birns <daniel&globes.com>
   19126  1.86  christos #               27010-27344 Unassigned
   19127  1.86  christos imagepump       27345/tcp  # ImagePump
   19128  1.86  christos imagepump       27345/udp  # ImagePump
   19129  1.86  christos imagepump       27345/udp  # ImagePump
   19130  1.86  christos imagepump       27345/udp  # ImagePump
   19131  1.86  christos #                          Richard Minner <xippix.com>
   19132  1.86  christos #               27346-27441 Unassigned
   19133  1.86  christos jesmsjc		27442/tcp  # Job controller service
   19134  1.86  christos jesmsjc		27442/udp  # Job controller service
   19135  1.86  christos jesmsjc		27442/udp  # Job controller service
   19136  1.86  christos jesmsjc		27442/udp  # Job controller service
   19137  1.86  christos #			   Peter Coates <peter.coates&sun.com> April 2006
   19138  1.86  christos #               27443-27503 Unassigned
   19139  1.86  christos kopek-httphead  27504/tcp  # Kopek HTTP Head Port
   19140  1.86  christos kopek-httphead  27504/udp  # Kopek HTTP Head Port
   19141  1.86  christos kopek-httphead  27504/udp  # Kopek HTTP Head Port
   19142  1.86  christos kopek-httphead  27504/udp  # Kopek HTTP Head Port
   19143  1.86  christos #                          Sten H. Danielsen <shd&kopek.net> July 2002
   19144  1.86  christos #               27505-27781 Unassigned
   19145  1.86  christos ars-vista       27782/tcp  # ARS VISTA Application
   19146  1.86  christos ars-vista       27782/udp  # ARS VISTA Application
   19147  1.86  christos ars-vista       27782/udp  # ARS VISTA Application
   19148  1.86  christos ars-vista       27782/udp  # ARS VISTA Application
   19149  1.86  christos #                          Spencer Teran <steran&ars.com> November 2004
   19150  1.86  christos #               27783-27998 Unassigned
   19151  1.86  christos tw-auth-key     27999/tcp  # TW Authentication/Key Distribution and 
   19152  1.86  christos tw-auth-key     27999/udp  # TW Authentication/Key Distribution and 
   19153  1.86  christos tw-auth-key     27999/udp  # Attribute Certificate Services
   19154  1.86  christos tw-auth-key     27999/udp  # Attribute Certificate Services
   19155  1.86  christos #                          Alex Duncan <Alex.Duncan&sse.ie>
   19156  1.86  christos nxlmd           28000/tcp   # NX License Manager
   19157  1.86  christos nxlmd           28000/udp   # NX License Manager
   19158  1.86  christos nxlmd           28000/udp   # NX License Manager
   19159  1.86  christos nxlmd           28000/udp   # NX License Manager
   19160  1.86  christos #                           Anthony Greatorex <greatore&ugs.com> November 2004
   19161  1.86  christos #               28001-28239 Unassigned
   19162  1.86  christos siemensgsm      28240/tcp   # Siemens GSM
   19163  1.86  christos siemensgsm      28240/udp   # Siemens GSM
   19164  1.86  christos siemensgsm      28240/udp   # Siemens GSM
   19165  1.86  christos siemensgsm      28240/udp   # Siemens GSM
   19166  1.86  christos #                           David Anuszewski <david.anuszewski&siemens.com> November 2004
   19167  1.86  christos #               28241-29166 Unassigned
   19168  1.86  christos otmp		29167/tcp   # ObTools Message Protocol
   19169  1.86  christos otmp		29167/udp   # ObTools Message Protocol
   19170  1.86  christos otmp		29167/udp   # ObTools Message Protocol
   19171  1.86  christos otmp		29167/udp   # ObTools Message Protocol
   19172  1.86  christos #			    Paul Clark <paul&xmill.com> February 2006
   19173  1.86  christos #               29168-30000 Unassigned
   19174  1.86  christos pago-services1  30001/tcp   # Pago Services 1
   19175  1.86  christos pago-services1  30001/udp   # Pago Services 1
   19176  1.86  christos pago-services1  30001/udp   # Pago Services 1
   19177  1.86  christos pago-services1  30001/udp   # Pago Services 1
   19178  1.86  christos pago-services2  30002/tcp   # Pago Services 2
   19179  1.86  christos pago-services2  30002/udp   # Pago Services 2
   19180  1.86  christos pago-services2  30002/udp   # Pago Services 2
   19181  1.86  christos pago-services2  30002/udp   # Pago Services 2
   19182  1.86  christos #                           Balduin Mueller-Platz 
   19183  1.86  christos #                           <balduin.mueller-platz&pago.de> March 2002
   19184  1.86  christos #               30003-30998 Unassigned
   19185  1.86  christos ovobs		30999/tcp   # OpenView Service Desk Client
   19186  1.86  christos ovobs		30999/udp   # OpenView Service Desk Client
   19187  1.86  christos ovobs		30999/udp   # OpenView Service Desk Client
   19188  1.86  christos ovobs		30999/udp   # OpenView Service Desk Client
   19189  1.86  christos #			    Service Desk Product Manager <info&hp.com> May 2006
   19190  1.86  christos #               31000-31415 Unassigned
   19191  1.86  christos xqosd           31416/tcp   # XQoS network monitor
   19192  1.86  christos xqosd           31416/udp   # XQoS network monitor
   19193  1.86  christos xqosd           31416/udp   # XQoS network monitor
   19194  1.86  christos xqosd           31416/udp   # XQoS network monitor
   19195  1.86  christos #                           Joe Elliott <joe&inetd.com> June 2002
   19196  1.86  christos #               31417-31456 Unassigned
   19197  1.86  christos tetrinet        31457/tcp   # TetriNET Protocol
   19198  1.86  christos tetrinet        31457/udp   # TetriNET Protocol
   19199  1.86  christos tetrinet        31457/udp   # TetriNET Protocol
   19200  1.86  christos tetrinet        31457/udp   # TetriNET Protocol
   19201  1.86  christos #                           Emmanuel Bourg <smanux&lfjr.net> November 2004
   19202  1.86  christos #               31458-31619 Unassigned
   19203  1.86  christos lm-mon          31620/tcp   # lm mon
   19204  1.86  christos lm-mon          31620/udp   # lm mon
   19205  1.86  christos lm-mon          31620/udp   # lm mon
   19206  1.86  christos lm-mon          31620/udp   # lm mon
   19207  1.86  christos #                           System Administrator <sysadmin&silvaco.com> June 2003
   19208  1.86  christos #               31621-31764 Unassigned
   19209  1.86  christos gamesmith-port  31765/tcp   # GameSmith Port
   19210  1.86  christos gamesmith-port  31765/udp   # GameSmith Port
   19211  1.86  christos gamesmith-port  31765/udp   # GameSmith Port
   19212  1.86  christos gamesmith-port  31765/udp   # GameSmith Port
   19213  1.86  christos #                           Randy Thompson <thompr&earthlink.net> August 2002
   19214  1.86  christos #               31766-31947 Unassigned
   19215  1.86  christos iceedcp_tx	31948/tcp   # Embedded Device Configuration Protocol TX
   19216  1.86  christos iceedcp_tx	31948/udp   # Embedded Device Configuration Protocol TX
   19217  1.86  christos iceedcp_tx	31948/udp   # Embedded Device Configuration Protocol TX
   19218  1.86  christos iceedcp_tx	31948/udp   # Embedded Device Configuration Protocol TX
   19219  1.86  christos iceedcp_rx	31949/tcp   # Embedded Device Configuration Protocol RX
   19220  1.86  christos iceedcp_rx	31949/udp   # Embedded Device Configuration Protocol RX
   19221  1.86  christos iceedcp_rx	31949/udp   # Embedded Device Configuration Protocol RX
   19222  1.86  christos iceedcp_rx	31949/udp   # Embedded Device Configuration Protocol RX
   19223  1.86  christos #			    Oliver Lewis <o.lewis&icerobotics.co.uk> August 2006
   19224  1.86  christos #               31950-32248 Unassigned
   19225  1.86  christos t1distproc60    32249/tcp   # T1 Distributed Processor
   19226  1.86  christos t1distproc60    32249/udp   # T1 Distributed Processor
   19227  1.86  christos t1distproc60    32249/udp   # T1 Distributed Processor
   19228  1.86  christos t1distproc60    32249/udp   # T1 Distributed Processor
   19229  1.86  christos #                           Peter Beahan <peter_beahan&technologyonecorp.com> November 2004
   19230  1.86  christos #               32250-32482 Unassigned
   19231  1.86  christos apm-link        32483/tcp   # Access Point Manager Link
   19232  1.86  christos apm-link        32483/udp   # Access Point Manager Link
   19233  1.86  christos apm-link        32483/udp   # Access Point Manager Link
   19234  1.86  christos apm-link        32483/udp   # Access Point Manager Link
   19235  1.86  christos #                           Tony Diodato <tdiodato&cyprx.com> August 2005
   19236  1.86  christos #               32484-32634 Unassigned
   19237  1.86  christos sec-ntb-clnt    32635/tcp   # SecureNotebook-CLNT
   19238  1.86  christos sec-ntb-clnt    32635/udp   # SecureNotebook-CLNT
   19239  1.86  christos sec-ntb-clnt    32635/udp   # SecureNotebook-CLNT
   19240  1.86  christos sec-ntb-clnt    32635/udp   # SecureNotebook-CLNT
   19241  1.86  christos #                           Eric Cantineau <eric&securenotebook.com> November 2004
   19242  1.86  christos #               32636-32766 Unassigned
   19243  1.86  christos filenet-powsrm  32767/tcp   # FileNet BPM WS-ReliableMessaging Client 
   19244  1.86  christos filenet-powsrm  32767/udp   # FileNet BPM WS-ReliableMessaging Client 
   19245  1.86  christos filenet-powsrm  32767/udp   # FileNet BPM WS-ReliableMessaging Client 
   19246  1.86  christos filenet-powsrm  32767/udp   # FileNet BPM WS-ReliableMessaging Client 
   19247  1.86  christos #			    Chris Adkins <cadkins&filenet.com> August 2006
   19248  1.86  christos filenet-tms     32768/tcp   # Filenet TMS
   19249  1.86  christos filenet-tms     32768/udp   # Filenet TMS
   19250  1.86  christos filenet-tms     32768/udp   # Filenet TMS
   19251  1.86  christos filenet-tms     32768/udp   # Filenet TMS
   19252  1.86  christos filenet-rpc     32769/tcp   # Filenet RPC
   19253  1.86  christos filenet-rpc     32769/udp   # Filenet RPC
   19254  1.86  christos filenet-rpc     32769/udp   # Filenet RPC
   19255  1.86  christos filenet-rpc     32769/udp   # Filenet RPC
   19256  1.86  christos filenet-nch     32770/tcp   # Filenet NCH
   19257  1.86  christos filenet-nch     32770/udp   # Filenet NCH
   19258  1.86  christos filenet-nch     32770/udp   # Filenet NCH
   19259  1.86  christos filenet-nch     32770/udp   # Filenet NCH
   19260  1.86  christos #                           Daniel Whelan <dwhelan&filenet.com>	
   19261  1.86  christos filenet-rmi     32771/tcp   # FileNET RMI
   19262  1.86  christos filenet-rmi     32771/udp   # FileNET RMI
   19263  1.86  christos filenet-rmi     32771/udp   # FileNet RMI
   19264  1.86  christos filenet-rmi     32771/udp   # FileNet RMI
   19265  1.86  christos #                           Chris Adkins <cadkins&filenet.com>
   19266  1.86  christos filenet-pa      32772/tcp   # FileNET Process Analyzer 
   19267  1.86  christos filenet-pa      32772/udp   # FileNET Process Analyzer 
   19268  1.86  christos filenet-pa      32772/udp   # FileNET Process Analyzer
   19269  1.86  christos filenet-pa      32772/udp   # FileNET Process Analyzer
   19270  1.86  christos #                           Chris Adkins <cadkins&filenet.com> January 2003
   19271  1.86  christos filenet-cm      32773/tcp   # FileNET Component Manager
   19272  1.86  christos filenet-cm      32773/udp   # FileNET Component Manager
   19273  1.86  christos filenet-cm      32773/udp   # FileNET Component Manager
   19274  1.86  christos filenet-cm      32773/udp   # FileNET Component Manager
   19275  1.86  christos #                           Chris Adkins <cadkins&filenet.com> August 2003
   19276  1.86  christos filenet-re      32774/tcp   # FileNET Rules Engine
   19277  1.86  christos filenet-re      32774/udp   # FileNET Rules Engine
   19278  1.86  christos filenet-re      32774/udp   # FileNET Rules Engine
   19279  1.86  christos filenet-re      32774/udp   # FileNET Rules Engine
   19280  1.86  christos #                           Chris Adkins <cadkins&filenet.com> August 2003
   19281  1.86  christos filenet-pch     32775/tcp   # Performance Clearinghouse
   19282  1.86  christos filenet-pch     32775/udp   # Performance Clearinghouse
   19283  1.86  christos filenet-pch     32775/udp   # Performance Clearinghouse
   19284  1.86  christos filenet-pch     32775/udp   # Performance Clearinghouse
   19285  1.86  christos #                           Tim Morgan <tmorgan&filenet.com> November 2005
   19286  1.86  christos filenet-peior   32776/tcp   # FileNET BPM IOR 
   19287  1.86  christos filenet-peior   32776/udp   # FileNET BPM IOR 
   19288  1.86  christos filenet-peior   32776/udp   # FileNET BPM IOR 
   19289  1.86  christos filenet-peior   32776/udp   # FileNET BPM IOR 
   19290  1.86  christos #			    Chris Adkins <cadkins&filenet.com> May 2006
   19291  1.86  christos filenet-obrok	32777/tcp   # FileNet BPM CORBA
   19292  1.86  christos filenet-obrok	32777/udp   # FileNet BPM CORBA
   19293  1.86  christos filenet-obrok	32777/udp   # FileNet BPM CORBA
   19294  1.86  christos filenet-obrok	32777/udp   # FileNet BPM CORBA
   19295  1.86  christos #			   Chris Adkins <cadkins&filenet.com> October 2006
   19296  1.86  christos #               32778-32895 Unassigned
   19297  1.86  christos idmgratm        32896/tcp   # Attachmate ID Manager
   19298  1.86  christos idmgratm        32896/udp   # Attachmate ID Manager
   19299  1.86  christos idmgratm        32896/udp   # Attachmate ID Manager
   19300  1.86  christos idmgratm        32896/udp   # Attachmate ID Manager
   19301  1.86  christos #                           George Gianelos <GeorgeGi&Attachmate.com> March 2003
   19302  1.86  christos #               32897-33330 Unassigned
   19303  1.86  christos diamondport     33331/tcp   # DiamondCentral Interface
   19304  1.86  christos diamondport     33331/udp   # DiamondCentral Interface
   19305  1.86  christos diamondport     33331/udp   # DiamondCentral Interface
   19306  1.86  christos diamondport     33331/udp   # DiamondCentral Interface
   19307  1.86  christos #                           Edward Browdy <ebrowdy&cryptek.com> July 2002
   19308  1.86  christos #               33332-33433 Unassigned
   19309  1.86  christos traceroute      33434/tcp   # traceroute use
   19310  1.86  christos traceroute      33434/udp   # traceroute use
   19311  1.86  christos traceroute      33434/udp   # traceroute use
   19312  1.86  christos traceroute      33434/udp   # traceroute use
   19313  1.86  christos #                           IANA <iana&iana.org>
   19314  1.86  christos #               33435-33655 Unassigned
   19315  1.86  christos snip-slave      33656/tcp   # SNIP Slave 
   19316  1.86  christos snip-slave      33656/udp   # SNIP Slave 
   19317  1.86  christos snip-slave      33656/udp   # SNIP Slave 
   19318  1.86  christos snip-slave      33656/udp   # SNIP Slave 
   19319  1.86  christos #                           Dr. Chris Tucker <chris.tucker&ioltd.co.uk> August 2005
   19320  1.86  christos #               33657-34248 Unassigned
   19321  1.86  christos turbonote-2     34249/tcp   # TurboNote Relay Server Default Port
   19322  1.86  christos turbonote-2     34249/udp   # TurboNote Relay Server Default Port
   19323  1.86  christos turbonote-2     34249/udp   # TurboNote Relay Server Default Port
   19324  1.86  christos turbonote-2     34249/udp   # TurboNote Relay Server Default Port
   19325  1.86  christos #                           Peter Hyde <peter&spis.co.nz>
   19326  1.86  christos #               34250-34377 Unassigned
   19327  1.86  christos p-net-local     34378/tcp   # P-Net on IP local 
   19328  1.86  christos p-net-local     34378/udp   # P-Net on IP local 
   19329  1.86  christos p-net-local     34378/udp   # P-Net on IP local
   19330  1.86  christos p-net-local     34378/udp   # P-Net on IP local
   19331  1.86  christos #                           Kurt Nissen <kn&proces-data.com> February 2004
   19332  1.86  christos p-net-remote    34379/tcp   # P-Net on IP remote
   19333  1.86  christos p-net-remote    34379/udp   # P-Net on IP remote
   19334  1.86  christos p-net-remote    34379/udp   # P-Net on IP remote
   19335  1.86  christos p-net-remote    34379/udp   # P-Net on IP remote
   19336  1.86  christos #                           Kurt Nissen <kn&proces-data.com> February 2004
   19337  1.86  christos #               34380-34961 Unassigned
   19338  1.86  christos profinet-rt     34962/tcp   # PROFInet RT Unicast
   19339  1.86  christos profinet-rt     34962/udp   # PROFInet RT Unicast
   19340  1.86  christos profinet-rt     34962/udp   # PROFInet RT Unicast
   19341  1.86  christos profinet-rt     34962/udp   # PROFInet RT Unicast
   19342  1.86  christos profinet-rtm    34963/tcp   # PROFInet RT Multicast
   19343  1.86  christos profinet-rtm    34963/udp   # PROFInet RT Multicast
   19344  1.86  christos profinet-rtm    34963/udp   # PROFInet RT Multicast
   19345  1.86  christos profinet-rtm    34963/udp   # PROFInet RT Multicast
   19346  1.86  christos profinet-cm     34964/tcp   # PROFInet Context Manager
   19347  1.86  christos profinet-cm     34964/udp   # PROFInet Context Manager
   19348  1.86  christos profinet-cm     34964/udp   # PROFInet Context Manager
   19349  1.86  christos profinet-cm     34964/udp   # PROFInet Context Manager
   19350  1.86  christos #                           Peter Wenzel <Peter.Wenzel&profibus.com> November 2004
   19351  1.86  christos #               34965-34979 Unassigned
   19352  1.86  christos ethercat        34980/tcp   # EtherCAT Port
   19353  1.86  christos ethercat        34980/udp   # EtherCAT Port
   19354  1.86  christos ethercat        34980/udp   # EhterCAT Port
   19355  1.86  christos ethercat        34980/udp   # EhterCAT Port
   19356  1.86  christos #                           Martin Rostan <m.rostan&beckhoff.com> November 2003
   19357  1.86  christos #               34981-36000 Unassigned
   19358  1.86  christos allpeers	36001/tcp   # AllPeers Network
   19359  1.86  christos allpeers	36001/udp   # AllPeers Network
   19360  1.86  christos allpeers	36001/udp   # AllPeers Network
   19361  1.86  christos allpeers	36001/udp   # AllPeers Network
   19362  1.86  christos #			    Cedric Maloux <cedric&allpeers.com> April 2007
   19363  1.86  christos #               36002-36864 Unassigned
   19364  1.86  christos kastenxpipe     36865/tcp   # KastenX Pipe
   19365  1.86  christos kastenxpipe     36865/udp   # KastenX Pipe
   19366  1.86  christos kastenxpipe     36865/udp   # KastenX Pipe
   19367  1.86  christos kastenxpipe     36865/udp   # KastenX Pipe
   19368  1.86  christos #                           Guy Cheng <GCHE&kastenchase.com>
   19369  1.86  christos #               36866-37474 Unassigned
   19370  1.86  christos neckar          37475/tcp   # science + computing's Venus Administration Port
   19371  1.86  christos neckar          37475/udp   # science + computing's Venus Administration Port
   19372  1.86  christos neckar          37475/udp   # science + computing's Venus Administration Port
   19373  1.86  christos neckar          37475/udp   # science + computing's Venus Administration Port
   19374  1.86  christos #                           Ralf Allrutz <R.Allrutz&science-computing.de> February 2002
   19375  1.86  christos #               37476-37653 Unassigned
   19376  1.86  christos unisys-eportal  37654/tcp   # Unisys ClearPath ePortal
   19377  1.86  christos unisys-eportal  37654/udp   # Unisys ClearPath ePortal
   19378  1.86  christos unisys-eportal  37654/udp   # Unisys ClearPath ePortal
   19379  1.86  christos unisys-eportal  37654/udp   # Unisys ClearPath ePortal
   19380  1.86  christos #			    Sung U. Ro <ePortalSupport&unisys.com> January 2006
   19381  1.86  christos #               37655-38200 Unassigned
   19382  1.86  christos galaxy7-data    38201/tcp   # Galaxy7 Data Tunnel
   19383  1.86  christos galaxy7-data    38201/udp   # Galaxy7 Data Tunnel
   19384  1.86  christos galaxy7-data    38201/udp   # Galaxy7 Data Tunnel
   19385  1.86  christos galaxy7-data    38201/udp   # Galaxy7 Data Tunnel
   19386  1.86  christos #                           Tatham Oddie <tatham&e-oddie.com> September 2002
   19387  1.86  christos fairview        38202/tcp   # Fairview Message Service
   19388  1.86  christos fairview        38202/udp   # Fairview Message Service
   19389  1.86  christos fairview        38202/udp   # Fairview Message Service
   19390  1.86  christos fairview        38202/udp   # Fairview Message Service
   19391  1.86  christos #                           Jim Lyle <jim.lyle&siliconimage.com> November 2005
   19392  1.86  christos agpolicy        38203/tcp   # AppGate Policy Server
   19393  1.86  christos agpolicy        38203/udp   # AppGate Policy Server
   19394  1.86  christos agpolicy        38203/udp   # AppGate Policy Server
   19395  1.86  christos agpolicy        38203/udp   # AppGate Policy Server
   19396  1.86  christos #                           Martin Forssen <maf&appgate.com> November 2004
   19397  1.86  christos #               38204-39680 Unassigned
   19398  1.86  christos turbonote-1     39681/tcp   # TurboNote Default Port
   19399  1.86  christos turbonote-1     39681/udp   # TurboNote Default Port
   19400  1.86  christos turbonote-1     39681/udp   # TurboNote Default Port
   19401  1.86  christos turbonote-1     39681/udp   # TurboNote Default Port
   19402  1.86  christos #                           Peter Hyde <peter&spis.co.nz>
   19403  1.86  christos #               39682-39999 Unassigned
   19404  1.86  christos safetynetp	40000/tcp   # SafetyNET p
   19405  1.86  christos safetynetp	40000/udp   # SafetyNET p
   19406  1.86  christos safetynetp	40000/udp   # SafetyNET p
   19407  1.86  christos safetynetp	40000/udp   # SafetyNET p
   19408  1.86  christos #			    Roland Rupp <r.rupp&pilz.de> November 2006
   19409  1.86  christos #               40001-40840 Unassigned
   19410  1.86  christos cscp            40841/tcp   # CSCP
   19411  1.86  christos cscp            40841/udp   # CSCP
   19412  1.86  christos cscp            40841/udp   # CSCP
   19413  1.86  christos cscp            40841/udp   # CSCP
   19414  1.86  christos #                           Michael Dodge <sarge&centerspan.com>      
   19415  1.86  christos csccredir       40842/tcp   # CSCCREDIR
   19416  1.86  christos csccredir       40842/udp   # CSCCREDIR
   19417  1.86  christos csccredir       40842/udp   # CSCCREDIR
   19418  1.86  christos csccredir       40842/udp   # CSCCREDIR
   19419  1.86  christos csccfirewall    40843/tcp   # CSCCFIREWALL
   19420  1.86  christos csccfirewall    40843/udp   # CSCCFIREWALL
   19421  1.86  christos csccfirewall    40843/udp   # CSCCFIREWALL
   19422  1.86  christos csccfirewall    40843/udp   # CSCCFIREWALL
   19423  1.86  christos #                           Sudhir Menon <sudhir&centerspan.com>
   19424  1.86  christos #               40844-41110 Unassigned
   19425  1.86  christos fs-qos          41111/tcp   # Foursticks QoS Protocol
   19426  1.86  christos fs-qos          41111/udp   # Foursticks QoS Protocol
   19427  1.86  christos fs-qos          41111/udp   # Foursticks QoS Protocol
   19428  1.86  christos fs-qos          41111/udp   # Foursticks QoS Protocol
   19429  1.86  christos #                           Chee Kent Lam <cklam&foursticks.com> April 2002
   19430  1.86  christos #               41112-41793 Unassigned
   19431  1.86  christos crestron-cip    41794/tcp   # Crestron Control Port
   19432  1.86  christos crestron-cip    41794/udp   # Crestron Control Port
   19433  1.86  christos crestron-cip    41794/udp   # Crestron Control Port
   19434  1.86  christos crestron-cip    41794/udp   # Crestron Control Port
   19435  1.86  christos crestron-ctp    41795/tcp   # Crestron Terminal Port
   19436  1.86  christos crestron-ctp    41795/udp   # Crestron Terminal Port
   19437  1.86  christos crestron-ctp    41795/udp   # Crestron Terminal Port
   19438  1.86  christos crestron-ctp    41795/udp   # Crestron Terminal Port
   19439  1.86  christos #                           Ed Ranney <eranney&crestron.com> January 2003
   19440  1.86  christos #               41796-42507 Unassigned
   19441  1.86  christos candp           42508/tcp   # Computer Associates network discovery protocol
   19442  1.86  christos candp           42508/udp   # Computer Associates network discovery protocol
   19443  1.86  christos candp           42508/udp   # Computer Associates network discovery protocol
   19444  1.86  christos candp           42508/udp   # Computer Associates network discovery protocol
   19445  1.86  christos #                           Jon Press <IANA.Registions&ca.com> September 2005
   19446  1.86  christos candrp          42509/tcp   # CA discovery response
   19447  1.86  christos candrp          42509/udp   # CA discovery response
   19448  1.86  christos candrp          42509/udp   # CA discovery response
   19449  1.86  christos candrp          42509/udp   # CA discovery response
   19450  1.86  christos caerpc          42510/tcp   # CA eTrust RPC
   19451  1.86  christos caerpc          42510/udp   # CA eTrust RPC
   19452  1.86  christos caerpc          42510/udp   # CA eTrust RPC
   19453  1.86  christos caerpc          42510/udp   # CA eTrust RPC
   19454  1.86  christos #                           Jon Press <IANA.Registions&ca.com> August 2005
   19455  1.86  christos #               42511-43187 Unassigned
   19456  1.86  christos reachout        43188/tcp   # REACHOUT
   19457  1.86  christos reachout        43188/udp   # REACHOUT
   19458  1.86  christos reachout        43188/udp   # REACHOUT
   19459  1.86  christos reachout        43188/udp   # REACHOUT
   19460  1.86  christos ndm-agent-port  43189/tcp   # NDM-AGENT-PORT
   19461  1.86  christos ndm-agent-port  43189/udp   # NDM-AGENT-PORT
   19462  1.86  christos ndm-agent-port  43189/udp   # NDM-AGENT-PORT
   19463  1.86  christos ndm-agent-port  43189/udp   # NDM-AGENT-PORT
   19464  1.86  christos ip-provision    43190/tcp   # IP-PROVISION
   19465  1.86  christos ip-provision    43190/udp   # IP-PROVISION
   19466  1.86  christos ip-provision    43190/udp   # IP-PROVISION
   19467  1.86  christos ip-provision    43190/udp   # IP-PROVISION
   19468  1.86  christos #                           Roman Kriis <roman&previo.ee>
   19469  1.86  christos #               43191-43440 Unassigned
   19470  1.86  christos ciscocsdb       43441/tcp   # Cisco NetMgmt DB Ports
   19471  1.86  christos ciscocsdb       43441/udp   # Cisco NetMgmt DB Ports
   19472  1.86  christos ciscocsdb       43441/udp   # Cisco NetMgmt DB Ports
   19473  1.86  christos ciscocsdb       43441/udp   # Cisco NetMgmt DB Ports
   19474  1.86  christos #                           Cisco Systems <nmtg-port-numbers&cisco.com> November 2005
   19475  1.86  christos #               43442-44320 Unassigned
   19476  1.86  christos pmcd            44321/tcp   # PCP server (pmcd)
   19477  1.86  christos pmcd            44321/udp   # PCP server (pmcd)
   19478  1.86  christos pmcd            44321/udp   # PCP server (pmcd)
   19479  1.86  christos pmcd            44321/udp   # PCP server (pmcd)
   19480  1.86  christos #                           Ken McDonell <kenmcd&sgi.com> June 2002
   19481  1.86  christos pmcdproxy       44322/tcp   # PCP server (pmcd) proxy
   19482  1.86  christos pmcdproxy       44322/udp   # PCP server (pmcd) proxy
   19483  1.86  christos pmcdproxy       44322/udp   # PCP server (pmcd) proxy
   19484  1.86  christos pmcdproxy       44322/udp   # PCP server (pmcd) proxy
   19485  1.86  christos #                           Ken McDonnell <kenmcd&sgi.com> July 2003
   19486  1.86  christos #               44323-44552 Unassigned
   19487  1.86  christos rbr-debug       44553/tcp   # REALbasic Remote Debug
   19488  1.86  christos rbr-debug       44553/udp   # REALbasic Remote Debug
   19489  1.86  christos rbr-debug       44553/udp   # REALbasic Remote Debug
   19490  1.86  christos rbr-debug       44553/udp   # REALbasic Remote Debug
   19491  1.86  christos #                           Aaron Ballman <aaron&realsoftware.com> November 2004
   19492  1.86  christos #               44554-44817 Unassigned
   19493  1.86  christos rockwell-encap  44818/tcp   # Rockwell Encapsulation
   19494  1.86  christos rockwell-encap  44818/udp   # Rockwell Encapsulation
   19495  1.86  christos rockwell-encap  44818/udp   # Rockwell Encapsulation
   19496  1.86  christos rockwell-encap  44818/udp   # Rockwell Encapsulation
   19497  1.86  christos #                           Brian Batke <babatke&ra.rockwell.com>
   19498  1.86  christos #               44819-45053 Unassigned
   19499  1.86  christos invision-ag     45054/tcp   # InVision AG 
   19500  1.86  christos invision-ag     45054/udp   # InVision AG 
   19501  1.86  christos invision-ag     45054/udp   # InVision AG
   19502  1.86  christos invision-ag     45054/udp   # InVision AG
   19503  1.86  christos #                           Matthias Schroer <matthias.schroer&invision.de>
   19504  1.86  christos #               45055-45677 Unassigned
   19505  1.86  christos eba             45678/tcp   # EBA PRISE
   19506  1.86  christos eba             45678/udp   # EBA PRISE
   19507  1.86  christos eba             45678/udp   # EBA PRISE
   19508  1.86  christos eba             45678/udp   # EBA PRISE
   19509  1.86  christos #                           Patrick Kara <Patrick&EBA.NET>
   19510  1.86  christos #               45679-45965 Unassigned
   19511  1.86  christos ssr-servermgr   45966/tcp   # SSRServerMgr
   19512  1.86  christos ssr-servermgr   45966/udp   # SSRServerMgr
   19513  1.86  christos ssr-servermgr   45966/udp   # SSRServerMgr
   19514  1.86  christos ssr-servermgr   45966/udp   # SSRServerMgr
   19515  1.86  christos #                           Jeremy Gilliat <jeremy.gilliat&geac.com>
   19516  1.86  christos #               45967-46998 Unassigned
   19517  1.86  christos mediabox        46999/tcp   # MediaBox Server
   19518  1.86  christos mediabox        46999/udp   # MediaBox Server
   19519  1.86  christos mediabox        46999/udp   # MediaBox Server
   19520  1.86  christos mediabox        46999/udp   # MediaBox Server
   19521  1.86  christos #                           Alexander Graef <alex&graef.cc> November 2004
   19522  1.86  christos mbus            47000/tcp   # Message Bus
   19523  1.86  christos mbus            47000/udp   # Message Bus
   19524  1.86  christos mbus            47000/udp   # Message Bus
   19525  1.86  christos mbus            47000/udp   # Message Bus
   19526  1.86  christos #                           Dirk Kutscher <dku&informatik.uni-bremen.de> 
   19527  1.86  christos #               47001-47556 Unassigned
   19528  1.86  christos dbbrowse        47557/tcp   # Databeam Corporation
   19529  1.86  christos dbbrowse        47557/udp   # Databeam Corporation
   19530  1.86  christos dbbrowse        47557/udp   # Databeam Corporation
   19531  1.86  christos dbbrowse        47557/udp   # Databeam Corporation
   19532  1.86  christos #                           Cindy Martin <cmartin&databeam.com>
   19533  1.86  christos #               47558-47623 Unassigned
   19534  1.86  christos directplaysrvr  47624/tcp   # Direct Play Server
   19535  1.86  christos directplaysrvr  47624/udp   # Direct Play Server
   19536  1.86  christos directplaysrvr  47624/udp   # Direct Play Server
   19537  1.86  christos directplaysrvr  47624/udp   # Direct Play Server
   19538  1.86  christos #                           Ajay Jindal <ajayj&microsoft.com>
   19539  1.86  christos #               47625-47805 Unassigned
   19540  1.86  christos ap              47806/tcp   # ALC Protocol
   19541  1.86  christos ap              47806/udp   # ALC Protocol
   19542  1.86  christos ap              47806/udp   # ALC Protocol
   19543  1.86  christos ap              47806/udp   # ALC Protocol
   19544  1.86  christos #                           Dave Robin <iana_ports&daverobin.com>
   19545  1.86  christos #               47807       Unassigned
   19546  1.86  christos bacnet          47808/tcp   # Building Automation and Control Networks
   19547  1.86  christos bacnet          47808/udp   # Building Automation and Control Networks
   19548  1.86  christos bacnet          47808/udp   # Building Automation and Control Networks
   19549  1.86  christos bacnet          47808/udp   # Building Automation and Control Networks
   19550  1.86  christos #                           H. Michael Newman <hmn2&cornell.edu>
   19551  1.86  christos #               47809-47999 Unassigned
   19552  1.86  christos nimcontroller   48000/tcp   # Nimbus Controller
   19553  1.86  christos nimcontroller   48000/udp   # Nimbus Controller
   19554  1.86  christos nimcontroller   48000/udp   # Nimbus Controller
   19555  1.86  christos nimcontroller   48000/udp   # Nimbus Controller
   19556  1.86  christos nimspooler      48001/tcp   # Nimbus Spooler
   19557  1.86  christos nimspooler      48001/udp   # Nimbus Spooler
   19558  1.86  christos nimspooler      48001/udp   # Nimbus Spooler
   19559  1.86  christos nimspooler      48001/udp   # Nimbus Spooler
   19560  1.86  christos nimhub          48002/tcp   # Nimbus Hub
   19561  1.86  christos nimhub          48002/udp   # Nimbus Hub
   19562  1.86  christos nimhub          48002/udp   # Nimbus Hub
   19563  1.86  christos nimhub          48002/udp   # Nimbus Hub
   19564  1.86  christos nimgtw          48003/tcp   # Nimbus Gateway
   19565  1.86  christos nimgtw          48003/udp   # Nimbus Gateway
   19566  1.86  christos nimgtw          48003/udp   # Nimbus Gateway
   19567  1.86  christos nimgtw          48003/udp   # Nimbus Gateway
   19568  1.86  christos #                           Carstein Seeberg <case&nimsoft.no>
   19569  1.86  christos #               48004-48127 Unassigned
   19570  1.86  christos isnetserv	48128/tcp   # Image Systems Network Services
   19571  1.86  christos isnetserv	48128/udp   # Image Systems Network Services
   19572  1.86  christos isnetserv	48128/udp   # Image Systems Network Services
   19573  1.86  christos isnetserv	48128/udp   # Image Systems Network Services
   19574  1.86  christos #			    Bengt Gustafsson <bengt.gustafsson&imagesystems.se> May 2006
   19575  1.86  christos blp5		48129/tcp   # Bloomberg locator
   19576  1.86  christos blp5		48129/udp   # Bloomberg locator
   19577  1.86  christos blp5		48129/udp   # Bloomberg locator
   19578  1.86  christos blp5		48129/udp   # Bloomberg locator
   19579  1.86  christos #			    Albert Hou <ahou1&bloomberg.com> May 2006
   19580  1.86  christos #               48130-48555 Unassigned
   19581  1.86  christos com-bardac-dw   48556/tcp   # com-bardac-dw
   19582  1.86  christos com-bardac-dw   48556/udp   # com-bardac-dw
   19583  1.86  christos com-bardac-dw   48556/udp   # com-bardac-dw
   19584  1.86  christos com-bardac-dw   48556/udp   # com-bardac-dw
   19585  1.86  christos #                           Nicholas J Howes <nick&ghostwood.org>
   19586  1.86  christos #               48557-48618 Unassigned 
   19587  1.86  christos iqobject        48619/tcp  # iqobject
   19588  1.86  christos iqobject        48619/udp  # iqobject
   19589  1.86  christos iqobject        48619/udp  # iqobject
   19590  1.86  christos iqobject        48619/udp  # iqobject
   19591  1.86  christos #                           Bjorn de Bonnenfant <bdeb&iqobject.com> November 2003
   19592  1.86  christos #               48620-49150 Unassigned
   19593  1.86  christos #               49151       IANA Reserved
   19594  1.86  christos # 
   19595  1.86  christos # DYNAMIC AND/OR PRIVATE PORTS
   19596  1.86  christos # 
   19597  1.86  christos # The Dynamic and/or Private Ports are those from 49152 through 65535
   19598  1.86  christos # 
   19599  1.86  christos # 
   19600  1.86  christos # REFERENCES
   19601  1.86  christos # ----------
   19602  1.86  christos # 
   19603  1.86  christos # [RFC768] Postel, J., "User Datagram Protocol", STD 6, RFC 768,
   19604  1.86  christos #        USC/Information Sciences Institute, August 1980.
   19605  1.86  christos # 
   19606  1.86  christos # [RFC793] Postel, J., ed., "Transmission Control Protocol - DARPA
   19607  1.86  christos #        Internet Program Protocol Specification", STD 7, RFC 793,
   19608  1.86  christos #        USC/Information Sciences Institute, September 1981.
   19609  1.86  christos # 
   19610  1.86  christos # [RFC3077] Duros, E., W. Dabbous, H. Izumiyama, N. Fujii, and Y. Zhang,
   19611  1.86  christos #         "A Link-Layer Tunneling Mechanism for Unidirectional Links",
   19612  1.86  christos #         RFC 3077, March 2001.
   19613  1.86  christos # 
   19614  1.86  christos # [RFC3340]  M. Rose, G. Klyne, and D. Crocker, "The Application 
   19615  1.86  christos #          Exchange Core", RFC 3340, July 2002.
   19616  1.86  christos # 
   19617  1.86  christos # [RFC3576]  M. Chiba, G. Dommety, M. Eklund, D. Mitton, and B. Aboba,
   19618  1.86  christos #          "Dynamic Authorization Extensions to Remote Authentication 
   19619  1.86  christos #          Dial In User Service (RADIUS)", RFC 3576, July 2003.
   19620  1.86  christos # 
   19621  1.86  christos # [RFC-siemborski-mupdate-04.txt]
   19622  1.86  christos #          R. Siemborski, "The MUPDATE Distributed Mailbox Database Protocol",
   19623  1.86  christos #          RFC XXXX, Month Year.
   19624  1.86  christos # 		  
   19625  1.86  christos # [RFC3620]  D. New, "The TUNNEL Profile", RFC 3620, October 2003.
   19626  1.86  christos # 
   19627  1.86  christos # [RFC3720]   J. Satran, K. Meth, C. Sapuntzakis, M. Chadalapaka, and
   19628  1.86  christos #           E. Zeidner, "iSCSI", RFC 3720, April 2004.
   19629  1.86  christos # 
   19630  1.86  christos # [RFC3767]  S. Farrell, Ed., "Securely Available Credentials Protocol",
   19631  1.86  christos #          RFC 3767, June 2004.
   19632  1.86  christos # 
   19633  1.86  christos # [RFC3807]  E. Weilandt, N. Khanchandani, and S. Rao, "V5.2-User Adaptation 
   19634  1.86  christos #          Layer (V5UA)", RFC 3807, June 2004.
   19635  1.86  christos # 
   19636  1.86  christos # [RFC3821]  M. Rajagopal, E. Rodriguez, and R. Weber, "Fibre Channel Over 
   19637  1.86  christos #          TCP/IP (FCIP)", RFC 3821, July 2004.
   19638  1.86  christos # 
   19639  1.86  christos # [RFC3887]  T. Hansen, "Message Tracking Query Protocol", RFC 3887,
   19640  1.86  christos #          September 2004.
   19641  1.86  christos # 
   19642  1.86  christos # [RFC3920]  P. Saint-Andre, Ed., "Extensible Messaging and Presence 
   19643  1.86  christos #          Protocol (XMPP): Core", RFC 3920, October 2004.
   19644  1.86  christos # 
   19645  1.86  christos # [RFC3947]  T. Kivinen, A. Huttunen, B. Swander, and V. Volpe, "Negotiation 
   19646  1.86  christos #          of NAT-Traversal in the IKE", RFC 3947, January 2005.
   19647  1.86  christos # 
   19648  1.86  christos # [RFC3983]  A. Newton and M. Sanz, "IRIS - Using the Internet Registry 
   19649  1.86  christos #          Information Service (IRIS) over the Blocks Extensible Exchange 
   19650  1.86  christos #          Protocol (BEEP)", RFC 3983, January 2005.
   19651  1.86  christos # 
   19652  1.86  christos # [RFC4065]  J. Kempf, "Instructions for Seamoby and Experimental Mobility 
   19653  1.86  christos #          Protocol IANA", RFC 4065, July 2005.
   19654  1.86  christos # 
   19655  1.86  christos # [RFC4165]   T. George, B. Bidulock, R. Dantu, H. J. Schwarzbauer, and K. Morneault,
   19656  1.86  christos #           "Signaling System 7 (SS7) Message Transfer Part 2 (MTP2) - User
   19657  1.86  christos #           Peer-to-Peer Adaptation Layer (M2PA)", RFC 4165, September 2005.
   19658  1.86  christos # 
   19659  1.86  christos # [RFC4171]  J. Tseng, K. Gibbons, F. Travostino, C. Du Laney, and J. Souza,
   19660  1.86  christos #          "Internet Storage Name Service (iSNS)", RFC 4171, September 2005.
   19661  1.86  christos # 
   19662  1.86  christos # [RFC4204]  J. Lang, Ed., "Link Management Protocol (LMP)", RFC 4204,
   19663  1.86  christos #          October 2005.
   19664  1.86  christos # 
   19665  1.86  christos # [RFC4535]  H. Harney, U. Meth, A. Colegrove, G. Gross, "GSAKMP: Group Secure 
   19666  1.86  christos #          Association Group Management Protocol", RFC 4535, June 2006.
   19667  1.86  christos # 
   19668  1.86  christos # [RFC4340]  E. Kohler, M. Handley and S. Floyd, "Datagram Congestion 
   19669  1.86  christos #          Control Protocol (DCCP)", RFC 4340, March 2006.
   19670  1.86  christos # 
   19671  1.86  christos # [RFC4409]  R. Gellens and J. Klensin, "Message Submission for Mail", RFC 4409, 
   19672  1.86  christos #          April 2006.
   19673  1.86  christos # 
   19674  1.86  christos # [RFC4430]  S. Sakane, K. Kamada, M. Thomas and J. Vilhuber,
   19675  1.86  christos #          "Kerberized Internet Negotiation of Keys (KINK)",
   19676  1.86  christos #          RFC 4430, March 2006.
   19677  1.86  christos # 
   19678  1.86  christos # [RFC4656]  S. Shalunov, A. Karp, J.W. Boote and M.J. Zekauskas,
   19679  1.86  christos #          "A One-way Active Measurement Protocol (OWAMP)", RFC 4656, September 2006.
   19680  1.86  christos # 
   19681  1.86  christos # [RFC4540]  M. Stiemerling, J. Quittek and C. Cadar, "NEC's Simple Middlebox 
   19682  1.86  christos #          Configuration (SIMCO) Protocol Version 3.0", RFC 4540, May 2006.
   19683  1.86  christos # 
   19684  1.86  christos # [RFC4744]  E. Lear and K. Crozier, "Using the NETCONF Protocol over Blocks Extensible 
   19685  1.86  christos #          Exchange Protocol (BEEP)", RFC 4744, December 2006.
   19686  1.86  christos # 
   19687  1.86  christos # [RFC4742]  M. Wasserman and T. Goddard, "Using the NETCONF Configuration Protocol over 
   19688  1.86  christos #          Secure Shell (SSH)", RFC 4742, December 2006.
   19689  1.86  christos # 
   19690  1.86  christos # [RFC4743]  T. Goddard, "Using the Network Configuration Protocol (NETCONF) Over the 
   19691  1.86  christos #          Simple Object Access Protocol (SOAP)", RFC 4743, December 2006.
   19692  1.86  christos # 
   19693  1.86  christos # [RFC4727]  B. Fenner, "Experimental values In IPv4, IPv6, ICMPv4, ICMPv6,
   19694  1.86  christos #          UDP and TCP Headers",  RFC 4727, November 2006.
   19695  1.86  christos # 
   19696  1.86  christos # [RFC4712]  A. Siddiqui, D. Romascanu, E. Golovinsky, M. Rahman and Y. Kim,
   19697  1.86  christos #         "Transport Mappings for Real-time Application Quality of Service
   19698  1.86  christos #          Monitoring (RAQMON) Protocol Data Unit (PDU)", RFC 4712, October 2006.
   19699  1.86  christos # 
   19700  1.86  christos # [RFC4767]  B. Feinstein and G. Matthews, "The Intrusion Detection Exchange Protocol 
   19701  1.86  christos #          (IDXP)", RFC 4767, March 2007.
   19702  1.86  christos # 		
   19703  1.86  christos # [RFC-ietf-crisp-iris-xpc-06.txt]
   19704  1.86  christos #          A. Newton, "XML Pipelining with Chunks for the Information Registry 
   19705  1.86  christos #          Information Service", RFC XXXX, Month Year.
   19706  1.86  christos # 
   19707  1.86  christos # [RFC-ietf-crisp-iris-lwz-08.txt]
   19708  1.86  christos #          A. Newton, "A Lightweight UDP Transfer Protocol for the Internet 
   19709  1.86  christos #          Registry Information Service", RFC XXXX, Month Year.
   19710  1.86  christos # 
   19711  1.86  christos # [RFC-ietf-simple-message-sessions-19.txt]
   19712  1.86  christos #          B. Campbell, R. Mahy and C. Jennings, "The Message Session Relay Protocol",
   19713  1.86  christos #          RFC XXXX, Month Year.
   19714  1.86  christos # 
   19715  1.86  christos # 
   19716  1.86  christos # []
   19717  1.86  christos # 
   19718