Deleted Added
full compact
ipmon.h (153881) ipmon.h (161357)
1/* $FreeBSD: head/contrib/ipfilter/ipmon.h 153881 2005-12-30 11:52:26Z guido $ */
1/* $FreeBSD: head/contrib/ipfilter/ipmon.h 161357 2006-08-16 12:23:02Z guido $ */
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * @(#)ip_fil.h 1.35 6/5/96
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * @(#)ip_fil.h 1.35 6/5/96
9 * $Id: ipmon.h,v 2.8 2003/07/25 22:16:20 darrenr Exp $
9 * $Id: ipmon.h,v 2.8.2.1 2006/03/21 16:13:31 darrenr Exp $
10 */
11
12
13typedef struct ipmon_action {
14 struct ipmon_action *ac_next;
15 int ac_mflag; /* collection of things to compare */
16 int ac_dflag; /* flags to compliment the doing fields */
17 int ac_syslog; /* = 1 to syslog rules. */

--- 71 unchanged lines hidden (view full) ---

89#ifndef LOGFAC
90#define LOGFAC LOG_LOCAL0
91#endif
92
93extern int load_config __P((char *));
94extern void dumphex __P((FILE *, int, char *, int));
95extern int check_action __P((char *, char *, int, int));
96extern char *getword __P((int));
10 */
11
12
13typedef struct ipmon_action {
14 struct ipmon_action *ac_next;
15 int ac_mflag; /* collection of things to compare */
16 int ac_dflag; /* flags to compliment the doing fields */
17 int ac_syslog; /* = 1 to syslog rules. */

--- 71 unchanged lines hidden (view full) ---

89#ifndef LOGFAC
90#define LOGFAC LOG_LOCAL0
91#endif
92
93extern int load_config __P((char *));
94extern void dumphex __P((FILE *, int, char *, int));
95extern int check_action __P((char *, char *, int, int));
96extern char *getword __P((int));
97extern int fac_findname __P((char *));