wok annotate perl-net-pcap/description.txt @ rev 25317
updated soundtouch and soundtouch-dev (2.1.2 -> 2.3.1)
author | Hans-Günter Theisgen |
---|---|
date | Thu Jul 21 07:14:01 2022 +0100 (2022-07-21) |
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. |