mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
%include bro.pac
|
|
|
|
analyzer DHCP withcontext {
|
|
connection: DHCP_Conn;
|
|
flow: DHCP_Flow;
|
|
};
|
|
|
|
%include dhcp-protocol.pac
|
|
%include dhcp-analyzer.pac
|