SlackBuildsOrg/perl/perl-Net-Packet
Willy Sudiarto Raharjo 1b1ed21065 perl/perl-Net-Packet: Rebuilt to fix strange character
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-11-09 01:34:46 -06:00
..
perl-Net-Packet.info perl/perl-Net-Packet: Fixed dep information 2012-08-28 10:01:44 +02:00
perl-Net-Packet.SlackBuild perl/perl-Net-Packet: Rebuilt to fix strange character 2013-11-09 01:34:46 -06:00
pod.patch perl/perl-Net-Packet: Rebuilt to fix strange character 2013-11-09 01:34:46 -06:00
README perl/perl-Net-Packet: Fixed dep information 2012-08-28 10:01:44 +02:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

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!