Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.factory |
Modifier and Type | Class and Description |
---|---|
class |
DnsRDataA
DNS A RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | ADDRESS | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: ADDRESS A 32 bit Internet address. |
class |
DnsRDataAaaa
DNS AAAA RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | ADDRESS | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: ADDRESS A 64 bit Internet address. |
class |
DnsRDataCaa
DNS CAA RDATA
+0-1-2-3-4-5-6-7-|0-1-2-3-4-5-6-7-| | Flags | Tag Length = n | +----------------+----------------+...+---------------+ | Tag char 0 | Tag char 1 |...| Tag char n-1 | +----------------+----------------+...+---------------+ +----------------+----------------+.....+----------------+ | Value byte 0 | Value byte 1 |.....| Value byte m-1 | +----------------+----------------+.....+----------------+ (m = d - n - 2) where d is the length of the RDATA section.) where: Flags: One octet containing bit flags for record. |
class |
DnsRDataCName
DNS CNAME RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / CNAME / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: CNAME A <domain-name> which specifies the canonical or primary name for the owner. |
class |
DnsRDataHInfo
DNS HINFO RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / CPU / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / OS / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: CPU A <character-string> which specifies the CPU type. |
class |
DnsRDataMb
DNS MB RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / MADNAME / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ MADNAME A <domain-name> which specifies a host which has the specified mailbox. |
class |
DnsRDataMd
DNS MD RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / MADNAME / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: MADNAME A <domain-name> which specifies a host which has a mail agent for the domain which should be able to deliver mail for the domain. |
class |
DnsRDataMf
DNS MF RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / MADNAME / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: MADNAME A <domain-name> which specifies a host which has a mail agent for the domain which will accept mail for forwarding to the domain. |
class |
DnsRDataMg
DNS MG RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / MGMNAME / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: MGMNAME A <domain-name> which specifies a mailbox which is a member of the mail group specified by the domain name. |
class |
DnsRDataMInfo
DNS MINFO RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / RMAILBX / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / EMAILBX / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: RMAILBX A <domain-name> which specifies a mailbox which is responsible for the mailing list or mailbox. |
class |
DnsRDataMr
DNS MR RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / NEWNAME / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: NEWNAME A <domain-name> which specifies a mailbox which is the proper rename of the specified mailbox. |
class |
DnsRDataMx
DNS MX RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | PREFERENCE | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / EXCHANGE / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: PREFERENCE A 16 bit integer which specifies the preference given to this RR among others at the same owner. |
class |
DnsRDataNs
DNS NS RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / NSDNAME / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: NSDNAME A <domain-name> which specifies a host which should be authoritative for the specified class and domain. |
class |
DnsRDataNull
DNS NULL RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / <anything> / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ Anything at all may be in the RDATA field so long as it is 65535 octets or less. |
class |
DnsRDataPtr
DNS PTR RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / PTRDNAME / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: PTRDNAME A <domain-name> which points to some location in the domain name space. |
class |
DnsRDataSoa
DNS SOA RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / MNAME / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / RNAME / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | SERIAL | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | REFRESH | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | RETRY | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | EXPIRE | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | MINIMUM | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: MNAME The <domain-name> of the name server that was the original or primary source of data for this zone. |
class |
DnsRDataTxt
DNS TXT RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / TXT-DATA / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: TXT-DATA One or more <character-string>s. |
class |
DnsRDataWks
DNS WKS RDATA
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | ADDRESS | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | PROTOCOL | | +--+--+--+--+--+--+--+--+ | | | / <BIT MAP> / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: ADDRESS An 32 bit Internet address PROTOCOL An 8 bit IP protocol number <BIT MAP> A variable length bit map. |
class |
IllegalDnsRData |
class |
UnknownDnsRData |
Modifier and Type | Method and Description |
---|---|
DnsResourceRecord.DnsRData |
DnsResourceRecord.getRData() |
Modifier and Type | Method and Description |
---|---|
DnsResourceRecord.Builder |
DnsResourceRecord.Builder.rData(DnsResourceRecord.DnsRData rData) |
Modifier and Type | Method and Description |
---|---|
DnsResourceRecord.DnsRData |
PropertiesBasedDnsRDataFactory.newInstance(byte[] rawData,
int offset,
int length) |
DnsResourceRecord.DnsRData |
StaticDnsRDataFactory.newInstance(byte[] rawData,
int offset,
int length) |
DnsResourceRecord.DnsRData |
PropertiesBasedDnsRDataFactory.newInstance(byte[] rawData,
int offset,
int length,
Class<? extends DnsResourceRecord.DnsRData> dataClass) |
DnsResourceRecord.DnsRData |
PropertiesBasedDnsRDataFactory.newInstance(byte[] rawData,
int offset,
int length,
DnsResourceRecordType num) |
DnsResourceRecord.DnsRData |
StaticDnsRDataFactory.newInstance(byte[] rawData,
int offset,
int length,
DnsResourceRecordType number) |
Modifier and Type | Method and Description |
---|---|
Class<? extends DnsResourceRecord.DnsRData> |
PacketFactoryPropertiesLoader.getDnsRDataClass(DnsResourceRecordType type) |
Class<? extends DnsResourceRecord.DnsRData> |
PropertiesBasedDnsRDataFactory.getTargetClass() |
Class<? extends DnsResourceRecord.DnsRData> |
StaticDnsRDataFactory.getTargetClass() |
Class<? extends DnsResourceRecord.DnsRData> |
PropertiesBasedDnsRDataFactory.getTargetClass(DnsResourceRecordType num) |
Class<? extends DnsResourceRecord.DnsRData> |
StaticDnsRDataFactory.getTargetClass(DnsResourceRecordType number) |
Class<? extends DnsResourceRecord.DnsRData> |
PacketFactoryPropertiesLoader.getUnknownDnsRDataClass() |
Modifier and Type | Method and Description |
---|---|
DnsResourceRecord.DnsRData |
PropertiesBasedDnsRDataFactory.newInstance(byte[] rawData,
int offset,
int length,
Class<? extends DnsResourceRecord.DnsRData> dataClass) |
Copyright © 2011–2017 Pcap4J.org. All rights reserved.