From c7a49e77bb6e299a9ca2839f608f073e44d312ad Mon Sep 17 00:00:00 2001 From: root Date: Fri, 16 Dec 2022 16:34:09 +0700 Subject: [PATCH] Add readme.md --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..b3afea1 --- /dev/null +++ b/Readme.md @@ -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`.