Welcome![Sign In][Sign Up]
Location:
Search - ping host

Search list

[Internet-Networkping的源程序

Description: 这是我课程设计的一个程序,程序实现echo request icmp 的发送和echo reply icmp 的接收,以发现网络中在线主机以及测量与其他主机的平均往返时间-This is my curriculum design a procedure, Program icmp echo request and send the reply icmp echo reception, to detect network and host online measurement and other hosts of the average journey time
Platform: | Size: 4282 | Author: 陈建锋 | Hits:

[WinSock-NDISping_srcedittion

Description: 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。 要实现的功能参数: 1.n 参数 设定发送回显请求的数量 2.l 参数 设定选项数据的填充字节数 3.t 参数 持续的发送回显请求,直到用户按下Control-C停止 4 w 参数 设定接收超时的时间,以毫秒为单位 参数的具体说明可以参考windows自带的ping程序-the program in Windows 2000 SP4 Pro compiler under through debugging (Visual C 6.0 IDE environment). Winsock2 need support. 1. The procedure adopted protocols of the original socket programming, the basic implementation of Ping function, Use : ping host, the default four consecutive send the request back significantly. 2. The procedure for the first ICMP using the definition of non-standard forms. Upcoming options to preserve the timestamp data for the first four bytes are defined as ICMP first part, the first such ICMP was defined as 12 bytes. This is done primarily to the realization of programming and understanding for it. 3. Under customary ICMP first marker Address field filled with the process ID. 4. The program achieved in the first record of IP routing RR functions, the most record
Platform: | Size: 14481 | Author: 赵锐 | Hits:

[Other resourceping

Description: 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。
Platform: | Size: 14013 | Author: 周晓伟 | Hits:

[Linux-UnixPING_LIB

Description: 判断网络上某个TCP/IP主机是否可以连通的C函数库-judgment on a network TCP/IP connectivity can host the C library
Platform: | Size: 3072 | Author: Scott | Hits:

[TCP/IP stackping_0.23

Description: ping命令是用来查看网络上另一个主机系统的网络连接是否正常的一个工具。ping命令的工作原理是:向网络上的另一个主机系统发送ICMP报文,如果指定系统得到了报文,它将把报文一模一样地传回给发送者,这有点象潜水艇声纳系统中使用的发声装置。-ping command is used to check on another network host system's network connection of a normal tool. Ping orders of the working principle is : on the network to another mainframe system to send ICMP message, if the designated system has been reported text, it will send the same message to send back to the sender, a bit like submarine sonar systems used in the devices.
Platform: | Size: 13312 | Author: | Hits:

[Internet-NetworkUseTcpStackPing2

Description: 采用TCP栈PING远程主机的一个小程序-using TCP stack PING remote host a small program
Platform: | Size: 50176 | Author: 见码 | Hits:

[Windows DevelopFtp Search

Description: 实现一个Ftp搜索工具,对指定IP执行Ping命令查看主机存活状态,扫描主机端口,打开、添加、查询和关闭数据库,IP地址控件的使用-Realize a Ftp research tool.To a pointed IP, the function of detecting the state of host by command Ping,scaning host port, opening, adding, querying and closing database,controling IP address can be used.
Platform: | Size: 533504 | Author: yf | Hits:

[Internet-Networkping的源程序

Description: 这是我课程设计的一个程序,程序实现echo request icmp 的发送和echo reply icmp 的接收,以发现网络中在线主机以及测量与其他主机的平均往返时间-This is my curriculum design a procedure, Program icmp echo request and send the reply icmp echo reception, to detect network and host online measurement and other hosts of the average journey time
Platform: | Size: 4096 | Author: 陈建锋 | Hits:

[Internet-Networkping_srcedittion

Description: 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。 要实现的功能参数: 1.n 参数 设定发送回显请求的数量 2.l 参数 设定选项数据的填充字节数 3.t 参数 持续的发送回显请求,直到用户按下Control-C停止 4 w 参数 设定接收超时的时间,以毫秒为单位 参数的具体说明可以参考windows自带的ping程序-the program in Windows 2000 SP4 Pro compiler under through debugging (Visual C 6.0 IDE environment). Winsock2 need support. 1. The procedure adopted protocols of the original socket programming, the basic implementation of Ping function, Use : ping host, the default four consecutive send the request back significantly. 2. The procedure for the first ICMP using the definition of non-standard forms. Upcoming options to preserve the timestamp data for the first four bytes are defined as ICMP first part, the first such ICMP was defined as 12 bytes. This is done primarily to the realization of programming and understanding for it. 3. Under customary ICMP first marker Address field filled with the process ID. 4. The program achieved in the first record of IP routing RR functions, the most record
Platform: | Size: 14336 | Author: 赵锐 | Hits:

[Delphi VCLping

Description: 可用于PING其它主机以测试是否可用 可用于PING其它主机以测试是否可用-PING can be used to test whether the other host is available can be used to PING other hosts can be used to test whether
Platform: | Size: 175104 | Author: cqlyong | Hits:

[P2Pping

Description: 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。-The program in Windows 2000 Pro+ SP4 adopted under the compiler debugging (Visual C++ 6.0 IDE environment). Winsock2 support needs. 1. The program uses the original socket winsock programming, to achieve the basic Ping function, use: ping host, the default for sending echo request 4. 2. The program of the first definition of ICMP uses non-standard forms. Options data is about to save the first timestamp 4 bytes are also defined as the first part of ICMP, so that the first ICMP was defined as 12 bytes. Mainly do so primarily to the realization and understanding of programming convenience. 3. In accordance with customary ICMP identifier of the first field filled with the process ID. 4. The program achieved the first record in the IP routing RR function, a maximum of nine address records.
Platform: | Size: 13312 | Author: 周晓伟 | Hits:

[Internet-NetworkPing(C)

Description: ping命令是用来查看网络上另一个主机系统的网络连接是否正常的一个工具。ping命令的工作原理是:向网络上的另一个主机系统发送ICMP报文,如果指定系统得到了报文,它将把报文一模一样地传回给发送者,这有点象潜水艇声纳系统中使用的发声装置。-ping command is used to view the network to another host system
Platform: | Size: 6144 | Author: ali | Hits:

[Linux-Unixpthread_create

Description: 用c語言,在linux上create 1000個thread去ping某一台主機。-Using c language, in the linux on the thread to create 1000 months ping a host.
Platform: | Size: 1024 | Author: 何德威 | Hits:

[Internet-Networkping

Description: 提供了一台主机ping 另一台主机的源代码,原理清晰明了-Provided a host ping another host source code, the principle of clarity
Platform: | Size: 1271808 | Author: cc | Hits:

[Internet-NetworkPING

Description: 实现局域网中ping功能,可ping单独主机,也可批量ping.-Achieve LAN ping feature ping single host, but also bulk ping.
Platform: | Size: 1889280 | Author: yanbin | Hits:

[Internet-Networkping

Description: 本程序主要实现ping的功能。ping一台主机或局域网内的全部主机。并计算出最大 最小 及平均响应时间。-This procedure ping main function. ping a host or local area network all hosts. And calculate the max-min, and the average response time.
Platform: | Size: 118784 | Author: 鲁晓明 | Hits:

[Linux-Unixping

Description: linux下模拟ping的功能,检查对方主机是否存在,检查网络情况-under linux Analog ping function to check the existence of the other host, check network
Platform: | Size: 2048 | Author: 陈全勇 | Hits:

[Windows Developping(mfc)

Description: MFC运行模式,功能:可在界面直接修改你想遍历的IP地址范围,点击按钮,开始查询,ping通的显示主机名和IP地址。-MFC operation mode, function: can be modified directly at the interface you want to traverse the IP address range, click the button, and start inquiries, ping' s show the host name and IP address.
Platform: | Size: 3635200 | Author: zachary | Hits:

[Internet-Networkping

Description: 这个C程序是在linux下运行!发送icmp数据包进行主机攻击-The C program is run in linux! Send icmp packets to attack the host
Platform: | Size: 2048 | Author: don | Hits:

[Windows DevelopPing

Description: Ping a host or Network
Platform: | Size: 33792 | Author: baoanh171 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net