Bug 77095 - New port: net/p5-Net-Packet [requires ports/76979] a framework to easily send and receive frames from layer 2 to layer 7
Summary: New port: net/p5-Net-Packet [requires ports/76979] a framework to easily send...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florent Thoumie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 10:50 UTC by GomoR
Modified: 2005-03-15 22:23 UTC (History)
0 users

See Also:


Attachments
file.shar (5.78 KB, text/plain)
2005-02-04 10:50 UTC, GomoR
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description GomoR 2005-02-04 10:50:23 UTC
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.
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-03-14 22:46:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Grab.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-03-15 22:23:38 UTC
State Changed
From-To: open->closed

New port added, thank you!