mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
32 lines
1.3 KiB
ReStructuredText
32 lines
1.3 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/dhcp/msg-orig.zeek
|
|
===================================
|
|
.. zeek:namespace:: DHCP
|
|
|
|
Add a field that logs the order of hosts sending messages
|
|
using the same DHCP transaction ID. This information is
|
|
occasionally needed on some networks to fully explain the
|
|
DHCP sequence.
|
|
|
|
:Namespace: DHCP
|
|
:Imports: :doc:`base/protocols/dhcp </scripts/base/protocols/dhcp/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
============================================ ============================================================================================================================
|
|
:zeek:type:`DHCP::Info`: :zeek:type:`record`
|
|
|
|
:New Fields: :zeek:type:`DHCP::Info`
|
|
|
|
msg_orig: :zeek:type:`vector` of :zeek:type:`addr` :zeek:attr:`&log` :zeek:attr:`&default` = ``[]`` :zeek:attr:`&optional`
|
|
The address that originated each message from the
|
|
`msg_types` field.
|
|
============================================ ============================================================================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|