The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "NetPacket"

NetPacket - assemble/disassemble network packets at the protocol level River stage one • 5 direct dependents • 7 total dependents

"NetPacket" provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each "NetPacket" descendent module knows how to encode and decode packets for the network protocol it implements. Consult the documentat...

YANICK/NetPacket-1.7.2 - 21 Jul 2019 01:01:13 UTC - Search in distribution

NetPacket::LLC - Assemble and disassemble IEEE 802.3 LLC protocol packets. River stage zero No dependents

"NetPacket::LLC" provides a set of routines for assembling and disassembling packets using the IEEE standard LLC protocol layer. Methods "NetPacket::LLC->decode([ST DATA])" Decode the LLC packet data and return an object containing instance data. Thi...

CGANESAN/NetPacket-LLC-0.01 - 29 Jan 2003 19:15:29 UTC - Search in distribution

NetPacket::LACP - Assemble and disassemble IEEE 802.1D Spanning Tree protocol packets. River stage zero No dependents

"NetPacket::SpanningTree" provides a set of routines for assembling and disassembling packets using the IEEE standard Spanning Tree Protocol. Spanning Tree is a layer 2 protocol defined by the IEEE 802.1D specification. Methods "NetPacket::SpanningTr...

CGANESAN/NetPacket-LACP-0.01 - 29 Jan 2003 19:15:14 UTC - Search in distribution

Win32::NetPacket - OO-interface to the WinPcap Packet Driver API. River stage zero No dependents

This module is an Object-Oriented interface to the Packet Driver API (Packet.dll). Packet.dll is a part of WinPcap: the Free Packet Capture Architecture for Windows. To use this module, it is necessary to install WinPcap 3.1 on your system (Go to "SE...

JLMOREL/Win32-NetPacket-0.03 - 12 Feb 2006 15:35:29 UTC - Search in distribution

NetPacket::SpanningTree - Assemble and disassemble IEEE 802.1D Spanning Tree protocol packets. River stage zero No dependents

"NetPacket::SpanningTree" provides a set of routines for assembling and disassembling packets using the IEEE standard Spanning Tree Protocol. Spanning Tree is a layer 2 protocol defined by the IEEE 802.1D specification. Methods "NetPacket::SpanningTr...

CGANESAN/NetPacket-SpanningTree-0.01 - 29 Jan 2003 19:15:44 UTC - Search in distribution

Net::Packet - a framework to easily send and receive frames from layer 2 to layer 7 River stage zero No dependents

This module is a unified framework to craft, send and receive packets at layers 2, 3, 4 and 7. Basically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3, Net::Packet::TCP for layer 4; for example), and pack all of this into a Net::Pac...

GOMOR/Net-Packet-3.28 - 15 Feb 2015 16:50:43 UTC - Search in distribution

Net::CDP::Packet - Cisco Discovery Protocol (CDP) packet River stage zero No dependents

A Net::CDP::Packet object represents a single CDP packet....

MCHAPMAN/Net-CDP-0.09 - 23 Aug 2005 02:30:22 UTC - Search in distribution

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

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

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC - Search in distribution

Net::RTP::Packet - RTP Packet object (RFC3550) River stage one • 1 direct dependent • 1 total dependent

Net::RTP::Packet implements RTP packet header encoding and decoding. $packet = new Net::RTP::Packet( [$binary] ) The new() method is the constructor for the "Net::RTP::Packet" class. The RTP version number is initialized to 2. The sequence number, ti...

NJH/Net-RTP-0.09 - 02 Jul 2007 17:55:01 UTC - Search in distribution

Net::SAP::Packet - A SAP Packet River stage zero No dependents

The "Net::SAP::Packet" class represents a single SAP Packet. It provides methods for getting and setting the properties of the packet. METHODS new( [$binary_data] ) Creates a new "Net::SAP::Packet" object with default values for all the properties. T...

NJH/Net-SAP-0.10 - 19 Sep 2006 16:02:58 UTC - Search in distribution

Net::SIP::Packet - handling of SIP packets River stage one • 1 direct dependent • 1 total dependent

This module implements the parsing, manipulation and creation of SIP packets according to RFC3261. NET::SIP::Packet's objects can be created by parsing a string containing the SIP packet or by constructing it from parts, e.g. header keys and values, ...

SULLR/Net-SIP-0.836 - 12 Jul 2023 17:40:33 UTC - Search in distribution

Net::DHCP::Packet - Object methods to create a DHCP packet. River stage one • 1 direct dependent • 2 total dependents

Represents a DHCP packet as specified in RFC 1533, RFC 2132....

DJZORT/Net-DHCP-0.7 - 22 Jun 2022 18:53:10 UTC - Search in distribution

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 - Search in distribution

Net::RNDC::Packet - RNDC Protocol V1 Packet Parsing and Generation River stage zero No dependents

This package provides low-level RNDC V1 protocol parsing and generation. It allows full control over the data in the sent/received packets. Currently this is provided by hacking at "$pkt->{data}", setter/getter methods will be forthcoming. Constructo...

WOLFSAGE/Net-RNDC-0.003 - 08 Jan 2013 17:24:40 UTC - Search in distribution

Net::Radius::Packet - Object-oriented Perl interface to RADIUS packets River stage one • 6 direct dependents • 8 total dependents

RADIUS (RFC2138) specifies a binary packet format which contains various values and attributes. Net::Radius::Packet provides an interface to turn RADIUS packets into Perl data structures and vice-versa. Net::Radius::Packet does not provide functions ...

LUISMUNOZ/Net-Radius-2.103 - 30 Nov 2009 12:59:55 UTC - Search in distribution

Net::Analysis::Packet - wrapper for our own view of a packet. River stage one • 1 direct dependent • 1 total dependent

Internal module for abstracting the underlying packet representation. It is just an array, not an object; there is no OO magic at all. You can use the following constants to exctract these fields from the array: PKT_SLOT_TO - ip:port (e.g. "192.0.0.2...

WORRALL/Net-Analysis-0.41 - 10 Apr 2010 13:12:58 UTC - Search in distribution

Net::SSH::Perl::Packet - Packet layer of SSH protocol River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::Packet* implements the packet-layer piece of the SSH protocol. Messages between server and client are sent as binary data packets, which are encrypted (once the two sides have agreed on the encryption cipher, that is). Packets are ma...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC - Search in distribution

Net::TacacsPlus::Packet - Tacacs+ packet object River stage one • 1 direct dependent • 2 total dependents

Library to create and manipulate Tacacs+ packets. Object can be build from parameters or from raw received packet....

DOUGDUDE/Net-TacacsPlus-1.10 - 03 Jul 2011 00:19:29 UTC - Search in distribution

Net::OBEX::Packet::Request - create OBEX protocol request packets. River stage zero No dependents

WARNING!!! This module is in an early alpha stage. It is recommended that you use it only for testing. The module provides means to create raw OBEX packets ready to go down the wire. The module does not provide Headers *creation*, to create packet he...

ZOFFIX/Net-OBEX-1.001001 - 01 Feb 2014 04:56:26 UTC - Search in distribution
39 results (0.84 seconds)