Snifter is a raw socket IP packet capturing library/app for Windows, with a tiny CPU and memory footprint
-
Updated
Nov 6, 2020 - C#
Snifter is a raw socket IP packet capturing library/app for Windows, with a tiny CPU and memory footprint
Sniffer application I wrote like 14 years ago when working on this project to capture H.323 packets for a call manager software I had to build. Here is just the rawsocket bit of the solution. Written in C# and Visual C++ .NET.
A Microsoft Service that listens for packets on a raw socket, extracts their payloads, and sends the payload out to a user-specified endpoint. Also includes a WinForms GUI Front End for statistics and configuration, a bootstrapped Wix Toolset installer, and metric/log exporting through a Prometheus/Loki/Grafana monitoring stack.
Add a description, image, and links to the raw-sockets topic page so that developers can more easily learn about it.
To associate your repository with the raw-sockets topic, visit your repo's landing page and select "manage topics."