X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fheaders%2Freport_op.h;fp=src%2Fheaders%2Freport_op.h;h=9218e2fae80c09753420099eb40fd9f3fea349df;hp=41711ccc47ab51b878e958d34ebbedbed392ea1e;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/headers/report_op.h b/src/headers/report_op.h index 41711cc..9218e2f 100755 --- a/src/headers/report_op.h +++ b/src/headers/report_op.h @@ -1,11 +1,11 @@ -/* @(#) $Id: report_op.h,v 1.2 2009/06/24 17:06:26 dcid Exp $ */ +/* @(#) $Id$ */ /* Copyright (C) 2009 Trend Micro Inc. * All rights 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 */ @@ -24,6 +24,7 @@ #define REPORT_REL_RULE 0x010 #define REPORT_REL_GROUP 0x020 #define REPORT_REL_LOCATION 0x040 +#define REPORT_TYPE_DAILY 0x100 @@ -35,6 +36,9 @@ typedef struct _report_filter char *rule; char *level; char *location; + char *user; + char *srcip; + char *filename; void *top_user; void *top_srcip; @@ -49,6 +53,10 @@ typedef struct _report_filter int related_rule; int related_group; int related_location; + + int report_type; + int show_alerts; + void *fp; }report_filter;