//
pkg.gl
Category
github.com/insomniacslk/dhcp
rfc1035label
package
0.0.0-20250109001534-8abf58130905
Repository:
https://github.com/insomniacslk/dhcp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
18
Files
139 SLOC
#
Functions
FromBytes
FromBytes returns a Labels object from the given byte sequence, or an error if any.
NewLabels
NewLabels returns an initialized Labels object.
#
Variables
ErrBufferTooShort
ErrBufferTooShort is returned when the label cannot be parsed due to a wrong length or missing bytes.
#
Structs
Labels
Labels represents RFC1035 labels This implements RFC 1035 labels, including compression.