HeaderEthernet

Summary

Represents an Ethernet frame object.

Properties

Structure

class HeaderEthernet
ether_type

The ether type of the frame.

Type

EtherType

mac_address_destination

The destination MAC address

Type

str

mac_address_source

The source MAC address.

Type

str

vlan_tag

The VLAN tag of the frame.

Type

HeaderVlan