From 01c328f0f66078f246a69cad34406d07a29b5602 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 30 Dec 2015 21:31:10 +0100 Subject: [PATCH] bootp: Update DHCP Message Type 53 Values Add RFC6926 and RFC7724 Change-Id: I2e10c337f3fe3043e5c36f501eb3e29b16bfcecc Reviewed-on: https://code.wireshark.org/review/19312 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-bootp.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c index 04bae1b921..6f15b7f3a8 100644 --- a/epan/dissectors/packet-bootp.c +++ b/epan/dissectors/packet-bootp.c @@ -1029,13 +1029,11 @@ static const value_string opt53_text[] = { { 11, "Lease Unassigned" }, /* RFC4388 */ { 12, "Lease Unknown" }, /* RFC4388 */ { 13, "Lease Active" }, /* RFC4388 */ - /* draft-ietf-dhc-leasequery-09.txt - { 13, "Lease query" }, */ - { 14, "Lease known" }, - { 15, "Lease unknown" }, - { 16, "Lease active" }, - { 17, "Unimplemented" }, - + { 14, "Bulk Lease Query" }, /* RFC6926 */ + { 15, "Lease Query Done" }, /* RFC6926 */ + { 16, "Active LeaseQuery" }, /* RFC7724 */ + { 17, "Lease Query Status" }, /* RFC7724 */ + { 18, "TLS" }, /* RFC7724 */ { 0, NULL } };