This is the CNIT 315 final project. This network packet parser can output to a file and display results.
-
Compile the program using a C compiler (e.g., GCC):
gcc -o wire_minnow wire_minnow.c -lpcap
-
Run the program:
./wire_minnow
-
Follow the on-screen instructions to interact with the program:
- List Destination IPs - Add Destination IP - Exit
-
The user may specify the data once an interface is selected:
- Display Whole Capture - Display ICMP Packets - Display UDP Packets - Display TCP Packets - Go Back
- C compiler (e.g., GCC)
- libpcap library
Matthew Graham, Gabe Samide, and Nathan Geller