wok diff perl-net-pcap/description.txt @ rev 25040
cups-filters: use standard c++14
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 27 07:47:27 2022 +0100 (2022-05-27) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-net-pcap/description.txt Fri May 27 07:47:27 2022 +0100 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.