Message EthernetIIFrame

File: NetworkInterfaces/Ethernet/EtherFrame.msg

C++ definition: click here

Ethernet II headers contain a 16-bit EtherType to identify the encapsulated protocol.

Header length: src(6)+dest(6)+etherType(2) = 14 bytes

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

EthernetIIFrame EtherFrame

Extends:

EtherFrame

Common base class for classes representing Ethernet II and 802.3 frame types, containing their common header fields.

Fields:

Name Type Description
etherType int

Source code:

message EthernetIIFrame extends EtherFrame
{
    fields:
        int etherType;
};