Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
DnsRCode |
DnsPacket.DnsHeader.getrCode() |
Modifier and Type | Method and Description |
---|---|
DnsPacket.Builder |
DnsPacket.Builder.rCode(DnsRCode rCode) |
Modifier and Type | Field and Description |
---|---|
static DnsRCode |
DnsRCode.FORM_ERR
Format Error: 1
|
static DnsRCode |
DnsRCode.NO_ERROR
No Error: 0
|
static DnsRCode |
DnsRCode.NOT_AUTH
Not Authorized: 9
|
static DnsRCode |
DnsRCode.NOT_IMP
Not Implemented: 4
|
static DnsRCode |
DnsRCode.NOT_ZONE
Name not contained in zone: 10
|
static DnsRCode |
DnsRCode.NX_DOMAIN
Non-Existent Domain: 3
|
static DnsRCode |
DnsRCode.NX_RR_SET
RR Set that should exist does not: 8
|
static DnsRCode |
DnsRCode.REFUSED
Query Refused: 5
|
static DnsRCode |
DnsRCode.SERV_FAIL
Server Failure: 2
|
static DnsRCode |
DnsRCode.YX_DOMAIN
Name Exists when it should not: 6
|
static DnsRCode |
DnsRCode.YX_RR_SET
RR Set Exists when it should not: 7
|
Modifier and Type | Method and Description |
---|---|
static DnsRCode |
DnsRCode.getInstance(Byte value) |
static DnsRCode |
DnsRCode.register(DnsRCode code) |
Modifier and Type | Method and Description |
---|---|
int |
DnsRCode.compareTo(DnsRCode o) |
static DnsRCode |
DnsRCode.register(DnsRCode code) |
Copyright © 2011–2017 Pcap4J.org. All rights reserved.