GLOBAL
¶Namespace: | GLOBAL |
---|---|
Source File: | /scripts/base/bif/plugins/Bro_DHCP.events.bif.bro |
dhcp_message : event |
Generated for all DHCP messages. |
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. |