The Packet Sniffer Assignment


You get one point for each feature of a packet you can decode.  You get one point for every item listed below, and you can also get a point for any other interesting item you also discover.  I get final say to decide if something is interesting (but you can always ask).

This program is out of 25 points.

You can find the official decoding of every packet be doing a
        tcpdump  -n -S -vvv -r /home/rappleto/pub/Classes/CS442/Assignments/PacketSniffer/packets.db  | less
-and-
        cat /home/rappleto/pub/Classes/CS442/Assignments/PacketSniffer/packets.txt


You get one point for everything you decode. Examples include ...



YOU MUST EXTRACT AT LEAST ONE BIT FIELD
YOU MUST USE AT LEAST ONE STRUCTURE OR UNION


You lose points for each of the following