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 "module:Net::DNS::Packet"

Net::DNS::Packet - DNS protocol packet River stage three • 111 direct dependents • 575 total dependents

A Net::DNS::Packet object represents a DNS protocol packet....

NLNETLABS/Net-DNS-1.45 - 02 May 2024 11:03:24 UTC

Net::DNS::Header - DNS packet header River stage three • 111 direct dependents • 575 total dependents

"Net::DNS::Header" represents the header portion of a DNS packet....

NLNETLABS/Net-DNS-1.45 - 02 May 2024 11:03:24 UTC

Net::DNS::Update - DNS dynamic update packet River stage three • 111 direct dependents • 575 total dependents

Net::DNS::Update is a subclass of Net::DNS::Packet, to be used for making DNS dynamic updates. Programmers should refer to RFC2136 for dynamic update semantics....

NLNETLABS/Net-DNS-1.45 - 02 May 2024 11:03:24 UTC

Net::DNAT - Psuedo Layer7 Packet Processer River stage zero No dependents

This module is intended to be used for testing applications designed for load balancing systems. It listens on specified ports and forwards the incoming connections to the appropriate remote applications. The remote application can be on a separate m...

BBB/Net-DNAT-0.15 - 18 Jul 2017 03:43:59 UTC

Net::LDNS - DNS-talking module based on the ldns C library River stage one • 1 direct dependent • 1 total dependent

"Net::LDNS" represents a resolver, which is the part of the system responsible for sending queries and receiving answers to them....

CDYBED/Net-LDNS-0.75 - 07 Apr 2015 11:54:08 UTC

Net::ADNS - Perl wrapper for the Asynchronous DNS client library River stage zero No dependents

From the adns library web site: ADNS: Advanced, easy to use, asynchronous-capable DNS client library and utilities. In contrast with the standard interfaces, gethostbyname et al and libresolv, it has the following features: - It is reasonably easy to...

SALVA/Net-ADNS-0.03 - 27 Mar 2007 16:00:54 UTC

Net::DNS - Perl Interface to the Domain Name System River stage three • 111 direct dependents • 575 total dependents

Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of "gethostbyname" and "gethostbyaddr". The programmer should be familiar with ...

NLNETLABS/Net-DNS-1.45 - 02 May 2024 11:03:24 UTC

Net::DNS::RR - DNS resource record base class River stage three • 111 direct dependents • 575 total dependents

Net::DNS::RR is the base class for DNS Resource Record (RR) objects. See also the manual pages for each specific RR type....

NLNETLABS/Net-DNS-1.45 - 02 May 2024 11:03:24 UTC

Net::P0f - Perl wrapper for the P0f utility River stage zero No dependents

This module (and its associated helper modules) is a Perl interface to the P0f utility. P0f is a passive operating system fingerprinting: it identifies the operating system of network devices by *passively* looking at specific patterns in their TCP/I...

SAPER/Net-P0f-0.02 - 03 Apr 2005 10:40:55 UTC

Net::IMP - Inspection and Modification Protocol River stage one • 1 direct dependent • 1 total dependent

IMP is a protocol for inspection, modification and rejection of data between two sides (client and server) using an analyzer implementing this interface. Basics IMP is an asynchronous protocol, usually used together with callbacks. * Using the "data"...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::SDP - Session Description Protocol (rfc2327) River stage zero No dependents

"Net::SDP" is an SDP (Session Description Protocol) parser and generator. "Net::SDP" is object oriented and a single instance of "Net::SDP" represents a single SDP session description. There are methods to easily get, set and create each of the field...

NJH/Net-SDP-0.07 - 19 Sep 2006 17:16:17 UTC

Net::DNS::Text - DNS text representation River stage three • 111 direct dependents • 575 total dependents

The "Net::DNS::Text" module implements a class of text objects with associated class and instance methods. Each text object instance has a fixed identity throughout its lifetime....

NLNETLABS/Net-DNS-1.45 - 02 May 2024 11:03:24 UTC

Net::Ncap - Perl extension for the ncap(3) network data capture library. River stage zero No dependents

Net::Ncap is a Perl binding to the ncap(3) network data capture library. The ncap documentation describes itself thusly: The ncap library is a high level interface for network data capture. The source of network data can be either live traffic or fil...

MSISK/Net-Ncap-1.01 - 03 Sep 2009 21:20:06 UTC

Net::PSYC - Implementation of the Protocol for SYnchronous Conferencing. River stage zero No dependents

PSYC is a flexible text-based protocol for delivery of data to a flexible amount of recipients by unicast or multicast TCP or UDP. It is primarily used for chat conferencing, multicasting presence, friendcasting, newscasting, event notifications and ...

AGOE/Net-PSYC-0.21 - 17 Mar 2006 02:43:22 UTC

Net::Proxy - Framework for proxying network connections in many ways River stage one • 1 direct dependent • 1 total dependent

A Net::Proxy object represents a proxy that accepts connections and then relays the data transfered between the source and the destination. The goal of this module is to abstract the different methods used to connect from the proxy to the destination...

BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC

Net::LDNS::Packet - objects representing DNS packets River stage one • 1 direct dependent • 1 total dependent

CDYBED/Net-LDNS-0.75 - 07 Apr 2015 11:54:08 UTC

Net::DNS::RR::OPT - DNS OPT resource record River stage three • 111 direct dependents • 575 total dependents

EDNS OPT pseudo resource record. The OPT record supports EDNS protocol extensions and is not intended to be created, accessed or modified directly by user applications. All EDNS features are performed indirectly by operations on the objects returned ...

NLNETLABS/Net-DNS-1.45 - 02 May 2024 11:03:24 UTC

Net::DNS::Async - Asynchronous DNS helper for high volume applications River stage one • 3 direct dependents • 4 total dependents

Net::DNS::Async is a fire-and-forget asynchronous DNS helper. That is, the user application adds DNS questions to the helper, and the callback will be called at some point in the future without further intervention from the user application. The appl...

SHEVEK/Net-DNS-Async-1.07 - 03 Oct 2008 21:07:35 UTC

Net::WDNS::Msg - Perl interface for libwdns messages River stage zero No dependents

Net::WDNS::Msg is an object interface to libwdns messages that allows introspection and rendering as human-readable strings....

MSISK/Net-WDNS-1.01 - 05 May 2016 16:40:50 UTC

Net::LibResolv - a Perl wrapper around libresolv River stage zero No dependents

The libresolv library provides functions to use the platform's standard DNS resolver to perform DNS queries. This Perl module provides a wrapping for the two primary functions, res_query(3) and res_search(3), allowing them to be used from Perl. The r...

PEVANS/Net-LibResolv-0.03 - 29 Apr 2011 17:00:08 UTC
69 results (0.061 seconds)