aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-bootp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index f3f9172f9c..77cff4c17f 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -33,6 +33,7 @@
* RFC 5223: Discovering Location-to-Service Translation (LoST) Servers Using the Dynamic Host Configuration Protocol (DHCP)
* RFC 5417: CAPWAP Access Controller DHCP Option
* draft-ietf-dhc-fqdn-option-07.txt
+ * TFTP Server Address Option for DHCPv4 [draft-raj-dhc-tftp-addr-option-06.txt: http://tools.ietf.org/html/draft-raj-dhc-tftp-addr-option-06]
* BOOTP and DHCP Parameters
* http://www.iana.org/assignments/bootp-dhcp-parameters
* DOCSIS(TM) 2.0 Radio Frequency Interface Specification
@@ -671,7 +672,7 @@ static struct opt_info default_bootp_opt[BOOTP_OPT_NUM] = {
/* 147 */ { "Unassigned", opaque, NULL },
/* 148 */ { "Unassigned", opaque, NULL },
/* 149 */ { "Unassigned", opaque, NULL },
-/* 150 */ { "TFTP server address", opaque, NULL },
+/* 150 */ { "TFTP Server Address", ipv4_list, NULL },
/* 151 */ { "Unassigned", opaque, NULL },
/* 152 */ { "Unassigned", opaque, NULL },
/* 153 */ { "Unassigned", opaque, NULL },