aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Simionov <daniel.simionov@gmail.com>2017-04-24 23:13:13 +1000
committerMichael Mann <mmann78@netscape.net>2017-04-24 16:46:58 +0000
commit20d1db6439431d5be4e8f21d05d26b206bb588c3 (patch)
tree46378add11b61e135205fa565f287dcf189c6765
parent4dde22c416176d99f2db32f0b5dac568a522df9d (diff)
[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>
-rw-r--r--plugins/docsis/packet-bpkmattr.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/docsis/packet-bpkmattr.c b/plugins/docsis/packet-bpkmattr.c
index 4b707e8d95..86d68e4a55 100644
--- a/plugins/docsis/packet-bpkmattr.c
+++ b/plugins/docsis/packet-bpkmattr.c
@@ -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},
};