搜索资源列表
5
- IP地址将不同的物理地址统一起来,从而将物理地址隐藏起来,上层软件使用IP地址标识结点。但是,两台计算机只有在知道彼此的物理地址时才能进行通信。 IP数据包常通过Ethernet发送。Ethernet设备并不识别32位IP地址,它们是以48位MAC地址传输Ethernet数据包的。因此,IP驱动器必须把IP目的地址转换成Ethernet网络目的地址。这两种地址之间存在着某种静态的或动态的映射,通常需要查看一张表来进行这种映射。地址解析协议(Address Resolution Proto
IPAnalyse
- 解析IP数据包,熟悉ARP数据包的结构,对ARP数据包有更好的理解与认识-IP
ip
- 利用winpcap对ip数据包解析,显示ip数据包的头部所有信息-Use winpcap on ip packet analysis shows that the head packet ip all the information
Traffic_Analyzer
- 需要实现的功能目标是: 1. 网卡、适配器的显示和选择 2. 获取局域网内活动主机 3. 数据包的接收 4. 数据包的解析 5. 选择活动主机列表中一个或多个主机 6. 捕获数据包并进行概要信息显示 7. 显示IP流量统计信息 -Need to achieve functional objectives are: 1. Card, adapter display and option 2. Activities within the LAN hosts to ob
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
Protocolanalysisogasprocess
- 协议分析气程序:包含了一下功能,数据采集,解析Ethernet网数据帧头部的全部信息,实现基于MAC地址和帧头部类型字段的数据包过滤,解析IP数据包的头部信息,实现基于IP地址和IP有协议的数据过滤,对ICMP解析,解析TCP/UCP头部信息,实现端口数据包过滤,实现应用层HTTP协议头部分析-Protocol analysis gas program: includes what functions, data acquisition, Ethernet network data frame
ip_test
- 解析IP数据包的程序的源码!!捕获网络中的IP数据包,解析数据包的内容-Analytical procedures for IP packet source! ! Capture IP packets on the network, parse the contents of the packet
IP
- IP数据包的截获与解析,很全的,网上很多类型的都故意丢掉头文件,不给大家,很无语!-IP packet interception and analysis, it is full, and the Internet have intentionally lost many types of header files, not to you, it is silent!
ip-data
- 所设计程序能够捕获网络中的IP数据包,解析数据包的内容,显示数据包内容并同时写入日志文件。 -The design process can capture IP packets in the network, parse the contents of the packet, showing the contents of data packets and also written to the log file.
TCPS
- 计算机网络+课程设计源代码和实验报告+帧封装、IP数据包解析和发送TCP数据包-Computer Network+ curriculum design source code and test reports+ frame encapsulation, IP packet analysis and send TCP packets
IPdata-package
- TCP/IP协议定义了一个在因特网上传输的包,称为IP数据报。这是一个与硬件无关的虚拟包, 由首部和数据两部分组成,ip数据包解析-ip data package
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
ip-data-packet
- 程序主要由三部分构成:初始化原始套接字,反复监听捕获数据包和解析数据包。主要功能在于获取IP数据包和解析IP数据包。退出程序时可以自动生成日志。-The program is mainly composed of three parts: initialize raw socket, repeated listening to capture packets and parse the data packet. The main function is to obtain the IP pack
The-IP-data-packet
- ip数据包捕获与解析.简介: 捕获IP数据包并且对其进行解析是进行数据流分析的一个简单的应用,这是一个应用win console application编的c程序。-This is a IP data obtain c Program
SniffScoket
- 解析IP数据包,获取本机IP数据,并予以解析-IP packet analysis to obtain the local IP data
Analytical-IP-packet
- 解析IP数据包,是用来捕获地址及其他重要信息的-Resolve the IP packet is used to capture the address and other important information
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
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
解析IP数据包
- 有关IP数据包解析的小Demo(Small Demo of IP packet resolution)
IP层数据包解析
- 提供对网络的IP数据包进行解析,包括对协议类型、源IP地址、目的IP地址、数据信息等进行解析。(Provide an analysis of the IP packets on the network)