DHCPMessageType
DHCPMessageType is the DHCP option used to indicate the type of a DHCP message. It is defined as option 53 in the DHCP protocol and is encoded as a single byte within a DHCP message. The value maps to specific message types that drive the DHCP negotiation between clients and servers.
The most commonly supported values are 1 through 8, corresponding to: 1 = DHCPDISCOVER, 2 = DHCPOFFER, 3
Usage and interpretation are standardized in the DHCP specifications, notably RFC 2131 (Dynamic Host Configuration Protocol)
See also: Dynamic Host Configuration Protocol, DHCP options, RFC 2131, RFC 2132.