Sorry to be a pedant, but I think you will find that lack of copyright
notice does not imply lack of copyright. (The US used to have this but
adopted the provisions of the Berne Convention in 1989 joining more
enlightened countries). See
http://en.wikipedia.org/wiki/Copyright#Copyright_notices for a summary.
Martin Visser
Technology Consultant
Consulting & Integration
Technology Solutions Group - HP Services
410 Concord Road
Rhodes NSW 2138
Australia
Mobile: +61-411-254-513
Fax: +61-2-9022-1800
E-mail: martin.visserAThp.com
This email (including any attachments) is intended only for the use of
the individual or entity named above and may contain information that is
confidential, proprietary or privileged. If you are not the intended
recipient, please notify HP immediately by return email and then delete
the email, destroy any printed copy and do not disclose or use the
information in it.
-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Ulf Lamping
Sent: Wednesday, 8 August 2007 3:55 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] /etc/services file for "port name
resolvings"?
Luis EG Ontanon schrieb:
> Wow!
> Even /etc/services from Mac OS/X (in turn taken from FreeBSD) has many
> more entries.
>
> [id-est:ws/trunk/wiretap] lego% sed 's/#.*//; s/[ \t]+//;'
> /etc/services | grep -v -c '^$'
> 8059
> [id-est:ws/trunk/wiretap] lego% sed 's/#.*//; s/[ \t]+//;'
> ../../../nmap-4.20/nmap-services | grep -v -c '^$'
> 2273
>
> This has no (c) notice so I believe we we can use it.
>
$ sed 's/#.*//; s/[ \t]+//;' port-numbers | grep -v -c '^$'
10285
;-)
I would guess the MAC OS/X file is an older version of the IANA
port-numbers file.
The IANA file itself also doesn't have a copyright notice, so we might
simply use it ...
Regards, ULFL
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-dev