wireshark/diameter/eap.xml
Anders Broman 6a5ea97ff6 From Sebastien Decugis:
Add Missing Diameter EAP support.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600

svn path=/trunk/; revision=28849
2009-06-26 05:48:03 +00:00

23 lines
663 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<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="EAP-Key-Name" code="102">
<type type-name="OctetString"/>
</avp>
<avp name="Accounting-EAP-Auth-Method" code="465">
<type type-name="Unsigned64"/>
</avp>
</application>