A simple sniffer application, based on npcap library and Qt framework as GUI.
- gathers all IPv4 packets and display them with readable table view
- can produce a simple statistic (table with address, number of packets, domain name, if it could be a resolved)
- find all devices, that could be listening and display information about them
- serialize / deserialize (compatibility with Wireshark dump file format)
It used a C++17, Microsoft Visual Studio 2019, QT Visual Tools 2.4.3, Qt 5.12.6 npcap library.