wok diff libnet/description.txt @ rev 24981

Up pce (20220220-991c55d9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 08 10:57:53 2022 +0000 (2022-05-08)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libnet/description.txt	Sun May 08 10:57:53 2022 +0000
     1.3 @@ -0,0 +1,6 @@
     1.4 +Libnet is an API to help with the construction and injection of network packets.
     1.5 +It provides a portable framework for low-level network packet writing and
     1.6 +handling (use libnet in conjunction with libpcap and you can write some really
     1.7 +cool stuff).
     1.8 +Libnet includes packet creation at the IP layer and at the link layer as well
     1.9 +as a host of supplementary and complementary functionality.