wok view perl-net-pcap/description.txt @ rev 25057

linux-libre: fix linux-libre-3.18.129-gnu-slitaz.config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 11:05:30 2022 +0000 (2022-06-06)
parents
children
line source
1 Net::Pcap is a Perl binding to the LBL pcap(3) library and its Win32 counterpart,
2 the WinPcap library.
3 Pcap (packet capture) is a portable API to capture network packet:
4 it allows applications to capture packets at link-layer, bypassing the normal
5 protocol stack.
6 It also provides features like kernel-level packet filtering and access to
7 internal statistics.
9 Common applications include network statistics collection, security monitoring,
10 network debugging, etc.