mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
10 lines
177 B
JavaScript
10 lines
177 B
JavaScript
%include binpac.pac
|
|
%include bro.pac
|
|
|
|
analyzer Syslog withcontext {
|
|
connection: Syslog_Conn;
|
|
flow: Syslog_Flow;
|
|
};
|
|
|
|
%include syslog-protocol.pac
|
|
%include syslog-analyzer.pac
|