Uses of Class
org.pcap4j.packet.namednumber.EtherType
-
Packages that use EtherType Package Description org.pcap4j.packet org.pcap4j.packet.factory.statik org.pcap4j.packet.namednumber -
-
Uses of EtherType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as EtherType Modifier and Type Field Description private EtherTypeLinuxSllPacket.Builder. protocolprivate EtherTypeLinuxSllPacket.LinuxSllHeader. protocolprivate EtherTypeSnapPacket.Builder. protocolIdprivate EtherTypeSnapPacket.SnapHeader. protocolIdprivate EtherTypeArpPacket.ArpHeader. protocolTypeprivate EtherTypeArpPacket.Builder. protocolTypeprivate EtherTypeDot1qVlanTagPacket.Builder. typeprivate EtherTypeDot1qVlanTagPacket.Dot1qVlanTagHeader. typeprivate EtherTypeEthernetPacket.Builder. typeprivate EtherTypeEthernetPacket.EthernetHeader. typeMethods in org.pcap4j.packet that return EtherType Modifier and Type Method Description EtherTypeLinuxSllPacket.LinuxSllHeader. getProtocol()EtherTypeSnapPacket.SnapHeader. getProtocolId()EtherTypeArpPacket.ArpHeader. getProtocolType()EtherTypeDot1qVlanTagPacket.Dot1qVlanTagHeader. getType()EtherTypeEthernetPacket.EthernetHeader. getType()Methods in org.pcap4j.packet with parameters of type EtherType Modifier and Type Method Description LinuxSllPacket.BuilderLinuxSllPacket.Builder. protocol(EtherType protocol)SnapPacket.BuilderSnapPacket.Builder. protocolId(EtherType protocolId)ArpPacket.BuilderArpPacket.Builder. protocolType(EtherType protocolType)Dot1qVlanTagPacket.BuilderDot1qVlanTagPacket.Builder. type(EtherType type)EthernetPacket.BuilderEthernetPacket.Builder. type(EtherType type) -
Uses of EtherType in org.pcap4j.packet.factory.statik
Methods in org.pcap4j.packet.factory.statik with parameters of type EtherType Modifier and Type Method Description PacketStaticEtherTypePacketFactory. newInstance(byte[] rawData, int offset, int length, EtherType number) -
Uses of EtherType in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as EtherType Modifier and Type Field Description static EtherTypeEtherType. APPLETALKAppletalk: 0x809bstatic EtherTypeEtherType. ARPARP: 0x0806static EtherTypeEtherType. DOT1Q_VLAN_TAGGED_FRAMESIEEE 802.1Q VLAN-tagged frames: 0x8100static EtherTypeEtherType. IPV4IPv4: 0x0800static EtherTypeEtherType. IPV6IPv6: 0x86ddstatic EtherTypeEtherType. MPLSMPLS: 0x8847static EtherTypeEtherType. PPPPPP: 0x880bstatic EtherTypeEtherType. PPPOE_DISCOVERY_STAGEPPPoE Discovery Stage: 0x8863static EtherTypeEtherType. PPPOE_SESSION_STAGEPPPoE Session Stage: 0x8864static EtherTypeEtherType. RARPRARP: 0x8035Fields in org.pcap4j.packet.namednumber with type parameters of type EtherType Modifier and Type Field Description private static java.util.Map<java.lang.Short,EtherType>EtherType. registryMethods in org.pcap4j.packet.namednumber that return EtherType Modifier and Type Method Description static EtherTypeEtherType. getInstance(java.lang.Short value)static EtherTypeEtherType. register(EtherType type)Methods in org.pcap4j.packet.namednumber with parameters of type EtherType Modifier and Type Method Description intEtherType. compareTo(EtherType o)static EtherTypeEtherType. register(EtherType type)
-