aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/Custom.xml
AgeCommit message (Collapse)AuthorFilesLines
2016-06-13Fix Custom.xml so it can be (correctly) included into the main dictionary.Jeff Morriss1-7/+3
This file is included into dictionary.xml so it doesn't need all the DOCTYPE stuff. Change-Id: I8397b3babe45c28706867be3169ce6ed566930e6 Reviewed-on: https://code.wireshark.org/review/15885 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
(Using sed : sed -i '/^<!-- \$Id\$ -->/,+0 d') (XML Comments) Change-Id: Ifd03f70ae84dfbbbe04d91f10fd30857fd197014 Reviewed-on: https://code.wireshark.org/review/882 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-08-21Make it possible to add custom Diameter AVP .xml files and distribute them ↵Anders Broman1-2/+2
by adding the file name to separate files and leave the "normal" makefiles untouched. svn path=/trunk/; revision=51457
2013-07-25Make it easier to add custom (proprietary) Diameter XML files.Jeff Morriss1-0/+18
svn path=/trunk/; revision=50889