Collect connection log from HTTP requests.
Setup and run project:
pip3 install -r requirements.txt
sudo python3 main.py
Project structure and directories,
/-------------------
|http # http filter
|simple_http_server # simple node http test server for debugging, handle GET/POST requests
|start # quick start tutorials for eBPF
Coding tips:
- Use python3
- Use Tab(4) instead of space