资源列表
Aget_arp_codeR
- ARP包的捕获分析((基于Libpcap下)-ARP packet capture analysis ((Libpcap based)
ahdlc
- Asynchronous HDLC routines
AimInfoSend
- email邮件发布一部分 -email
ajax
- ajax示例,通过本示例的学可以简单掌握AJAX的基本特点之一-ajax example, through this example of the school can simply grasp one of the basic characteristics of AJAX
ajax2
- Ajax effectsss for the web developing
alert
- 漂亮的alert想用的话,在你的js代码中加上new AUIAlert()-Alert would like to use beautiful words, in your js code to add new AUIAlert ()
AllQiuZuInfo
- 网站添加系统管理员代码 能添加系统管理员-add admin
amazon
- 利用amazon提供的api,进行的rest应用-use the api for the rest Application
AnalyzeETH_WinPcap.cpp
- 该程序通过利用WinPcap提供的捕获数据包函数,对网络中的数据包进行采集分析。-The program provided through the use of WinPcap packet capture function, the network data acquisition and analysis package.
AnalyzeIPv4_WinPcap.cpp
- 该程序同样通过WinPcap提供的函数,获取网络适配器,利用函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)捕获数据包。-The program provided the same function through the WinPcap, access network adapter, using function pcap_loop (pcap_t* p, int cnt, pcap_handle
AnalyzeIPv4_WINSOCK.CPP
- 以命令行形式运行,解析IP数据包,将结果记录于logfile文件中,按ctrl+c退出-In the form of command-line operation, to resolve IP packets, the results recorded in the logfile document, according to ctrl+ C quit
AnalyzeIPv6_WinPcap.cpp
- 本程序利用WinPcap提供的函数,实现了过滤捕获并解析在纯IPv6环境或双协议栈环境下传输的IPv6数据包。