base/bif/plugins/Zeek_DHCP.events.bif.zeek

GLOBAL
Namespace

GLOBAL

Summary

Events

dhcp_message: event

Generated for all DHCP messages.

Detailed Interface

Events

dhcp_message
Type

event (c: connection, is_orig: bool, msg: DHCP::Msg, options: DHCP::Options)

Generated for all DHCP messages.

C

The connection record describing the underlying UDP flow.

Is_orig

Indicate if the message came in a packet from the originator/client of the udp flow or the responder/server.

Msg

The parsed type-independent part of the DHCP message. The message type is indicated in this record.

Options

The full set of supported and parsed DHCP options.