DHCPv6: Update Status codes

From http://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.txt (2016-06-16)

Change-Id: I4f07ff2f3782b72a90a2ca65ff49ca87c0163c41
Reviewed-on: https://code.wireshark.org/review/16954
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-08-08 15:55:02 +02:00 committed by Anders Broman
parent 57fb1abaa5
commit 568d6f37d6
1 changed files with 4 additions and 0 deletions

View File

@ -481,6 +481,10 @@ static const value_string statuscode_vals[] =
{ 9, "NotConfigured" },
{10, "NotAllowed" },
{11, "QueryTerminated" },
{12, "DataMissing" }, /* RFC 7653 */
{13, "CatchUpComplete" }, /* RFC 7653 */
{14, "NotSupported" }, /* RFC 7653 */
{15, "TLSConnectionRefused" }, /* RFC 7653 */
{0, NULL }
};
static value_string_ext statuscode_vals_ext = VALUE_STRING_EXT_INIT(statuscode_vals);