Package perl-Net-Packet: Information

    Source package: perl-Net-Packet
    Version: 3.26-alt1
    Build time:  Nov 8, 2009, 06:31 PM
    Category: Development/Perl
    Report package bug
    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 its response easily, because the response is automatically searched for and matched against the request (not implemented for all layers).
    
    If you want some layer 2, 3 or 4 protocol encoding/decoding to be added, just ask, and give a corresponding .pcap file ;). You can also subscribe to netpacket-users@gomor.org by sumply sending an e-mail requesting for it.
    
    You should study various pod found in all classes, example files found in examples directory that come with this tarball, and also tests in t directory.

    List of rpms provided by this srpm:
    perl-Net-Packet (noarch)

    Maintainer: Denis Smirnov

    List of contributors:
    Denis Smirnov

      1. perl-Bit-Vector
      2. perl-Net-IPv6Addr
      3. perl-Net-Libdnet
      4. perl-Net-Write
      5. perl-Storable
      6. perl-Test-Pod
      7. perl-Test-Pod-Coverage
      8. net-tools

    Last changed


    Nov. 7, 2009 Denis Smirnov 3.26-alt1
    - initial build for ALT Linux Sisyphus