Uses of Interface
org.pcap4j.packet.LlcPacket.LlcControl
-
Packages that use LlcPacket.LlcControl Package Description org.pcap4j.packet -
-
Uses of LlcPacket.LlcControl in org.pcap4j.packet
Classes in org.pcap4j.packet that implement LlcPacket.LlcControl Modifier and Type Class Description classLlcControlInformationThe Control field of an LLC header in I-format.classLlcControlSupervisoryThe Control field of an LLC header in S-format.classLlcControlUnnumberedThe Control field of an LLC header in U-format.Fields in org.pcap4j.packet declared as LlcPacket.LlcControl Modifier and Type Field Description private LlcPacket.LlcControlLlcPacket.Builder. controlprivate LlcPacket.LlcControlLlcPacket.LlcHeader. controlMethods in org.pcap4j.packet that return LlcPacket.LlcControl Modifier and Type Method Description LlcPacket.LlcControlLlcPacket.LlcHeader. getControl()Methods in org.pcap4j.packet with parameters of type LlcPacket.LlcControl Modifier and Type Method Description LlcPacket.BuilderLlcPacket.Builder. control(LlcPacket.LlcControl control)
-