[docsis->bpkm-attr] Updated Attribute 16 Error Codes

Change-Id: If9156b4a73e7db006daf4ab4e278379f0e39905f
Reviewed-on: https://code.wireshark.org/review/21313
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Adrian Simionov 2017-04-24 23:13:13 +10:00 committed by Michael Mann
parent 4dde22c416
commit 20d1db6439
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
/* packet-bpkmattr.c
* Routines for Baseline Privacy Key Management Attributes dissection
* Copyright 2017, Adrian Simionov <daniel.simionov@gmail.com>
* Copyright 2002, Anand V. Narwani <anand[AT]narwani.org>
*
* Wireshark - Network traffic analyzer
@ -105,16 +106,17 @@ static gint ett_docsis_bpkmattr_dnld = -1;
static const value_string error_code_vals[] = {
{0, "no information"},
{0, "No Information"},
{1, "Unauthorized CM"},
{2, "Unauthorized SAID"},
{3, "Unsolicited"},
{4, "Invalid Key Sequence Number"},
{5, "Key Request authentication failure"},
{5, "Message (Key Request) authentication failure"},
{6, "Permanent Authorization Failure"},
{7, "Not authorized for requested downstream traffic flow"},
{8, "Downstream traffic flow not mapped to BPI+ SAID"},
{8, "Downstream traffic flow not mapped to SAID"},
{9, "Time of day not acquired"},
{10, "EAE Disabled"},
{0, NULL},
};