Ethereal-dev: [Ethereal-dev] patch for packet-eap.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Eric Perie <eric.perie@xxxxxxxxxxxx>
Date: Tue, 1 Apr 2003 10:26:39 -0500
Hello,

http://www.iana.org/assignments/ppp-numbers has been somewhat updated
regarding EAP type 15:

from:
15	  Windows 2000 EAP			[Asnes]

to:
15      RSA Security SecurID EAP		[Asnes, Liberman]

I think is really convenient since this makes obvious for implementors or
testers that they should look at RSA for information related to EAP type 15, 
and not at Microsoft.

You will find attached a patch to ethereal-0.9.11 with an updated definition 
for EAP type 15 and new definitions for new EAP types up to type
number 41.

Thanks for providing us with this great tool.

Regards,

Eric Perie
diff -r -u ethereal-0.9.11/packet-eap.c ethereal-0.9.11.new/packet-eap.c
--- ethereal-0.9.11/packet-eap.c	2002-12-21 11:24:48.000000000 -0500
+++ ethereal-0.9.11.new/packet-eap.c	2003-03-31 15:59:30.000000000 -0500
@@ -86,7 +86,7 @@
   { 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 @@
   { 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 }