This module parses DNS connections as defined in RFC 1035 and others.
None.
Name | Type | Description |
---|---|---|
id | uint16 | ID. |
response | bool | True is this is a response from a server. False otherwise. |
rcode | uint8 | Response code. |
qdcount | uint16 | Question count. |
ancount | uint16 | Answer count. |
nscount | uint16 | Name server count. |
arcount | uint16 | Additional record count. |
None.