Wireshark-commits: [Wireshark-commits] master f17ba6b: Add a script to validate the Diameter dictio
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 17 Aug 2016 23:53:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f17ba6b21c892d4e74e2f75e766d6daacb8d5d52
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f17ba6b by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Add a script to validate the Diameter dictionary XML.
    
    I wrote this during Sharkfest to get the Diameter dictionary into (mostly)
    valid XML.  There's some room for improvement in the script but it works.
    
    Change-Id: Ic8548c4f321831397951bf1d76779c263a832682
    Reviewed-on: https://code.wireshark.org/review/17124
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  cdd3f45   RPM: distribute the wireshark.pc file.
    adds  f17ba6b   Add a script to validate the Diameter dictionary XML.


Summary of changes:
 tools/Makefile.am              |    1 +
 tools/validate-diameter-xml.sh |   77 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)
 create mode 100755 tools/validate-diameter-xml.sh