搜索资源列表
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
wincap
- 注册回调函数,循环捕获网络数据包,先调用以太网协议分析的函数分析抓获数据包是不是ARP数据包,如果是就调用ARP协议分析的函数分析数据包的具体内容,然后按要求格式输出结果。-Registered callback function, circulation capture network packets, the first call to the Ethernet protocol analysis function analyze captured data packet is an ARP
sharpcap
- 抓包编程学习源码/资料。包括如何获取网卡、事件抓包、循环抓包、设置过滤条件等等。以及所需软件和安装说明。-packet capture program learning source code and materials.including how to access to the network card,event packet capture,recycle packet capture and how to set the filter conditions and so on.As w