summaryrefslogtreecommitdiff
path: root/plugins/wimax/wimax_utils.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-05-23 05:36:09 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-05-23 05:36:09 +0000
commitab26f8d8a3c1f4a09227ae350d3ad5f943fc7b9a (patch)
tree9331c996acaa1841b335f2ac08cc89f668aded11 /plugins/wimax/wimax_utils.c
parentaf748dc4931146ab916534586222170d86dc0fc6 (diff)
downloadwireshark-ab26f8d8a3c1f4a09227ae350d3ad5f943fc7b9a.tar.gz
From cfreeer:
Wimax vals_tek_encryption_ids does not confirm the latest spec. Zero should be "No TEK encryption" instead of "Reserved". svn path=/trunk/; revision=25367
Diffstat (limited to 'plugins/wimax/wimax_utils.c')
-rw-r--r--plugins/wimax/wimax_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/wimax_utils.c b/plugins/wimax/wimax_utils.c
index 5e59b99187..2436e7fd5e 100644
--- a/plugins/wimax/wimax_utils.c
+++ b/plugins/wimax/wimax_utils.c
@@ -388,7 +388,7 @@ static const value_string vals_data_authentication_ids[] =
static const value_string vals_tek_encryption_ids[] =
{ /* table 377 */
- {0, "Reserved"},
+ {0, "No TEK encryption"},
{1, "3-DES EDE with 128-bit key"},
{2, "RSA with 1024-bit key"},
{3, "ECB mode AES with 128-bit key"},