Skip to content
/ Netvisix Public

Netvisix visualizes the network packet flow between hosts

License

Notifications You must be signed in to change notification settings

bewue/Netvisix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netvisix

GitHub repo size

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

Installation

Build it by yourself or download the latest binary package.

Linux Build (Ubuntu)

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

Screenshot