This is project of assignment 6 of POSTECH CSED353 network class on 2018 spring semester.
- libpcap
- CMake 2.5 or higher
- Make
- g++ with C(++) Standard 11
If you are first downloaded this project and now trying to build, type as below.
$ cmake .
$ make
Else if you are not first to build the repository, just type make
.
$ make
If you moved base directory, remove caches and retry.
$ rm -rf CMakeFiles
$ rm -rf CMakeCache.txt
$ cmake .
$ make
$ ./CShark
MIT License.