Extra Credit Available: up to 15% onto final grade
- tcpdump Capture Parser: Write an application to read in a tcpdump capture file and print out the
following information:
- Time capture file started
- Time capture file ended
- Number of IP packets in capture
- Number of UDP packets in capture
- Number of TCP packets in capture
- List of UDP sessions in sIP.sport -> dIP.dport format
- List of TCP sessions in sIP.sport -> dIP.dport format
Notes:
Your submissions must at least compile before any credit will be given.
Submissions that do not compile will not be graded. Submissions submitted
after the due date will not be graded. All work must be your own original work.
To get partial credit for parts of the assignment, you must demonstrate that
those pieces work by themselves.
If you share code with others, you will be given a 0 for the assignment.
Todd L. Montgomery (revised 04.27.2007)