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 <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-12-30 21:31:10 +01:00 committed by Michael Mann
parent 69dc69a5a7
commit 01c328f0f6
1 changed files with 5 additions and 7 deletions

View File

@ -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 }
};