diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-04-16 15:45:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-04-19 22:47:46 +0700 |
commit | 3cb2667e755799e9a6449d0234dc7edb0e36bb74 (patch) | |
tree | 0fbbc5d49501a442c2461e7c0ba190d0904604d0 /perl/perl-Net-Packet/README | |
parent | d94fd939a2c8c26ea34f65440dbdf2e5314c240e (diff) |
perl/perl-Net-Packet: Removed.
Fails tests on i486.
Obsolete and unsupported upstream.
The suggested replacement is Net::Frame.
Diffstat (limited to 'perl/perl-Net-Packet/README')
-rw-r--r-- | perl/perl-Net-Packet/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/perl/perl-Net-Packet/README b/perl/perl-Net-Packet/README deleted file mode 100644 index bc73c52dc8387..0000000000000 --- a/perl/perl-Net-Packet/README +++ /dev/null @@ -1,12 +0,0 @@ -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 is not the same module as perl-NetPacket! |