搜索资源列表
ettercap-0.6.7.tar
- Ettercap最初设计为交换网上的sniffer,但是随着发展,它获得了越来越多的功能,成为一款有效的、灵活的中介攻击工具。它支持主动及被动的协议解析并包含了许多网络和主机特性(如OS指纹等)分析。 这里是它的源代码包-Ettercap initially designed for the exchange of online sniffers, but with the development, it was more and more functions into one effect
SnifferVC++
- 本实例利用VisualC++6.0编写的网络监听程序,都解析IP,TCP,UDP和ICMP四种协议-example of the use of VisualC 6.0 network monitoring procedures, analytical IP, TCP, UDP and ICMP four agreements
gps
- linux下select方式接受并解析NMEA协议gps信息,解析GGA、RMC语句,可以定位经纬度、时间、日期、星数等信息。
Http
- 用libnids实现http协议的解析,可以监控局域网内所有机器访问的网站,并记录日志。 使用前需要先配置好libnids的环境
AnalyzeIPv6_WinPcap.cpp
- 本程序利用WinPcap提 供的函数,实现了过滤捕获并解析在纯IPv6环境或双协议栈环境下传输的IPv6数据包。
freesdp.tar
- SDP文件解析代码,简单实用。内有示例。SDP文件主要用RTSP,RTP协议的初始化中。
bro-1.3.2.tar
- 这是一个比较完善的网络协议包的捕获和解析的源码数据包。网络数据包的捕获采用libpcap。非常不错的,大家共同学习进步
Tns_code
- 一个解析oracle协议的代码,分析比较深入,相对于dsniffer的oracle解析来说要强很多-An oracle protocol parsing code, more in-depth analysis, compared to the oracle parse dsniffer is a lot stronger
ringbuffer_src_2.0
- C语言实现的环形缓存类封装。功能比较实用,可以用于网络环境下,协议栈或通信协议解析。-C language implementation of the circular buffer class package. Functions more practical, can be used for the network environment, or communication protocol stack resolution.
send_message
- 利用TCP协议传输TCP报文,并且受到该报文后进行解析。-TCP protocol using TCP packet transmission, and by the newspaper after the resolution text.
LinuxARP
- Linux ARP协议源码解析,出处网络,作者不明-Linux ARP protocol source code analysis, source network, author unknown
FTP_SERVER_SRC
- 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
linuxkernelprotocolstacksourcecodeanalysis
- linux内核协议栈源码解析,pdf电子书,清晰,-pdf e-books, clear, linux kernel protocol stack source code analysis
ethtool-6.tar
- ethtool-6网络包解析工具源码。可以完整编译通过。需要研究网络抓包原理和协议的朋友可用-ethtool-6 network packet analysis tool for source code. You can completely compile. Need to study the principles of network packet capture and protocol friends available
dhcpcd-5.2.12
- DHCP客户端c++实现,可以模拟dhcp发包,包括协议解析和ip地址分配-DHCP client c++ implementation can be simulated dhcp contract, including protocol analysis and the ip address assignment
bacnet4linux-0.3.12
- BACnet 针对linux环境下的协议栈最新版本0.3.12,为目前该开源协议的最新版本,很难拿到的要注册会员才有资格拿到,楼宇自动化Ashare国际标准的开源协议解析栈-BACnet for Linux the new vesion 0.3.12, Ashare Standard Protocol stack, based on BACnet version 2008
sas
- 防盗报警系统响应源码,写入数据库并响应,包含协议解析-Anti-theft alarm system response code, written to the database and responds
TXProtocolSpy-master
- TX PC QQ协议解析工具,用于配合Lua脚本解析协议数据包-TX PC QQ Protocol Spy
libktuart-linux-android
- 使用类接口封装的UART,带有完整的通讯协议解析方式,包括重发机制,timeout,可以在linux或是Android下编译程共享库使用,带有test demo
linux TCP IP协议栈源码解析
- linux内核TCP/IP协议栈解析,包括协议栈内核源码,适合中、高级开发人员