搜索资源列表
高层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
get_tcp_Message
- 自己写的sniffer工具,主要用c ,libpcap,可以获得对方应用层以上的数据,主要是TCP层以上的数据及数据内容。-Write their own sniffer tool, the main c, libpcap, can be more than the other application-layer data, primarily over TCP layer data and data content.
myself_sniffer_tools_get_tcp
- 自己写的sniffer工具,主要用c ,libpcap,可以获得对方应用层以上的数据,主要是TCP层以上的数据及数据内容。-Write their own sniffer tool, the main c, libpcap, can be more than the other application-layer data, primarily over TCP layer data and data content.
Protocolanalysisogasprocess
- 协议分析气程序:包含了一下功能,数据采集,解析Ethernet网数据帧头部的全部信息,实现基于MAC地址和帧头部类型字段的数据包过滤,解析IP数据包的头部信息,实现基于IP地址和IP有协议的数据过滤,对ICMP解析,解析TCP/UCP头部信息,实现端口数据包过滤,实现应用层HTTP协议头部分析-Protocol analysis gas program: includes what functions, data acquisition, Ethernet network data frame
tcpip
- 几个网络数据截获与分析相关的源码与资料,有助于tcpip协议的理解、ip包的重组还原应用研究-Several network data interception and analysis related to the source code and data to help understand the protocol tcpip, ip packets to restore application of recombinant
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
12345434234
- 设计并实现程序,捕获网络上的相关数据包(TCP、UDP),并分析这些数据包应用的协议、网络地址、端口号、数据包长度、协议头部信息等内容。 用命令行执行,显示相关结果并将数据写入日志文件。如运行Sniffer logfile;其中Sniffer是程序名,logfile表示捕获结果写入的日志文件名。或在此基础上用图形化界面实现上述功能。 -Design and implement procedures to capture relevant data on the network packe
IP-packet-monitoring
- 基于MFC编程的网络数据IP包监控应用程序-MFC programming based IP packet data network monitoring application
MFC
- 众所周知,ethereal可以捕捉网络数据包,本程序代码可以将 ethereal包进行拆分,还原里面的协议头部以及数据,进行各种相应的应用-As we all know, ethereal can capture network packets, the program code can be split ethereal packets, which the agreement to restore the head, as well as data, conducting a variety
passthruAndDeviceIoControl
- passthru是微软提供的驱动开发包WDK里的网卡驱动开发源代码,本代码实现了应用程序来给驱动层传数据的功能,并且配合我的博客,可以很好的实现此功能,如有疑问,大家可以交流,附上我博客的地址:http://blog.csdn.net/xioyaozi/article/details/7817024-passthru is the development of the network card driver provided by Microsoft Driver Development Kit
64bit_jpcap
- JPCAP是一个开源库从Java应用程序的网络数据包捕获并发送。它提供的设施: 捕获原始数据包从电线。 脱机文件保存捕获的数据包,读取捕获的数据包从一个脱机文件。 自动识别数据包类型,并生成相应的Java对象(用于以太网的IPv4,IPv6中,ARP / RARP,TCP,UDP和ICMPv4报文)。 根据用户指定的规则过滤数据包调度给应用程序之前。 原始数据包发送到网络 Jpcap是基于 libpcap的/ WinPcap的在C和Java实现。JPCAP已通过测试微软
20130629_094815684
- 易语言WEB封包拦截分析器源码 易语言WEB封包拦截分析器源码例程程序结合易语言网络拦截支持库,调用API函数实现网络数据的拦截解析。 易语言例程还使用到易语言多线程支持库,编码转换支持库,应用接口支持库,扩展界面支持库,易语言第三方WEB浏览器2.0版。-Easy language source code analyzer packet interception WEB WEB easy language source code analyzer packet interception r
P2P-Traffic-Identification-
- 在Visual C++平台下实现代码,完成的P2P流量识别,操作的数据对象是从网络中截取到的信息报文,综合应用端口匹配、深层数据包技术和流量特征进行P2P流量识别。-In Visual c++ platform implementation code, complete the P2P traffic identification, the operating data objects are intercepted from the network packets of information
图解TCP_IP_第5版
- 这是一本图文并茂的网络管理技术书籍,旨在让广大读者理解TCP/IP的基本知识、掌握TCP/IP的基本技能。 书中讲解了网络基础知识、TCP/IP基础知识、数据链路、IP协议、IP协议相关技术、TCP与UDP、路由协议、应用协议、网络安全等内容,引导读者了解和掌握TCP/IP,营造一个安全的、使用放心的网络环境。 本书适合计算机网络的开发、管理人员阅读,也可作为大专院校相关专业的教学参考书(This is an illustrated online management technol
