搜索资源列表
install driver
- 这个程序说明了如何编写网络中间层驱动的安装程序,该程序功能强大,可以查询,卸载已经安装的网络协议,网卡.-the process of how to prepare middle layer network driver installation procedures, the procedures powerful, can find, uninstall already installed network protocols, network card.
1336ndis
- ndis协议驱动编程,在网络层形成过滤层,可抓包,解析等功能
dian
- PPP拨号上网协议栈,通过串口编程,实现PPP拨号网络底层协议以及TCP/IP协议,主要用于GPRS,CDMA,电话拨号等通信领域
network
- 网络驱动开发,包括自定义网络协议。共同研究
探索NDIS HOOK新的实现方法
- NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
virtualSever.rar
- 在Windows2K操作系统上虚拟出若干串口设备,这些虚拟串口设备作为 TDI Client 将串口应用程序(比如超级终端)读写串口设备的操作通过网络的方式传递到远端,即将应用程序写入的数据以UDP协议发送到远端目标机器的指定端口;监听本机指定端口,将所有在此端口收到的UDP报文数据提交给应用程序。,At the operating system on virtual Windows2K a number of serial devices, such as a virtual serial p
NDIS_driver.rar
- NDIS协议驱动开发,请参考DDK里面的packet代码阅读本文,NDIS protocol driver development, please refer to the packet code inside DDK read this article
net
- CS8900网络控制芯片的初始化源代码。包括寄存器和网络协议等部分的头文件。-CS8900 network control chip initialization source code. Including registers and network protocols such as part of the header files.
httpdisk
- httpdisk 是一个windows上虚拟磁盘驱动,能够透过http协议挂载网络服务器上的磁盘或cd/dvd镜像.同时在此驱动也展示了如何通过tdi协议进行内核层网络通信.-HttpDisk is a virtual disk driver for Windows that uses HTTP to mount disk or CD/DVD images from a web server. It is also a demonstration on how to do network com
ProtocolDriver
- 是网络的协议驱动源代码框架,对想过滤网络数据的初学者很有帮助-Is the network protocol driver source code framework, and would like to filter network data useful for beginners
Tamir.SharpSSH
- SFTP即加密文件传输协议(Secure file transfer protocol) ,与FTP不同的是,指令与数据在传输过程中都是经过加密的,防止在网络传输过程中密码和敏感信息被盗取。为了使用.Net来实现这一过程: 1.安装SFTP Server测试环境: 下载setupssh.exe 在服务器上按照提示安装setupssh.exe 打开一个命令行,找到OpenSSH目录(默认:C:\Program Files\OpenSSH) 创建Group mkgro
UDP_Trans
- 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
ndisprot
- ndis协议驱动实现,过滤网络数据,并打印输出-ndis protocol driver implementation to filter network data and printouts