aboutsummaryrefslogtreecommitdiffstats
path: root/tools/validate-diameter-xml.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-02Validate the Diameter XML files in the pre-commit script.Jeff Morriss1-7/+11
Validation requires xmllint but will pass (with a complaint) if the committer does not have xmllint installed. Change-Id: I336a1c8ad8e1f98805a284d8c4736810b1a9c54e Reviewed-on: https://code.wireshark.org/review/18609 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-08-17Add a script to validate the Diameter dictionary XML.Jeff Morriss1-0/+77
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@gmail.com>