Module Net::DNS::Names
In: lib/net/dns/names.rb

Methods

Classes and Modules

Class Net::DNS::Names::Error
Class Net::DNS::Names::ExpandError

Constants

INT16SZ = 2

Public Instance methods

Expand a compressed name in a DNS Packet object. Please see RFC1025 for an explanation of how the compression in DNS packets works, how may it be useful and how should be handled.

This method accept two parameters: a raw packet data and an offset, which indicates the point in the packet in which the parsing has arrived.

[Validate]