summaryrefslogtreecommitdiff
path: root/diameter/Custom.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-25 15:40:39 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-25 15:40:39 +0000
commit35e220513c74aa8715d5e734b1c9f6e490b693d4 (patch)
treeb3394ba2597d5a077743b659096edd38e441992f /diameter/Custom.xml
parentcb12fbb78cd40b91dc1f28db9d301725582ff687 (diff)
downloadwireshark-35e220513c74aa8715d5e734b1c9f6e490b693d4.tar.gz
Make it easier to add custom (proprietary) Diameter XML files.
svn path=/trunk/; revision=50889
Diffstat (limited to 'diameter/Custom.xml')
-rw-r--r--diameter/Custom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/diameter/Custom.xml b/diameter/Custom.xml
new file mode 100644
index 0000000000..7b672c0e05
--- /dev/null
+++ b/diameter/Custom.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Id$ -->
+
+<!DOCTYPE dictionary SYSTEM "dictionary.dtd" [
+ <!-- Any files added here need to be added to Makefile.am and
+ packaging/nsis/wireshark.nsi if you want them to be distributed
+ -->
+
+ <!-- create entities like this:
+ <!ENTITY myEntity SYSTEM "myFile.xml">
+ -->
+]>
+
+<dictionary>
+ <!-- and then add the entity here:
+ &myEntity;
+ -->
+</dictionary>