mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
43 lines
1 KiB
ReStructuredText
43 lines
1 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
base/bif/plugins/Bro_DHCP.events.bif.bro
|
|
========================================
|
|
.. bro:namespace:: GLOBAL
|
|
|
|
|
|
:Namespace: GLOBAL
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Events
|
|
######
|
|
========================================= ================================
|
|
:bro:id:`dhcp_message`: :bro:type:`event` Generated for all DHCP messages.
|
|
========================================= ================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Events
|
|
######
|
|
.. bro:id:: dhcp_message
|
|
|
|
:Type: :bro:type:`event` (c: :bro:type:`connection`, is_orig: :bro:type:`bool`, msg: :bro:type:`DHCP::Msg`, options: :bro:type:`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.
|
|
|
|
|