summaryrefslogtreecommitdiff
path: root/diameter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-10-12 13:06:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-10-12 13:06:15 +0000
commitcfa7c28fe7877f7a8c69dc05a06b369a56682236 (patch)
tree23052e24ef718134af1bd03e1866fa0d12fbed78 /diameter
parent8527d3912c902d403f323938fa96f293f5c118ac (diff)
downloadwireshark-cfa7c28fe7877f7a8c69dc05a06b369a56682236.tar.gz
From Josip Medved:
Wrong casing for Auth-Request-Type enumerations. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7852 svn path=/trunk/; revision=45499
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index ec9acc9e20..a5f82049e6 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -1978,9 +1978,9 @@
</avp>
<avp name="Auth-Request-Type" code="274" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
<type type-name="Unsigned32"/>
- <enum name="Authenticate Only" code="1"/>
- <enum name="Authorize Only" code="2"/>
- <enum name="Authorize Authenticate" code="3"/>
+ <enum name="AUTHENTICATE_ONLY" code="1"/>
+ <enum name="AUTHORIZE_ONLY" code="2"/>
+ <enum name="AUTHORIZE_AUTHENTICATE" code="3"/>
</avp>
<avp name="Alternate-Peer" code="275" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
<type type-name="DiameterIdentity"/>