mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
14 lines
204 B
JavaScript
14 lines
204 B
JavaScript
%include binpac.pac
|
|
%include bro.pac
|
|
|
|
%extern{
|
|
#include "events.bif.h"
|
|
%}
|
|
|
|
analyzer DHCP withcontext {
|
|
connection: DHCP_Conn;
|
|
flow: DHCP_Flow;
|
|
};
|
|
|
|
%include dhcp-protocol.pac
|
|
%include dhcp-analyzer.pac
|