EthernetHeaderTypeNetwork Packet Object Schema

Ethernet header characterizes and ethernet header and includes information such as source MAC address, destination MAC address, and more.


Fields

Field Name Type Description
Destination_MAC_Addr0..1 AddressObjectType

Destination MAC Addr characterizes the destination MAC Address of the ethernet frame.

Source_MAC_Addr0..1 AddressObjectType

Source MAC Addr characterizes the source MAC Address of the ethernet frame.

Type_Or_Length0..1 TypeLengthType

Type or Length characterizes either the length of the ethernet frame or the protocol type of the network layer.

Checksum0..1 HexBinaryObjectPropertyType

Checksum characterizes the Frame Check sequence of an ethernet frame.