aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/dictionary.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-05-07 22:06:11 -0400
committerAnders Broman <a.broman58@gmail.com>2015-05-08 04:26:19 +0000
commitb644698bef613c4bb1eda5d2f7481620583fc185 (patch)
tree9255d27c6e76ab067ed55e5a8936adb5de9f85f1 /diameter/dictionary.xml
parent1244ee039426cddb491812e7673516d81a350b3f (diff)
Use the correct AVP type in a couple of places: IPAddress instead of Address.
(For whatever reason the Diameter dictionary calls it IPAddress rather than Address--the latter is what's in the RFCs.) Change-Id: I5efcffc2a9bced6ba841b09fd83cb3dcd128d440 Reviewed-on: https://code.wireshark.org/review/8341 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter/dictionary.xml')
-rw-r--r--diameter/dictionary.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 01297c51f9..a418726f18 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -6445,10 +6445,10 @@
</grouped>
</avp>
<avp name="MTC-IWF-Address" code="3406" mandatory="must" vendor-bit="must" may-encrypt="no" vendor-id="TGPP">
- <type type-name="Address"/>
+ <type type-name="IPAddress"/>
</avp>
<avp name="ePDG-Address" code="3425" mandatory="must" may-encrypt="no" protected="may" vendor-bit="must" vendor-id="TGPP">
- <type type-name="Address"/>
+ <type type-name="IPAddress"/>
</avp>
</base>