aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorYury Gargay <yury.gargay@gmail.com>2017-09-04 16:38:18 +0700
committerAnders Broman <a.broman58@gmail.com>2017-09-04 10:33:07 +0000
commitab39fac52ea7448fd03ffe6d7d98947393b224c5 (patch)
tree8f75bb839aadcc997eef9d0eea9f8bf844d8a5da /diameter
parented75d67394d0641a5b1141cf4e35e86824230e92 (diff)
Diameter: NAS-Identifier and Acct-Multi-Session-Id are UTF8String
They should be UTF8String not OctetString according these specifications: * https://tools.ietf.org/html/rfc4005#section-9.3.1 * https://tools.ietf.org/html/rfc6733#section-9.8.5 Change-Id: I96ddc6f5a98ff945dbde34f9844b582a7db924ad Reviewed-on: https://code.wireshark.org/review/23383 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 86c2cc287a..55c4be4124 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -840,7 +840,7 @@
<type type-name="UTF8String"/>
</avp>
<avp name="NAS-Identifier" code="32" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
- <type type-name="OctetString"/>
+ <type type-name="UTF8String"/>
</avp>
<avp name="Proxy-State" code="33" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
<type type-name="OctetString"/>
@@ -939,7 +939,7 @@
<enum name="Port Administratively Disabled" code="22"/>
</avp>
<avp name="Accounting-Multi-Session-Id" code="50" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
- <type type-name="OctetString"/>
+ <type type-name="UTF8String"/>
</avp>
<avp name="Acct-Link-Count" code="51" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
<type type-name="Unsigned32"/>