From 02030d02a14807a61081ad201fe85fd7e04f7696 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 27 Jan 2010 18:16:07 +0000 Subject: From shivesh83@gmail.com: Enhancement to dissect EAP/AKA' https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4426 I also updated some PPP and EAP numbers. svn path=/trunk/; revision=31704 --- epan/eap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'epan/eap.h') diff --git a/epan/eap.h b/epan/eap.h index d455a6d303..722e226a67 100644 --- a/epan/eap.h +++ b/epan/eap.h @@ -26,10 +26,14 @@ #ifndef __EAP_H__ #define __EAP_H__ +/* http://www.iana.org/assignments/eap-numbers */ #define EAP_REQUEST 1 #define EAP_RESPONSE 2 #define EAP_SUCCESS 3 #define EAP_FAILURE 4 +#define EAP_INITIATE 5 /* [RFC5296] */ +#define EAP_FINISH 6 /* [RFC5296] */ + WS_VAR_IMPORT const value_string eap_code_vals[]; @@ -45,6 +49,7 @@ WS_VAR_IMPORT const value_string eap_code_vals[]; #define EAP_TYPE_PEAP 25 #define EAP_TYPE_MSCHAPV2 26 #define EAP_TYPE_FAST 43 +#define EAP_TYPE_AKA_PRIME 50 #define EAP_TYPE_EXT 254 WS_VAR_IMPORT const value_string eap_type_vals[]; -- cgit v1.2.3