Uses of Class
org.pcap4j.packet.LlcPacket
-
Packages that use LlcPacket Package Description org.pcap4j.packet -
-
Uses of LlcPacket in org.pcap4j.packet
Methods in org.pcap4j.packet that return LlcPacket Modifier and Type Method Description LlcPacketLlcPacket.Builder. build()static LlcPacketLlcPacket. newPacket(byte[] rawData, int offset, int length)A static factory method.Constructors in org.pcap4j.packet with parameters of type LlcPacket Constructor Description Builder(LlcPacket packet)
-