comparison src/syslog2iptables.cpp @ 10:5dfe0138b4f9

initial coding
author carl
date Thu, 08 Dec 2005 13:58:08 -0800
parents d76f9ff42487
children 1134c6a1d692
comparison
equal deleted inserted replaced
9:d76f9ff42487 10:5dfe0138b4f9
18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * 18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
19 ***************************************************************************/ 19 ***************************************************************************/
20 20
21 // debug levels: 21 // debug levels:
22 // 4 - show syslog lines that match regex 22 // 4 - show syslog lines that match regex
23 // 3 - show files open/close 23 // 3 - show iptables commands
24 // 2 - show files open/close
24 // 1 - show config files loading 25 // 1 - show config files loading
25 26
26 #include "includes.h" 27 #include "includes.h"
27 #include <iostream> 28 #include <iostream>
28 #include <cstdlib> 29 #include <cstdlib>