A simple packet sniffer application written in Python using the Scapy library. This tool allows you to capture and filter network packets based on specified criteria.
- Capture live network traffic.
- Filter packets by protocol (e.g., TCP, UDP, ICMP).
- Specify the number of packets to capture.
- Specify the network interface to use for capturing packets.
-
Clone the repository:
git clone https://github.com/LucasRibeiroCaetano/Packet-Sniffer