EthernetPhyHeaderBase

Namespace inet::physicallayer

EthernetPhyHeaderBase

class

This is a base class for all IEEE 802.3 Ethernet PHY headers defined the IEEE Std 802.3-2018, IEEE Standard for Ethernet.

Extends

Name Type Description
FieldsChunk (unknown -- not in documented files)

Fields

Name Type Description
chunkLength

Packet operations (observed)

actionmodule
peekAtFrontPacketClassifier
popAtFrontEthernetCutthroughSource, StreamThroughReceiver

Source code

//
// This is a base class for all IEEE 802.3 Ethernet PHY headers defined the IEEE
// Std 802.3-2018, IEEE Standard for Ethernet.
//
class EthernetPhyHeaderBase extends FieldsChunk
{
    chunkLength = ETHERNET_PHY_HEADER_LEN;
}

File: src/inet/physicallayer/wired/ethernet/EthernetPhyHeader.msg