mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Updates for syslog analyzer to prepare it for merging.
- Integrated with CMake. - Analyzer only support syslog over UDP right now. - Fixed small bug in the analyzer to make it generate events correctly.
This commit is contained in:
parent
b621b8eccc
commit
6322130c37
5 changed files with 15 additions and 17 deletions
|
@ -1,5 +1,3 @@
|
|||
// $Id:$
|
||||
|
||||
#ifndef Syslog_binpac_h
|
||||
#define Syslog_binpac_h
|
||||
|
||||
|
@ -21,8 +19,7 @@ public:
|
|||
{ return new Syslog_Analyzer_binpac(conn); }
|
||||
|
||||
static bool Available()
|
||||
{ return true; }
|
||||
//{ return (Syslog_request || Syslog_full_request) && FLAGS_use_binpac; }
|
||||
{ return syslog_message; }
|
||||
|
||||
protected:
|
||||
friend class AnalyzerTimer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue