搜索资源列表
高层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
Tracert
- Tracert程序 Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。 本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时
work_2
- 将通过wireshark截获的数据包pac文件处理成一些有效信息(包括数据包长度等)的文本文件-Will be intercepted by wireshark packet pac document processing into a number of valid information (including data packet length, etc.) text file
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
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
Snort-yuanma
- 本书共14章,详细分析了snort2.2在windows系统下的源代码,对数据包截获、系统初始化、数据包处理、系统配置和规则库建立于匹配等等,详细的进行了分析。对源代码中重要的函数一句句的注释分析。-The book has 14 chapters, detailed analysis snort2.2 of source code in windows system, packet capture, system initialization, packet processing, syste
comtech
- java抓取网页数据,jsoup+Xpath解析,hibernate事务管理,各个功能点分开处理,结构清晰,自己找相关jar包倒入- java web crawl data, jsoup+ Xpath parsing, hibernate transaction management, various functional point separately, clear structure, find the relevant jar package into its own
winpcap
- WinPcap是一个基于Win32平台的,用于捕获网络数据包并进行分析的开源库. 大多数网络应用程序通过被广泛使用的操作系统元件来访问网络,比如sockets。 这是一种简单的实现方式,因为操作系统 已经妥善处理了底层具体实现细节(比如协议处理,封装数据包等等),并且提供了一个与读写文件类似的,令人熟悉的接口。-WinPcap is the industry-standard tool for link-layer network access in Windows environme
network-data-capture-and-analysis
- 社交网站的数据抓取与分析,网络爬虫的简明介绍,从性能,错误处理等方面进行阐释-Social network data capture and analysis, web crawler s brief introduction, the performance, error handling, etc
VB-json-post
- VB实现POST数据并接收处理JSON返回值-VB achieve POST data and receive processing JSON return value