Skip to content

A place for the CNIT 315 final project. Planning on a network packet parser that can output to a file and upload results via some api... perhaps.

Notifications You must be signed in to change notification settings

CaptainNapkins/packet-parser-cnit315

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

WireMinnow

This is the CNIT 315 final project. This network packet parser can output to a file and display results.

Usage

  1. Compile the program using a C compiler (e.g., GCC):

    gcc -o wire_minnow wire_minnow.c -lpcap
    
  2. Run the program:

    ./wire_minnow
    
  3. Follow the on-screen instructions to interact with the program:

        - List Destination IPs 
        - Add Destination IP
        - Exit 
    
  4. 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
    

Requirements

  • C compiler (e.g., GCC)
  • libpcap library

Authors

Matthew Graham, Gabe Samide, and Nathan Geller

Notes

About

A place for the CNIT 315 final project. Planning on a network packet parser that can output to a file and upload results via some api... perhaps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages