Go to file
2023-10-24 18:04:36 +07:00
example Update makefile 2023-10-24 18:04:36 +07:00
.gitignore Update makefile 2023-10-24 18:04:36 +07:00
iptables_parser_lib.c Update makefile 2023-10-24 18:04:36 +07:00
iptables_parser.c Update makefile 2023-10-24 18:04:36 +07:00
Makefile Update makefile 2023-10-24 18:04:36 +07:00
Readme.md Update makefile 2023-10-24 18:04:36 +07:00
wrapper.py Update makefile 2023-10-24 18:04:36 +07:00

Infidel's iptables log parser

Codes

wrapper.py

Reads, iptables.log and calls the c parser_lib.so. Feed the parser library with lines from iptables log.

parser_lib.so

Process the sed like operation on the line by line feeded by wrapper.py.