搜索资源列表
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头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协
netArp
- 相信各位都玩过SOCKET编程,用CSocket进行网络通讯非常方便,但有时想搞点底层点东西却非常麻烦,用windows的API最低也只能SOCK_RAW,顶多能看到IP层数据,如果想处理数据链路层的数据就无从下手了,幸好某天发现了winpcap东西。用了它处理底层的东西就非常方便。 winpcap主要有两个dll供程序员直接调用,pcap.dll和packet.dll,本程序主要使用pcap.dll.详细请看代码,本人也是刚接触WinPcap,所以一不定有一些错漏的地方,请各位大蝦
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_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
- 编程实现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 more difficult under the skilled
CPing
- PING的可视化显示源码,可扩展DOS命令下的信息展示。-PING visual display source, scalable, information display under DOS commands.
ping
- 这自己编写我们平时都用到的一个平命令,大家可以使用一下-This is all we usually use to write your own a flat command, we can use what
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
sock_raw
- Linux环境下自己构建包packet,包括MAC头部,UDP、TCP头部,以及数据及校验和计算,构建完包之后用原始套接字来进行发送-After the Linux environment to build their own package packet, including the MAC header, UDP, TCP header, and data and checksum calculation, build complete package with a raw socket t