A real-time network visualizer for Windows-based on the Linux version
...This packet sniffer alternative to Wireshark provides visual network analysis perfect for troubleshooting network issues, monitoring bandwidth usage, and network security auditing. Requires administrator privileges and Npcap driver. Built with C#/.NET 8.0 using SharpPcap.
NOTE: Project has moved to github, including file downloads.
SharpPcap is a cross-platform packet capture framework for the .NET environment, based on the famous pcap / WinPcap libraries. It provides an API for capturing, injecting, analyzing and building packets using any .NET language such as C# and VB.NET.
This is a traffic replicator and mirror is an application made through SharpPcap that utilizes the standard wrapper on Libpcap to mirror traffic on one interface of a machine (physical/virtual) to another (physical/virtual).
SharpPacketGenerator is a simple .NET application giving you the ability to send some predifined raw TCP/UDP/IP packets using WinPcap library. It is coded using C# and SharpPcap .NET wrapper. For educational purposes only !