X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fheaders%2Frules_op.h;fp=src%2Fheaders%2Frules_op.h;h=dd03e638c139f4e3e47b3db4f3326c4fba6cce03;hp=3adc5c3ee6ca371bc23e15b80288adcf867c7451;hb=a62b46c229549212d536867b7e5e24d7576ebe8b;hpb=d623b82886b9b5fbba3fa27c3bfac51f3f8af108 diff --git a/src/headers/rules_op.h b/src/headers/rules_op.h index 3adc5c3..dd03e63 100755 --- a/src/headers/rules_op.h +++ b/src/headers/rules_op.h @@ -1,11 +1,11 @@ -/* @(#) $Id: rules_op.h,v 1.3 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. * * License details at the LICENSE file included with OSSEC or @@ -29,6 +29,7 @@ #define DIFFERENT_URL 0x010 /* */ #define SAME_SRCPORT 0x020 #define SAME_DSTPORT 0x040 +#define SAME_DODIFF 0x100 #define NOT_SAME_USER 0xffe /* 0xfff - 0x001 */ #define NOT_SAME_SRCIP 0xffd /* 0xfff - 0x002 */ #define NOT_SAME_ID 0xffb /* 0xfff - 0x004 */ @@ -39,6 +40,7 @@ #define DO_FTS 0x001 #define DO_MAILALERT 0x002 #define DO_LOGALERT 0x004 +#define NO_AR 0x008 #define NO_ALERT 0x010 #define DO_OVERWRITE 0x020 #define DO_PACKETINFO 0x040