aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eapol.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-06-29 09:53:12 +0000
committerGuy Harris <guy@alum.mit.edu>2006-06-29 09:53:12 +0000
commit20b7999d60e2b0045be3a13c968ac54c7b37c98b (patch)
tree8ff55d66676aa8ad7577858add4c0c5214de8362 /epan/dissectors/packet-eapol.c
parent9957aa8e0d6f7c2ae235674c2f8661e46ca18559 (diff)
Fix description of EAPOL Key Descriptor Version values, as per mail from
Michael Stevens. svn path=/trunk/; revision=18610
Diffstat (limited to 'epan/dissectors/packet-eapol.c')
-rw-r--r--epan/dissectors/packet-eapol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-eapol.c b/epan/dissectors/packet-eapol.c
index 046430e1bf..32a9db44be 100644
--- a/epan/dissectors/packet-eapol.c
+++ b/epan/dissectors/packet-eapol.c
@@ -119,7 +119,7 @@ static const true_false_string tfs_keyinfo_key_type =
#define KEYDES_VER_TYPE2 0x02
static const value_string keydes_ver[] = {
{ KEYDES_VER_TYPE1, "HMAC-MD5 for MIC and RC4 for encryption" },
- { KEYDES_VER_TYPE2, "AES-CBC-MAC for MIC and HMAC-SHA1 for encryption" },
+ { KEYDES_VER_TYPE2, "HMAC-SHA1 for MIC and AES-CCMP for encryption" },
{ 0, NULL }
};