Package | Description |
---|---|
org.pcap4j.packet |
Modifier and Type | Method and Description |
---|---|
DnsQuestion |
DnsQuestion.Builder.build() |
static DnsQuestion |
DnsQuestion.newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
Modifier and Type | Method and Description |
---|---|
List<DnsQuestion> |
DnsPacket.DnsHeader.getQuestions() |
Modifier and Type | Method and Description |
---|---|
DnsPacket.Builder |
DnsPacket.Builder.questions(List<DnsQuestion> questions) |
Copyright © 2011–2018 Pcap4J.org. All rights reserved.