From ab26f8d8a3c1f4a09227ae350d3ad5f943fc7b9a Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Fri, 23 May 2008 05:36:09 +0000 Subject: [PATCH] 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 --- plugins/wimax/wimax_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},