Copyright © 2012 Thomas Schreiber
A simple pcap parser written for CS494 at Portland State University under the instruction of professor Bart Massey. Wireguppy currently parses Ethernet packets that contain IPv4, IPv6, or ARP packets that in turn contain TCP, UDP, UDP-Lite, ICMP, or ICMPv6 packets.
./wireguppy [OPTIONS] [FILE]
r Raw Mode
Takes file streams of raw captured data instead of the usual libpcap
file format.
v Verbose Mode
Prints payload data in a hex editor style format.
make
make clean
###Run them all with: make test ###Alternatively, they can be run individually with: make test
TCP/IP Illustrated Volume 1 Second Edition, Kevin R. Fall & W. Richard Stevens, Pearson Education Inc., 2012