mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
28cfc06ac5
Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2.
14 lines
493 B
Plaintext
14 lines
493 B
Plaintext
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/dist/Net-Packet/
|
|
|
|
- GomoR
|
|
netpkt@gomor.org
|