Improve printout of DHCPv6 options.
Reviewed-By: Guy Harris <guy@alum.mit.edu>
diff --git a/print-dhcp6.c b/print-dhcp6.c
index 26855cc..a75da82 100644
--- a/print-dhcp6.c
+++ b/print-dhcp6.c
@@ -229,15 +229,15 @@
case DH6OPT_SIP_SERVER_A:
return "SIP-servers-address";
case DH6OPT_DNS:
- return "DNS";
+ return "DNS-server";
case DH6OPT_DNSNAME:
- return "DNS-name";
+ return "DNS-search-list";
case DH6OPT_IA_PD:
return "IA_PD";
case DH6OPT_IA_PD_PREFIX:
return "IA_PD-prefix";
case DH6OPT_NTP_SERVERS:
- return "NTP-Server";
+ return "NTP-server";
case DH6OPT_LIFETIME:
return "lifetime";
case DH6OPT_NIS_SERVERS: