aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-08-08 15:55:02 +0200
committerAnders Broman <a.broman58@gmail.com>2016-08-08 18:50:39 +0000
commit568d6f37d669bce76afb8b99e455a681c401153d (patch)
tree960977a3fdab5abbbec0bf2395c2fa97f74b033f /epan/dissectors/packet-dhcpv6.c
parent57fb1abaa5e61c09804ebf33046076d091248a1c (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-dhcpv6.c')
-rw-r--r--epan/dissectors/packet-dhcpv6.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dhcpv6.c b/epan/dissectors/packet-dhcpv6.c
index 9f740414b9..9fc27e5303 100644
--- a/epan/dissectors/packet-dhcpv6.c
+++ b/epan/dissectors/packet-dhcpv6.c
@@ -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);