X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Fcsyslogd-config.h;h=47a11ebedcf5dc1b055512f855b9f44c340b864e;hb=280230a44cb9f9872652b6bb80de45a27af411f4;hp=182d9752e61c79a8868c26fdcd8ad46abe95314c;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/config/csyslogd-config.h b/src/config/csyslogd-config.h index 182d975..47a11eb 100755 --- a/src/config/csyslogd-config.h +++ b/src/config/csyslogd-config.h @@ -1,17 +1,18 @@ -/* @(#) $Id: csyslogd-config.h,v 1.3 2009/06/24 17:06:25 dcid Exp $ */ +/* @(#) $Id: ./src/config/csyslogd-config.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ #include "shared.h" - + #ifndef _CSYSLOGCONFIG__H #define _CSYSLOGCONFIG__H @@ -35,6 +36,9 @@ typedef struct _SyslogConfig /* Syslog formats. */ #define DEFAULT_CSYSLOG 0 +#define CEF_CSYSLOG 1 +#define JSON_CSYSLOG 2 +#define SPLUNK_CSYSLOG 3 /* Syslog severities */