X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Far.h;h=2b6de25d4a2d8fd17ec28bb6c27271842ef1351c;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=03b61a1071418ddf1d077ca5e7dd4301a95bdc80;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/headers/ar.h b/src/headers/ar.h old mode 100755 new mode 100644 index 03b61a1..2b6de25 --- a/src/headers/ar.h +++ b/src/headers/ar.h @@ -1,5 +1,3 @@ -/* @(#) $Id$ */ - /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * @@ -9,20 +7,18 @@ * Foundation */ -/* Active response shared headers */ +/* Active Response shared headers */ #ifndef __AR_H - #define __AR_H - -/* Recepient agents */ +/* Recipient agents */ #define ALL_AGENTS 0000001 #define REMOTE_AGENT 0000002 #define SPECIFIC_AGENT 0000004 #define AS_ONLY 0000010 -/* We now also support non active response messages in here. */ +/* We now also support non Active Response messages in here */ #define NO_AR_MSG 0000020 #define ALL_AGENTS_C 'A' @@ -31,18 +27,15 @@ #define NONE_C 'N' #define NO_AR_C '!' - -/* AR Queues to use */ +/* AR Queues to use */ #define REMOTE_AR 00001 #define LOCAL_AR 00002 - /* Expected values */ +#define FILENAME 0000010 #define SRCIP 0000004 #define DSTIP 0000002 #define USERNAME 0000001 +#endif /* __AR_H */ -#endif - -/* EOF */