DHCP Hex Decoder

DHCP automates IP configuration in most networks. Parsing transaction IDs, client IDs, and option sets helps diagnose failed lease assignment and renewals.

Decode DHCP 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 DHCP

DHCP uses BOOTP-style fixed headers plus variable options to negotiate network configuration. Header and option decoding helps trace discover-offer-request-ack flows and lease issues.

DHCP automates IP configuration in most networks. Parsing transaction IDs, client IDs, and option sets helps diagnose failed lease assignment and renewals.

DHCP Header Structure

  • op/htype/hlen/hops + xid: message role and transaction tracking fields.
  • ciaddr/yiaddr/siaddr/giaddr: client, offered, server, and relay IPv4 addresses.
  • chaddr and BOOTP fixed region: client hardware identification.
  • Magic Cookie + Options: DHCP option list carrying message type and configuration values.

Why Decode DHCP Packets

Decode DHCP/BOOTP packet headers and options from hex into lease negotiation details.