搜索资源列表
checksum1
- 计算校验和 命令行:check_sum infile 其中check_sum是程序名,infile是数据文件名 输出:数据文件的校验和。 目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,深入理解网络协议的基本概念与网络问题处理的一般方法。-calculated checksum command line : check_sum infile which check_sum procedures, a
check_sum
- 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
check_sum_
- /*** *** check_sum.c********************/ /* linux 利用原始socket抓包,并进行tcp封包伪造,进行正确的校验和计算的例子程序.****/ /*作者 CBCHEN .CBCHEN@ZZIA.EDU.CN***************/ /*在 linux2.4,环境,gcc 下编译通过*****/-/*** *** *** *** check_sum.c ******************* * / / * linux using prim
check_sum
- 用于计算网络文件校验和的计算:使用方法如下: 1) 以命令行形式运行:check_sum infile,其中check_sum为程序名,infile为输入数据的文件名。 2) 输出数据文件的校验和。 -Used to calculate the network file checksum calculation: Use as follows: 1) to run the command-line form: check_sum infile, which check_sum for
check_sum
- 1、 编写一个计算机程序用来计算一个文件的16位效验和。最快速的方法是用一个32位的整数来存放这个和。记住要处理进位(例如,超过16位的那些位),把它们加到效验和中。-1, the preparation of a computer program used to calculate a file of well-tested and 16. The fastest way is to use a 32-bit integer to store this and. Remember to dea
jiaoyanhe
- 基于延迟进位法的网际校验和算法设计,以命令行形式运行:check_sum infile -Method Based on Delay carry Internet checksum algorithm designed to run the command line: check_sum infile
socketaa
- #define DESTPORT 80 /* 要攻击的端口(WEB) */ #define LOCALPORT 8888 void send_tcp(int sockfd,struct sockaddr_in *addr) unsigned short check_sum(unsigned short *addr,int len) -#define DESTPORT 80 /* 要攻击的端口(WEB)*/ #define LOCALPORT 8888
socketaa
- void send_tcp(int sockfd,struct unsigned short check_sum(unsigned short *addr,int len) -sockaddr_in*addr) unsigned short check_sum(unsigned short*addr,int len)
check_sum
- 进行数字的求和算法,主要用于计算数字求和的程序-this is a programe that can compute the numbers
check_sum
- 1、 编写一个计算机程序用来计算一个文件的16位效验和。最快速的方法是用一个32位的整数来存放这个和。记住要处理进位(例如,超过16位的那些位),把它们加到效验和中。-1, the preparation of a computer program used to calculate a file of well-tested and 16. The fastest way is to use a 32-bit integer to store this and. Remember to dea