Index of /ports_net/p5-Net-Packet
Name Last modified Size
Parent Directory -
Makefile 11-Feb-2010 08:26 2.0K
distinfo 28-May-2011 14:08 137
pkg-descr 28-Sep-2006 16:47 500
pkg-plist 11-Feb-2010 08:26 2.7K
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 it easily, since the response is automatically searched for and
matched against the request.
WWW: http://search.cpan.org/dist/Net-Packet/
Author: GomoR <netpkt@gomor.org>