freebsd-ports/net/p5-Net-Packet/pkg-descr
Florent Thoumie 59aeb02070 - Add p5-Net-Packet 2.03, a framework to easily send and receive frames from
layer 2 to layer 7.

PR:		ports/77095
Submitted by:	GomoR <gomor@enslaved.homeunix.org>
2005-03-15 22:21:16 +00:00

13 lines
484 B
Text

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/~gomor/
- GomoR
netpkt@gomor.org