Types, errors, and fields for analyzing DHCP data. A helper file for DHCP analysis scripts.
| Namespace: | DHCP |
|---|---|
| Source File: | /scripts/base/protocols/dhcp/consts.bro |
| DHCP::message_types: table &default = function &optional | Types of DHCP messages. |
| Type : | table [count] of string |
|---|---|
| Attributes : | &default = function &optional |
| Default : |
{
[1] = "DHCP_DISCOVER",
[8] = "DHCP_INFORM",
[6] = "DHCP_NAK",
[4] = "DHCP_DECLINE",
[2] = "DHCP_OFFER",
[5] = "DHCP_ACK",
[3] = "DHCP_REQUEST",
[7] = "DHCP_RELEASE"
}
Types of DHCP messages. See RFC 1533.