X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fanalysisd%2Feventinfo.h;h=477318af0b232164288608f28c89af3d35eced35;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hp=fb5b4b64129f9c3d74b857c3903328b0ef669304;hpb=ef70704f0b31b59bb719b884d6a99cb9e3e2044a;p=ossec-hids.git diff --git a/src/analysisd/eventinfo.h b/src/analysisd/eventinfo.h index fb5b4b6..477318a 100755 --- a/src/analysisd/eventinfo.h +++ b/src/analysisd/eventinfo.h @@ -71,8 +71,7 @@ typedef struct _Eventinfo char hour[10]; char mon[4]; - /* SYSCHECK Results variables -- only used by prelude for now */ - #ifdef PRELUDE + /* SYSCHECK Results variables */ char *filename; int perm_before; int perm_after; @@ -86,7 +85,6 @@ typedef struct _Eventinfo char *owner_after; char *gowner_before; char *gowner_after; - #endif }Eventinfo; @@ -114,7 +112,7 @@ int alert_only; #define FIREWALL 3 /* Firewall events */ #define WEBLOG 7 /* Apache logs */ #define SQUID 8 /* Squid logs */ -#define WINDOWS 9 /* Windows logs */ +#define DECODER_WINDOWS 9 /* Windows logs */ #define HOST_INFO 10 /* Host information logs (from nmap or similar) */ #define OSSEC_RL 11 /* Ossec rules */ #define OSSEC_ALERT 12 /* Ossec Alerts */