搜索资源列表
ldmsapp
- 数据包捕获,协议分析- Data packet capture, protocol analysis
tcpip_lib4
- 老外的TCPLIB 里面包括了很多东西,比如Sniff,以及IGMP封包,TCP封包,UDP封包等等封包创建程序,以及隐匿扫描端口程序和很多很多一共有10多个基于这个LIB的实例程序。为了让目录比较整洁,本来可以拆成10个源码的我把他压缩在了一起。-of the foreigners TCPLIB includes a lot of things, such as Sniff and IGMP packets, TCP packets, UDP packets, and so on the pa
wpcap_samples
- WinpCap开发包例子:1. devicelist.c 获得本机网络设备的列表 2. cappacket.c 抓取网络中的数据包 3. sendpacket.c 发送自己填充的一个数据包 4. statics.c 对网络中的数据进行统计 5. filter.c 按指定规则对捕获的数据包进行过滤-WinpCap development kits examples : 1. devicelist.c access the computer network equipment list 2. cap
win2k下用winsock原始套接字抓包
- win2k下用winsock原始套接字抓包,从事SOCKET编程-win2k using protocols of the original socket capturing Packet engaged Socket Programming
ethereal-0.10.10.tar
- ethereal-0.1 0.tar.gz,把后缀改为bz2,这是个监视网络数据包的软件源代码,这个软件特别好使,我一直在用-Ethereal - 0.10.10.tar.gz, bz2 suffix instead, it is a surveillance network packet software source code, the software so special, I have been in use
HTTP发包抓包程序
- http发报抓包程序工具的编程实现,用VC编写,有很好的学习意义。-http transmitters capturing Packet procedures programming tools, VC prepared, have a good sense of learning.
数据包获取程序
- 获取数据包柄对其进行分析,分析数据包类型,及相关协议种类-access data packets handles its analysis and packet type, and the relevant agreements types
vcmessenger
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming ste
状态检测
- 可以检测网络状态,包挂是否伤亡,打开生么网址很好-can detect network state, linking packet casualties, the website opened Mody good health
使用Java控制UDP协议
- UDP在网络中用于处理数据包,本文实现在java中操纵UDP.-UDP is used for dealing with data packet. This file is implementing that how to control UDP protocol with Java
qqsniffer.src
- 一个可以从网络上,查QQ包文的软件,具体QQ包文的,加密和解密功能,能实时查看网络上正在活动的QQ的包文,大家可以下载研究一下!-one from the network, check QQ software packages text, the specific text of the packet QQ, encryption and decryption functions, real-time view network is the text QQ package, we can loo
wincap源码
- WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level packe
libpcap-0.9.1
- linux下的抓包程序,主要讲述在linux下面如何实现抓包-of capturing Packet procedure, described below in linux how capturing Packet
自动升级程序精简版(支持断点下载)
- 可支持在线自动升级程序,及完全支持断点下载文件包功能。-support online automatic update procedures, and fully supports breakpoints download packet functions.
NetworkMonitor_src
- 网络包监视,检测,能够遍历所有工作组网络成员及不同工作组成员-packet network surveillance, detection, to traverse all working group members of the network and various members of the Working Group
ndis驱动程序代码
- 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\\programs\\NTDDK \\src\\network\\ ndis\\pac
1570
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming ste
pingwork
- 本ping程序实现了ping.exe的基本功能,并且使用了ip报文中记录路由的字段,实现了路由记录功能,并附详细的说明文档。-the ping program of the basic functions of privileges, and the use of the ip packet routing record fields, achieving record routing function, together with detailed documentation.
ip2K
- 下面就给出一个简单的示例,该示例可以捕获到所有经过本地网卡的数据包,并可从中分析出协议、IP源地址、IP目标地址、TCP源端口号、TCP目标端口号以及数据包长度等信息。-Now, given a simple example, the sample can catch all through local LAN data packets can be analyzed from the agreement, IP source address, IP destination address, s
信使小精灵聊天工具
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。 -messenger elf is a simple chat tools. A major demonstration is the main network programming