Search results for "NetPacket"
NetPacket - assemble/disassemble network packets at the protocol level
"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::IP - Assemble and disassemble IP (Internet Protocol) packets.
- NetPacket::IPX - Assemble and disassemble IPX packets
- NetPacket::ARP - Assemble and disassemble ARP (Address Resolution Protocol) packets.
- 8 more results from NetPacket »
NetPacket::LLC - Assemble and disassemble IEEE 802.3 LLC protocol packets.
"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.
"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.
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.
"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
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::Packet::LLC - Logical-Link Control layer 3 object
- Net::Packet::CDP - Cisco Discovery Protocol layer 4 object
- Net::Packet::SLL - Linux cooked capture layer 2 object
- 37 more results from Net-Packet »
Net::CDP::Packet - Cisco Discovery Protocol (CDP) packet
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
A Net::DNS::Packet object represents a DNS protocol packet....
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC - Search in distribution
Net::RTP::Packet - RTP Packet object (RFC3550)
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
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
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.
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::DHCP::Packet::Attributes - Attribute methods for Net::DHCP::Packet
- Net::DHCP::Packet::OrderOptions - Option ordering logic for Net::DHCP
- Net::DHCP::Packet::IPv4Utils - Object methods for IPv4 in Net::DHCP
Net::EGTS::Packet - Packet common part
RSHADOW/Net-EGTS-0.04
-
12 Jul 2018 09:20:21 UTC
-
Search in distribution
Net::LDNS::Packet - objects representing DNS packets
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
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
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.
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::Analysis - Modules for analysing network traffic
- Net::Analysis::EventLoop - generate a stream of packets
Net::SSH::Perl::Packet - Packet layer of SSH protocol
*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
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::TacacsPlus::Packet::Header - Tacacs+ packet header
- Net::TacacsPlus::Packet::AuthenStartBody - Tacacs+ authentication packet body
- Net::TacacsPlus::Packet::AuthenReplyBody - Tacacs+ authentication replay body
- 5 more results from Net-TacacsPlus »
Net::OBEX::Packet::Request - create OBEX protocol request packets.
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- Net::OBEX::Packet::Headers - construct and parse OBEX packet headers
- Net::OBEX::Packet::Request::Put - create OBEX protocol Put request packets.
- Net::OBEX::Packet::Request::Get - create OBEX protocol Get request packets.
- 10 more results from Net-OBEX »