wok annotate perl-net-pcap/description.txt @ rev 25565
BootProg: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 11 16:10:53 2023 +0000 (2023-05-11) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@24244 | 1 Net::Pcap is a Perl binding to the LBL pcap(3) library and its Win32 counterpart, |
Hans-Günter@24244 | 2 the WinPcap library. |
Hans-Günter@24244 | 3 Pcap (packet capture) is a portable API to capture network packet: |
Hans-Günter@24244 | 4 it allows applications to capture packets at link-layer, bypassing the normal |
Hans-Günter@24244 | 5 protocol stack. |
Hans-Günter@24244 | 6 It also provides features like kernel-level packet filtering and access to |
Hans-Günter@24244 | 7 internal statistics. |
Hans-Günter@24244 | 8 |
Hans-Günter@24244 | 9 Common applications include network statistics collection, security monitoring, |
Hans-Günter@24244 | 10 network debugging, etc. |