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

搜索资源列表

  1. FrameParser

    0下载:
  2. Ethernet帧结构解析程序,包括对源地址、目的地址、数据的解析,同时包括CRC校验。-Ethernet frame structure analysis procedures, including the source address, destination address, data analysis, while including the CRC.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:44010
    • 提供者:李明
  1. wpacap

    0下载:
  2. 用wipcap抓包,分析网络协议,以太帧,ip,armp,tcp、ip等常用的网络协议-With wipcap Ethereal to analyze the network protocol, Ethernet frame, ip, armp, tcp, ip, etc. common network protocols
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-30
    • 文件大小:12949711
    • 提供者:lwl
  1. Psniff

    1下载:
  2. 这也是一个基于网络抓包捕获的源代码,支持应用层数据包的抓取分析。程序基于第三方组件VBPCAP.DLL。支持实时抓取,IPV4报头,以太网报头,帧报头获取分析。目前测试基于局域网,无线网卡好像无法捕获,正在研究中。 程序需要用到VBPCAP.DLL,这个文件感觉有些问题,程序每次退出时VB会崩溃,整个源代码功能上还是不错,给大家参考下。-This is also a web-based Ethereal to capture the source code, support for appl
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:222219
    • 提供者:说不得
  1. Ethernet

    0下载:
  2. Ethernet网络帧结构的封装和解析程序,在控制台下运行-Ethernet frame structure of the network package and analytical procedures, the console runs under
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-22
    • 文件大小:213176
    • 提供者:luojun
  1. frame

    0下载:
  2. 对以太帧进行手动封装,对封装好的帧解析各个字段-Ethernet frame to manually package and a good frame for the package to resolve the various fields
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:132651
    • 提供者:yaolijuan
  1. frame

    0下载:
  2. 以太帧的解析和封装程序 GCC下编译通过-Analysis of Ethernet frames and packaging procedures
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:2430
    • 提供者:Gaojing
  1. Ethernet-frame-send

    0下载:
  2. 模拟Ethernet帧的发送过程,C++源程序编写。-Simulation of Ethernet frames sent process, C++ source code to prepare.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-22
    • 文件大小:9099
    • 提供者:name
  1. frame

    0下载:
  2. 帧是在数据链路层数据进行传输与交换的基本单位。本次试验的目的是应用数据链路层的知识和基本原理,通过构造一个具体的Ethernet帧,从而深入理解网络协议的基本该法年与网络问题处理的一般方法。 -frame
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:280304
    • 提供者:linheng
  1. frame1

    0下载:
  2. 以太网帧的封装和解析(命令行实现,封装命令\debug\fram1 -e file1,解析命令为frame2 -u file1)-Ethernet frame encapsulation and parsing (command-line implementation)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2382127
    • 提供者:王小雨
  1. MyFramer

    0下载:
  2. Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-24
    • 文件大小:783594
    • 提供者:wangweizhao
  1. Frame

    0下载:
  2. Ethernet帧结构解析程序:了解帧结构的各个字段的含义以及帧的接收过程-Ethernet Frame Structure of program: understanding the frame structure of the meaning of each field and the frame of the receiving process
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-30
    • 文件大小:13061
    • 提供者:陈宪法
  1. ethernet

    0下载:
  2. 基于不同的硬件的网络使用不同形式的帧结构,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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:205552
    • 提供者:guoqing
  1. Ethernet

    0下载:
  2. 模拟Ethernet帧的发送过程,熟悉Ethernet帧的数据发送流程,即CSMA/CD32运作流程。-Simulate the process of sending an Ethernet frame, familiar Ethernet frame data transmission process, namely CSMA/CD32 operational flow.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2220930
    • 提供者:韩思流
  1. Ethernet-Frame

    0下载:
  2. 自己写的Ethernet 数据帧解析与封装协议-the ethernet frame package and unpackage
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-10
    • 文件大小:1620570
    • 提供者:haoziyi
  1. Ethernet-frame

    0下载:
  2. Ethernet帧结构解析程序 -Ethernet frame structure analytical procedures
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:95174
    • 提供者:插头
  1. Ethernet

    1下载:
  2. java实现的以太网帧封装。三个程序,两个封装程序,一个测试程序-A Ethernet Frame implements by java,one is for test ,others is for useage
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-10-29
    • 文件大小:10240
    • 提供者:张鑫
  1. Ethernet

    0下载:
  2. Ethernet帧解析程序,包含CRC校验算法。计算机网络编码实验,很好的资源。-Ethernet frame analysis program contains a CRC checksum algorithm. Computer network coding experiments good resource.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-29
    • 文件大小:95470
    • 提供者:LD
  1. Frame-analysis.tar

    0下载:
  2. 解析和封装MAC帧,对于过长的帧也可以实现解析,完全遵循Ethernet帧的格式的要求.-允许输入拉丁字符的拼音 Parsing and encapsulated MAC frame, for the frame is too long can also achieve resolution, full compliance with the requirements of the format of the Ethernet frame.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-17
    • 文件大小:11088
    • 提供者:李旭
  1. Ethernet-frame-structure-parser

    0下载:
  2. Ethernet帧结构解析程序,可以分析以太网的帧结构-Ethernet frame structure analysis program that can analyze Ethernet frame structure
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-04
    • 文件大小:385060
    • 提供者:关红叶
  1. Ethernet-frame-code

    0下载:
  2. 帧是网络中基本传输单元,熟悉帧结构对于理解网络协议的概念、协议执行过程以及网络层次结构具有重要的意义 -A network frame is the basic transmission unit, familiar with the frame structure for understanding the concept of network protocols, and network protocol implementation has important significance
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-10
    • 文件大小:800992
    • 提供者:zhu bo
« 12 3 »
搜珍网 www.dssz.com