资源列表
SnifferReassembly.rar
- 该程序实现了网络抓包以及对数据包进行重组还原,得到应用层数据,可以还原出txt、mp3等格式的文件!,The program achieved a network packet capture and restore the reorganization, the application layer data, you can restore the txt, mp3 files and so on!
UDP.rar
- VC++下的UDP示例程序,包括服务器和客户端,可以帮助初学者很直观的理解winsocket通信过程,UDP example code,very using for the programers interested in winsocket
NamePipe.rar
- 做多客户端与服务器端的双向通信,采用QLocalSocket/QLocalServer实现起来简单,但通信效率太低,客户端发数据,服务器端的readyRead信号延时约100ms(看QT源码,发现里面用的是100ms定时器来检测信号),后来自己照着QLocalSocket的思路封装了windows的命名管道,采用多线程来接收数据,在本机上测试通过,通信效率有明显改善。,To do more client and server-side two-way communication, using Q
gsm0710muxd-0.9.2.tar.gz
- Linux GPRS 模块多路复用实现多个虚拟串口,Linux GPRS module multiplexing of multiple virtual serial port
TestingTCP
- 这是一个简单小程序,实用多线程无堵塞tcp。测试tcp通信,并实现简单的聊天功能-This is a easy software with multithread .It s for testing the communication of tcp, and for sample chating as on QQ.
TFTP
- 用vc实现的网络编程源代码,本程序主要实现TFTP协议-Achieved with the vc network programming source code, the main achievement of this procedure TFTP protocol
iproute2-2.6.39.tar
- open source code for iproute2 2.6.39. iproute2 is `iproute , the professional set of tools to control the networking behavior in kernels 2.2.x and later.
http_post_in_c
- 使用纯C编写的http post请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http post request, can be used for testing HTTP server. Is a very applicable gadgets.
rstp-arm
- 经过移植后的802.1s 快速生成树协议源代码,直接在arm-linux上编译生成目标码,可以在AT91SAM9260上运行-After transplantation 802.1s Rapid Spanning Tree protocol source code, directly on the arm-linux compiled object code, you can run on AT91SAM9260
pcap_filter
- 这是一个里利用pcap写的捕获数据浏览的代码-This is a program write through pcap and it can find the device in you computer
SYNFlood
- SYNflood源码.用WINCAP编写的SYN洪水攻击源码,附带了WINCAP的DLL,不用安装-SYNflood source. WINCAP prepared with SYN flood attack source, WINCAP comes with the DLL, do not install
TCP_UDP-Socket
- TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select