summaryrefslogtreecommitdiff
path: root/diameter/eap.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-04-21 21:20:59 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2015-04-22 01:50:23 +0000
commitecc3369c0545ba566526acf36451cccd3bbf2f16 (patch)
treee5a79e5eccfd364c2becc143b77cbe6da367389d /diameter/eap.xml
parent448e122ea5d26d3f74a1053fc83c49d9bedd5e1a (diff)
downloadwireshark-ecc3369c0545ba566526acf36451cccd3bbf2f16.tar.gz
Misc. Diameter XML cleanups.
Consistently used (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated. Use a uri of "none" when we don't have access to the specification. Update the URI of an Application or two. Clean up white space and formatting. Change-Id: Iad677db186469b7d8c4a23b7a7fca6c357dbc012 Reviewed-on: https://code.wireshark.org/review/8164 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'diameter/eap.xml')
-rw-r--r--diameter/eap.xml29
1 files changed, 15 insertions, 14 deletions
diff --git a/diameter/eap.xml b/diameter/eap.xml
index 2ca5d65ec2..f5711dbb86 100644
--- a/diameter/eap.xml
+++ b/diameter/eap.xml
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<application id="5" name="EAP Application" uri="http://www.ietf.org/rfc/rfc4072.txt">
- <command name="Diameter-EAP" code="268" vendor-id="None"/>
+ <command name="Diameter-EAP" code="268" vendor-id="None"/>
- <avp name="EAP-Payload" code="462">
- <type type-name="OctetString"/>
- </avp>
- <avp name="EAP-Reissued-Payload" code="463">
- <type type-name="OctetString"/>
- </avp>
- <avp name="EAP-Master-Session-Key" code="464">
- <type type-name="OctetString"/>
- </avp>
- <avp name="Accounting-EAP-Auth-Method" code="465">
- <type type-name="Unsigned64"/>
- </avp>
- </application>
+ <avp name="EAP-Payload" code="462">
+ <type type-name="OctetString"/>
+ </avp>
+ <avp name="EAP-Reissued-Payload" code="463">
+ <type type-name="OctetString"/>
+ </avp>
+ <avp name="EAP-Master-Session-Key" code="464">
+ <type type-name="OctetString"/>
+ </avp>
+ <avp name="Accounting-EAP-Auth-Method" code="465">
+ <type type-name="Unsigned64"/>
+ </avp>
+</application>