base/bif/plugins/Zeek_DHCP.events.bif.zeek¶
- GLOBAL¶
- Namespace
GLOBAL
Summary¶
Events¶
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.
- Parameters
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.