# Functions
AssetDhcpv4 returns asset data.
New constructs a new dhcpv4 protocol plugin.
ParseIPAddressesOption returns a new IPAddressesOption from a byte stream, or error if any.
ParseIPAddressOption returns a new IPAddressOption from a byte stream, or error if any.
ParseTextOption returns a new TextOption from a byte stream, or error if any.
# Structs
IPAddressesOption represents an option whose value is a list of IP addresses.
IPAddressOption represents an option whose value is a single IP address.
TextOption represents an option whose value is a string.