policy/protocols/dhcp/msg-orig.zeek

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:

base/protocols/dhcp

Summary

Redefinitions

DHCP::Info: record

New Fields:

DHCP::Info

msg_orig: vector of addr &log &default = [] &optional

The address that originated each message from the msg_types field.

Detailed Interface