aboutsummaryrefslogtreecommitdiffstats
path: root/manuf.tmpl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-09-05 09:46:27 -0700
committerAnders Broman <a.broman58@gmail.com>2018-09-07 04:01:44 +0000
commita1fac65d8e9135014ff8cb9dfe9841e8b8267efb (patch)
tree4eb77197482e098e4d4189376bdd55d1218c4e91 /manuf.tmpl
parentea18e950c81f7213f9e52c92cdd3ee629a0f6ba4 (diff)
Migrate make-manuf to Python+CSV.
The download links offered by the IEEE at https://standards.ieee.org/products-services/regauth/ are CSV files. Updating the Perl version to support CSV would have required rewriting a significant portion of the script along with either adding a dependency on Text::CSV or writing our own CSV parser. Migrate it to Python, which has a built-in CSV module. Change-Id: I39ba0ec873145f44374ab9f751e8bde51535ca4d Reviewed-on: https://code.wireshark.org/review/29442 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'manuf.tmpl')
-rw-r--r--manuf.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/manuf.tmpl b/manuf.tmpl
index aca730ae9f..dafbdf8dac 100644
--- a/manuf.tmpl
+++ b/manuf.tmpl
@@ -11,10 +11,12 @@
#
# The data below has been assembled from the following sources:
#
-# The IEEE public OUI listing available from:
-# <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>
+# The IEEE public OUI listings available from:
+# <http://standards-oui.ieee.org/oui/oui.csv>
+# <http://standards-oui.ieee.org/cid/cid.csv>
+# <http://standards-oui.ieee.org/iab/iab.csv>
+# <http://standards-oui.ieee.org/oui28/mam.csv>
+# <http://standards-oui.ieee.org/oui36/oui36.csv>
#
# Michael Patton's "Ethernet Codes Master Page" available from:
# <http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt>