Developed a basic network packet sniffer using Python and the socket library to capture and analyze real-time network traffic. Implemented logic to extract key protocol-level information (IP, TCP, UDP, ICMP), parse headers, and display packet details in a readable format. Gained hands-on experience with low-level networking, packet structures, and raw socket programming.
Built with