CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - frame ethernet

搜索资源列表

  1. CPPs

    0下载:
  2. 以太网成帧程序,符合IEEE 802.3 包含ARP-ethernet frame generator, including ARP
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:23119
    • 提供者:和可强
  1. EthernetPPPPPP

    0下载:
  2. 计算机网络课程设计 模拟Ethernet帧发送 通过自己测试运行,能通过 达到老师课设的要求 -The computer networks course designed to simulate the Ethernet frame is sent through their own test run, through the teacher class-based requirements
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2502370
    • 提供者:段均
  1. llibbdnet-110i

    0下载:
  2. libdnet 为若干个低层的网络例程提供了一个简单易懂的可移植的接口,包含网络地址处理,内核arp 缓冲与路由表查找与管理,网络防火墙(IP filter, ipfw, ipchains,, pf, PkktFilter, ...),网络接口查找与管理,IP 隧道(BSD/Linux tun, Universal TUN/TAP device),未加工的IP 包与以太网帧的传输。 -the libdnet as a number of low-level network routines
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:399343
    • 提供者:明白的
  1. Ijiebaoon

    0下载:
  2. 在一个局域网环境中,用C 语言实现下面的基本功能:(1)确定截包的方法:包括RAW 模式SOCKET、PACKET32和直接作为驱驱动程序挂在NDIS上(2)要求截获以下包的类型并分析:以太网帧格式、IP包、ICMP包、TCP报文段、UDP报文等相关字段进行描述。 -In a LAN environment, using the C language to achieve the following basic functions: (1) to determine the cut-off
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-07
    • 文件大小:2790
    • 提供者:magnet
  1. Arp-CheckeARP

    0下载:
  2. ARP协议是“Address Resolution Protocol”(地址解析协议)的缩写。在局域网中,网络中实际传输的是“帧”,帧里面是有目标主机的MAC地址的。在以太网中,一个主机和另一个主机进行直接通信,必须要知道目标主机的MAC地址。但这个目标MAC地址是如何获得的呢?它就是通过地址解析协议获得的。所谓“地址解析”就是主机在发送帧前将目标IP地址转换成目标MAC地址的过程。ARP协议的基本功能就是通过目标设备的IP地址,查询目标设备的MAC地址,以保证通信的顺利进行-ARP proto
  3. 所属分类:Scanner

    • 发布日期:2017-11-09
    • 文件大小:786215
    • 提供者:金本网络
  1. FrameParser

    0下载:
  2. 以太网帧解析,计算机网络高级编程第一次作业-Ethernet Frame Parser
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:8374
    • 提供者:caojuan
  1. MyFramer

    0下载:
  2. ethernet帧解析,根据截获得数据包,按照以太帧结构解析,crc-8校验-ethernet frame to resolve, in accordance with cut-off access to data packets, in accordance with the Ethernet frame structure analysis, crc-8 Checksum
  3. 所属分类:Web Server

    • 发布日期:2017-11-13
    • 文件大小:1423
    • 提供者:keying
  1. FrameParser

    0下载:
  2. 以太网帧结构解析程序,控制台程序C++编写-Ethernet frame structure parsing program, the console program C++ write
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-07
    • 文件大小:336841
    • 提供者:Ben
  1. FrameParse

    1下载:
  2. 解析已封装好的Ethernet V2.0的帧封装文件(二进制文件,见作业附件),判断共有多少个帧,每个帧的各字段内容,检测CRC校验字段是否正确。具体要求如下: (1)程序为命令行程序,可执行文件名为FrameParse.exe,命令行格式为:FrameParse input.-Resolution has encapsulated the Ethernet V2.0 frame encapsulation files (binaries, see working attachment),
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:1508871
    • 提供者:高德政
  1. EMAC6

    2下载:
  2. verilog实现的FPGA三态以太网链路层通信代码,里面有状态机,并按各个模块的功能分了文件夹,还有说明文档,自定义帧的产生和接收,开发环境为Xilinx ISE,测试无误。-verilog realization FPGA Tri-Mode Ethernet link layer communication code, which the state machine, according to the function of each module sub folder, as well a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-12-20
    • 文件大小:3602432
    • 提供者:trygov
  1. abc

    0下载:
  2. 以太网上传输的数据帧,并分析数据帧,显示每个帧的发送端和接收端的MAc-Data transfer in the Ethernet frame, and analyzes the data frame, the MAC address of the sending end and the receiving end of each frame
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:450308
    • 提供者:李晓芸
  1. Code

    0下载:
  2. Ethernet帧结构解析程序 程序为命令行程序,可执行文件名为FrameParser.exe,命令行格式如下: FrameParser.exe inputfile VC++ 6.0 编译运行通过-Ethernet frame structure parser program command line program executable file named FrameParser.exe, command line format is as follows: FrameP
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-11
    • 文件大小:10168
    • 提供者:Rarelin
  1. CRC-checksum

    0下载:
  2. CRC 校验 通过Ethernet帧的CRC校验,了解网络协议中校验字段的计算过程与作用。-CRC checksum Ethernet frame CRC checksum, to understand the process and the role of the network protocol checksum field calculation.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-05
    • 文件大小:54793
    • 提供者:wang jinyi
  1. data_source0

    0下载:
  2. 模拟的以太网数据帧,帧尾有正确的FCS值,一般用于校验编写代码的FCS校验功能是否正确-Analog Ethernet data frames, frame tail has the correct FCS value, generally used for checking the FCS check writing code functions correctly
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:7681
    • 提供者:张朝惠
  1. MyFramer

    0下载:
  2. ethernet帧解析,根据截获得数据包,按照以太帧结构解析,crc8校验-ethernet frame to resolve, in accordance with cut-off access to data packets, in accordance with the Ethernet frame structure analysis, crc-8 Checksum-8校验-ethernet frame to resolve, in accordance with cut-off acc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1469
    • 提供者:whicme
  1. dkb

    0下载:
  2. 以太网数据帧的监听与分析r抓取数据包的源程序-Ethernet data monitoring and analysis of frame r crawling the source packet
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:6444
    • 提供者:gedpe
  1. inputtest

    0下载:
  2. 以太网帧的解析程序,用于解析以太网的报文帧格式,图形化界面。-Ethernet frame parser for parsing the Ethernet packet frame format, graphical interface.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:3058199
    • 提供者:李求知
  1. frameparse

    0下载:
  2. 一个以太网帧解析程序,实现以下功能:解析已封装好的Ethernet V2.0帧封装文件(见附件),判断有多少个帧,每个帧的所有字段内容,检测CRC校验是否正确-An Ethernet frame analysis program, the following functions: parsing the encapsulated Ethernet V2.0 frame encapsulation (see annex), to determine the number of frames, ea
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:1282237
    • 提供者:baimengying
  1. FramePaser

    0下载:
  2. 开发一个以太网帧解析程序,实现以下功能:解析已封装好的Ethernet V2.0帧封装文件(见附件),判断有多少个帧,每个帧的所有字段内容,检测CRC校验是否正确。-Develop an Ethernet frame analysis program, implement the following functions: parsing has encapsulated Ethernet V2.0 frame encapsulation file (see attachment), determ
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1686049
    • 提供者:周杰
  1. EthernetFrame

    0下载:
  2. 以太网网络传输帧的解析程序 代码清晰 基于VS2010编写-Frame transmission Ethernet network analysis program is compiled based on VS2010 code clearly
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:31980
    • 提供者:
« 1 2 3 4 56 »
搜珍网 www.dssz.com