搜索资源列表
scanhosts
- 现在一个机房的主机已经达到了一定数量,进行网络管理时,常常需要确定当前网络中处理活动状态的主机。本设计的目标就是编制程序,利用ICMP的回送请求和回送响应,来发现指定网段中的活动主机。 本设计的主体思想是使用ICMPECHO数据包来探测指定网段内的活动主机。具体方法是:通过简单的发送一个ICMPECHO(Type 8)数据包到目标主机,如果ICMPECHOReply(ICMPtype0)数据包接受到,说明主机是存活状态。如果没有就可以初步判断主机没有在线或者使用了某些过滤设备过滤了ICMP的
Client
- 一个封包发送的小软件,支持设置 服务器 端口 发送速度。和返回数据的显示-Send a small packet of software to support the server port to send the speed settings. And return data show that
TCP_IP
- Resolve an IP address to a hardware address if not found,initiate query and return NULL. If an address is returned, the interface driver may send the packet if NULL is returned,res_arp() will have saved the packet on its pending queue,so no further a
sendarp
- 类似arp防火墙的功能,输入自己的ip地址,要发送的arp回复的主机IP地址,既可以实现在数据链路成发送arp响应包。 主要练习一下Linux下面socket 和ioctrl的用法。-Similar to the arp firewall function, enter your ip address, to send arp reply to the host IP address, not only can be achieved in the data link into the se
icmp1
- 向目的主机发送带回送消息的ICMP数据包,并对目的主机返回的ICMP数据包进行解析,判断目的主机是否处于活动状态-To the purpose of the host to send a message to send back ICMP packets, and the purpose of the host returns ICMP packet parsing to determine the purpose of the host is active
CDevelopIP
- C语言开发IP包例子(TCP/IP包发送) 给目标主机的端口发送一个 syn请求,注意目标主机的信息会发给发送IP地址的主机 这说明TCP/IP协议本身有IP期骗的漏洞 这种方运可以自己写成特殊的基于IP协议上层的自定义协议-C language development examples of IP packets (TCP/IP packet to send) to the target host' s port to send a syn request, note tha
packet
- python实现两个以太网端口间的发送和接收以太网数据包-python achieved between the two Ethernet ports to send and receive Ethernet packets
Retrieving_HTTP
- it will retrive http packet also send and recieve packet
jnetpcap-1.3.b4-1.debian.x86_64
- A java wrapper for popular "libpcap" and "WinPcap" libraries. Accurate full API translation. Packet buffers delivered with no copies. Send custom packets, gather statistics. Exposes advanced low level kernel management methods, all and more in Ja
389
- 对数据包进行加密保障通信安全。实现了简单加密解密算法对需要发送的数据进行加密解密。-Protection of the encrypted data packet communication security. To achieve a simple encryption and decryption algorithm need to send the data encryption and decryption.
Linux-driver-development16
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第16章、Linux网络设备驱动。网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。 与字符设备和块设备不同,网络设备并不对应于/dev目录下的文件,应用程序最终使用套接字(socket)完成与网络设备的接口。因而在网络设备身上并不能体现出“一切都是文件”的思想。Linux系统对网络设备驱动定义了4个层次
Suudpfloodi
- 模拟udp 的dos攻击,相当于发包机的功能,报文尺寸寸和长度还有发包时间都能自己定义,已通过测试。 -Analog udp dos attack, which is equivalent to send the function of the charter, the packet size inch and length of contract time can be defined, has been tested.
DE2_70_NIOS_DEVICE_LED
- 关于DE2_70板子作为usbslave连接到pc机上,pc作为host端向DE2_70发送数据包,当DE2_70收到数据包时其上led数码管一次数字(依次累加),其中它的fireware可以作为我们移植ISP1362 Device Controller Driver到uClinux的参考-The DE2_70 board as usbslave, connected to the pc, pc as the host side to send packets to DE2_70 When DE
txCtrlServ
- Tx services module, e.g. send-null packet.A sub-module of TxCtrl module (uses it s object).
ether-wake
- Send a magic packet to wake up sleeping machines for Linux.
RTP_RFC3984_H264_over_RTP_CN
- 封装RTP发送H264高清视频,其中结合RFC协议进行RTP数据包打包机制-H264 RTP encapsulation send high-definition video, which binds RFC protocols RTP packet packaging mechanism
qib_uc
- construct a request packet (SEND, RDMA write) Source Code for Linux.
ipath_sdma
- This function queues one IB packet onto the send DMA queue per call.
hvsi_lib
- hvsi send packet for Linux v2.13.6.
send-arp-20140315
- simple code for visual c++ send arp packet to input target.