搜索资源列表
TCPIPAnalyse1
- tcp,ip解析,将监控下来的网络数据,解析出各协议段数据,并提取有用数据。-tcp, ip, analyze, and control down to the network data, analytical out of the agreement, and to extract useful information.
dns_r
- 这是一套完整 DNS 查询解析工具, 相当于DOS/UNIX下的 nslookup, 相当好用. 可以让你知道要如何查网域的 MX, NS, Address 等数据, 是写网络程序的你一定要知道的知识!-This is a complete DNS inquiries analytic tools, the equivalent of DOS / UNIX under the nslookup. very handy. can let you know how to check domain M
AnalyzeTCP_WinPcap.cpp
- 该程序通过利用WinPcap提供的函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)将数据包捕获。并在dispatch_handle(u_char *,const pcap_pkthdr *header,const u_char *pkt_data)中通过编写代码实现解析。
FileCap
- 基于wipcap的监测流过电脑的数据报的小程序。TCP握手过程,报文的解析
LanSniffer
- 利用抓包的sdk捕获网卡上的数据包,分析包的头部,一层一层的解析,ip,icmp,tcp,最后手动的重组这些包,复现原来的网页,有助于理解tcp/ip协议
ry-http
- 这是一个用C语言编写的http信息的解析器。能够解析请求数据和相应数据。在关于http应用系统的开发中可以利用它。-This is a parser for HTTP messages written in C. It parses both requests and responses. Http application on the development can take advantage of it.
VC-UDP
- VC实现的基于UDP的实时数据传输源代码及程序解析-VC to achieve real-time data transmission based on UDP source and analytical procedures
FrameParser
- Ethernet帧结构解析程序,包括对源地址、目的地址、数据的解析,同时包括CRC校验。-Ethernet frame structure analysis procedures, including the source address, destination address, data analysis, while including the CRC.
capture
- 本程序的主要目标是展示如何解析所捕获的数据包的协议首部。这个程序可以称为UDPdump,打印一些网络上传输的UDP数据的信息。-This procedure
IPv6_Final
- Pv6协议研究软件源代码 其中包括了一个我们自己编写的用于数据报文加IPv6格式的报头;解析IPv6的 128 位地址的类库。-Protocols Pv6 software source code, including a preparation for our own data plus IPv6 packet header format 128 Analytical IPv6 address of the library.
IPv6HeaderDll
- IPv6HeaderDll工程源代码,其中包括了一个我们自己编写的用于数据报文加IPv6格式的报头;解析IPv6的 128 位地址的类库。 -IPv6HeaderDll project source code, including a preparation for our own data plus IPv6 packet header format 128 Analytical IPv6 address of the library.
ip_test
- 解析IP数据包的程序的源码!!捕获网络中的IP数据包,解析数据包的内容-Analytical procedures for IP packet source! ! Capture IP packets on the network, parse the contents of the packet
catch-ip-packet
- 利用原始套接字捕获并解析双协议栈下IPv6数据包.txt-Capture and analysis using raw sockets under IPv6 dual stack packets. Txt
lunwen
- 功能描述: 1. 能够捕获所有进出本主机的数据包完整显示数据包头信息和内容。 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP 2. 以十六进制显示报文每个字节内容(包括头和数据),指定某个字段时,使相应字节高 亮显示。如点击IP Source Address(解析树中IP源),则相应的四个字节高亮。 3. 可以设置过滤,指定IP地址,指定报文类型(TCP,UDP,ICMP,ARP,RARP),指定方 向(A地址-&g
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
Network-protocol
- 编写一个简化的协议分析器,了解数据通过网络传输时的封装与解析过程,加深理解TCP/IP协议栈的工作原理和网络应用软件开发能力-The preparation of a simplified protocol analyzer, data transmission through a network when the package with the parsing process, deepen the understanding of TCP/IP protocol stack of the
GetMas
- 能够检测并截获局域网内部所传送的数据帧 但解析出来可识别的只有源IP地址和目标IP地址 其发送的内容可以截获但显示出来都是二进制乱码 应为无法判断是什么类型的文件-Able to detect and intercept the data frame transmitted by the internal LAN, but to parse out recognizable only the source IP address and destination IP addresses to se
The-IP-data-packet
- ip数据包捕获与解析.简介: 捕获IP数据包并且对其进行解析是进行数据流分析的一个简单的应用,这是一个应用win console application编的c程序。-This is a IP data obtain c Program
ARP数据包解析
- 将一个定义的ARP数据包保存在数组,编写解析该ARP各个字节含义,如MAC地址或者其他