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

Search results for "module:Net::Packet"

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

Net::Packet::LLC - Logical-Link Control layer 3 object River stage zero No dependents

This modules implements the encoding and decoding of the Logical-Link Control layer. See also Net::Packet::Layer and Net::Packet::Layer3 for other attributes and methods....

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

Net::Packet::CDP - Cisco Discovery Protocol layer 4 object River stage zero No dependents

This modules implements the encoding and decoding of the Cisco Discovery Protocol layer. See also Net::Packet::Layer and Net::Packet::Layer4 for other attributes and methods....

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

Net::Packet::SLL - Linux cooked capture layer 2 object River stage zero No dependents

This modules implements the encoding and decoding of the Linux cooked capture layer. See also Net::Packet::Layer and Net::Packet::Layer2 for other attributes and methods....

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

Net::Packet::UDP - User Datagram Protocol layer 4 object River stage zero No dependents

This modules implements the encoding and decoding of the UDP layer. RFC: ftp://ftp.rfc-editor.org/in-notes/rfc768.txt See also Net::Packet::Layer and Net::Packet::Layer4 for other attributes and methods....

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

Net::Packet::ETH - Ethernet/802.3 layer 2 object River stage zero No dependents

This modules implements the encoding and decoding of the Ethernet/802.3 layer. RFC: ftp://ftp.rfc-editor.org/in-notes/rfc894.txt See also Net::Packet::Layer and Net::Packet::Layer2 for other attributes and methods....

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

Net::Packet::TCP - Transmission Control Protocol layer 4 object River stage zero No dependents

This modules implements the encoding and decoding of the TCP layer. RFC: ftp://ftp.rfc-editor.org/in-notes/rfc793.txt See also Net::Packet::Layer and Net::Packet::Layer4 for other attributes and methods....

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

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

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

Net::Packet::ARP - Address Resolution Protocol layer 3 object River stage zero No dependents

This modules implements the encoding and decoding of the ARP layer. RFC: ftp://ftp.rfc-editor.org/in-notes/rfc826.txt See also Net::Packet::Layer and Net::Packet::Layer3 for other attributes and methods....

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

Net::Packet::RAW - empty layer 2 object River stage zero No dependents

This modules implements the encoding and decoding of the raw layer 2. See also Net::Packet::Layer and Net::Packet::Layer2 for other attributes and methods....

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

Net::Packet::PPP - Point-to-Point Protocol layer 2 object River stage zero No dependents

This modules implements the encoding and decoding of the Point-to-Point Protocol layer. See also Net::Packet::Layer and Net::Packet::Layer2 for other attributes and methods....

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

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

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

Net::Packet::STP - Spanning Tree Protocol layer 4 object River stage zero No dependents

This modules implements the encoding and decoding of the Spanning Tree Protocol layer. See also Net::Packet::Layer and Net::Packet::Layer4 for other attributes and methods....

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

Net::Packet::Env - environment object used for frame capture/injection River stage zero No dependents

Basically, this module is used to tell where to inject a frame, and Net::Packet::Frame default behaviour regarding auto creation of Net::Packet::Desc and Net::Packet::Dump objects....

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

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

Net::Packet::IPv6 - Internet Protocol v6 layer 3 object River stage zero No dependents

This modules implements the encoding and decoding of the IPv6 layer. RFC: ftp://ftp.rfc-editor.org/in-notes/rfc2460.txt See also Net::Packet::Layer and Net::Packet::Layer3 for other attributes and methods....

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

Net::Packet::Desc - base class for all desc modules River stage zero No dependents

This is the base class for Net::Packet::DescL2, Net::Packet::DescL3 and Net::Packet::DescL4 modules. It just provides those layers with inheritable attributes and methods. A descriptor is required when you want to send frames over network....

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

Net::EGTS::Packet - Packet common part River stage zero No dependents

RSHADOW/Net-EGTS-0.04 - 12 Jul 2018 09:20:21 UTC
356 results (0.038 seconds)