瀏覽代碼

added opcode and flag enums to dns export

Will McLeish 2 年之前
父節點
當前提交
27c6f611bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/wire/mod.rs

+ 1 - 1
src/wire/mod.rs

@@ -251,7 +251,7 @@ pub use self::dhcpv4::{
 };
 
 #[cfg(feature = "proto-dns")]
-pub use self::dns::{Packet as DnsPacket, Repr as DnsRepr, Type as DnsQueryType};
+pub use self::dns::{Packet as DnsPacket, Repr as DnsRepr, Type as DnsQueryType, Opcode as DnsOpCode, Flags as DnsFlags};
 
 /// Parsing a packet failed.
 ///