diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2013-03-26 21:53:09 +0000 |
---|---|---|
committer | Jaap Keuter <jaap.keuter@xs4all.nl> | 2013-03-26 21:53:09 +0000 |
commit | ae85ba7c5881942417f7dd94615e2d0e0a5e3905 (patch) | |
tree | f3309be2fa5b415aad872661b3126a300f6a63d5 /manuf.tmpl | |
parent | d38a9f54c76026f8a0a37f9a6f62360d3834e665 (diff) | |
download | wireshark-ae85ba7c5881942417f7dd94615e2d0e0a5e3905.tar.gz wireshark-ae85ba7c5881942417f7dd94615e2d0e0a5e3905.tar.bz2 wireshark-ae85ba7c5881942417f7dd94615e2d0e0a5e3905.zip |
From Hadriel Kaplan:
The 'make-manuf'perl script gets the IEEE 22-bit OUI and IAB registries, but not OUI-36.
patch to get the OUI-36 listings.
From me:
Update header text in template to list the sources actually used.
svn path=/trunk/; revision=48572
Diffstat (limited to 'manuf.tmpl')
-rw-r--r-- | manuf.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manuf.tmpl b/manuf.tmpl index d5e3cb092b..777b28dadd 100644 --- a/manuf.tmpl +++ b/manuf.tmpl @@ -26,12 +26,12 @@ # The data below has been assembled from the following sources: # # The IEEE public OUI listing available from: -# http://standards.ieee.org/regauth/oui/index.shtml -# http://standards.ieee.org/regauth/oui/oui.txt +# <http://standards.ieee.org/develop/regauth/oui/oui.txt> +# <http://standards.ieee.org/develop/regauth/iab/iab.txt> +# <http://standards.ieee.org/develop/regauth/oui36/oui36.txt> # # Michael Patton's "Ethernet Codes Master Page" available from: -# <http://www.cavebear.com/CaveBear/Ethernet/> -# <ftp://ftp.cavebear.com/pub/Ethernet.txt> +# <http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt> # # This is Wireshark 'manuf' file, which started out as a subset of Michael # Patton's list and grew from there. |