Class DnsRDataMd

java.lang.Object
org.pcap4j.packet.DnsRDataMd
All Implemented Interfaces:
Serializable, DnsResourceRecord.DnsRData

public final class DnsRDataMd extends Object implements DnsResourceRecord.DnsRData
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.
 
Since:
pcap4j 1.7.1
See Also: