搜索资源列表
rawsniffer
- Sniffer using Sock_raw. 挺不错的。
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
remote
- sockets(套接字)编程有三种,流式套接字(SOCK_STREAM),数据报套接字 (SOCK_DGRAM),原始套接字(SOCK_RAW);基于TCP的socket编程是采用的流式套接字(SOCK_STREAM)。基于UDP采 用的数据报套接字(SOCK_DGRAM).-sockets (socket) programming there are three kinds of stream sockets (SOCK_STREAM), datagram sockets (SOCK_DGRA
Ping
- 实现GUI界面的ping功能,与DOS下的ping命令一样-GUI interface to achieve the ping function, and the ping command under DOS as
ping
- ping命令看似小小的一个工具,但它带有许多参数,要完全掌握它的使用方法还真不容易,要达到熟练使用则更是难下加难,但不管怎样我们还得来看看它的源程序吧!-a tool may seem a little ping command, but it comes with a number of parameters, to fully grasp its really not easy to use, to achieve even more difficult under the skilled
ping.tar
- Send echo ping requests
PING
- C++程序。用来测试ping值。计算机网络的入门程序-C++ program. Used to test the ping values. Computer network entry procedures
SOCK_RAW
- windows raw socket编程实例-windows raw socket
ping
- 用c/c++实现网络ping功能,希望对网络编程得人有所帮助吧。-With c/c++ functions for network ping, I hope it will help people doing network programe.
scan
- 基于SOCK(AF_PACKET, SOCK_RAW,)实现SYN、ACK,ICMP扫描-SOCK (AF_PACKET, SOCK_RAW,) SYN, ACK, ICMP scanning