搜索资源列表
命令行下可以解读TCP数据报内容的Sniffer
- 命令行下可以解读TCP数据报内容的Sniffer-command line can be interpreted as TCP data reported to the Sniffer
截获TCP数据
- 截获数据并进行简要分析,得到ip原地址、目的地址、昌都等
tcp
- TCP数据包的填充并发送,考虑到课设并没有严格要求我们成功发送到目的地,所以利用函数sendto()来实现数据包的发送,这种方式不可靠,只能保证数据是否从源地发送出去,至于有没有到达目的地就不管了。
TCP数据转发服务程序源码
- TCP数据转发服务器源码,该程序服务器监听两个连接。一旦连接建立后,就把两个客户端的数据相互转发。克服了两个私网IP电脑无法相互传送数据的难题。该代码在VC6.0环境下编译
基于Reliable UDP的应用层数据传输传输协议
- 基于Reliable UDP的应用层数据传输传输协议。可避免TCP/UDP的缺陷,适合大量数据传输。
tcp.rar
- 利用WinPcap和Libnids,捕获TCP数据包,显示TCP连接过程,需要先安装WinPcap和Libnids,The use of WinPcap and Libnids, capture TCP packets, TCP connection showed that the process of
TCP.rar
- 一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译,WINDOWS操作系统,A simple TCP client and server-side code, server-side data and return to receive, VC compiler, WINDOWS OS
tcpsniffbyjahnkey.rar
- vc6++ 实现对网络数据的监控,可以监听ip/tcp数据包的捕获和分析。,vc6 to achieve the monitoring of network data, you can monitor ip/tcp packet capture and analysis.
modbus-tcp.rar
- 是一个c#串口通讯程序,很好的实现数据传输,Is a c# Serial communication program, data transmission to achieve very good
TCP-assemble.rar
- 详细讲解了怎样在网络编程时处理TCP数据封包、粘包、拆包问题的方法,Detailed account of how to deal with network programming TCP data packets, sticky package, unpacking problem
TCP
- 1.利用原始套接字实现简单的TCP协议分析器。 2.系统功能包括: 2.1 原始套接字与网卡邦定,并接收流经网卡的所有数据包; 2.2 对数据包进行分析以获得源IP地址和目的IP地址; 2.3 对TCP Segment进行分析以获得其首部详细信息; 2.4 显示分析结果 3 建议使用VC++ -tcp
example-tcp-ftp.tcl
- 产生一个FTP流,并且让TCP源限制发送到接受端的数据包的速度- produce a FTP stream,the TCP source constrain the speed of packet to the receiver
tcp.ip
- 本文档详细介绍了TCP\IP和OSI网络七层协议模型(内附精彩的插图,让人看了就一目了然)。 网络模型 计算机网络是指由通信线路互相连接的许多自主工作的计算机构成的集合体,各个部件之间以何种规则进行通信,就是网络模型研究的问题。网络模型一般是指OSI七层参考模型和TCP/IP四层参考模型。这两个模型在网络中应用最为广泛。 目录[隐藏] • • OSI模型概述 • • OSI参考模型的主要功能和任务 • R
TCP-SendData
- VB6编写的通过TCP端口模拟发往ip地址端口的二进制数据流-VB6 TCP port analog prepared by ip address port sent to the binary data stream
VB TCP转发程序
- 可将一个TCP Socket的数据转发到多个用户监听,支持多用户同时连接,实时生成socket.
TCP
- MFC中TCP/IP传输数据 对话框方式 可参考-MFC to transfer data can be found in the TCP
RawSocket
- 用rawsocket构造tcp数据包的程序-Rawsocket constructed using tcp packet procedure
数据截获
- 对想要了解截获udp数据包,熟悉tcp/ip协议的,可以下载。-right udp want to understand the intercepted data packets familiar with the tcp/ip agreement can be downloaded.
tcp-rebuild
- 实现目的:在linux内核的的网络层实现TCP数据的重组,以更好的分析数据。 实现的模块:TCP数据解码和存储模块,TCP数据的重组模块。-To achieve an end: In the linux kernel' s network layer TCP data reorganization to better analyze data. Achieve the module: TCP data decoding and storage modules, TCP data reo
数据包分段与重组算法原理及其实现
- 对原始数据进行数据还原,tcp数据进行分片后,可以对接收的tcp报文进行重新组合,使成为一次完整的会话内容。只是tcp数据分片,不要搞错了(After the TCP data is sliced, the received TCP message can be reassembled to make a complete session content. Just TCP data slices, do not make a mistake)