mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
dhcp: Handle is_orig=T for connections from server to 255.255.255.255
This works around the new semantics of is_orig=T for "connections" from DHCP servers to broadcast addresses. IMO, having the server address as originator in the conn.log is still more intuitive.
This commit is contained in:
parent
ba04f4c31d
commit
fc768a9e01
3 changed files with 43 additions and 7 deletions
|
@ -3,6 +3,8 @@
|
|||
# but only one lease should show up in the logs.
|
||||
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/dhcp/dhcp.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff dhcp.log
|
||||
|
||||
@load base/protocols/conn
|
||||
@load base/protocols/dhcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue