Commit graph

6 commits

Author SHA1 Message Date
Cheng-Lung Sung
5c6ef5134a - Update to 1.07 2011-03-18 00:25:52 +00:00
Cheng-Lung Sung
c3a23534b2 - Update to 1.06
Changes:	http://search.cpan.org/dist/Net-Frame/Changes
2009-06-12 07:22:38 +00:00
Cheng-Lung Sung
07a28c2438 - Update to 1.05
Changes:	http://search.cpan.org/dist/Net-Frame/Changes
2008-11-11 02:20:51 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Cheng-Lung Sung
82c0eee00e - Update to 1.04 2007-03-28 02:26:35 +00:00
Cheng-Lung Sung
eda4325c57 Net::Frame is a fork of Net::Packet. The goal here was to greatly
simplify the use of the frame crafting framework. Net::Packet does
many things undercover, and it was difficult to document all the thingies.

Also, Net::Packet may suffer from unease of use, because frames were
assembled using layers stored in L2, L3, L4 and L7 attributes. Net::Frame
removes all this, and is splitted in different modules, for those who only
want to use part of the framework, and not whole framework.

Finally, anyone can create a layer, and put it on his CPAN space, because
of the modularity Net::Frame offers. For an example,
see Net::Frame::Layer::ICMPv4 on my CPAN space.

WWW: http://search.cpan.org/dist/Net-Frame/
2007-01-09 01:55:40 +00:00