base/protocols/dhcp/consts.bro

DHCP

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

Summary

Constants

DHCP::message_types: table &default = function &optional Types of DHCP messages.

Detailed Interface

Constants

DHCP::message_types
Type:table [count] of string
Attributes:&default = function &optional
Default:
{
   [5] = "DHCP_ACK",
   [2] = "DHCP_OFFER",
   [6] = "DHCP_NAK",
   [1] = "DHCP_DISCOVER",
   [3] = "DHCP_REQUEST",
   [4] = "DHCP_DECLINE",
   [8] = "DHCP_INFORM",
   [7] = "DHCP_RELEASE"
}

Types of DHCP messages. See RFC 1533.


Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.