搜索资源列表
tcpip_lib33.zip
- tcpip_lib33版本,新增加构造IP/TCP/UDP数据包的例子
UDP_Demo.zip
- 用rawsocket构造udp数据包的程序
使用Java控制UDP协议
- UDP在网络中用于处理数据包,本文实现在java中操纵UDP.-UDP is used for dealing with data packet. This file is implementing that how to control UDP protocol with Java
udp数据包转发
- 基于WinSock的UDP数据转发(Win XP;Visual C++ 6.0)-WinSock based on the UDP data transmitted (Win XP; Visual C 6.0)
multi_thread_udp_data
- 多线程接收udp数据包,vc代码编译通过。-multithreading receive udp packets, vc code compile.
ck_RcvBrd_tools
- 广播接受监听工具,可以接受UDP数据包,同时可以定制5个端口接受,也可以监听多播数据,监听有完整的日值,写入日志文件,是udp网络通信不可多得的网络工具-Broadcasting accept monitoring tool can accept UDP data packets, which can be customized to accept five ports, can multicast data wiretapping, bugging a full day value, writ
udp-ts
- 一个接收UDP数据包的软件.用于网络TS码流的UDP接收-receiving a UDP packet software. For network TS streams receiving UDP
eth_udp
- 一个以太网UDP数据包发送程序,可以直接指定16进制数据以及对方的IP地址
1
- UDP数据包转发程序,可以转发到多IP的指定端口;UDP数据包转发程序,可以转发到多IP的指定端口
udpcom
- vb编制的udp数据包接受与分析程序段。使用中要先在窗体中放置udp控件(vb系统自带的)并正确命名,并指明接口号(与发送端匹配)。就可以开始接收了
UDPconnect
- 伪造UDP数据包,可实现自定义IP发送特定的字符串到服务器
截获网络包
- 能够截获本机所收到或发送的TCP、UDP数据包,并可显示包的二进制内容。-can intercept the plane received or sent to the TCP, UDP data packets, as well as display the binary contents of packets.
UDP安全传输演示(Delphi源码)
- UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错。 可很多需求中又需要发送大量数据包并且需要保证速度(如语音和视频通讯或者点对点点播服务。)而且有些重要的数据不允许丢包这个时候就需要安全UDP了。
PacketSniffer
- 一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。-1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capt
NetTool
- 在visaul studio 2008的MFC框架下,使用winpcap开发的局域网数据包捕获工具,能够捕获ip,tcp.udp数据包并解析数据所内容。还可以发送用户自定义的ARP数据包。-Visaul studio 2008 in the MFC framework, the development of local area network using WinPcap packet capture tool that can capture ip, tcp.udp packet and co
sniffer
- 能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP-Listening to all incoming and outgoing packets of the integrity of the host header information and display data content to support the MAC layer: network layer support for E
sniffer
- VC 下实现的一个数据包分析的程序 有界面 可以将抓到的包载入数据库 可以分析Ip ICMP UDP TCP HTTP等类型的数据包-VC to achieve a data packet analysis procedure interface can be caught in the package loading database can be analyzed Ip ICMP UDP TCP HTTP and other types of data packets
linux-send-UDP-packet
- Linux环境下,网络发包器,能发送UDP数据包。-send UDP packet using Linux environment
C# UDP 异步通信
- 用VisualC#实现UDP协议,最为常用,也是最为关键的类就是UdpClient,UdpClient位于命名空间System.Net.Sockets中,VisualC#发送、接收UDP数据包都是通过UdpClient类的(The realization of UDP protocol with VisualC, the most commonly used, but also the key is UdpClient, UdpClient is located in the namespace
TransLess
- 实现UDP丢包模拟测试工具,在两个系统之间转发并模拟丢失数据(Implement UDP packet loss simulation test tool, forwarding and simulating missing data between two systems)