A Python-based network traffic analyzer that captures and analyzes live network packets using TCP/IP concepts.
- Live packet capture and analysis
- Protocol identification (TCP, UDP, ICMP)
- Object-oriented modular design
- Logging of packet flows and error handling
- Python
- Scapy
- TCP/IP Networking
- Install dependencies:
pip install scapy
TCP Packet: 192.168.28.105 -> 142.250.193.110 TCP Packet: 142.250.193.110 -> 192.168.28.105