Migrate make-manuf to Python+CSV.
authorGerald Combs <gerald@wireshark.org>
Wed, 5 Sep 2018 16:46:27 +0000 (09:46 -0700)
committerAnders Broman <a.broman58@gmail.com>
Fri, 7 Sep 2018 04:01:44 +0000 (04:01 +0000)
commita1fac65d8e9135014ff8cb9dfe9841e8b8267efb
tree4eb77197482e098e4d4189376bdd55d1218c4e91
parentea18e950c81f7213f9e52c92cdd3ee629a0f6ba4
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>
manuf
manuf.tmpl
tools/make-manuf [deleted file]
tools/make-manuf.py [new file with mode: 0755]