The AA (authoritative answer) bit in a DNS packet header
The AA bit as described in RFC1035. AA is set to 1 if the answer is authoritative. It has no meaning if QR is set to 0.
Number of answer RRs contained within the packet
16bit integer representing the number of answer resource records contained in the answer section of the DNS packet.
API Tags:
Number of additional RRs within the packet
16bit integer representing the number of additional resource records contained in the additional section of the DNS packet.
API Tags:
The packet's request id
The request id of the packet represented as a 16 bit integer.
Number of authority RRs within the packet
16bit integer representing the number of authority (NS) resource records contained in the authority section of the DNS packet.
API Tags:
The OPCODE name of this packet.
The string value (name) of the opcode for the DNS packet.
Number of questions contained within the packet
16bit integer representing the number of questions in the question section of the DNS packet.
API Tags:
| See: | Net_DNS_Question class |
The QR bit in a DNS packet header
The QR bit as described in RFC1035. QR is set to 0 for queries, and
- for repsones.
The RA (recursion available) bit in a DNS packet header
This bit is set to 1 by the DNS server if the server is willing to perform recursion.
The RCODE name for this packet.
The string value (name) of the rcode for the DNS packet.
The RD (recursion desired) bit in a DNS packet header
This bit should be set to 1 in a query if recursion is desired by the DNS server.
The TC (truncated) bit in a DNS packet header
This flag is set to 1 if the response was truncated. This flag has no meaning in a query packet.