Expand description
LLMNR (Link-Local Multicast Name Resolution) parser — RFC 4795.
LLMNR shares the DNS wire format. Unlike standard DNS, LLMNR queries always contain exactly one question and the TC (truncation) bit has different semantics (RFC 4795 §2.1.2).
Structs§
- Llmnr
Packet - LLMNR packet wrapper. Internally delegates to
DnsPacketsince LLMNR uses the identical DNS wire format (RFC 4795 §2.1).