Project Details

Project Name: Packet Corruption and Decoding

Description: This project involves simulating packet corruption in IP headers, where various fields like TTL, protocol, source, and destination addresses are altered based on user input. The system reads and corrupts packets from a `.pcap` file and then saves the modified packets to a new `.pcap` file, allowing for analysis of how operating systems react to corrupted packets.

Programming Languages/Tools: C++, Wireshark, Netdump

Features:

View on GitHub View Project Report