aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-29 13:55:34 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-29 13:55:34 +0000
commitb41072ba529fdf9f21f7eba9d3e211ce5e2aec85 (patch)
treefc3abb833d1452492a83610b1b1252ebcd909196 /epan/dissectors/packet-eap.c
parente54c7b053fba06c4d2ef670596cf2b8b347b2152 (diff)
Fix EAP method type 25, 26 interpretation.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31115 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-eap.c')
-rw-r--r--epan/dissectors/packet-eap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-eap.c b/epan/dissectors/packet-eap.c
index 35b592abd8..5c16f0e465 100644
--- a/epan/dissectors/packet-eap.c
+++ b/epan/dissectors/packet-eap.c
@@ -93,8 +93,8 @@ const value_string eap_type_vals[] = {
{ 22, "Remote Access Service [Fields]" },
{ 23, "EAP-AKA Authentication [RFC4187]" },
{ 24, "EAP-3Com Wireless [Young]" },
- { 23, "PEAP [Palekar]" },
- { 24, "MS-EAP-Authentication [Palekar]" },
+ { 25, "PEAP [Palekar]" },
+ { 26, "MS-EAP-Authentication [Palekar]" },
{ 27, "Mutual Authentication w/Key Exchange (MAKE)[Berrendonner]" },
{ 28, "CRYPTOCard [Webb]" },
{ 29, "EAP-MSCHAP-V2 [Potter]" },