wireshark/diameter/eap.xml
Jeff Morriss ecc3369c05 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>
2015-04-22 01:50:23 +00:00

20 lines
553 B
XML

<?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"/>
<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>