Uses of Class
org.pcap4j.packet.namednumber.LinuxSllPacketType
-
Packages that use LinuxSllPacketType Package Description org.pcap4j.packet org.pcap4j.packet.namednumber -
-
Uses of LinuxSllPacketType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as LinuxSllPacketType Modifier and Type Field Description private LinuxSllPacketTypeLinuxSllPacket.Builder. packetTypeprivate LinuxSllPacketTypeLinuxSllPacket.LinuxSllHeader. packetTypeMethods in org.pcap4j.packet that return LinuxSllPacketType Modifier and Type Method Description LinuxSllPacketTypeLinuxSllPacket.LinuxSllHeader. getPacketType()Methods in org.pcap4j.packet with parameters of type LinuxSllPacketType Modifier and Type Method Description LinuxSllPacket.BuilderLinuxSllPacket.Builder. packetType(LinuxSllPacketType packetType) -
Uses of LinuxSllPacketType in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as LinuxSllPacketType Modifier and Type Field Description static LinuxSllPacketTypeLinuxSllPacketType. LINUX_SLL_BROADCASTA physical layer broadcast packet: 1static LinuxSllPacketTypeLinuxSllPacketType. LINUX_SLL_HOSTA packet addressed to the local host: 0static LinuxSllPacketTypeLinuxSllPacketType. LINUX_SLL_MULTICASTA packet sent to a physical layer multicast address: 2static LinuxSllPacketTypeLinuxSllPacketType. LINUX_SLL_OTHERHOSTA packet to some other host that has been caught by a device driver in promiscuous mode: 3static LinuxSllPacketTypeLinuxSllPacketType. LINUX_SLL_OUTGOINGA packet originated from the local host that is looped back to a packet socket: 4Fields in org.pcap4j.packet.namednumber with type parameters of type LinuxSllPacketType Modifier and Type Field Description private static java.util.Map<java.lang.Short,LinuxSllPacketType>LinuxSllPacketType. registryMethods in org.pcap4j.packet.namednumber that return LinuxSllPacketType Modifier and Type Method Description static LinuxSllPacketTypeLinuxSllPacketType. getInstance(java.lang.Short value)static LinuxSllPacketTypeLinuxSllPacketType. register(LinuxSllPacketType type)Methods in org.pcap4j.packet.namednumber with parameters of type LinuxSllPacketType Modifier and Type Method Description intLinuxSllPacketType. compareTo(LinuxSllPacketType o)static LinuxSllPacketTypeLinuxSllPacketType. register(LinuxSllPacketType type)
-