搜索资源列表
2120050338_张娜_2
- 一个简单实现Ethernet数据帧封装和计算 CRC 校验的功能的程序,供新手参考-achieve a simple Ethernet data frames Packaging, and CRC calculation of the function of the procedures for newcomers reference
CRC_check_sum
- 用VC实现计算CRC校验和功能的程序,校验和主要用于网络中差错检验与差错控制。
StaticRouter
- 实现路由器的基本功能,掌握路由器的工作原理,进而深入了解网络互联层的工作原理。要求实现一个简单的路由处理程序,应该包括的功能如下:静态路由表的维护,IP数据报的处理,处理IP数据报TTL域中的数值,重新计算IP数据报的头部校验和,生成和处理ICMP报文,显示本机的网络接口、IP数据报的接收情况、IP数据报的选路情况、IP数据报的发送情况。 程序学要和Winpcap3.1一起使用,具体说明见"程序说明.doc"-The realization of the basic functions of
MyFramer
- Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8
CheckSum
- 网络协议中的校验和代码,如何计算校验和。-Network protocols in the validation and code, how to calculate the checksum.
Check
- 网络中 文件传输过程中,数据包中的校验和的计算过程-Network file transfer process, the packet checksum calculation
checksum
- 计算32位数据改动后的校验和,计算32位数据改动后的校验和-32-bit data after calculating the checksum changes
WinpcapSniffer
- 能够详细地解析包结构,并计算IP和TCP校验和-Be able to parse the packet structure in detail, and calculate the IP and TCP checksum
CRC
- CRC校验和计算的程序,C++编写,可编译运行-CRC checksum calculation
DES-CRC-SUM
- des crc校验,累加和计算,集成了DES及CRC计算 累加和计算为一体的计算软件,放便平时的计算-des crc and sum calc
UdpCheckSum
- 刚开始时,服务程序根本接收不到我发的包,用ethereal抓包时发现数据确实是发送出去了,但显示信息表示UDP校验和不正确。 后来发现计算UDP校验和时,我把IP头也计算进去,实际上,UDP的校验和只需要计算从UDP头开始到后面的净荷。 找到问题后觉得十分简单,但如果有些朋友也犯了和我一样的错误的话,希望有所帮助。-UDP checksum calculation procedures
Checksum
- c++程序实现计算校验和参数,其中Checksum是程序名;inputfile是输入文件,其中包含数据字段封装的内容;outputfile为输出文件,该文件保存封装后的整数据报。-C++ program to implement calibration and parameter calculation, of which the Checksum is the program name Inputfile is input file that contains the content of
Desktop
- 计算校验和的一种方法,可以识别所有的字符,包括乱码,可利用控制台运行,运行时win+r;输入cmd;输入d:;输入cl ks.cpp;输入ks infile(将程序放在D盘,比在D盘建立infile文本文档,输入数据)(Calculate the checksum of a method, you can identify all the characters, including garbled, you can use the console to run, run win + r; ent
mypcap3
- 程序应能对数据包进行解析, 显示捕获数据包的主要字段,并重新计算校验和。(The program should be able to parse the packet, show the main fields that capture the packet, and recompute the checksum.)