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