Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 403 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 403 Bytes

nethawk

nethawk is a network monitoring tool.

compiling

to compile and run this code, you'll need the following or its equivalent depending on your distro:

  • qt5-default
  • qtcreator
  • libpcap-dev
  • cmake
  • build-essential

create a build directory.

mkdir build
cd build

configure and build.

cmake ..
make

you may need to run it with sudo.

sudo ./nethawk