搜索资源列表
asp蜘蛛查询软件
- 使用方法: 将本代码加入要统计的文件中,其中路径改为你的路径 <!--#include file="路径/stat.asp" --> 蜘蛛访问后系统会生成日志文件放在:/目录log/data/下。 察看日志请访问:http://网址/目录/log/log.asp 可以识别:Google蜘蛛B,Google蜘蛛A,百度蜘蛛,微软蜘蛛,inktomi蜘蛛,openbot蜘蛛,Alexa蜘蛛,yahoo蜘蛛,Survey蜘蛛等。 文件收集于网络。我在这里重发
format_cap.rar
- WinPCap格式cap文件的读取,有使用说明,Winpcap cap file format to read
iftable
- 利用GetIfEntry获取本机网络流量,其中包含了需要使用到的IPHLPAPI.lib,和IPHLPAPI.h相关文件,采用vc6.0编译通过-GetIfEntry get the machine to use network traffic, which includes the need to use to the IPHLPAPI.lib, and IPHLPAPI.h relevant documents, compiled by using vc6.0
Websharp2004
- WebSharp的源代码,若要使用的话,在IIS中创建相应的虚拟目录,里面还有相关的数据库文件,相信你会有所收获-WebSharp source code, if used, in the IIS to create a corresponding virtual directory, along with related database file, you will gain
119128630sddsf
- VC下载程序源代码,内有详细的代码,可直接运行使用。希望对进行下载程序开发的程序员有所帮助。FTP、HTTP 多线程断点续传下载文件-VC download the source code, which has a detailed code, can be directly used to run. Wish to download the procedure developed by programmers help. FTP, HTTP multithreaded HTTP downloa
29782200httpftdsfdsfp
- VC下载程序源代码,内有详细的代码,可直接运行使用。希望对进行下载程序开发的程序员有所帮助。FTP、HTTP 多线程断点续传下载文件。-VC download the source code, which has a detailed code, can be directly used to run. Wish to download the procedure developed by programmers help. FTP, HTTP multithreaded HTTP downlo
109201281ssadfgfe
- VC下载程序源代码,内有详细的代码,可直接运行使用。希望对进行下载程序开发的程序员有所帮助。FTP、HTTP 多线程断点续传下载文件。-VC download the source code, which has a detailed code, can be directly used to run. Wish to download the procedure developed by programmers help. FTP, HTTP multithreaded HTTP downlo
200602162032172321
- VC下载程序源代码,内有详细的代码,可直接运行使用。希望对进行下载程序开发的程序员有所帮助。FTP、HTTP 多线程断点续传下载文件。-VC download the source code, which has a detailed code, can be directly used to run. Wish to download the procedure developed by programmers help. FTP, HTTP multithreaded HTTP downlo
IPv6_packet_analyzer
- 使用winpcap4.02截获Ipv6数据包,并对包的内容进行分析。文件包括源程序、执行文件和文档。-Use winpcap4.02 intercepted Ipv6 packets, and packet content analysis. Documents, including source code, executable files and documents.
wlxs-v5.5
- 基本功能:使用WinPcap开发包,嗅探流过网卡的数据并智能分析过滤,快速找到所需要的网络信息(音乐、视频、图片、文件等)。软件智能化程度高,使用方便快捷。 注:使用网络嗅探器前必须安装WinPcap才能正常使用.-Basic functions: to use WinPcap development kit, sniffing the data flowing through the network card and intelligent analysis filter, quickly
ResPro
- 使用WinPcap抓取数据包并且保存抓取的数据包成pcap文件,该文件可以用Wireshark直接 打开。本源代码拆分数据包协议部分来源于网络,源代码允许大家自由拷贝和使用但请保留 代码的完整性,且在自己源代码著名出处。 作者:吴梦龙 版本:V1.0(仅仅是WinPcap最简单的应用,还有其他模块未完成) 时间:2010年9月25日-Capture packets using the WinPcap packet capture and save into pc
IP-packets-of-capture-in-analysis
- 实验的要求在网络环境,使用VC++编写程序实现捕获网络中的IP数据包,解析数据包的内容,将结果显示在标准输出上,并同时写入日志文件。-The requirements of the experiment in the network environment, use VC++ write programs achieve capture network of IP packets, the contents of the packet analysis, the result showed th
threaded-download-tools
- VC++多线程下载工具开源代码,在网上找的多线程下载工具的源码。供大家学习!本软件为共享软件,软件的功能没有使用时间的限制,也没有注册码的限制。用户可以在非商业目的行为下:将本软件上传到网站上供使用者免费下载,也可将本软件安装到多台计算机内,供用户使用。 软件中的所有文件包括动态链接库、帮助文件、图片等受中华人民共和国箸作权法和版权法及国际公约的保护,未经本作者同意不得以商业行为发表、传播本软件,不得使用汇编和其它编译语言对本软件进行反编译,违者将受到法津制裁。 -VC++ mu
ICMP_App
- ICMP是(Internet Control Message Protocol)Internet控制报文协议。它是TCP/IP协议族的一个子协议,用于在IP主机、路由器之间传递控制消息。控制消息是指网络通不通、主机是否可达、路由是否可用等网络本身的消息。这些控制消息虽然并不传输用户数据,但是对于用户数据的传递起着重要的作用。 安装及使用须知 1、如果用户安装的是Microsoft Visual Studio .NET 2005,那么可以直接打开Code文件夹下的项目,查
HttpTest
- android网络下载文件,主要是http的使用问题-Download file about http used
winpcap
- WinPcap是一个基于Win32平台的,用于捕获网络数据包并进行分析的开源库. 大多数网络应用程序通过被广泛使用的操作系统元件来访问网络,比如sockets。 这是一种简单的实现方式,因为操作系统 已经妥善处理了底层具体实现细节(比如协议处理,封装数据包等等),并且提供了一个与读写文件类似的,令人熟悉的接口。-WinPcap is the industry-standard tool for link-layer network access in Windows environme