搜索资源列表
IISLogView
- 这实际上己经是IISLogView的第三个版本了,最初写它的原因是实在无法忍受用记事本去查IIS的日志文件,所以就用BCB写了个小程序,当时的功能也十分简单,就是把IIS的日志文件塞到一个表格控件里面去,让它看起来舒服些。后来又添加了简单的筛选过滤功能,只是使用基本的字符串比较加上一些逻辑组合。因为是为读取IIS日志而设计的所以便命名为IISLogView了,不过实际上它已经可以支持所有的W3C格式的日志文件了,包含WINDOWS防火墙的日志文件。 版权所有 请勿乱传播-by IISLogV
ie_pop
- IE弹出窗口过滤,用一个DLL文件挂在IE上面,不需要EXE文件,截获IE的OnNewWindow事件.-IE pop-up window filter with a DLL files in IE pegged above, no EXE file, IE OnNewWindow intercepted the incident.
NDIS_IM_firewall
- NDIS IM防火墙安装文件和源代码,是学习NDIS中间层过滤最好的参考代码-NDIS IM firewall installation file and the source code is studying NDIS intermediate layer filter the best reference code
IEBLOCK
- 实现根据黑名单或白名单列表对URL地址进行过滤功能。 注册: 1、regsvr32 /s iebho.dll 卸载: 1、regsvr32 /s /u iebho.dll 过滤规则文件: 1、过滤规则文件位于system32目录下,文件名称为urlfilt.sys 2、文件格式为以\\x0a分隔的行,第一行标记缺省是禁止网页访问还是允许, 即是白名单还是黑名单, 网址不能加入http://等头,并且采用模糊匹配方法,例如sina将匹
firewallintext
- 文件名:filemon4。34,文件过滤驱动,最新版的filemon源代码。Sysinternals版 [QuickSYS.0.2.2.zip] - 包含vc源代码,进行驱动开发时,使用该工具自动生成驱动开发框架 [2004-05-12_ExtendingPassthru.zip] - 一个防火墙的程序,大家下下看研究一下 [ExtendingPassthru.zip] - passthru的扩展源码-File Name : filemon4. 34, the paper fi
WinPcap.v4.0.B1.Full.Source.ccrun.732957
- WIN32平台上网络分析和捕获数据包的链接库,可用来分析在线播放的流媒体直接下载地址信息,进行信息包捕获和网络分析,是基于UNIX的libpcap和BPF(Berkeley 分帧过滤器)模型的包。Winpcap是UNIX下的libpcap移植到windows下的产物,他是一个free and open source的项目。Winpcap工作于驱动(Driver)层,所以能以很高的效率进行网络操作。Winpcap提供了以下强大的功能:1.捕获原始的数据包。2.设置filter,只捕获自己敢兴趣的数
FTP
- 1支持站点目录和文件结构浏览。 2支持断线自动重新连接并自动恢复传输。 3文件列表过滤,远程编辑,整个远端目录删除,目录上传下载。同时里面有客户端和服务端的界面,清楚易懂 -1 to support the site visit the directory and file structure. 2 support disconnected automatically re-connect and automatically resume the transfer. 3, filt
fanhq
- linux系统下防火墙脚本框架 在指定的文件中,加入端口\MAC\IP,即可过滤.-linux system under the the firewall scr ipt framework specify the file, add the port \ MAC \ IP, you can filter.
Code
- ARP协议获得局域网内活动主机物理地址程序 本程序需要安装Winpcap,版本为3.1,其他版本可能造成过滤器无法编译。 开发平台: windows XP SP2 Visual Studio.net 2003 本代码已删除资源文件,无法直接编译,仅供参考-ARP agreement activities LAN host physical address procedure This procedure will need to install Winpcap, ve
ftp1
- 1支持站点目录和文件结构浏览。 2支持断线自动重新连接并自动恢复传输。 3文件列表过滤,远程编辑,整个远端目录删除,目录上传下载。 -1 to support the site visit the directory and file structure. 2 support disconnected automatically re-connect and automatically resume the transfer. 3, filter the list of files
2004112612586647
- 本ASP上传组件可同时上传多个文件,并可过滤掉不允许上传的文件(如 asp文件等)。当上传文件与已有文件重名时,可选择“不覆盖”、“覆盖”和“改名”三种处理方式对上传进行控制,并且还可设置自定义文件名。上传完毕后,可取得上传的文件个数,上传成功的文件个数,上传到的路径,以及上传过程中组件内部的重要处理成功与否等等信息。(解压后的WEB目录下是可直接注册使用的组件和ASP示例文件)-The ASP upload component can simultaneously upload multipl
3100905431009083
- 我的程序是在VS2010环境下,通过MFC框架实现的 运行程序步骤:首先找到可执行文件:31009054 窦小敏\StreamAnalysis\Debug\StreamAnalysis.exe 点击StreamAnalysis.exe会出现一个“流量分析”的框架,将要分析的包引入进来,框架右下角有个“分析”按钮,点击将出 现分析结果 我的程序实现的内容是:只保留了TCP和UDP数据包,其它的包全部滤掉,并且计算了UDP和TCP的数量,通过饼图分别得到UDP和TCP占的比例。-My
f
- Windows文件系统过滤驱动开发教程,做P2P和网络硬盘的人需要学习-Windows file system filter driver development tutorial, P2P and network drives do people need to learn
a
- 解析本地的HTML文件并且将文件中的标签过滤掉-HTML file and parse the local file to filter out the tags
daima
- client创建udp原始套接字,将数据存入buf中,进行网络的捕包,从中过滤识别出80端口的包,打印出五元组的信息。server端开启守护进程,接受前端发送的信息,并将其保存到文件中。-create udp raw socket client, the data stored in buf, make the network packet capture, filter identified 80 ports from which the package, print out the five
sfilter
- file spy is a filter monitor
FreeFileSync_v4.2_source
- FreeFileSync是一个易于使用的开放源码文件夹同步和比较软件,简单易用。 FreeFileSync[1] 首先是文件同步功能,可以在指定的两个文件夹之间进行单向或双向的同步,点击程序窗口右上方的绿色齿轮图标可以设置相关参数;期间也可以自定义需要筛选的文件,有“包括”和“例外”两种过滤方式,定义需要过滤的文件类型,这就看个人需要了。-FreeFileSync is an easy to use open source software folder synchronization and
virus-filter-driver
- 基于文件过滤驱动的内核病毒防火墙技术 File-based virus filter driver kernel firewall technology-File-based virus filter driver kernel firewall technology
spider
- 多线程网络蜘蛛。功能:1、下载指定网址的网页文件,并可获得服务器的http响应信息。 2、可过滤出下载网页源码中的链接-Multi-threaded web spider. Features: 1, download the specified URL web page file, and to get the server s http response information. 2, can filter out the link to the download page source
update
- 组件模块更新简单结构,通过架设iis建立一个web服务端存放需要更新的文件信息,pc端起开下载web上的更新新,然后比对本地文件过滤是否进行更见更新.-Update the simple structure of component modules to build a web server storing the file information needs to be updated through the erection of iis, pc porting open on the do