Module dns_parser::structs
[−]
[src]
Reexports
use std::prelude::v1::*; |
use ::{QueryType, QueryClass, Name, Class, Header, RRData}; |
Structs
| Packet |
Parsed DNS packet |
| Question |
A parsed chunk of data in the Query section of the packet |
| ResourceRecord |
A single DNS record |