iptables-parser/Readme.md

12 lines
262 B
Markdown
Raw Normal View History

2023-10-24 07:09:29 -04: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`.