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