搜索资源列表
网络实验
- 程序要求: 1)以命令行形式运行:ipparse logfile,其中ipparse是程序名,logfile是记录结果的日志文件 2)以标准输出和日志文件中写入捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址、目的IP地址 3)当程序接收到键盘输入Ctrl+C时退出
高层API库,主要用C语言编写
- 是一个高层API库,主要用C语言编写,为应用程序设计人员提供了网络数据包的构造,处理和发送等功能接口-Is a high-level API libraries, mainly in C language, designed for the application of network data packets provide the structure, processing and distribution functions Interface
ipMon_zw_2K
- Windows 2K和XP下的网络数据包截获程序,可以用来分析网络协议,如RTP,RTSP等-Windows 2K and XP under network packet intercepted procedures, can be used to analyze network protocols such as RTP, RTSP, etc.
PackInter
- 网络截获和分析IP数据包的程序,功能很强大-Networks and analysis of intercepted IP packet procedures, functions very powerful
zhuabao
- 利用WipCap捕获网络数据包并分析数据包,含源代码和工程文件,学习网络数据包捕获分析以及WinPcap的好程序-WipCap use of network packets capture and analyze packets, including source code and project files, learning network packet capture analysis, and a good program WinPcap
CaptureIP
- 提取捕获和分析ip数据包的小程序.DELPHI语言编写.-Extraction and analysis of captured packets ip applet. DELPHI language.
sniffer_src
- sniffer程序的源代码实现,可以实现数据包的抓取和协议分析-kaoqin sourcecode
capture
- 基于winpcap的数据包捕获程序,可以统计UDP,TCP,ICMP,ARP,IGMP包的数量以及从本机发送和本机接收到得数据包的数量-Based on winpcap packet capture program, you can statistics UDP, TCP, ICMP, ARP, IGMP, and the number of packets sent from the machine and the machine was received by the number of p
MyFramer
- Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8
Arp
- 使用ARP协议获取局域网内活动主机物理地址 Ethernet是目前使用广泛的局域网,基于802.3协议,主机之间的通信是通过网络适配器上唯一的MAC地址来完成。 本次任务基于ARP协议编写程序,实现获取本局域网内所有活动主机的MAC地址与IP地址的映射列表的功能。 在使用Winpcap第三方开发包的基础上,程序自身实现ARP数据包的封装,并利用Winpcap的相关函数实现ARP包的发送、接受和解析工作。显示局域网内活动主机MAC地址和IP地址对应关系。 -Get the host
Tracert
- Tracert程序 Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。 本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时
Protocolanalysisogasprocess
- 协议分析气程序:包含了一下功能,数据采集,解析Ethernet网数据帧头部的全部信息,实现基于MAC地址和帧头部类型字段的数据包过滤,解析IP数据包的头部信息,实现基于IP地址和IP有协议的数据过滤,对ICMP解析,解析TCP/UCP头部信息,实现端口数据包过滤,实现应用层HTTP协议头部分析-Protocol analysis gas program: includes what functions, data acquisition, Ethernet network data frame
wap_final
- 捉局域网内的数据包并重点关注http传输数据内容是否有某些特定词汇,程序基于winpcap和gtk及gzip开发包,分别用于捕捉数据包,开发图形界面和解压http传输数据-LAN packet capture and transmission of data focusing on the content of http whether certain terms, procedures, and based on gtk gzip winpcap and development kits, w
pca
- 从网络上截获的数据总是很多很杂的,而且有很多重复的,雷同的信息。为了能够更快速的从这些数据中获得信息,就需要对这些信息进行提炼和分析。这个PCA程序就是实现数据归类的,它能从大量多维的信息中提取主要的信息,即主成分,通过对这些个小数量的主成分进行分析,可以更快速有效地得到结果。-Intercepted from the network data is always a lot of very complicated and there are many repeated, identical i
code_v6-version
- 是一个高层API库,主要用C语言编写,为应用程序设计人员提供了网络数据包的构造,处理和发送等功能接口-Is a high-level API libraries, mainly in C language, designed for the application of network data packets provide the structure, processing and distribution functions Interface
ARP-packets-analysis
- 本课程设计的目的是设计一个系统,它能够实现对网络上的ARP数据包的解析,从而熟悉ARP数据包的结构,对ARP协议有更好的理解和认识。了解并熟悉Microsoft Visual C++ 6.0开发环境的使用,在该软件平台上进行工程的建立和程序开发,理解和掌握C++语言的程序设计和针对一些常用的网络协议的编程。-This course is designed to design a system that enables ARP on the network packet analysis, and
WINPCAP
- 展示了如何使用WINPCAP-API的不同的功能,它作为一个使用指南被划分为一系列的课时来带领读者循序渐进的体会PCAP的程序设计的魅力:从简单的基本功能(如获取网卡的列表,数据包的捕获等)到统计和收集网络流量等高级功能。-Shows how to use WINPCAP-API of the different functions, it acts as a user guide is divided into a series of lessons to take the reader st
socket-recive-IP
- 本程序利用winpcap实现IP数据报的接受和解析-the function of this program is receving the IP packet and analyze it.
lzy1238721
- 开发出一个Windows平台上的Sniffer工具,能显示所捕获的数据包并能做相应的分析和统计。主要内容如下: 列出监测主机的所有网卡,选择一个网卡,设置为混杂模式进行监听。 捕获所有流经网卡的数据包,并利用WinPcap函数库设置过滤规则。 分析捕获到的数据包的包头和数据,按照各种协议的格式进行格式化显示。 将所开发工具的捕获和分析结果与常用的Sniffer进行比较,完善程序代码。 -Based
mypcap3
- 程序应能对数据包进行解析, 显示捕获数据包的主要字段,并重新计算校验和。(The program should be able to parse the packet, show the main fields that capture the packet, and recompute the checksum.)