搜索资源列表
AnalyzeIPv4_WINSOCK.CPP
- 以命令行形式运行,解析IP数据包,将结果记录于logfile文件中,按ctrl+c退出
analysisippacket
- 详细解析ip数据包的源程序,可通过此程序,详细的分析ip数据包的内容
SniffScoket 实现IP解析数据包
- 实现IP解析数据包,比较方便,界面接口,用C#实现,程序代码较短-For IP packet analysis, more convenient, interface interface, using C# implementation code shorter
IPAnalyse
- 解析IP数据包,熟悉ARP数据包的结构,对ARP数据包有更好的理解与认识-IP
sniffer
- 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。 能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况) 能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例
NetTool
- 在visaul studio 2008的MFC框架下,使用winpcap开发的局域网数据包捕获工具,能够捕获ip,tcp.udp数据包并解析数据所内容。还可以发送用户自定义的ARP数据包。-Visaul studio 2008 in the MFC framework, the development of local area network using WinPcap packet capture tool that can capture ip, tcp.udp packet and co
IP-hello
- IP数据包的捕获与解析,用windows api函数编写,用于网络抓包,可以获取所有到达本网卡的数据包,只抓ip包。-IP packet capture and analysis, prepared by windows api function for the network capture, you can access all of us card arrived packets, only packets ip grasp.
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,完成数据包解析、判
jiexiIPshujubao
- 利用C++设计的解析IP数据包程序,功能为捕获网络中的IP数据包,接续数据包的内容,将结果显示在比准输出上,并同时写入日志文件。-Design using C++ IP packet analysis procedures for the capture function in the IP packet network, connecting the contents of the packet, the results show that the output than the standa
ip_test
- 解析IP数据包的程序的源码!!捕获网络中的IP数据包,解析数据包的内容-Analytical procedures for IP packet source! ! Capture IP packets on the network, parse the contents of the packet
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-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
Analytical-IP-packet
- 解析IP数据包,是用来捕获地址及其他重要信息的-Resolve the IP packet is used to capture the address and other important information
Ip-date
- 建立一个进行IP包解析并显示的线程,进行解析IP数据包,然后显示IP数据包。-For the establishment of an IP packet analysis and display of threads for analyzing IP packet, the IP packet is then displayed.
解析IP数据包
- 有关IP数据包解析的小Demo(Small Demo of IP packet resolution)
IP层数据包解析
- 提供对网络的IP数据包进行解析,包括对协议类型、源IP地址、目的IP地址、数据信息等进行解析。(Provide an analysis of the IP packets on the network)
ip数据包的捕获与解析
- ip数据包的捕获与解析,是一个实验报告,里面详细的解释ip数据包的捕获与解析,包含源代码(Capture and analysis of IP data packets)