Current Abilities Build Instructions
- Intercept traffic from your computer's onboard NIC
- Adjust the destination MAC address of a real packet
# Clone this repository
$ gh repo clone bradyhelms/Packet-Analyzer-Senior-Project
# cd into the repository
$ cd Packet-Analyzer-Senior-Project
# Run CMake
$ cmake -S . -B build
# Build
$ cmake --build build
# If everything builds successfully, run using:
$ sudo ./PacketAnalyzer [OPTIONS]
# If you need help, run the executable without args to print usage.
$ sudo ./PacketAnalyzer