Skip to content

Commit

Permalink
Merge pull request #891 from thvdveld/wire-export-more-dns
Browse files Browse the repository at this point in the history
Add missing exports in wire for DNS
  • Loading branch information
thvdveld authored Jan 8, 2024
2 parents c8dd2f2 + e8be52b commit d185a37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/wire/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,9 @@ pub use self::dhcpv4::{

#[cfg(feature = "proto-dns")]
pub use self::dns::{
Flags as DnsFlags, Opcode as DnsOpcode, Packet as DnsPacket, Rcode as DnsRcode,
Repr as DnsRepr, Type as DnsQueryType,
Flags as DnsFlags, Opcode as DnsOpcode, Packet as DnsPacket, Question as DnsQuestion,
Rcode as DnsRcode, Record as DnsRecord, RecordData as DnsRecordData, Repr as DnsRepr,
Type as DnsQueryType,
};

#[cfg(feature = "proto-ipsec-ah")]
Expand Down

0 comments on commit d185a37

Please sign in to comment.