diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-13 00:58:00 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:58:00 +0200 |
commit | d375449be0b7d0eb49a1f450a9eb7d030d82a626 (patch) | |
tree | 95ea5add5a28969a484b7f40484c2757593e2614 /development/perl-Net-Packet/README | |
parent | 52595c98cb822a30aa871efe92e41d3ed60f9715 (diff) | |
download | slackbuilds-d375449be0b7d0eb49a1f450a9eb7d030d82a626.tar.gz |
development/perl-Net-Packet: Added to 13.0 repository
Diffstat (limited to 'development/perl-Net-Packet/README')
-rw-r--r-- | development/perl-Net-Packet/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/development/perl-Net-Packet/README b/development/perl-Net-Packet/README new file mode 100644 index 0000000000..b0be1ff930 --- /dev/null +++ b/development/perl-Net-Packet/README @@ -0,0 +1,16 @@ +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::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). + +This package requires: perl-Bit-Vector, perl-Class-Gomor, perl-Net-IPv4Addr, +perl-Net-IPv6Addr, perl-Net-Libdnet, perl-Net-Pcap, perl-Net-Write and +perl-Socket6. All of them are avalaible from SlackBuilds.org. + +This is not the same module as perl-NetPacket! |