搜索资源列表
2120050338_张娜_2
- 一个简单实现Ethernet数据帧封装和计算 CRC 校验的功能的程序,供新手参考-achieve a simple Ethernet data frames Packaging, and CRC calculation of the function of the procedures for newcomers reference
zheng
- 本文目的是演示Linux中的SOCK_PACKET插口的使用方法,实现对网络数据帧的捕获,编程方法简洁高效,可广泛应用在网络数据的分析、过滤和协议变换上。作者通过对Linux系统的编程实践,提出了一些思考,希望对读者有所启发-purpose of this paper is a demonstration of Linux SOCK_PACKET jack way to use the network to achieve the data frame capture, programming
FRAMER
- 数据帧的CRC校验和算法-data frames CRC checksum algorithm
frame_parse_ruri
- 该系统可以对WLAN中的无线数据帧进行格式解析,对于管理帧,控制帧以及数据帧都有很好的支持。
sip
- 本系统硬件基于 LPC2292 与 DM9000 的嵌入式网络通讯协议,协议遵循 TCP/IP 规范。 本系统使用 ADS 开发,使用标准 C++ 程序设计语言,可方便移植与维护。 硬件配置为:小端模式,16位数据总线宽度,命令传送地址为0x81000100,数据传送地址为0x81000104。 软件配置:是用程序查询方式获取和发送以太网数据帧,DM9000 各配置信息均由程序进行设置。 更多信息请阅读程序源码。 松牛 http://sonew.512j.com/
Socket
- 自定义的Socket类,可用于收发数据帧!-A self-defined socket class, used to send and receive packet
FrameParser
- 计算机网络 数据帧的封装,解析,与模拟发送-Encapsulation frame computer networks, analytical, and analog transmission
Etherner
- 本课程设计的目的是模拟Ethernet帧的发送过程,使读者熟悉Ethernet帧的数据发送流程,即CSMA/CD32运作流程: 1)、用两个线程a和b来模拟Ethernet上的两台主机。 2)、用一个双字类型变量Bus来模拟总线(将其初始化为” \0”,并且总线等于”\0”时 表示总线空闲)。 3)、两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线 程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4)、
nids
- 读取网络数据帧,并对数据进行分选和提取,然后经过规则设计,及早地发现入侵数据帧,以及早采取防御措施.-read frame,then snort.
MyWinPcap
- WinPcap 捕获数据帧程序功能为: (1) 捕获程序具有捕获本机网卡数据帧的能力,并显示以太帧头各个字段值 (2) 捕获程序具有进一步分析上层协议数据单元的能力,包括TCP、UDP-WinPcap frame capture program features: (1) capture process with a capture card in this machine' s ability to frame and display each header field valu
MyFramer
- Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8
UDPdump
- 以太网数据帧的监听和分析。分析生成源物理地址和目的物理地址。-Ethernet data frame monitoring and analysis. Analysis generates the source physical address and destination physical address.
FrameParse
- 通过从对编写好的Ip数据帧二进制文件中读出该数据帧,并把该IP数据帧的头部信息和数据内容显示出来-Ip through the good from the preparation of binary frame read out the data frame, and the head of the IP data frame of information and data content is displayed
1
- 网络数据帧的截获与监听-Network data frame capture and monitor
Protocolanalysisogasprocess
- 协议分析气程序:包含了一下功能,数据采集,解析Ethernet网数据帧头部的全部信息,实现基于MAC地址和帧头部类型字段的数据包过滤,解析IP数据包的头部信息,实现基于IP地址和IP有协议的数据过滤,对ICMP解析,解析TCP/UCP头部信息,实现端口数据包过滤,实现应用层HTTP协议头部分析-Protocol analysis gas program: includes what functions, data acquisition, Ethernet network data frame
zhuabao
- 以太网数据截获,可以获得数据帧,并对其进行分析。-raw socket
wangluobianchengdazuoye
- 嗅探器作为一种网络通讯程序,也是通过对网卡的编程来实现网络通讯的,对网卡的编程也是使用通常的套接字(socket)方式来进行。但是,通常的套接字程序只能响应与自己硬件地址相匹配的或是以广播形式发出的数据帧,对于其他形式的数据帧比如已到达网络接口但却不是发给此地址的数据帧,网络接口在验证投递地址并非自身地址之后将不引起响应,也就是说应用程序无法收取到达的数据包。而网络嗅探器的目的恰恰在于从网卡接收所有经过它的数据包,这些数据包即可以是发给它的也可以是发往别处的。显然,要达到此目的就不能再让网卡按通
ARQ
- 用于模拟网络数据帧传送过程,进行数据传送测试-Used to simulate the network data frame transmission process, the data transfer test
simu_channel_stud
- 此程序实现了网络数据链路层通道的通信,根据停等协议、自动重发协议来实现数据帧的正确传输和接收-This program implements the network data link layer of communication channels, such as under the stop protocol, automatic repeat protocol to achieve the correct data frame transmission and reception
IP数据包流量监控
- 能够简单实现网络监控流量,对数据帧进行捕捉(grhbgbfvfvdfgrthbrtgrtg)