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:
Seth Hall 2011-06-03 10:28:10 -04:00
parent b621b8eccc
commit 6322130c37
5 changed files with 15 additions and 17 deletions

View file

@ -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;