Simple inbound/outbound packet sniffer
- Statistics will be updated each 10 seconds
- For each IP, sorted by transferred byte size
This sniffer is so simplified that you can only see the size of the traffic. This is because I just want to know where my traffic is going and how big it is. I want to identify the cause of my recent unexpected surge in internet traffic.
pip install scapy
pip install clipboard
python a.py
Press Ctrl+C to quit (the statistics will be copied to the clipboard).
- GUI version (see GUI branch -> a - Copy.py)
- SQLite IP storage
- Ctrl + C : exits + copies all statistics to the clipboard
- Explicit localhost IP identifier.
- Human readable byte size statistics
- Simplified UI (localhost traffic is now implicitly all inbound, while the rest are implicitly all outbound)
- First release
- Credits