From 1dca5e7d8c3d4b6479f21321dfc28595999c0054 Mon Sep 17 00:00:00 2001 From: Alexander Koval Date: Mon, 27 Apr 2026 18:20:09 +0300 Subject: [PATCH] Debug derive for DnsOutgoing --- src/dns_parser.rs | 1 + 1 file changed, 1 insertion(+) 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,