mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/vladg/dhcp_event_deprecation'
* origin/topic/vladg/dhcp_event_deprecation: Add script to support the old DHCP events Updated coverage tests and fixed incorrect DHCP:: scoping on some things
This commit is contained in:
commit
edf8658b11
9 changed files with 311 additions and 2 deletions
7
NEWS
7
NEWS
|
@ -350,6 +350,13 @@ Changed Functionality
|
|||
- dhcp_release
|
||||
- dhcp_inform
|
||||
|
||||
- A new script, policy/protocols/dhcp/deprecated_events.bro, may be loaded
|
||||
to aid those transitioning away from the list of "removed" events above.
|
||||
The script provides definitions for the old events and automatically
|
||||
generates them from a dhcp_message handler, thus providing equivalent
|
||||
functionality to the previous Bro release. Such usage emits deprecation
|
||||
warnings.
|
||||
|
||||
- Removed policy/misc/known-devices.bro script and thus
|
||||
known_devices.log will no longer be created.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue