mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
82ef4f9f49
libnet-devel will maintain libnet-1.1.x. A limited number of ports currently support or will require libnet-1.1.x in the future. The API is not backwards compatible. Unfortunately many ports still require libnet-1.0.x and do not support the new API (and may never support it). libnet-devel will fill the gap until the API change settles out and 1.0.x is fully deprecated.
24 lines
748 B
Plaintext
24 lines
748 B
Plaintext
Libnet A C library for portable packet creation (development version)
|
|
|
|
domains of sockets and protocols.
|
|
|
|
A C library for portable packet creation
|
|
|
|
Included are also simple example test programs
|
|
|
|
Libnet is a collection of routines to help with the construction
|
|
and handling of network packets. It provides a portable framework
|
|
for low-level network packet writing and handling.
|
|
|
|
Libnet features portable packet creation interfaces at the IP layer
|
|
and link layer, as well as a host of supplementary and complementary
|
|
functionality.
|
|
|
|
WWW: http://www.packetfactory.net/projects/libnet/
|
|
|
|
*NOTE*
|
|
Libnet 1.1.x API is not compatible with earlier Libnet 1.0.x.
|
|
This port serves as a development tool to aid in porting applications
|
|
to the new API.
|
|
*NOTE*
|