Search results for "module:Net::DNS::Packet"
Net::DNS::Packet - DNS protocol packet
A Net::DNS::Packet object represents a DNS protocol packet....
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::Update - DNS dynamic update packet
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.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::Header - DNS packet header
"Net::DNS::Header" represents the header portion of a DNS packet....
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::DNAT - Psuedo Layer7 Packet Processer
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
"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
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
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.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::RR - DNS resource record base class
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.41 - 27 Nov 2023 13:28:04 UTC
Net::P0f - Perl wrapper for the P0f utility
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
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::DNS::Text - DNS text representation
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.41 - 27 Nov 2023 13:28:04 UTC
Net::SDP - Session Description Protocol (rfc2327)
"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::Ncap - Perl extension for the ncap(3) network data capture library.
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.
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
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
CDYBED/Net-LDNS-0.75
-
07 Apr 2015 11:54:08 UTC
Net::DNS::RR::OPT - DNS OPT resource record
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.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::Async - Asynchronous DNS helper for high volume applications
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::DNS::RR::SIG - DNS SIG resource record
Class for DNS digital signature (SIG) resource records. In addition to the regular methods inherited from Net::DNS::RR the class contains a method to sign packets and scalar data strings using private keys (create) and a method for verifying signatur...
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::LibResolv - a Perl wrapper around libresolv
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