The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Frame::Layer::DNS::RR::rdata - DNS Resource Record generic rdata type

SYNOPSIS

   use Net::Frame::Layer::DNS::RR::rdata;

DESCRIPTION

This modules implements the decoding of a DNS Resource Record with an rdata type for which there isn't a decoder. Net::Frame::Layer::DNS::RR calls this as needed to assist in rdata decoding.

See also Net::Frame::Layer for other attributes and methods.

ATTRIBUTES

The following are inherited attributes. See Net::Frame::Layer for more information.

raw
payload
nextLayer

METHODS

The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See Net::Frame::Layer for more information.

layer
computeLengths
computeChecksums
pack
unpack
encapsulate
getLength
getPayloadLength
print
dump

CONSTANTS

No constants here.

SEE ALSO

Net::Frame::Layer::DNS, Net::Frame::Layer::DNS::RR, Net::Frame::Layer

AUTHOR

Michael Vincent

COPYRIGHT AND LICENSE

Copyright (c) 2012, Michael Vincent

You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.