aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
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
parentcb12fbb78cd40b91dc1f28db9d301725582ff687 (diff)
Make it easier to add custom (proprietary) Diameter XML files.
svn path=/trunk/; revision=50889
Diffstat (limited to 'diameter')
-rw-r--r--diameter/Custom.xml18
-rw-r--r--diameter/dictionary.xml4
2 files changed, 21 insertions, 1 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>
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index f9243ded19..a73b17005d 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -31,7 +31,8 @@
<!ENTITY NokiaSiemensNetworks SYSTEM "NokiaSiemensNetworks.xml">
<!ENTITY SKT SYSTEM "SKT.xml">
<!ENTITY ChinaTelecom SYSTEM "ChinaTelecom.xml">
- <!ENTITY VerizonWireless SYSTEM "VerizonWireless.xml">
+ <!ENTITY VerizonWireless SYSTEM "VerizonWireless.xml">
+ <!ENTITY Custom SYSTEM "Custom.xml">
]>
<dictionary>
<base uri="http://www.ietf.org/rfc/rfc3588.txt">
@@ -6581,4 +6582,5 @@
&SKT;
&ChinaTelecom;
&VerizonWireless;
+ &Custom;
</dictionary>