aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-07-18 09:27:10 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-07-18 09:27:10 +0000
commitd64dbd371b6b058429cebdb381087dc43d183aae (patch)
treeb698dce8884b071281e6a392fc4d417f15037795
parentfdc867a4fc1f2ae08d27e91894b672d4ee7bd61f (diff)
From Anders: add Verizon Wireless dictionary
svn path=/trunk/; revision=50726
-rw-r--r--Makefile.am6
-rw-r--r--diameter/VerizonWireless.xml8
-rw-r--r--diameter/dictionary.xml2
-rw-r--r--packaging/nsis/wireshark.nsi1
4 files changed, 15 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c44ee0a8d2..e5622a5f80 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,12 +90,14 @@ diameter_DATA = \
diameter/TGPPGmb.xml \
diameter/TGPPRx.xml \
diameter/TGPPS9.xml \
- diameter/TGPPSh.xml \
+ diameter/TGPPSh.xml \
diameter/Vodafone.xml \
diameter/AlcatelLucent.xml \
diameter/Nokia.xml \
diameter/NokiaSiemensNetworks.xml \
- diameter/SKT.xml
+ diameter/SKT.xml \
+ diameter/SKT.xml \
+ diameter/VerizonWireless.xml
#
# Install the DTDs directory files in the "dtds" subdirectory
diff --git a/diameter/VerizonWireless.xml b/diameter/VerizonWireless.xml
new file mode 100644
index 0000000000..a73fec7c50
--- /dev/null
+++ b/diameter/VerizonWireless.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Id$ -->
+ <application id="4" name="Diameter Credit Control Application" uri="http://www.ietf.org/rfc/rfc4006.txt">
+
+ <avp name="Dummy" code="0" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="VerizonWireless">
+ <type type-name="OctetString"/>
+ </avp>
+ </application> \ No newline at end of file
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index a412d9cceb..f9243ded19 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -31,6 +31,7 @@
<!ENTITY NokiaSiemensNetworks SYSTEM "NokiaSiemensNetworks.xml">
<!ENTITY SKT SYSTEM "SKT.xml">
<!ENTITY ChinaTelecom SYSTEM "ChinaTelecom.xml">
+ <!ENTITY VerizonWireless SYSTEM "VerizonWireless.xml">
]>
<dictionary>
<base uri="http://www.ietf.org/rfc/rfc3588.txt">
@@ -6579,4 +6580,5 @@
&NokiaSiemensNetworks;
&SKT;
&ChinaTelecom;
+ &VerizonWireless;
</dictionary>
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 8bfbfd64fa..8577fbf2d6 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -439,6 +439,7 @@ File "..\..\diameter\TGPPGmb.xml"
File "..\..\diameter\TGPPRx.xml"
File "..\..\diameter\TGPPS9.xml"
File "..\..\diameter\TGPPSh.xml"
+File "..\..\diameter\VerizonWireless.xml"
File "..\..\diameter\Vodafone.xml"
SetOutPath $INSTDIR