Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 541 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 541 Bytes

QsnSniffer

A simple sniffer application, based on npcap library and Qt framework as GUI.

Features

  • 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.