搜索资源列表
tcp
- 1)以命令行形式运行:SendTCP source_IP source_port dest_ip dest_port 其中,SendTCP为程序名,source_IP为源端IP地址,source_port为源端口,dest_ip 为目的IP地址,dest_port为目的端口 2)其他的TCP头部参数请自行设定。 3)数据字段为“This is my homework of network ,I am happy!”. 4)成功发送后在屏幕上输出“Send OK”。
SendTcp
- 根据TCP协议的基本原理,通过封装与发送一个标准的TCP数据包,了解TCP包结构中各个字段的含义与用途,从而深入理解传输层与下面各层的关系。
SendTCP
- sending TCp packet using java with JPcap
SendTcp
- 网络课程设计之发送TCP数据包,含论文和资料及代码。-Curriculum design of the network to send TCP packets, containing papers and data and code.
sendTCP
- 发送tcp数据包,格式:源IP 源端口 目的IP 目的端口 -Send tcp packet format: The purpose of the source IP source port destination port IP
sendTCP
- 计算机网络 编制程序,填充一个TCP数据包,并发送给目的主机。 要求 (1)程序以命令行形式运行:SendTCP source_port dest_ip dest_port其中,SendTCP为程序名 source_ip为源端IP地址 source_port为源端口 dest_ip为目的IP地址 dest_port为目的端口 (2)其他的TCP头部参数可以自由设定 (3)数据字段"This is my job!" (4)发送成功后在屏幕上输出"send OK!"
sendtcp
- 针对网络抓包器设计,本程序可以实现TCP的填包发送。是学习的好代码-IT is a part of sniffer.it is a tcpsend source.
SendTCP
- 计算机网络课程设计,发送TCP数据包源项目,此程序为VC6.0程序,Win7下能运行正常,WinXP下需要安装一些辅助的-Computer network curriculum design, source TCP packet is sent items
SendTCP
- 输入源IP地址和目的IP地址等参数,发送TCP数据包。-Enter the source IP address and destination IP address and other parameters, sends a TCP packet.