Click here to Skip to main content
15,868,141 members
Articles / Programming Languages / C#

Network Sniffer and Analyzer Program - Part 1

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
20 Oct 2022CPOL5 min read 9.7K   990   31  
Network Sniffer and Analyzer Program written in C# .NET 6.0 Windows Form (Sharppcap, PacketDotNet)
The program can capture and analyze DNS packets. It can also spoof ARP so that you can sniff Other Users Packets in the network. The program firstly scans the network to find connected devices in the network and then you can choose one of the found devices and sniff the incoming and the outgoing packets for this device.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions