搜索资源列表
ipfilter.zip
- 一个IP数据包过滤工具库源码,含有一个IPMonitor程序,可以查看所有IP包头信息。对编写包过滤防火墙很有用
封包过滤
- vc实现的一个简单防火墙,主要是封包过滤的功能,特别是内核协议的开发值得研究-vc achieve a simple firewall, packet filtering is the main function in particular, the development of core agreement worth studying
fhqym
- 防火墙编程之封包过滤 原代码 vc++ + ddk-firewall packet filtering each source vc
Xfiltercoad.rar
- 费尔防火墙完整的源代码。 费尔个人防火墙采用两种封包过滤技术: 1. 应用层封包过滤,采用 Winsock 2 SPI。 2. 核心层封包过滤,采用 NDIS-HOOK。,Fairbanks, complete source code for a firewall. Fairbanks Personal Firewall uses two types of packet filtering technology: 1. Application-layer packet filtering
firewall.rar
- 这是关于原始套接字包过滤防火墙的源代码,希望大家可以下载学习指教,This is about raw socket packet filtering firewall source code, hope that we can download to learn Zhijiao
IpPacaageFilter
- IP数据包过滤,实现防火墙功能。压缩包中包含测试程序。-IP packet filtering, firewall implementation function. Compressed package that contains test procedures.
cvery_83618007
- 包过滤防火墙的设计与研究 基于C++ 这是我毕业设计时候弄的 不好的地方清大家指教-Packet filtering firewall design and research-based C++ This is my graduation project of a bad time to get everyone where clearance advice
firewall
- 费尔防火墙源代码,学习个人防火墙处理流程可以借鉴。包括两层数据包过滤,比普通防火墙更有学习价值。-Fairbanks firewall source code, learn personal firewall can learn from the process. Includes two packet filtering, a firewall is more than learning the value of the ordinary.
2003819926451
- 包过滤路由器与包过滤防火墙具有同一功能,如2。1。1部分所述。 The packet filter rout provide the same functionality as the packet filter firewall describe in section2.1.1. 代理防火墙比包过滤器防火墙易于保持更多的上下文 The proxy firewall maintain context more easily than the packet filter firew
FITER
- 基于Filter—Hook Drive设计个人防火墙-Based on Filter-Hook Drive Design of Personal Firewall
ReleaseSource
- Windows防火墙源代码,NDIS网络数据包拦截,底层数据包过滤。监视TCP/IP封包,并根据设定的规则对网络封包做拦截或放行的动作,从而可以对TCP/IP封包做一层过滤来达到防止黑客攻击的目的。-ndis
firewall
- 实现简单的包过滤防火墙 开发平台: windows XP SP2 -Simple packet filtering firewall
firewall
- 可以实现在WINDOWS下基于tcp,udp以及icmp协议的数据包过滤的简易防火墙-Simple firewall that can be achieved under WINDOWS tcp, udp and icmp protocol-based packet filtering
tPhooenixFFWh
- 该程序源码是实现一个小型的防火墙的设计。。是一种基于包过滤技术的实现。 -The program source is a small design of the firewall. . Is based on packet filtering technology.
firewalldrv
- 简单包过滤防火墙驱动代码,其中包含了比较详细的说明-Simple packet filtering firewall driver code, which contains a more detailed explanation
FirewallS
- VS2010开发的基于IP包过滤的个人防火墙,其中包含了全局驱动开发,IP钩子应用相关内容。-VS2010 development personal firewall based on IP packet filtering, which contains the global driven development, IP hook application related content.
Firewall
- 一个基于Filter-hook drive 设计的数据包过滤防火墙,利用设定好的过滤规则对访问的数据包进行过滤,实现防火墙的功能。-Filter-hook drive-based packet filtering firewall design, the use of the filter rules for access to packet filtering firewall functionality to achieve.
Service-repeater
- 消息包转发,实现包过滤和非法消息报IP黑名单,为服务端提供类似外层防火墙功能,减少服务端遭受恶意攻击风险。-Packet forwarding, packet filtering and illegal Izvestia IP blacklist to provide similar functionality to the outer firewall server, reducing the server malicious attack risk.
新建文件夹 (2)
- 包过滤防火墙,用VC++6.0实现,分应用程序和驱动程序两部分,解压即可。(Packet filter firewall, VC++6.0 implementation, application and driver two parts, unzip.)
基于VC++的包过滤防火墙
- 本文先介绍了个人防火墙开发的研究现状、VC++6.0和MFC程序的一些技术特点,然后对基于包过滤个人防火墙的开发进行了详细的介绍和描述。通过本文可以清楚地看到一个普通个人防火墙的开发过程。本防火墙中,用户可以自行设定过滤规则,以达到对不同源和不同目标的IP地址、端口和协议的过滤。允许用户将当前规则保存为*.rul的文件格式,供下次使用时直接导入。 本防火墙由以下几个模块组成:过滤规则添加模块,过滤规则显示模块,过滤规则存储模块,文件储存模块,安装卸载规则模块,IP封包过滤驱动功能模块。用户只需要