A program that analyzes and categorizes network traffic based on the protocol used and turns it into a neat pie chart.
- Clone this repo
- Install dependencies
python3 -m pip install -r requirements.txt
- Run the program
python3 Analyzer.py
- Select a network interface
- (optional) Select where to output a pcap file
- HTTP
- HTTPS
- ARP
- DNS
- FTP
- SMB
- SSH
- Telnet
- BitTorrent
- ICMP
- TCP
- UDP
Any unrecognized traffic will be labeled as "Other".