搜索资源列表
Local_area_network_truncation_package_procedure.ra
- 一个局域网环境中,用C 语言实现(1)确定截包的方法:包括RAW 模式SOCKET、PACKET32以及直接作为驱动程序挂在NDIS上 (2)要求截获以下包的类型并分析:以太网帧格式、IP包、ICMP包、TCP报文段、UDP报文等相关字段进行描述。
SISDF
- 模拟以太网帧的发送过程,要求模拟实现CSMA/CD的传送过程
packetdriverdatatrans
- 利用packetdriver接受发送以太网帧。
frame
- 一个将数据打包成以太网帧的示例程序,该程序读取一个文件,然后将文件中的数据打包成以太网帧
采样值报文解析
- IEC 61850-9-2采样值报文在链路层传输都是基于ISO/IEC 8802-3的以太网帧结构,本程序着重解析smv报文,适合初学者
FrameParser.rar
- 以太网帧的解析教学程序,包括了CRC校验的代码,Analysis of Ethernet frames teaching
RAW SOCKET编程与以太网帧分析
- RAW SOCKET编程与以太网帧分析。环境是Linux,用C,C++语言描述。 包括基于TCP和UDP的两个客户服务器程序;以及一个原始套接字可以接受任何数据链路层。并且根据协议规约输出抓取到的包的字段内容 -RAW SOCKET Programming and Ethernet frame analysis. Environment is Linux, using C, C++ language to describe. Including both TCP and UDP-ba
SnifferYU
- 自己编写的一个基于winpcap的Sniffer,VC++编译通过,可分析以太网帧头部、ARP、IP、TCP、UDP、ICMP等,界面美观,易于使用-I have written a winpcap based on the Sniffer, VC++ compiler is passed, the head frame can be analyzed Ethernet, ARP, IP, TCP, UDP, ICMP and so on, beautiful interface, easy t
get_ether
- 基于WINPCAP,抓取以太网帧-Based on WINPCAP, crawling Ethernet frame.
frame1
- 以太网帧的封装和解析(命令行实现,封装命令\debug\fram1 -e file1,解析命令为frame2 -u file1)-Ethernet frame encapsulation and parsing (command-line implementation)
IP_network_packet
- 在一个局域网环境中,用C 语言实现下面的基本功能: (1)确定截包的方法:包括RAW 模式SOCKET、packet32以及直接作为驱动程序挂在NDIS上 (2)要求截获以下包的类型并分析:以太网帧格式、IP包、ICMP包、TCP报文段、UDP报文等相关字段进行描述。 -In a LAN environment, using C language the following basic functions: (1) determine the method of cut-off packa
FrameParser
- 模拟以太网帧结构,对帧结构进行封装和解析。-Simulation of the Ethernet frame structure, the structure of the frame package and resolution.
on-and-Analysis
- 以太网帧的封装和解析 -Ethernet frame encapsulation and Analysis
ethernet
- 基于不同的硬件的网络使用不同形式的帧结构,Ethernet是当今应用最广泛的局域网技术。本程序是模拟以太网帧的封装程序设计-Networks based on different hardware using different forms of frame structure, Ethernet is today the most widely used LAN technology. This procedure is to simulate the Ethernet frame encap
READ_PCAP
- 读取pcap文件,分析数据包头(以太网帧头部,ipv4头部,tcp头部)-read .pcap(analyse header of packet,frame,tcp,ipv4)
FrameEncoder.tar
- 以太网帧封装程序,CRC采用八位的校验算法,并非32位。 将输入的内容封装成一个或多个以太网帧(根据内容长度自动切割)-A Frame Decoder
raw_socket
- RAW SOCKET编程与以太网帧分析基础,用于熟悉基本的raw socket编程,对以太网帧进行初步分析。-RAW SOCKET Programming and Ethernet frame analysis based on the raw socket used to be familiar with basic programming, the initial points of the Ethernet frame Analysis.
Ethernet
- java实现的以太网帧封装。三个程序,两个封装程序,一个测试程序-A Ethernet Frame implements by java,one is for test ,others is for useage
FrameParser
- 以太网帧解析,计算机网络高级编程第一次作业-Ethernet Frame Parser
SISDF
- 模拟以太网帧的发送过程,要求模拟实现CSMA/CD的传送过程-Simulation of Ethernet frames sent process simulation to achieve the requirements CSMA/CD transmission process
