UDP packet capturing in c#

前端 未结 5 1103
灰色年华
灰色年华 2020-12-09 04:50

Wireshark captures UDP packets in my LAN with follwoing details

Source IP            192.168.1.2
Destination IP      233.x.x.x
Source Port        24098
Desti         


        
5条回答
  •  没有蜡笔的小新
    2020-12-09 05:20

    In order to use WinPcap for raw packet capturing in C#, you can try Pcap.Net. It is a wrapper for WinPcap in C++/CLI and C# for easily capturing (sniffing) and injecting raw packets and it also contains an easy to use packets interpretation framework.

提交回复
热议问题