This repository has been archived on 2020-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
NetworkProtocolDictionary/protocols/osi1-2/eth-packet.yml

13 lines
242 B
YAML
Raw Permalink Normal View History

2015-01-04 12:04:36 +01:00
---
protocol: &ethpacket
name: eth-packet
osilayer: 1
fields:
- field: preamble
2015-01-04 12:04:36 +01:00
length: 7
- field: sfd
desc: Start of frame delimiter
2015-01-04 12:04:36 +01:00
length: 1
- field: eth-frame
data: true
reference: eth-frame