搜索资源列表
ICMP高级开发
- 在程序中能够实现ping功能和trace route功能。 以上所有程序在VC6.0中调试通过 系统平台是:Windows XP Professional-the process to achieve ping function and trace route functions. All of the above procedures Operating System through debugging platform is : Windows XP Professional
ping_winsock&icmp
- 用VC实现的PING源代码,提供了两种实现方式:1、Windows Socket;2、基于ICMP。代码总共才500多行,对于理解PING程序原理很有帮助-with VC's PING source code, provided implemented in two ways : one, Windows Socket; 2, based on ICMP. A total of code before more than 500 firms, the procedures for und
ping的源程序
- 这是我课程设计的一个程序,程序实现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
ping(icmp)
- 一个非常好的ping源代码程序,强烈推荐。 可以好好研究和学习,可以更加深入理解icmp协议。-a very good ping source code procedures, and strongly recommended. Can be properly examined and learning to be more in-depth understanding icmp agreement.
ping.zip
- 使用ICMP协议实现ping命令,用raw socket实现,简洁清晰,学习网络编程必看。,The use of ICMP protocol ping command, using raw socket to achieve, simple clear, see Learning Network Programming.
Ping
- Ping 源程序 程序实现echo request ICMP 的发送和echo reply icmp 的接收,以发现网络中在线主机以及测量与其他主机的平均往返时间 -Ping
ping
- Ping 源码模拟,利用ICMP实现-Ping-source simulation, the use of ICMP implementation. . . . . . . . . . . . . . . .
ping
- ping uses the ICMP protocol’s mandatory ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway. ECHO_REQUEST datagrams (‘‘pings’’) have an IP and ICMP header, followed by a struct timeval and then an arbitrary number of
ICMP
- 利用ICMP报文格式,兼容IPV4和IPV6下的Ping程序,在SP6下无需调试,即可编译,VS2005下也可-The use of ICMP message format, compatible with IPV4 and IPV6 under the Ping program, under the SP6 without debugging, you can compile, VS2005, may also
PingCsharp
- PING程序是我们使用的比较多的用于测试网络连通性的程序。PING程序基于ICMP,使用ICMP的回送请求和回送应答来工作。由计算机网络课程知道,ICMP是基于IP的一个协议,ICMP包通过IP的封装之后传递。有两个程序,一个是利用.NET原有的PING类实现PING命令,另外一个是用自己定义的ICMP报头,设计算法,求得ICMP的回送应答信息。-Use Csharp to build up the project of ping
Ping
- ping to find icmp file connection between one pc to another .. once it reaches de distinction it will give u de acknowledgment data.-pinging to find icmp file connection between one pc to another .. once it reaches de distinction it will give u de ac
testping
- 使用 ICMP ping 远程机器,已封装成类,可在程序直接使用,非常方便,已经过测试。-Using ICMP ping the remote machine, have been packaged into a class, can be used directly in the program, very easy, has been tested.
Ping
- 基于ICMP协议Ping命令的简易实现。可以显示输入错误,以及对ICMP包进行分析,并显示相关信息。-ICMP Ping command based on the simple realization of the agreement. Can display the input error, and the ICMP packet analysis, and display relevant information.
raw_ping
- Indy ICMP可能PING不通外网,或需要admin才可以,此代码是调sockt底层API来解决这个问题.-Indy ICMP PING barrier may be outside the network, or need admin can, this code is the underlying tone sockt API to solve this problem.
Ping
- ICMP应用 BCB实现的ping源码 -ICMP ping application implemented BCB source
ICMP_ping
- vc++ ICMP高级开发实例源码,ICMP高级开发是一个能够实现ICMP协议的一个程序,在程序中能够实现ping功能和trace route功能。 -vc++ ICMP source advanced development instance, ICMP is an advanced development ICMP protocol enables a process can be achieved in the program functions and trace route pin
icmp-ping
- 使用ICMP协议 模拟ping命令,前提是安装了wincap ,因为调用的是他的API-Analog ping command uses ICMP protocol provided installed wincap, because he calls the API
ICMP
- 实现ICMP中的ping和tracert功能,要求输入目的IP地址,发送包数,MFC实现界面-Implementation of ICMP ping and tracert functions, required to enter the destination IP address and the number of packets sent, MFC interface to achieve.
Ping maker
- Allow processing ping to a remote address
Advanced development of ICMP
- A ICMP protocol to achieve a program, in the program to achieve ping function and trace route function
