wok diff libpcap/description.txt @ rev 25030

giblib: inserted configure parameters
author Hans-G?nter Theisgen
date Fri May 20 10:23:32 2022 +0100 (2022-05-20)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libpcap/description.txt	Fri May 20 10:23:32 2022 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +Libpcap is a system-independent interface for user-level packet capture.
     1.5 +Libpcap provides a portable framework for low-level network monitoring.
     1.6 +Applications include network statistics collection, security monitoring,
     1.7 +network debugging, etc. Since almost every system vendor provides a
     1.8 +different interface for packet capture, and since we've developed several
     1.9 +tools that require this functionality, we've created this system-independent
    1.10 +API to ease in porting and to alleviate the need for several
    1.11 +system-dependent packet capture modules in each application.