搜索资源列表
高层API库,主要用C语言编写
- 是一个高层API库,主要用C语言编写,为应用程序设计人员提供了网络数据包的构造,处理和发送等功能接口-Is a high-level API libraries, mainly in C language, designed for the application of network data packets provide the structure, processing and distribution functions Interface
carpolite-unite
- 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 例如,图1所示的4堆石,每堆石子数(从最上面的一堆数起,顺时针数)依次为4、5、9、4。则3次合并得分总和最小的方案为图2,得分总和最大的方案为图3。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。 In
JpcapTip
- 面向对象程序设计的课程设计Java语言抓包工具.-Object-oriented programming language Java curriculum design capture tools.
sniffer
- 通信方向专业设计报告,基于winpcap的网络抓包程序设计。-Communication direction of professional design report, based on the WinPcap capture of network programming.
952snifferdoc
- 本程序实现简单扫描器的设计,可以进行主机网络监控分析以及主机攻击信息的分析-Scanner easy implementation of this procedure is designed to be the host network monitoring analysis and information analysis of host attack
Winpcap
- 数据包捕获与嚏撂技术是设计网络分析软件的基础,而Winpca~是在Windo ,es系统中实现的一个优秀的包捕获槊 构,本文对该软件包的结构与功能进行了详细的分析,介绍了应用Winpcap设计嗅探程序的方法-Sneeze packet capture and leave the design of technology is the basis of network analysis software, and are Winpca ~ at Windo ' , es of the i
snort
- snort IDS程序的源码 对于设计IDS系统非常有指导意义-snort source code
code_v6-version
- 是一个高层API库,主要用C语言编写,为应用程序设计人员提供了网络数据包的构造,处理和发送等功能接口-Is a high-level API libraries, mainly in C language, designed for the application of network data packets provide the structure, processing and distribution functions Interface
ARP-packets-analysis
- 本课程设计的目的是设计一个系统,它能够实现对网络上的ARP数据包的解析,从而熟悉ARP数据包的结构,对ARP协议有更好的理解和认识。了解并熟悉Microsoft Visual C++ 6.0开发环境的使用,在该软件平台上进行工程的建立和程序开发,理解和掌握C++语言的程序设计和针对一些常用的网络协议的编程。-This course is designed to design a system that enables ARP on the network packet analysis, and
WINPCAP
- 展示了如何使用WINPCAP-API的不同的功能,它作为一个使用指南被划分为一系列的课时来带领读者循序渐进的体会PCAP的程序设计的魅力:从简单的基本功能(如获取网卡的列表,数据包的捕获等)到统计和收集网络流量等高级功能。-Shows how to use WINPCAP-API of the different functions, it acts as a user guide is divided into a series of lessons to take the reader st
ip-data
- 所设计程序能够捕获网络中的IP数据包,解析数据包的内容,显示数据包内容并同时写入日志文件。 -The design process can capture IP packets in the network, parse the contents of the packet, showing the contents of data packets and also written to the log file.
12345434234
- 设计并实现程序,捕获网络上的相关数据包(TCP、UDP),并分析这些数据包应用的协议、网络地址、端口号、数据包长度、协议头部信息等内容。 用命令行执行,显示相关结果并将数据写入日志文件。如运行Sniffer logfile;其中Sniffer是程序名,logfile表示捕获结果写入的日志文件名。或在此基础上用图形化界面实现上述功能。 -Design and implement procedures to capture relevant data on the network packe
ip(sy6)
- 基于Winpcap的可定制IP首部的报文发送程序的 设计与实现-Based on Design and Implementation the Winpcap of customizable IP header of packets sent procedures
ippack
- 课程设计主要是编制程序,监控网络,捕获一段时间内网络上的IP数据包,按IP数据包的源地址统计出该源地址在该时间段内发出的IP包的个数,将其写入日志文件中或用图形表示出来。程序中会用到Winpcap,它主要功能在于独立于主机协议发送和接收原始数据报。-Curriculum design, programming, monitoring networks, to capture the period of time an IP packet on the network, the source ad
NetSpy02
- 一个简单的基于混杂模式的扫描程序。是本人本帮别人写的本科毕业设计代码。之前在用vc 6.0在xp上测试是没问题的。-Based on a simple scanner promiscuous mode. Someone else write I graduated design code. Before using vc 6.0 in xp test is no problem.