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