搜索资源列表
TCPTester-xjt
- socket各种TCP模型性能测试,包括select模型,阻塞同步TCP模型,客户端开启1000个线程开启1000个socket-socket test speed,including select,the client create 1000 sockets.
winpcap
- winpcap中有关捕获数据包的程序,能够选择网卡,并捕获数据包-winpcap packet capture data relating to the procedure, to select cards and capture packets
arp
- 构造ARP包,选择并打开网卡,将ARP报文发送出去。<br>另外,附上winPcap的配置文档。<br>基于mfc -Construction ARP packets, select and open the card, the ARP packet sent. <br> In addition, the configuration files attached Winpcap. <br> Based on mfc
Traffic_Analyzer
- 需要实现的功能目标是: 1. 网卡、适配器的显示和选择 2. 获取局域网内活动主机 3. 数据包的接收 4. 数据包的解析 5. 选择活动主机列表中一个或多个主机 6. 捕获数据包并进行概要信息显示 7. 显示IP流量统计信息 -Need to achieve functional objectives are: 1. Card, adapter display and option 2. Activities within the LAN hosts to ob
Wireshark
- Ethereal 可以用来从网络上抓包,并能对包进行分析。下面介绍windows 下Ethereal 的使用方法: 安装 1)安装winpcap 2)安装Ethereal 使用 windows 程序,使用很简单。 启动ethereal 以后,选择菜单Capature->Start ,就OK 了。当你不想抓的时候,按一下stop, 抓的包就会显示在面板中,并且已经分析好了。-Ethereal can be used to capture from the networ
captures
- 程序可以开启网卡,并在选择网卡后抓取数据包-The program can open the card, and select the card to capture packets
lab
- 某校有本科生宿舍4座,每座7层,每层10间房,每间房2个学生,。要求对学生宿舍的网络进行设计规划,设计时需满足下列要求: 在宿舍区提供一个学生服务器机房,供学生社团放置各类服务器; 在学生服务器机房,设置一个代理服务器供同学们使用 学校分配了1段C类IP地址给该学生服务器机房,IP地址为202.116.162.0/24。; 拟保证每个学生有一个上网端口; 学生机器采用私有IP地址,通过代
PortScan
- 适合做毕业论文。。。 软件主要完成对目标主机端口的扫描。软件可以判断用户输入的IP 地址及选择多端口扫描时所输入的端口号是否正确,并把扫描的结果输出到扫描结果视图当中。软件的核心是多线程扫描和扫描结果输出的实现。此外,软件有把结果视图中的结果保存到用户指定的路径和文件中的功能。 主要实现的功能包括: (1)测试主机某个端口或某些端口范围是否打开。 (2)扫描单个或多个端口的单选按钮。 (3)实现多线程扫描。 (4)将扫描到的结果输出到扫描结果视图中。 (5)“开始”“
select
- select线程池服务器程序开发方法说明和指导范例代码-Descr iption the thread pool the server program development method and guide the code examples