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

Up firefox-official (104.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 04 18:56:05 2022 +0000 (21 months ago)
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.