CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket 数据包

搜索资源列表

  1. UDP_Trans

    0下载:
  2. 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:725
    • 提供者:kk.dl
  1. MyCapture

    0下载:
  2. 利用RawSocket进行Socket网络编程来实现对IP层数据包的抓获和分析-RawSocket Socket network programming for use to achieve the IP layer packet capture and analysis
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-26
    • 文件大小:175953
    • 提供者:yiran
  1. TCPSrv

    0下载:
  2. 一个简单套接字编程,在设置网卡混杂模式之后,从网卡抓取网络上的数据包,并显示源和目的地址的IP,端口-A simple socket programming, set the NIC in promiscuous mode, crawling from the card on the network packets and displays the source and destination addresses of IP, port
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-24
    • 文件大小:8034557
    • 提供者:zz
  1. UDP_Trans

    0下载:
  2. 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-11
    • 文件大小:885
    • 提供者:ohrkesvi
  1. PackCapture

    1下载:
  2. 实现ip数据包的捕获,可以查看捕获报文的相关信息,使用mfc的socket编程-Packet Capture
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1900218
    • 提供者:caihuiting
  1. RawSocket

    0下载:
  2. 原始套接字的简单实例。 raw socket,即原始套接字,可以接收本机网卡上的数据帧或者数据包,对与监听网络的流量和分析是很有作用的-Simple examples of the original socket. raw socket, that is, the original socket, you can receive the card on the machine frame data or data packets to and monitor network tra
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:918
    • 提供者:johnxi
  1. 3.5-PortScan_UDP

    0下载:
  2. UDP扫描原理与TCP扫描原理不同,UDP扫描是通过向对方UDP端口发送数据,然后根据对方ICMP返回数据进行判断。接收ICMP数据包只能采用RAW Socket接收到所有的数据包,然后从中过滤出哪一个数据包是对方返回的,进而判断出对方端口是否处于开状态。-UDP scanning principle and TCP scanning works differently, UDP port scans are sent via UDP to the other data, and then re
  3. 所属分类:Scanner

    • 发布日期:2017-05-17
    • 文件大小:4219841
    • 提供者:张彬彬
  1. hc_httpclient

    0下载:
  2. 一个优秀的http客户端,使用socket套接字。轻松实现http数据包的封装。-http client with socket
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4662
    • 提供者:黄先生
  1. UDP_Trans

    0下载:
  2. 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1093
    • 提供者:k4262954lufenx
  1. server

    0下载:
  2. 通过使用套接字来达到进程间通信目的的编程就是网络编程,网络编程最主要的工作就是在发送端把信息通过规定好的协议进行组装包,在接收端按照规定好的协议把包进行解析,从而提取出对应的信息,达到通信的目的!中间最主要的就是数据包的组装,数据包的过滤,数据包的捕获,数据包的分析,当然最后再做一些处理!-By using socket programming to achieve the purpose of inter-process communication is network programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:823
    • 提供者:陈马明
  1. client

    0下载:
  2. 通过使用套接字来达到进程间通信目的的编程就是网络编程,网络编程最主要的工作就是在发送端把信息通过规定好的协议进行组装包,在接收端按照规定好的协议把包进行解析,从而提取出对应的信息,达到通信的目的!中间最主要的就是数据包的组装,数据包的过滤,数据包的捕获,数据包的分析,当然最后再做一些处理!-By using socket programming to achieve the purpose of inter-process communication is network programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:730
    • 提供者:陈马明
  1. SimpleSniffer

    0下载:
  2. 用Windows原始套接字编写的简单数据包嗅探程序,可嗅探通过本地网卡的数据报。-Simple data compiled by Windows raw socket packet sniffer program, can sniff card data through local newspaper.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5241611
    • 提供者:mnbv
  1. non_blocking

    3下载:
  2. TCP、UDP 通信程序设计实验 Socket 编程基本原理参见参考文档 UDP 通信程序设计 选择一个操作系统环境(Linux 或者Windows)建议linux,编制UDP/IP 通 信程序,完成一定的通信功能。在发送UDP 数据包时做一个循环,连续发送 100 个数据包;在接收端统计丢失的数据包。-TCP, UDP communication program design experiments Socket programming basic principles
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2883
    • 提供者:y
  1. network_select-master

    0下载:
  2. 基于select模型的监听socket的server框架。只需要关注收发数据包的解析处理,放在业务上。-Listening socket server based framework of models. Only need to focus on analysis processing to send and receive packets on the business.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:20898
    • 提供者:ZX
  1. Sniffer

    0下载:
  2. 使用原始套接字对目标主机进行抓包分析,对数据包进行解析-Using the original socket on the target host packet capture analysis, the data packet analysis
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-20
    • 文件大小:45495296
    • 提供者:吴升
  1. Sniffer_Self

    0下载:
  2. 基于raw socket的嗅探器,设置网卡为混杂模式,使用select函数,捕获所有经过网卡的数据包,解析数据包并显示在控制台。-a sniffer based on raw socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-17
    • 文件大小:11427840
    • 提供者:zhaohaoxue
  1. NET_Source

    1下载:
  2. 是LogOutputSocketProtocol的管理对 象;m_uploadSocketProtocolMgr是UploadSocketProtocol的管理对象,用于检测是否同时上传同一个文 件;m_downloadSocketProtocolMgr是DownloadSocketProtocol的管理对象;m_daemonThread 是守护进程,用于关闭超时连接。 2. AsyncSocketUserToken:用于SocketAsyncEventArgs绑定,保存 每个Socket服务
  3. 所属分类:C#编程

    • 发布日期:2017-12-20
    • 文件大小:309248
    • 提供者:阿正321
  1. Android的socket长连接(心跳检测)

    0下载:
  2. 长连接心跳包 可以为你的项目 需要实时获取到新数据这个完美的解决了你的问题(A long connection heartbeat package can get new data in real time for your project. This solves your problem perfectly)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:2910208
    • 提供者:cloudcly
  1. C# Socket 分包传送数据

    0下载:
  2. 一款高性能并发tcp服务器,内部带有心跳,分包,粘包,功能,并包含TCP,UDP客户单小例子(A high performance concurrent TCP server with internal heartbeat, sub packet, sticky package, function, and contains TCP, UDP client single small example)
  3. 所属分类:C#编程

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:烨烨
  1. kcp

    0下载:
  2. c语言实现的可靠udp传输协议,能够在丢包50%的情况下恢复数据(The Reliable UDP transport protocol implemented in C language can recover data in case of packet loss of 50%.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-05-03
    • 文件大小:7744512
    • 提供者:鲁付阳
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com