aboutsummaryrefslogtreecommitdiffstats
path: root/tools/validate-diameter-xml.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-03-11Move a bunch of protocol resources to resources/protocols.Gerald Combs1-6/+9
Move the following directories to resources/protocols: - dtds - diameter - protobuf - radius - tpncp - wimaxasncp
2021-06-03Diameter: Update AVPs from 3GPP TS 29.272 V16.4.0Anders Broman1-1/+17
Amend the xml checking script to exlude one more AVP from the check and make it easy to add more to the list. Courtesy of Christopher Maynard.
2018-10-17validate-diameter-xml.sh: do not hard-code temporary directoryPeter Wu1-6/+9
In the event that validation fails, the hard-coded temporary directory would remain present. Use of a fixed hard-coded directory also prevents concurrent runs. Change-Id: I29f09dc004b1ab3578b4a9c51ea7e1a5b526159f Reviewed-on: https://code.wireshark.org/review/30231 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2018-03-07More licenses converted to SPDX.Dario Lombardo1-13/+1
Change-Id: Id4f987dcdacf06622d70263f4659a4400e30dc39 Reviewed-on: https://code.wireshark.org/review/26332 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
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>