summaryrefslogtreecommitdiffstats
path: root/perl/perl-Net-Packet/README
diff options
context:
space:
mode:
author Robby Workman2011-03-16 07:18:10 +0100
committer Robby Workman2011-03-20 18:32:34 +0100
commit93ba4df5022a8c4d422dd97a2a13ffa8a8946453 (patch)
treeea69c40d48150458e051a851cdf77e722c9118e2 /perl/perl-Net-Packet/README
parent6a511b1c665a1f7efecadaa3447af889b1dcba58 (diff)
downloadslackbuilds-93ba4df5022a8c4d422dd97a2a13ffa8a8946453.tar.gz
perl/*: Moved all of the Perl modules to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Net-Packet/README')
-rw-r--r--perl/perl-Net-Packet/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/perl/perl-Net-Packet/README b/perl/perl-Net-Packet/README
new file mode 100644
index 0000000000..b0be1ff930
--- /dev/null
+++ b/perl/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!