wok diff perl-net-pcap/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-net-pcap/description.txt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +Net::Pcap is a Perl binding to the LBL pcap(3) library and its Win32 counterpart,
     1.5 +the WinPcap library.
     1.6 +Pcap (packet capture) is a portable API to capture network packet:
     1.7 +it allows applications to capture packets at link-layer, bypassing the normal
     1.8 +protocol stack.
     1.9 +It also provides features like kernel-level packet filtering and access to
    1.10 +internal statistics.
    1.11 +
    1.12 +Common applications include network statistics collection, security monitoring,
    1.13 +network debugging, etc.