Home
last modified time | relevance | path

Searched refs:PARSER_IPFILTER (Results 1 – 5 of 5) sorted by relevance

/dports/security/fwlogwatch/fwlogwatch-1.5/
H A Dparser.c62 } else if ((opt.format & PARSER_IPFILTER) && (strstr(input, " ipmon"))) { in parse_line()
249 opt.format = opt.format | PARSER_IPFILTER; in select_parsers()
H A Dmain.h111 #define PARSER_IPFILTER 8 macro
/dports/security/webfwlog/webfwlog-1.1.1/src/
H A Dmain.c134 …opt.format = PARSER_IPCHAINS|PARSER_NETFILTER|PARSER_IPFILTER|PARSER_WIN_XP|PARSER_IPFW|PARSER_CIS… in init_options()
H A Dparser.c630 } else if ((opt.format & PARSER_IPFILTER) && (strstr(input, " ipmon["))) { in parse_line()
1280 opt.format = opt.format | PARSER_IPFILTER; in select_parsers()
/dports/security/webfwlog/webfwlog-1.1.1/include/
H A Dmain.h125 #define PARSER_IPFILTER 4 macro