Uses of Class
org.pcap4j.packet.namednumber.EtherType
Packages that use EtherType
Package
Description
-
Uses of EtherType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as EtherTypeModifier and TypeFieldDescriptionprivate EtherTypeLinuxSllPacket.Builder.protocolprivate final EtherTypeLinuxSllPacket.LinuxSllHeader.protocolprivate EtherTypeSnapPacket.Builder.protocolIdprivate final EtherTypeSnapPacket.SnapHeader.protocolIdprivate final EtherTypeArpPacket.ArpHeader.protocolTypeprivate EtherTypeArpPacket.Builder.protocolTypeprivate EtherTypeDot1qVlanTagPacket.Builder.typeprivate final EtherTypeDot1qVlanTagPacket.Dot1qVlanTagHeader.typeprivate EtherTypeEthernetPacket.Builder.typeprivate final EtherTypeEthernetPacket.EthernetHeader.typeMethods in org.pcap4j.packet that return EtherTypeModifier and TypeMethodDescriptionLinuxSllPacket.LinuxSllHeader.getProtocol()SnapPacket.SnapHeader.getProtocolId()ArpPacket.ArpHeader.getProtocolType()Dot1qVlanTagPacket.Dot1qVlanTagHeader.getType()EthernetPacket.EthernetHeader.getType()Methods in org.pcap4j.packet with parameters of type EtherTypeModifier and TypeMethodDescriptionSnapPacket.Builder.protocolId(EtherType protocolId) ArpPacket.Builder.protocolType(EtherType protocolType) -
Uses of EtherType in org.pcap4j.packet.factory.statik
Subclasses with type arguments of type EtherType in org.pcap4j.packet.factory.statikMethods in org.pcap4j.packet.factory.statik with parameters of type EtherTypeModifier and TypeMethodDescriptionStaticEtherTypePacketFactory.newInstance(byte[] rawData, int offset, int length, EtherType number) -
Uses of EtherType in org.pcap4j.packet.namednumber
Subclasses with type arguments of type EtherType in org.pcap4j.packet.namednumberFields in org.pcap4j.packet.namednumber declared as EtherTypeModifier and TypeFieldDescriptionstatic final EtherTypeEtherType.APPLETALKAppletalk: 0x809bstatic final EtherTypeEtherType.ARPARP: 0x0806static final EtherTypeEtherType.DOT1Q_VLAN_TAGGED_FRAMESIEEE 802.1Q VLAN-tagged frames: 0x8100static final EtherTypeEtherType.IPV4IPv4: 0x0800static final EtherTypeEtherType.IPV6IPv6: 0x86ddstatic final EtherTypeEtherType.MPLSMPLS: 0x8847static final EtherTypeEtherType.PPPPPP: 0x880bstatic final EtherTypeEtherType.PPPOE_DISCOVERY_STAGEPPPoE Discovery Stage: 0x8863static final EtherTypeEtherType.PPPOE_SESSION_STAGEPPPoE Session Stage: 0x8864static final EtherTypeEtherType.RARPRARP: 0x8035Fields in org.pcap4j.packet.namednumber with type parameters of type EtherTypeMethods in org.pcap4j.packet.namednumber that return EtherTypeModifier and TypeMethodDescriptionstatic EtherTypeEtherType.getInstance(Short value) static EtherTypeMethods in org.pcap4j.packet.namednumber with parameters of type EtherType