aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-06 19:43:45 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-06 19:43:45 +0000
commitd7d058214ee33f72a94f7154806ba7c30ee696b3 (patch)
tree4b860a8545b34d522afecb77c5c15c4c6e1bada0 /epan/dissectors/packet-bootp.c
parent055a9393b6ac2d858c59ee2f1379566b0c0b8745 (diff)
From Alexis La Goutte (bug 3308):
Add DHCP(v4 & v6) Option for CAPWAP (RFC5417) svn path=/trunk/; revision=27625
Diffstat (limited to 'epan/dissectors/packet-bootp.c')
-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 58000ab384..7b78a39aa6 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -26,6 +26,7 @@
* RFC 4243: Vendor-Specific Information Suboption for the Dynamic Host Configuration Protocol (DHCP) Relay Agent Option
* RFC 4776: Dynamic Host Configuration Protocol (DHCPv4 and DHCPv6) Option for Civic Addresses Configuration Information
* 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
* BOOTP and DHCP Parameters
* http://www.iana.org/assignments/bootp-dhcp-parameters
@@ -623,7 +624,7 @@ static struct opt_info default_bootp_opt[BOOTP_OPT_NUM] = {
/* 135 */ { "PXE - undefined (vendor specific)", opaque, NULL },
/* 136 */ { "OPTION_PANA_AGENT [TODO]", opaque, NULL },
/* 137 */ { "LoST Server Domain Name", string, NULL },
-/* 138 */ { "OPTION_CAPWAP_AC_V4 [TODO]", opaque, NULL },
+/* 138 */ { "CAPWAP Access Controllers", ipv4_list, NULL },
/* 139 */ { "Unassigned", opaque, NULL },
/* 140 */ { "Unassigned", opaque, NULL },
/* 141 */ { "Unassigned", opaque, NULL },