CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - .raw

搜索资源列表

  1. Win32_Ping

    0下载:
  2. This a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been mod
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:13.68kb
    • 提供者:微环境
  1. ping_src

    0下载:
  2. 一个在Windows的Dos命令行中利用ICMP 与 原始Socket接口对指定IP地址进行Ping的程序. Ping program using ICMP and RAW Sockets
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:5.02kb
    • 提供者:zjjjjz
  1. Pinging

    0下载:
  2. Ping程序的简单实现.用RAW形式的Socket,用到了IP协议和ICMP协议
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2014-01-18
    • 文件大小:9.71kb
    • 提供者:gto9999
  1. TCPIPprotocolren

    1下载:
  2. TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:4.67mb
    • 提供者:wu
  1. Local_area_network_truncation_package_procedure.ra

    0下载:
  2. 一个局域网环境中,用C 语言实现(1)确定截包的方法:包括RAW 模式SOCKET、PACKET32以及直接作为驱动程序挂在NDIS上 (2)要求截获以下包的类型并分析:以太网帧格式、IP包、ICMP包、TCP报文段、UDP报文等相关字段进行描述。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:10.34kb
    • 提供者:wulinxin
  1. ping.zip

    2下载:
  2. 使用ICMP协议实现ping命令,用raw socket实现,简洁清晰,学习网络编程必看。,The use of ICMP protocol ping command, using raw socket to achieve, simple clear, see Learning Network Programming.
  3. 所属分类:TCP/IP Stack

    • 发布日期:
    • 文件大小:9.79kb
    • 提供者:魏冲
  1. rawsend

    0下载:
  2. Raw-IP-packets sending program. You can direct sender and reciever IP and ports.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-26
    • 文件大小:233.41kb
    • 提供者:jo
  1. rawtcpunderwindows

    0下载:
  2. raw tcp program under visual C-raw tcp program under visual C++
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:zaid
  1. rawudp

    0下载:
  2. 通过原始套接字发送原始套接字数据包数据包,而不是通过协议驱动。-sendto raw
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:28.44kb
    • 提供者:liangzhong
  1. tcpick

    0下载:
  2. tcpick is a textmode sniffer libpcap-based that can track, reassemble and reorder tcp streams. Tcpick is able to save the captured flows in different files or displays them in the terminal, and so it is useful to sniff files that are transmitted via
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:92.55kb
    • 提供者:Gary
  1. throughput-raw

    0下载:
  2. 基于ice网络通讯库的测试demo,支持各种自定义数据类型的传送和效率测试。-Ice network communication library based on the test demo, support a variety of custom data types and efficiency of the transmission test.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-13
    • 文件大小:3.27mb
    • 提供者:idealpu
  1. IP_network_packet

    0下载:
  2. 在一个局域网环境中,用C 语言实现下面的基本功能: (1)确定截包的方法:包括RAW 模式SOCKET、packet32以及直接作为驱动程序挂在NDIS上 (2)要求截获以下包的类型并分析:以太网帧格式、IP包、ICMP包、TCP报文段、UDP报文等相关字段进行描述。 -In a LAN environment, using C language the following basic functions: (1) determine the method of cut-off packa
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1.79mb
    • 提供者:yang peng
  1. catch-ip-packet

    0下载:
  2. 利用原始套接字捕获并解析双协议栈下IPv6数据包.txt-Capture and analysis using raw sockets under IPv6 dual stack packets. Txt
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-25
    • 文件大小:1.79kb
    • 提供者:利好呢
  1. daima

    0下载:
  2. client创建udp原始套接字,将数据存入buf中,进行网络的捕包,从中过滤识别出80端口的包,打印出五元组的信息。server端开启守护进程,接受前端发送的信息,并将其保存到文件中。-create udp raw socket client, the data stored in buf, make the network packet capture, filter identified 80 ports from which the package, print out the five
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:13.64kb
    • 提供者:liuzheng
  1. socket--ip

    0下载:
  2. 本程序实现了利用原始套接字发送IP数据报文,IP数据报的各字段内容可进行手动的设置-the function of this program is sending IP packet using raw socket.And each field of IP protocol can be modified.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:33.43kb
    • 提供者:liyana
  1. socket_raw

    0下载:
  2. 简单的socket收发实例,IP可改为本机回环127.0.0.1先测试,看一下简单的收发过程。-A simple socket receive and send program.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:40.93kb
    • 提供者:张秀博
  1. error

    0下载:
  2. raw socket programming
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:arindam mitra
  1. raw_socket

    0下载:
  2. RAW SOCKET编程与以太网帧分析基础,用于熟悉基本的raw socket编程,对以太网帧进行初步分析。-RAW SOCKET Programming and Ethernet frame analysis based on the raw socket used to be familiar with basic programming, the initial points of the Ethernet frame Analysis.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:994byte
    • 提供者:
  1. socket20120418

    0下载:
  2. 演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。 [AES] - AES快速算法和蓝牙设备中用的E0算法(用于加密)、E1算法、E2算法、E3算法(用于密钥管理和鉴权等)等 [TCPPacket.zip] - 此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助 [pGina.rar] - Windows下的登录替换程序,可以实现用自己的方法增强系统登录,例如使用智能卡、独立的认证系统等。
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:84.4kb
    • 提供者:bishezhushou
  1. socket201204158

    0下载:
  2. 始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助 [pGina.rar] - Windows下的登录替换程序,可以实现用自己的方法增强系统登录,例如使用智能卡、独立的认证系统等。 [Windows2000safe.rar] - Windows 2000 Server的加密机制 Windows-Demonstration Winsock network programming port model, will help beginners to deep
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:84.45kb
    • 提供者:bishezhushou
« 12 »
搜珍网 www.dssz.com