CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - send packet

搜索资源列表

  1. scanhosts

    0下载:
  2. 现在一个机房的主机已经达到了一定数量,进行网络管理时,常常需要确定当前网络中处理活动状态的主机。本设计的目标就是编制程序,利用ICMP的回送请求和回送响应,来发现指定网段中的活动主机。 本设计的主体思想是使用ICMPECHO数据包来探测指定网段内的活动主机。具体方法是:通过简单的发送一个ICMPECHO(Type 8)数据包到目标主机,如果ICMPECHOReply(ICMPtype0)数据包接受到,说明主机是存活状态。如果没有就可以初步判断主机没有在线或者使用了某些过滤设备过滤了ICMP的
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:33.42kb
    • 提供者:王细
  1. Client

    0下载:
  2. 一个封包发送的小软件,支持设置 服务器 端口 发送速度。和返回数据的显示-Send a small packet of software to support the server port to send the speed settings. And return data show that
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:170.34kb
    • 提供者:Meiam
  1. TCP_IP

    0下载:
  2. 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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:640.78kb
    • 提供者:仇芳
  1. sendarp

    0下载:
  2. 类似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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1.55kb
    • 提供者:南极风
  1. icmp1

    0下载:
  2. 向目的主机发送带回送消息的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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2.07kb
    • 提供者:张雪
  1. CDevelopIP

    0下载:
  2. 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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:2.27kb
    • 提供者:黄运
  1. packet

    1下载:
  2. python实现两个以太网端口间的发送和接收以太网数据包-python achieved between the two Ethernet ports to send and receive Ethernet packets
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-26
    • 文件大小:307.66kb
    • 提供者:mander
  1. Retrieving_HTTP

    0下载:
  2. it will retrive http packet also send and recieve packet
  3. 所属分类:Network Security

    • 发布日期:2017-04-03
    • 文件大小:106.8kb
    • 提供者:zinkel
  1. jnetpcap-1.3.b4-1.debian.x86_64

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:384.87kb
    • 提供者:david
  1. 389

    0下载:
  2. 对数据包进行加密保障通信安全。实现了简单加密解密算法对需要发送的数据进行加密解密。-Protection of the encrypted data packet communication security. To achieve a simple encryption and decryption algorithm need to send the data encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:113.37kb
    • 提供者:付征
  1. Linux-driver-development16

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第16章、Linux网络设备驱动。网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。 与字符设备和块设备不同,网络设备并不对应于/dev目录下的文件,应用程序最终使用套接字(socket)完成与网络设备的接口。因而在网络设备身上并不能体现出“一切都是文件”的思想。Linux系统对网络设备驱动定义了4个层次
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:572.59kb
    • 提供者:华清远见
  1. Suudpfloodi

    0下载:
  2. 模拟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.
  3. 所属分类:Network Security

    • 发布日期:2017-04-06
    • 文件大小:1.36kb
    • 提供者:
  1. DE2_70_NIOS_DEVICE_LED

    0下载:
  2. 关于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
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:193.9kb
    • 提供者:Eric
  1. txCtrlServ

    0下载:
  2. Tx services module, e.g. send-null packet.A sub-module of TxCtrl module (uses it s object).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:2.79kb
    • 提供者:kohingven
  1. ether-wake

    0下载:
  2. Send a magic packet to wake up sleeping machines for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:3.43kb
    • 提供者:xanecon
  1. RTP_RFC3984_H264_over_RTP_CN

    0下载:
  2. 封装RTP发送H264高清视频,其中结合RFC协议进行RTP数据包打包机制-H264 RTP encapsulation send high-definition video, which binds RFC protocols RTP packet packaging mechanism
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:43.91kb
    • 提供者:lbb
  1. qib_uc

    0下载:
  2. construct a request packet (SEND, RDMA write) Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.41kb
    • 提供者:dingcozei
  1. ipath_sdma

    0下载:
  2. This function queues one IB packet onto the send DMA queue per call.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.76kb
    • 提供者:xuraosui
  1. hvsi_lib

    0下载:
  2. hvsi send packet for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.13kb
    • 提供者:jaowamui
  1. send-arp-20140315

    0下载:
  2. simple code for visual c++ send arp packet to input target.
  3. 所属分类:Scanner

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:Phil
« 12 »
搜珍网 www.dssz.com