aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/eap.xml
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-06-26 05:48:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-06-26 05:48:03 +0000
commit6a5ea97ff63a2cdf87e6cc1afb452152d7c72d56 (patch)
treec3a4199aecef06e1b5ef5f9483c2155ad076aafb /diameter/eap.xml
parent9733aadcfe443d4f682dc4e922499fb123fd5a64 (diff)
From Sebastien Decugis:
Add Missing Diameter EAP support. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600 svn path=/trunk/; revision=28849
Diffstat (limited to 'diameter/eap.xml')
-rw-r--r--diameter/eap.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/diameter/eap.xml b/diameter/eap.xml
new file mode 100644
index 0000000000..8cc074fcc1
--- /dev/null
+++ b/diameter/eap.xml
@@ -0,0 +1,22 @@
+<?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>