aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-26 20:15:55 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-26 20:15:55 +0000
commit3ef50571613a462c8e2160adc779d0968ac0d44e (patch)
tree38e544e6a7507be6427a68f87103bd9969d6a115 /diameter
parentf696848e6c7c17bfc6903aa78f295cb3e4a0fb08 (diff)
From Andrej Kuehnal:
tap-diameter-avp.patch: - make diameter.cmd_code configurable rather than hard coded in - more fields in the output - documetation/man pages + usage examples - switch option parser from stdlib to glib to avoid troubles with M$ c++ diameter-dict.patch remove strage spaces in the AVP names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32294 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'diameter')
-rw-r--r--diameter/TGPPGmb.xml2
-rw-r--r--diameter/dictionary.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/diameter/TGPPGmb.xml b/diameter/TGPPGmb.xml
index c6fa429cd3..186806c610 100644
--- a/diameter/TGPPGmb.xml
+++ b/diameter/TGPPGmb.xml
@@ -58,7 +58,7 @@
<avp name="3GPP-IPv6-DNS-Server" code="17" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="OctetString"/>
</avp>
- <avp name="3GPP-SGSN MCC-MNC" code="18" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <avp name="3GPP-SGSN-MCC-MNC" code="18" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="UTF8String"/>
</avp>
<avp name="3GPP-Teardown Indicator" code="19" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index bd07fd22e2..1535f797f8 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -1943,7 +1943,7 @@ Note: The AVP codes from 800 to 822 are reserved for TS 32.299.
<gavp name="GGSN-Address"/>
<gavp name="CG-Address"/>
<gavp name="3GPP-IMSI-MCC-MNC"/>
- <gavp name="3GPP-GGSN- MCC-MNC"/>
+ <gavp name="3GPP-GGSN-MCC-MNC"/>
<gavp name="3GPP-NSAPI"/>
<gavp name="Called-Station-Id"/>
<gavp name="3GPP-Session-Stop-Indicator"/>