Module DNSTraverse
In: lib/dnstraverse/fingerprint.rb
lib/dnstraverse/decoded_query.rb
lib/dnstraverse/traverser.rb
lib/dnstraverse/decoded_query_cache.rb
lib/dnstraverse/response_noglue.rb
lib/dnstraverse/referral.rb
lib/dnstraverse/response.rb
lib/dnstraverse/info_cache.rb
lib/dnstraverse/caching_resolver.rb
lib/dnstraverse/message_utility.rb

DNSTraverse traverses the DNS to show statistics and information Copyright (C) 2008 James Ponder

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.

Classes and Modules

Module DNSTraverse::MessageUtility
Module DNSTraverse::Response
Class DNSTraverse::CachingResolver
Class DNSTraverse::DecodedQuery
Class DNSTraverse::DecodedQueryCache
Class DNSTraverse::Fingerprint
Class DNSTraverse::InfoCache
Class DNSTraverse::Referral
Class DNSTraverse::ResolveError
Class DNSTraverse::Response
Class DNSTraverse::Traverser

Constants

TYPE_ARRAY_AAAA = ['AAAA', 'A'].freeze
TYPE_ARRAY_A = ['A'].freeze

[Validate]