aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-01 19:17:55 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-01 19:17:55 +0000
commit83080660e8efeccf0092d42b112c6a054833e3e5 (patch)
tree402b3e08d0c79b17a6b9a4ff11a122541f97348b /packet-eap.c
parent851e8abd9a238440a3693b24d6ba975b0335fee9 (diff)
From Eric Perie: update to the name for EAP type 15, and some additional
EAP types. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7393 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-eap.c')
-rw-r--r--packet-eap.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/packet-eap.c b/packet-eap.c
index b1b00b1d0a..5c52637863 100644
--- a/packet-eap.c
+++ b/packet-eap.c
@@ -2,7 +2,7 @@
* Routines for EAP Extensible Authentication Protocol dissection
* RFC 2284
*
- * $Id: packet-eap.c,v 1.32 2002/12/19 11:22:20 sahlberg Exp $
+ * $Id: packet-eap.c,v 1.33 2003/04/01 19:17:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -86,7 +86,7 @@ static const value_string eap_type_vals[] = {
{ 12, "KEA-VALIDATE [Nace]" },
{EAP_TYPE_TLS, "EAP-TLS [RFC2716] [Aboba]" },
{ 14, "Defender Token (AXENT) [Rosselli]" },
- { 15, "Windows 2000 EAP [Asnes]" },
+ { 15, "RSA Security SecurID EAP [Asnes, Liberman]" },
{ 16, "Arcot Systems EAP [Jerdonek]" },
{EAP_TYPE_LEAP,"EAP-Cisco Wireless (LEAP) [Norman]" },
{ 18, "Nokia IP smart card authentication [Haverinen]" },
@@ -104,6 +104,15 @@ static const value_string eap_type_vals[] = {
{ 30, "DynamID [Merlin]" },
{ 31, "Rob EAP [Ullah]" },
{ 32, "SecurID EAP [Josefsson]" },
+ { 33, "MS-Authentication-TLV [Palekar]" },
+ { 34, "SentriNET [Kelleher]" },
+ { 35, "EAP-Actiontec Wireless [Chang]" },
+ { 36, "Cogent Systems Biometrics Authentication EAP [Xiong]" },
+ { 37, "AirFortress EAP [Hibbard]" },
+ { 38, "EAP-HTTP Digest [Tavakoli]" },
+ { 39, "SecureSuite EAP [Clements]" },
+ { 40, "DeviceConnect EAP [Pitard]" },
+ { 41, "EAP-SPEKE [Zick]" },
{ 255, "Vendor-specific [draft-ietf-pppext-rfc2284bis-02.txt]" },
{ 0, NULL }