wok annotate perl-net-pcap/description.txt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
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.