base/bif/plugins/Bro_DHCP.events.bif.bro

GLOBAL
Namespace:GLOBAL
Source File:/scripts/base/bif/plugins/Bro_DHCP.events.bif.bro

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.

Copyright 2016, The Bro Project. Last updated on January 10, 2019. Created using Sphinx 1.7.5.