搜索资源列表
rawsocketping
- 创建原始套接字,构造ICMP协议ECHO数据头,发送数据sendto 接收数据recvfrom,分析返回IP数据头及ICMP数据头 程序代码极其简单,适合初学网络编程者参考- Founds the primitive sleeve joint character, structure ICMP the agreement ECHO data head, transmits data sendto receive data recvfr
ICMP
- 使用Visual Studio C++ 6.0和网络接口套接字Socket进行Windows环境下的网络编程,运用原始嵌套字RAW_SOCKET从IP层开始构造整个ICMP报文,通过ICMP协议所提供的回送请求(echo request)和回送应答(echo reply)这两种报文实现检测目的站的可达性与状态
rawsocketping
- 创建原始套接字,构造ICMP协议ECHO数据头,发送数据sendto 接收数据recvfrom,分析返回IP数据头及ICMP数据头 程序代码极其简单,适合初学网络编程者参考- Founds the primitive sleeve joint character, structure ICMP the agreement ECHO data head, transmits data sendto receive data recvfr
ICMPProtocolIntroduce
- ICMP的介绍总结文章,对新手很有帮助,出自大侠之手,一般人不告诉他.-ICMP introductory summary article helpful to novice, from Shanhaiguan hand, the general did not tell him.
ARM_RTL8019
- 此部分代码实现了基于ARM7和RTL8019的简单网络通信,具体包括网卡芯片的初始化和ARP、IP、ICMP等协议的实现,可以PING通网络。-achieve this part of the code based on ARM7 and RTL8019 simple network communications, include the NIC chip initialization and ARP, IP, ICMP, the re
myPing
- 这是一个简单的Ping程序的实现,模仿了Ping 的原理,对学习TCP/IP协议的朋友很有帮组,可以理解其原理,加深对网络的理解. 在学习中,大家可以相互交流,可以和我联系:QQ 48150181 Email:songshiyou888@163.com ping 是向目的地址发送一个icmp回显请求报文,然后等待回显应答报文 并在超时打印超时信息,本代码没有实现超时检测.-This is a simple proced
ICMP
- 使用Visual Studio C++ 6.0和网络接口套接字Socket进行Windows环境下的网络编程,运用原始嵌套字RAW_SOCKET从IP层开始构造整个ICMP报文,通过ICMP协议所提供的回送请求(echo request)和回送应答(echo reply)这两种报文实现检测目的站的可达性与状态-The use of Visual Studio C++ 6.0 and the network interface to Wi
xping
- 源代码较简单,适合初学者学习。这的原理是根据新建的原始套接字构造ICMP协议的ECHO数据头,然后分析返回的IP及ICMP的数据头。代码较简单,适合初学者参考。-Source code relatively simple, suitable for beginners to learn. This principle is based on the new socket structure of the original agreeme
ARP_Send_Echo
- 1、实现对局域网内ARP请求的响应。 2、实现对局域网内ICMP的ECHO报文的响应 ICMP_Send_Echo,功能描述:用另外一台主机用ping 命令ping 本主机主机,本主机卸载TCP/IP协议,此时我们编写的程序ICMP_Send_Echo解读Wincap抓到的包,并封装好我们的数据包对另外一台主机回应,另外一台主显示结果能政党ping通,当我们结束ICMP_Send_Echo时,另外一台主机显示为不能ping通
Ping
- 利用Raw Socket实现Ping的模拟程序。根据 ICMP协议原理,活动主机在接收到回显请求时会返回一个 ICMP回显应答。-Raw Socket achieved using the simulation program Ping. According to the ICMP protocol works, activities in the host receives the echo request will return a
ICMP
- ICMP ECHO 协议实现的ping源代码-ICMP ECHO ping tool source code