DNS Hex Decoder

DNS translates domain names to IP addresses and supports internet-scale service discovery. Header flags and question details are key for resolver diagnostics.

Decode DNS Data

If this decoder does not work, use the Contact email link in the footer.

Advertisement

Raw Decode Output

Decoded Fields

Payload Hex: N/A

Payload ASCII: N/A

N/A

Additional Insights

  • No insights yet. Decode a packet to view layered interpretation.

No decoded fields yet. Decode a full frame to see Ethernet/IP/TCP details.

About DNS

DNS messages carry name resolution queries and responses between clients and resolvers/authoritative servers. Header counters and flags indicate query intent, recursion behavior, and response status.

DNS translates domain names to IP addresses and supports internet-scale service discovery. Header flags and question details are key for resolver diagnostics.

DNS Header Structure

  • Transaction ID + Flags: query correlation and control/response bits.
  • QDCOUNT/ANCOUNT/NSCOUNT/ARCOUNT: number of questions and resource-record sections.
  • Question section: QNAME, QTYPE, and QCLASS entries.

Why Decode DNS Packets

Decode DNS message headers and question sections from hex into readable query details.