Wireshark-commits: [Wireshark-commits] master 24fb3a1: dcm: Generate packet-dcm.h from DICOM standa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 22 Oct 2018 22:08:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=24fb3a14dcf23df1e91cd0de067e97690155e4b8
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

24fb3a1 by Rickard Holmberg (rickard@xxxxxxxxxx):

    dcm: Generate packet-dcm.h from DICOM standard in DocBook format
    
    This change adds a python (3) script that generates the file packet-dcm.h from
    the DocBook sources of the DICOM standard. They can either be present in the
    current directory where the script is run, otherwise the current version is
    downloaded from the DICOM standard official website.
    
    Change-Id: Ibc0d88e52a5960b48624f729a67a0effbb7c1005
    Reviewed-on: https://code.wireshark.org/review/30338
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  24365bb   dcm: Move some DICOM tables from packet-dcm.c to packet-dcm.h
     add  24fb3a1   dcm: Generate packet-dcm.h from DICOM standard in DocBook format


Summary of changes:
 epan/dissectors/packet-dcm.c |   32 +-
 epan/dissectors/packet-dcm.h | 2933 +++++++++++++++++++++++++++++++++++-------
 tools/make-packet-dcm.py     |  250 ++++
 3 files changed, 2725 insertions(+), 490 deletions(-)
 create mode 100755 tools/make-packet-dcm.py