10#ifndef __PACKET_EAP_H__
11#define __PACKET_EAP_H__
13#include "ws_symbol_export.h"
27#define EAP_TYPE_NOTIFY 2
30#define EAP_TYPE_TLS 13
31#define EAP_TYPE_LEAP 17
32#define EAP_TYPE_SIM 18
33#define EAP_TYPE_TTLS 21
34#define EAP_TYPE_AKA 23
35#define EAP_TYPE_PEAP 25
36#define EAP_TYPE_MSCHAPV2 26
37#define EAP_TYPE_MSAUTH_TLV 33
38#define EAP_TYPE_FAST 43
39#define EAP_TYPE_PAX 46
40#define EAP_TYPE_PSK 47
41#define EAP_TYPE_SAKE 48
42#define EAP_TYPE_IKEV2 49
43#define EAP_TYPE_AKA_PRIME 50
44#define EAP_TYPE_GPSK 51
45#define EAP_TYPE_TEAP 55
46#define EAP_TYPE_EXT 254
51#define SIM_CHALLENGE 11
52#define SIM_NOTIFICATION 12
53#define SIM_RE_AUTHENTICATION 13
54#define SIM_CLIENT_ERROR 14
58#define AKA_CHALLENGE 1
59#define AKA_AUTHENTICATION_REJECT 2
60#define AKA_SYNCHRONIZATION_FAILURE 4
62#define AKA_NOTIFICATION 12
63#define AKA_REAUTHENTICATION 13
64#define AKA_CLIENT_ERROR 14
68#define MS_CHAP_V2_CHALLENGE 1
69#define MS_CHAP_V2_RESPONSE 2
70#define MS_CHAP_V2_SUCCESS 3
71#define MS_CHAP_V2_FAILURE 4
72#define MS_CHAP_V2_CHANGE_PASSWORD 7
74WS_DLL_PUBLIC
const value_string eap_ms_chap_v2_opcode_vals[];
77 PROTO_DATA_EAP_DUPLICATE_ID,
78 PROTO_DATA_EAP_FRAME_STATE,
86 uint8_t eap_identifier;
Definition packet-eap.h:82
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Extended metadata for a value_string array.
Definition value_string.h:325
Mapping between a 32-bit integer value and its string representation.
Definition value_string.h:33
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95