Packet Sniffer Tool This Python-based packet sniffer captures and analyzes network packets using the scapy library. It extracts and displays important details such as source and destination IP addresses, protocols, and payload data (if available).
Features: Capture live network traffic on a specified network interface. Display key information: Source and destination IP addresses Protocol used (e.g., TCP, UDP)
Requirements: Python 3.x scapy library (Install via pip install scapy)