libnet (1.3-7.el10)
Published 2026-05-14 23:08:56 +03:00 by mpavlov
Installation
# on RedHat based distributions
dnf config-manager --add-repo
# on SUSE based distributions
zypper addrepo # on RedHat based distributions
dnf install libnet
# on SUSE based distributions
zypper install libnet
Repository Info
Architectures |
x86_64 |
About this package
C library for portable packet creation and injection
Libnet is an API to help with the construction and handling of network
packets. It provides a portable framework for low-level network packet
writing and handling (use libnet in conjunction with libpcap and you can
write some really cool stuff). Libnet includes packet creation at the IP
layer and at the link layer as well as a host of supplementary and
complementary functionality.