Tcpdump data decoder

This is a course project of Computer Network of Department of EE. of Tsinghua University. The main topic is to design a decoder of data saved by tcpdump.

File list

  • code/: source code
  • input_result.txt: the decode output of input flow
  • output_result.txt: the decode output of output flow
  • result.txt: binary data saved by tcpdump
  • report.txt: the technology report of this project

Note

This project is created by Visual Studio 2012. You can try it with any other compiler since there are only source codes.