搜索资源列表
Linux下网卡驱动程序源码分析
- linux下8139网卡驱动分析,非常彻底,本人照此移植成功了嵌入式设备上的网口-8139 NIC drivers under analysis, very thorough, I do the successful transplantation of embedded devices on the LAN
AdpSpy
- 1、在 NT 系统中插、拔网线时,系统栏右下角都会冒出个气泡进行提示。它是怎样实现的呢,其实很简单,如果您感兴趣的话,不妨花几分钟看看我写的这个小程序。 2、特点:不依赖具体协议,直接读取中间层驱动接口,能够实时监控网线是否被插拔、网卡是否被插拔或禁用、流量监控。您可以与 Windows 的作对比,数据信息分毫不差哦。-1, NT system interpolation, pulling network lines, the system will lower right column o
test
- test是测试NDIS中间层驱动程序的C程序,可以看到打开的网卡适配器
sniffer
- 把网卡设为混杂模式的sniffer 的小例子, vc6.0 , win2000下运行通过, 不用设备驱动程序 只能接受ip包,无法接收与ip包同级的其它网络包,如arp等