nethawk is a network monitoring tool.
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