Netvisix listens on your local network interface and visualizes the network packet flow between hosts. There are binary packages for windows and linux.
Feature requests and bug reports are welcome.
Netvisix is using the following libraries:
- libtins
- libpcap/Npcap (used by libtins)
- Qt5
Build it by yourself or download the binary package.
sudo apt install qt5-qmake qtbase5-dev build-essential libpcap-dev
git clone https://github.com/bewue/Netvisix.git
cd Netvisix
mkdir Build
cd Build
qmake ../Netvisix/Netvisix.pro
make