The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Net-DNS-ToolKit net::dns"

Net::DNS::ToolKit - tools for working with DNS packets River stage one • 8 direct dependents • 8 total dependents

Routines to pick apart, examine and put together DNS packets. They can be used for diagnostic purposes or as building blocks for DNS applications such as DNS servers and clients or to allow user applications to interact directly with remote DNS serve...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR - Resource Record class loader River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR is the class loader for Resource Record classes. It provides an extensible wrapper for existing classes as well as the framework to easily add new RR classes. See: Net::DNS::ToolKit::RR::Template From RFC 1035 3.2.1. Format All ...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::Debug - ToolKit print tools River stage one • 8 direct dependents • 8 total dependents

Functions to print/examine DNS buffers. * STDOUT <= print_head(\$buffer); Print a formated text description of the header. input: pointer to buffer output: to STDOUT ID => 1234 QR => 1 OPCODE => QUERY AA => 0 TC => 0 RD => 1 RA => 0 Z => 0 AD => 0 CD...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::Question - Resource Handler River stage one • 8 direct dependents • 8 total dependents

* ($newoff,$name,$type,$class) = $get->Question(\$buffer,$offset); Get question from $buffer. Returns the expanded name, type and class. input: pointer to buffer, offset into buffer returns: new offset, expanded name, type, class POD ERRORS Hey! The ...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::Utilities - a collection of helper utilities River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::Utilities provides a collection of DNS utilities built from the ToolKit building blocks * $unique = id($seed); Return a unique, non-zero, 16 bit ID for this session. Seeded with time, this number is autoincremented each time it is ...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::A - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:A appends an A resource record to a DNS packet under construction, recovers an A resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description fr...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::MR - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:MR appends an MR resource record to a DNS packet under construction, recovers an MR resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::NS - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:NS appends an NS resource record to a DNS packet under construction, recovers an NS resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::MF - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:MF appends an MF resource record to a DNS packet under construction, recovers an MF resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::MD - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:MD appends an MD resource record to a DNS packet under construction, recovers an MD resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::RP - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:RP appends an RP resource record to a DNS packet under construction, recovers an RP resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::MG - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:MG appends an MG resource record to a DNS packet under construction, recovers an MG resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::MB - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:MB appends an MB resource record to a DNS packet under construction, recovers an MB resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::MX - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:MX appends an MX resource record to a DNS packet under construction, recovers an MX resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::RT - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:RT appends an RT resource record to a DNS packet under construction, recovers an RT resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Description...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::SOA - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:SOA appends an SOA resource record to a DNS packet under construction, recovers an SOA resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Descript...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::X25 - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:X25 appends an X25 resource record to a DNS packet under construction, recovers an X25 resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Descript...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::TXT - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:TXT appends an TXT resource record to a DNS packet under construction, recovers an TXT resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Descript...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::SRV - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:SRV appends an SRV resource record to a DNS packet under construction, recovers an SRV resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Descript...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC

Net::DNS::ToolKit::RR::PTR - Resource Record Handler River stage one • 8 direct dependents • 8 total dependents

Net::DNS::ToolKit::RR:PTR appends an PTR resource record to a DNS packet under construction, recovers an PTR resource record from a packet being decoded, and converts the numeric/binary portions of the resource record to human readable form. Descript...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC
29 results (0.042 seconds)