Wireshark-commits: [Wireshark-commits] master a1fac65: Migrate make-manuf to Python+CSV.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 07 Sep 2018 04:01:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1fac65d8e9135014ff8cb9dfe9841e8b8267efb
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a1fac65 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    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@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ea18e95   docsis: add preference to disable dissection of encrypted payload
     add  a1fac65   Migrate make-manuf to Python+CSV.


Summary of changes:
 manuf               | 2577 +++++++++++++++++++++++++++------------------------
 manuf.tmpl          |   10 +-
 tools/make-manuf    |  306 ------
 tools/make-manuf.py |  210 +++++
 4 files changed, 1569 insertions(+), 1534 deletions(-)
 delete mode 100755 tools/make-manuf
 create mode 100755 tools/make-manuf.py