Skip to main content

Module llmnr

Module llmnr 

Source
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§

LlmnrPacket
LLMNR packet wrapper. Internally delegates to DnsPacket since LLMNR uses the identical DNS wire format (RFC 4795 §2.1).