Scroll to navigation

dnsjit.core.object.dns.label(3) Library Functions Manual dnsjit.core.object.dns.label(3)

NAME

dnsjit.core.object.dns.label - Container of a DNS label

DESCRIPTION

The object that describes a DNS label. To extract a domain name label first check that have_dn is set, then use offset + 1 to indicate where in the payload the label start and length for how many bytes long it is.

Attributes

Set if there is a length.
Set if there is an offset.
Set if there is extension bits.
Set if the label contained a domain name.
The extension bits.
The length of the domain name.
If have_dn is set then this contains the offset within the payload to where this label start otherwise it contains the offset to another label.

Functions

Create a new array of labels.
Returns labels as a string and an offset to the next label. The string may be nil if the first label was an offset. The offset may be nil if the last label was an extension bits or end marker.
Returns labels as a string which also includes a textual notation of the offset in the form of <offset>label.

SEE ALSO

dnsjit.core.object.dns(3)

AUTHORS and CONTRIBUTORS

Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)

Maintained by DNS-OARC

BUGS

For issues and feature requests please use:

For question and help please use:

admin@dns-oarc.net
1.2.3 dnsjit