mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

- Added the known-devices log, and the script to log DHCP hostname per MAC address, - Added DPD sig, - Removed some scripts following a discussion with Seth.
5 lines
No EOL
91 B
Standard ML
5 lines
No EOL
91 B
Standard ML
signature dhcp_cookie {
|
|
ip-proto == udp
|
|
payload /^.*\x63\x82\x53\x63/
|
|
enable "dhcp"
|
|
} |