pom-ng:proto:dns
Table of Contents
Protocol dns
This module parses DNS connections as defined in RFC 1035 and others.
Events
None.
Packet fields
| 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. |
Parameters
None.
pom-ng/proto/dns.txt · Last modified: by 127.0.0.1
