搜索资源列表
SOCK_RAW_using_in_linux
- Linux下SOCK_RAW原理和应用示例,比较有趣!建议大家看看玩-Linux SOCK_RAW principle and application examples, the more interesting! We look at the proposal to play
SOCK_RAW-FOR-Linux
- Linux下SOCK_RAW原理和应用,自己尝试编的,还请各位高手多多指点。-Linux SOCK_RAW principles and applications, try to compile, Members also requested the guidance of many experts.
rawsniffer
- Sniffer using Sock_raw. 挺不错的。
Oftomatization
- 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头
netArp
- 相信各位都玩过SOCKET编程,用CSocket进行网络通讯非常方便,但有时想搞点底层点东西却非常麻烦,用windows的API最低也只能SOCK_RAW,顶多能看到IP层数据,如果想处理数据链路层的数据就无从下手了,幸好某天发现了winpcap东西。用了它处理底层的东西就非常方便。 winpcap主要有两个dll供程序员直接调用,pcap.dll和packet.dll,本程序主要使用pcap.dll.详细请看代码,本人也是
SOCK_RAW
- 用SOCK_RAW编写的ping程序 C++语言 只有简单的ping功能
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(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
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
SOCK_RAW_using_in_linux
- Linux下SOCK_RAW原理和应用示例,比较有趣!建议大家看看玩-Linux SOCK_RAW principle and application examples, the more interesting! We look at the proposal to play
SOCK_RAW-FOR-Linux
- Linux下SOCK_RAW原理和应用,自己尝试编的,还请各位高手多多指点。-Linux SOCK_RAW principles and applications, try to compile, Members also requested the guidance of many experts.
rawsniffer
- Sniffer using Sock_raw. 挺不错的。-Sniffer using Sock_raw. Pretty good.
Oftomatization
- 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头
netArp
- 相信各位都玩过SOCKET编程,用CSocket进行网络通讯非常方便,但有时想搞点底层点东西却非常麻烦,用windows的API最低也只能SOCK_RAW,顶多能看到IP层数据,如果想处理数据链路层的数据就无从下手了,幸好某天发现了winpcap东西。用了它处理底层的东西就非常方便。 winpcap主要有两个dll供程序员直接调用,pcap.dll和packet.dll,本程序主要使用pcap.dll.详细请看代码,本人也是
SOCK_RAW
- 用SOCK_RAW编写的ping程序 C++语言 只有简单的ping功能-SOCK_RAW prepared using ping procedures C++ Language only simple ping function
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
ping
- 编程实现ping操作,是一个一错的例子,我专门从配套光盘上挑选的-aaaaaaaaaaaaaaaaa
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 mor
CPing
- PING的可视化显示源码,可扩展DOS命令下的信息展示。-PING visual display source, scalable, information display under DOS commands.
SOCK_RAW
- windows raw socket编程实例-windows raw socket