diff --git a/src/dns_parser.rs b/src/dns_parser.rs index 7eae068..5ab258a 100644 --- a/src/dns_parser.rs +++ b/src/dns_parser.rs @@ -1695,6 +1695,7 @@ impl DnsOutPacket { } /// Representation of one outgoing DNS message that could be sent in one or more packet(s). +#[derive(Debug)] pub struct DnsOutgoing { flags: u16, id: u16,