diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-09 09:55:40 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-09 09:55:40 +0800 |
commit | 6e3def5f2dc6d10bb5550dd9d14679f9bff28f10 (patch) | |
tree | 5c48382215a1d23addf07a7bd6e8e9fc5ffe4e57 /net/Makefile | |
parent | 8da35664931c2756d1061d00cc232112c654df71 (diff) | |
download | freebsd-ports-gnome-6e3def5f2dc6d10bb5550dd9d14679f9bff28f10.tar.gz freebsd-ports-gnome-6e3def5f2dc6d10bb5550dd9d14679f9bff28f10.tar.zst freebsd-ports-gnome-6e3def5f2dc6d10bb5550dd9d14679f9bff28f10.zip |
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/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5667a9eb761f..dc94202d43c8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -447,6 +447,7 @@ SUBDIR += p5-Net-FS-Gmail SUBDIR += p5-Net-FTP-File SUBDIR += p5-Net-Finger + SUBDIR += p5-Net-Frame SUBDIR += p5-Net-Gnats SUBDIR += p5-Net-Google SUBDIR += p5-Net-Google-Calendar |