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
This commit is contained in:
Jaap Keuter 2008-05-23 05:36:09 +00:00
parent af748dc493
commit ab26f8d8a3
1 changed files with 1 additions and 1 deletions

View File

@ -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"},