Update makefile

This commit is contained in:
2023-10-24 18:09:29 +07:00
parent 5d669a1eb8
commit e420442b3d
7 changed files with 1899 additions and 0 deletions

11
Readme.md Normal file
View File

@@ -0,0 +1,11 @@
# 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`.