./devel/libnet10, C library for portable packet creation and injection

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 1.0.2anb3, Package name: libnet10-1.0.2anb3, Maintainer: pkgsrc-users

Libnet

A C library for portable packet creation and injection.

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 136.905 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-03 11:02:04 by Thomas Klausner | Files touched by this commit (3)
Log message:
libnet10: fix build on NetBSD 11
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-28 16:21:26 by Thomas Klausner | Files touched by this commit (2)
Log message:
libnet1*: remove bogus conflict with libnet

They do not install in the same location.
   2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242)
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
   2017-12-15 17:11:11 by Jonathan Perkin | Files touched by this commit (2)
Log message:
libnet10: Don't overwrite user CFLAGS with bogus ones.
   2017-08-16 22:45:48 by Thomas Klausner | Files touched by this commit (209)
Log message:
Comment out dead sites.
   2016-08-30 15:57:31 by Havard Eidnes | Files touched by this commit (3)
Log message:
Use explitly sized types when defining structs which represent
on-the-wire data, so that this works on LP64 platforms.  In particular
u_long -> uint32_t, but u_short also got the corresponding treatment.
Fixes PR#51450.