Subject: CVS commit: pkgsrc/net/p5-Net-Packet
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 08/13/2005 08:11:17
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sat Aug 13 08:11:17 UTC 2005

Update of /cvsroot/pkgsrc/net/p5-Net-Packet
In directory ivanova.netbsd.org:/tmp/cvs-serv3467

Log Message:
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.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/net/p5-Net-Packet/Makefile
N pkgsrc/net/p5-Net-Packet/DESCR
N pkgsrc/net/p5-Net-Packet/distinfo
N pkgsrc/net/p5-Net-Packet/PLIST

No conflicts created by this import