mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Added the initial syslog analyzer and policy script.
This commit is contained in:
parent
340805fe00
commit
cc7c3776cc
11 changed files with 313 additions and 5 deletions
10
src/syslog.pac
Normal file
10
src/syslog.pac
Normal file
|
@ -0,0 +1,10 @@
|
|||
%include binpac.pac
|
||||
%include bro.pac
|
||||
|
||||
analyzer Syslog withcontext {
|
||||
connection: Syslog_Conn;
|
||||
flow: Syslog_Flow;
|
||||
};
|
||||
|
||||
%include syslog-protocol.pac
|
||||
%include syslog-analyzer.pac
|
Loading…
Add table
Add a link
Reference in a new issue