dnsjit.core.object.dns.q - Container of a DNS question
Contents
Bugs
For issues and feature requests please use:
https://github.com/DNS-OARC/dnsjit/issues
For question and help please use:
admin@dns-oarc.net
dnsjit 1.5.0 dnsjit.core.object.dns.q(3)
Description
The object that describes a DNS question.
Attributes
have_type
Set if there is a type.
have_class
Set if there is a class.
type The type.
class The class.
labels The number of labels found in the question.
FunctionsQ.new(size)
Create a new question.
Name
dnsjit.core.object.dns.q - Container of a DNS question
See Also
dnsjit.core.object.dns(3)
