登录
首页 » Visual C++ » ndislwf-master

ndislwf-master

于 2021-02-07 发布 文件大小:37KB
0 356
下载积分: 1 下载次数: 23

代码说明:

  windows过滤驱动的示例代码,解析IP、TCP数据包,没有添加实际功能(Windows filter driver sample code, parsing IP, TCP data packets, did not add the actual function)

文件列表:

ndislwf-master
..............\htm" target=_blank>LICENSE,1209,2014-05-25
..............\README.md,42,2014-05-25
..............\src
..............\...\60
..............\...\..\.gitignore,1,2014-05-25
..............\...\..\arp.c,2780,2014-05-25
..............\...\..\arp.h,1520,2014-05-25
..............\...\..\device.c,7844,2014-05-25
..............\...\..\ethernet.c,517,2014-05-25
..............\...\..\ethernet.h,201,2014-05-25
..............\...\..\filter.c,56354,2014-05-25
..............\...\..\filter.h,14995,2014-05-25
..............\...\..\filter.htm,17434,2014-05-25
..............\...\..\filter.rc,1041,2014-05-25
..............\...\..\filteruser.h,3554,2014-05-25
..............\...\..\flt_dbg.c,8257,2014-05-25
..............\...\..\flt_dbg.h,4669,2014-05-25
..............\...\..\icmp.c,754,2014-05-25
..............\...\..\icmp.h,1387,2014-05-25
..............\...\..\ip.c,761,2014-05-25
..............\...\..\ip.h,2075,2014-05-25
..............\...\..\makefile,637,2014-05-25
..............\...\..\netlwf.inf,2898,2014-05-25
..............\...\..\precomp.h,294,2014-05-25
..............\...\..\htm" target=_blank>sources,623,2014-05-25
..............\...\..\tcp.c,481,2014-05-25
..............\...\..\tcp.h,309,2014-05-25
..............\...\..\udp.c,383,2014-05-25
..............\...\..\udp.h,217,2014-05-25
..............\...\..\utilities.h,530,2014-05-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CopyQQ2
    仿造QQ写的一个聊天程序,用于学习网络编程, 熟悉网络编程的知识(Fake QQ write a chat program for learning network programming)
    2012-05-15 14:55:14下载
    积分:1
  • modbus TCPIP协议client-Server端源代码
    利用vc++实现modbus tcp通信(Using vc++ to implement Modbus TCP communication)
    2018-02-24 17:45:27下载
    积分:1
  • 多功能聊天
    利用VC++6.0来实现一个类似QQ的聊天程序。本程序只实现添加好友,文字聊天,文件传输和语音聊天4大功能。(VC 6.0 to achieve a similar QQ chat program. This procedure will only add to achieve good friend, text chat, file transfer, and voice chat four major functions.)
    2020-06-26 08:00:02下载
    积分:1
  • Getmacofremotemachine
    获取远程机器的MAc地址,运行环境VC++ (get MAC of remote machine)
    2009-05-10 17:27:13下载
    积分:1
  • PortScan
    端口扫描器。 本扫描器实现了:TCP Connect 扫描,TCP SYN扫描,TCP Fin扫描,TCP ACK扫描及UDP端口扫描,这些扫描能够实现扫描特定IP地址范围内端口和扫描某IP地址范围内全部主机特定端口两种模式,并且SYN扫描能够区分端口开放、端口关闭和被防火墙过滤三种状态。(Port scanner. The scanner realized: TCP Connect Scan, TCP SYN Scan, TCP Fin Scan, TCP ACK scan and UDP port scan, the scan can scan a specific IP address range of ports and scanning a range of IP addresses all host two specific ports mode, and can distinguish SYN scan open ports, port closed and the three states firewall filters.)
    2020-11-25 00:59:32下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • CDNS_demo
    说明:  DNS解析系统,通过发送DNS协议包到DNS服务器来获取DNS(DNS analysis system, the agreement by sending a DNS packet to the DNS server to obtain the DNS)
    2021-01-23 21:48:39下载
    积分:1
  • UDPSERAPP
    基于UDP协议通信 实现电脑之间的字符通信 简单的聊天功能(character communication based on UDP )
    2014-09-19 11:46:58下载
    积分:1
  • jk
    说明:  加载所有模块,可以在网上搜索,供下载者的需要,(Load all modules, you can search the Internet, the need for those who download)
    2012-06-23 15:06:51下载
    积分:1
  • webspider
    说明:  可以从网络上下载网页,采用多线程编程技术,下载速度更快,并可以记录下载网页数量(network can be downloaded from the website, using multithreaded programming techniques, faster download speeds and can be downloaded from the website record number)
    2005-09-11 09:10:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载