CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 驱动编程

文件名称:XFILTER2_FOR_9X_2K_XP

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2008-10-13
  • 文件大小:
    914.85kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度



    费尔个人防火墙 2.1 源程序

   版权所有 (C) 费尔安全实验室

     http://www.xfilt.com

     xstudio@xfilt.com

     2002 年 12 月 22 日

===============================================================



在使用费尔个人防火墙源程序之前,请首先阅读用户许可协议(本目录

的 License.txt 文件)。



费尔个人防火墙 2.1 源程序包括 XFILTER.EXE, XFILTER.DLL,

XPACKET.VXD ( 限于95/98/ME版 ) , XAPCKET.SYS ( 限于 2000/XP 版 )

的源程序。



此代码包中没有包含编译后的程序,要获得这些程序可以通过下载安装

包得到。安装包是免费的,使用 ZIP 兼容的压缩方式,用 ZIP 工具解

压。





重要文件/目录说明



Xfilter.dsw   - VC 工作区文件,包括以下工程

    - TcpIpDog\\TcpIpDog.dsp

    - xfilter\\xfilter.dsp

    - xpacket2k.dsp ( 限于 2000/XP 版 )

    - xpacket9x.dsp ( 限于 95/98/ME 版 )



Common    - 存放公用代码文件

RELEASE - 存放编译后的程序

TcpIpDog - XFILTER.DLL 的代码

XFILTER - XFILTER.EXE 的代码

xpacket2k - XPACKET.SYS 的代码 (2000/XP 版才会有此目录)

xpacket9x - XPACKET.VXD 的代码 (95/98/ME 版才会有此目录)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

XFILTER2_FOR_9X_2K_XP/
XFILTER2_FOR_9X_2K_XP/CodeChange.txt
XFILTER2_FOR_9X_2K_XP/Common/
XFILTER2_FOR_9X_2K_XP/Common/AclManage.cxx
XFILTER2_FOR_9X_2K_XP/Common/AclManage.h
XFILTER2_FOR_9X_2K_XP/Common/BtnST.cpp
XFILTER2_FOR_9X_2K_XP/Common/BtnST.h
XFILTER2_FOR_9X_2K_XP/Common/ColorStatic.cpp
XFILTER2_FOR_9X_2K_XP/Common/ColorStatic.h
XFILTER2_FOR_9X_2K_XP/Common/ControlCode.h
XFILTER2_FOR_9X_2K_XP/Common/CPasseckDialog.cpp
XFILTER2_FOR_9X_2K_XP/Common/Debug.h
XFILTER2_FOR_9X_2K_XP/Common/Filt.h
XFILTER2_FOR_9X_2K_XP/Common/GuiRes.h
XFILTER2_FOR_9X_2K_XP/Common/PacketMonitor.cpp
XFILTER2_FOR_9X_2K_XP/Common/PacketMonitor.h
XFILTER2_FOR_9X_2K_XP/Common/PasseckDialog.cpp
XFILTER2_FOR_9X_2K_XP/Common/PasseckDialog.h
XFILTER2_FOR_9X_2K_XP/Common/Process.cxx
XFILTER2_FOR_9X_2K_XP/Common/Process.h
XFILTER2_FOR_9X_2K_XP/Common/TypeStruct.h
XFILTER2_FOR_9X_2K_XP/Common/XCommon.cpp
XFILTER2_FOR_9X_2K_XP/Common/XCommon.h
XFILTER2_FOR_9X_2K_XP/Common/XFile.cpp
XFILTER2_FOR_9X_2K_XP/Common/XFile.h
XFILTER2_FOR_9X_2K_XP/Common/XFileRes.h
XFILTER2_FOR_9X_2K_XP/Common/XInstall.cpp
XFILTER2_FOR_9X_2K_XP/Common/XInstall.h
XFILTER2_FOR_9X_2K_XP/Common/XLogFile.cpp
XFILTER2_FOR_9X_2K_XP/Common/XLogFile.h
XFILTER2_FOR_9X_2K_XP/License.txt
XFILTER2_FOR_9X_2K_XP/README.TXT
XFILTER2_FOR_9X_2K_XP/RELEASE/
XFILTER2_FOR_9X_2K_XP/TcpIpDog/
XFILTER2_FOR_9X_2K_XP/TcpIpDog/CheckAcl.cpp
XFILTER2_FOR_9X_2K_XP/TcpIpDog/CheckAcl.h
XFILTER2_FOR_9X_2K_XP/TcpIpDog/Codes.h
XFILTER2_FOR_9X_2K_XP/TcpIpDog/LspServ.def
XFILTER2_FOR_9X_2K_XP/TcpIpDog/MemoryFile.cpp
XFILTER2_FOR_9X_2K_XP/TcpIpDog/MemoryFile.h
XFILTER2_FOR_9X_2K_XP/TcpIpDog/Overlapped.cpp
XFILTER2_FOR_9X_2K_XP/TcpIpDog/Overlapped.h
XFILTER2_FOR_9X_2K_XP/TcpIpDog/ProtocolInfo.cpp
XFILTER2_FOR_9X_2K_XP/TcpIpDog/ProtocolInfo.h
XFILTER2_FOR_9X_2K_XP/TcpIpDog/resource.h
XFILTER2_FOR_9X_2K_XP/TcpIpDog/Session.cpp
XFILTER2_FOR_9X_2K_XP/TcpIpDog/Session.h
XFILTER2_FOR_9X_2K_XP/TcpIpDog/StdAfx.cpp
XFILTER2_FOR_9X_2K_XP/TcpIpDog/StdAfx.h
XFILTER2_FOR_9X_2K_XP/TcpIpDog/TcpIpdog.cpp
XFILTER2_FOR_9X_2K_XP/TcpIpDog/TcpIpDog.dsp
XFILTER2_FOR_9X_2K_XP/TcpIpDog/TcpIpDog.h
XFILTER2_FOR_9X_2K_XP/TcpIpDog/xfilter.rc
XFILTER2_FOR_9X_2K_XP/Version.txt
XFILTER2_FOR_9X_2K_XP/WhatNew.txt
XFILTER2_FOR_9X_2K_XP/XFILTER/
XFILTER2_FOR_9X_2K_XP/Xfilter.dsw
XFILTER2_FOR_9X_2K_XP/XFILTER/About.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/About.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclApp.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclApp.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclDialog.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclDialog.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclIcmp.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclIcmp.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclIcmpSet.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclIcmpSet.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclNet.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclNet.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclNetSet.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclNetSet.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclNnb.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclNnb.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclNnbSet.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclNnbSet.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclQuery.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclQuery.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclSet.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclSet.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclSub.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclSub.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclTime.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclTime.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclTorjan.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclTorjan.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclWeb.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclWeb.h
XFILTER2_FOR_9X_2K_XP/XFILTER/AclWebSet.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/AclWebSet.h
XFILTER2_FOR_9X_2K_XP/XFILTER/ButtonST.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/ButtonST.h
XFILTER2_FOR_9X_2K_XP/XFILTER/HtmlHelp/
XFILTER2_FOR_9X_2K_XP/XFILTER/HtmlHelp/HTMLHELP.H
XFILTER2_FOR_9X_2K_XP/XFILTER/HtmlHelp/HTMLHELP.LIB
XFILTER2_FOR_9X_2K_XP/XFILTER/Hyperlink.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/Hyperlink.h
XFILTER2_FOR_9X_2K_XP/XFILTER/Internet.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/Internet.h
XFILTER2_FOR_9X_2K_XP/XFILTER/LogSub.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/LogSub.h
XFILTER2_FOR_9X_2K_XP/XFILTER/MainDlg.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/MainDlg.h
XFILTER2_FOR_9X_2K_XP/XFILTER/MonitorSub.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/MonitorSub.h
XFILTER2_FOR_9X_2K_XP/XFILTER/OnLine.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/OnLine.h
XFILTER2_FOR_9X_2K_XP/XFILTER/ParameterSub.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/ParameterSub.h
XFILTER2_FOR_9X_2K_XP/XFILTER/ProtocolInfo.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/ProtocolInfo.h
XFILTER2_FOR_9X_2K_XP/XFILTER/Register.cpp
XFILTER2_FOR_9X_2K_XP/XFILTER/Register.h
XFILTER2_FOR_9X_2K_XP/XFILTER/RES/
XFILTER2_FOR_9X_2K_XP/XFILTER/resource.h
XFILTER2_FOR_9X_2K_XP/XFILTER/resource.hm
XFILTER2_FOR_9X_2K_XP/XFILTER/RES/Alert.ico
XFILTER2_FOR_9X_2K_XP/XFILTER/RES/bitmap10.bmp
XFILTER2_FOR_9X_2K_XP/XFILTER/RES/bitmap11.bmp
XFILTER2_FOR_9X_2K_XP/XFILTER/RES/BITMAP3.bmp
XFILTER2_FOR_9X_2K_XP/XFILTER/RES/BITMAP4.bmp
XFILTER2_FOR_9X_2K_XP/XFILTER/RES/bitmap5.bmp
XFILTER2_FOR_9X_2K_XP/XFILTER/RES/BITMAP6.bmp
XFILTER2_FOR_9X_2K_XP/XFILTER/RES/BITMAP7.bmp
XFILTER2

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com