Skip to content

Packet capture & analyze tool using libpcap of CSED353, spring 2018, at POSTECH

License

Notifications You must be signed in to change notification settings

wldh-ug/CSED353_CShark

Repository files navigation

CShark

This is project of assignment 6 of POSTECH CSED353 network class on 2018 spring semester.

About building project

Requirements

  • libpcap
  • CMake 2.5 or higher
  • Make
  • g++ with C(++) Standard 11

How to build

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

About executing the program

$ ./CShark

License

MIT License.

About

Packet capture & analyze tool using libpcap of CSED353, spring 2018, at POSTECH

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published