EthProtocolType

class mtf.proto_common.EthProtocolType
IS_Nothing = <mtf_eth_protocol_type.ANY: 18446744073709551615>
FRAME_NOT_DECODED = 18446744073709551615
IS_ETHERNET_II = <mtf_eth_protocol_type.EthernetII: 1>
IS_IEEE8022 = 2
IS_8021Q = 4
IS_8021Q9100 = 8
IS_PLP = 16
IS_BR_SPY_ETH = 32
IS_PTP = <mtf_eth_protocol_type.PTP: 64>
IS_DHCP = 144115188075855872
IS_IPv4 = <mtf_eth_protocol_type.IPv4: 65536>
IS_IPv6 = <mtf_eth_protocol_type.IPv6: 131072>
IS_ARP = <mtf_eth_protocol_type.ARP: 262144>
IS_BMW_MOTION_JPEG = 524288
IS_IEEE1722 = 1048576
IS_IPSec_AH = 2097152
IS_IPSec_ESP = 4194304
IS_TCP = <mtf_eth_protocol_type.TCP: 4294967296>
IS_UDP = <mtf_eth_protocol_type.UDP: 8589934592>
IS_IGMP = <mtf_eth_protocol_type.IGMP: 17179869184>
IS_ICMP = <mtf_eth_protocol_type.ICMP: 34359738368>
IS_NM = <mtf_eth_protocol_type.NM: 281474976710656>
IS_DIAG = 562949953421312
IS_VIS = <mtf_eth_protocol_type.VIS: 1125899906842624>
IS_SOME_IP = <mtf_eth_protocol_type.SOME_IP: 2251799813685248>
IS_SOME_IP_SD = <mtf_eth_protocol_type.SOME_IP_SD: 4503599627370496>
IS_XCP = <mtf_eth_protocol_type.XCP: 9007199254740992>
IS_DLT = <mtf_eth_protocol_type.DLT: 18014398509481984>
IS_IKEv2 = 18014398509481984
IS_NPDU = <mtf_eth_protocol_type.NPDU: 72057594037927936>
IS_DOIP = <mtf_eth_protocol_type.DOIP: 288230376151711744>
ANY = <mtf_eth_protocol_type.ANY: 18446744073709551615>
ARP = <mtf_eth_protocol_type.ARP: 262144>
CMP = <mtf_eth_protocol_type.CMP: 128>
DLT = <mtf_eth_protocol_type.DLT: 18014398509481984>
DOIP = <mtf_eth_protocol_type.DOIP: 288230376151711744>
EthernetII = <mtf_eth_protocol_type.EthernetII: 1>
HSFZ = <mtf_eth_protocol_type.HSFZ: 562949953421312>
ICMP = <mtf_eth_protocol_type.ICMP: 34359738368>
ICMP_IPV6 = <mtf_eth_protocol_type.ICMP_IPV6: 68719476736>
IGMP = <mtf_eth_protocol_type.IGMP: 17179869184>
IPv4 = <mtf_eth_protocol_type.IPv4: 65536>
IPv6 = <mtf_eth_protocol_type.IPv6: 131072>
MACSEC8021AE = <mtf_eth_protocol_type.MACSEC8021AE: 256>
NM = <mtf_eth_protocol_type.NM: 281474976710656>
NPDU = <mtf_eth_protocol_type.NPDU: 72057594037927936>
PTP = <mtf_eth_protocol_type.PTP: 64>
SOME_IP = <mtf_eth_protocol_type.SOME_IP: 2251799813685248>
SOME_IP_SD = <mtf_eth_protocol_type.SOME_IP_SD: 4503599627370496>
TCP = <mtf_eth_protocol_type.TCP: 4294967296>
TECMP = <mtf_eth_protocol_type.TECMP: 16>
UDP = <mtf_eth_protocol_type.UDP: 8589934592>
VIS = <mtf_eth_protocol_type.VIS: 1125899906842624>
Vlan8021Q = <mtf_eth_protocol_type.Vlan8021Q: 4>
Vlan8021Q_DUAL = <mtf_eth_protocol_type.Vlan8021Q_DUAL: 8>
XCP = <mtf_eth_protocol_type.XCP: 9007199254740992>
__init__(self: mtf.libs.mtf_pybinder.mtf_eth_protocol_type, value: int) None
__new__(**kwargs)
property name
property value