Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37498670
en ru br
ALT Linux repos
S:3.28-alt2

Group :: Development/Perl
RPM: perl-Net-Packet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.28-alt2
Build date: 15 april 2021, 01:24 ( 157.9 weeks ago )
Size: 93.35 Kb

Home page:   http://search.cpan.org/dist/Net-Packet/

License: Artistic
Summary: A framework to easily send and receive frames from layer 2 to layer 7
Description:

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::Packet::Frame object. Then, you can send the frame to the network,
and receive it easily, since the response is automatically searched for
and matched against the request.

*** This framework is obsolete. Use Net::Frame::* now.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Net-Packet
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin