pkgsrc-wip/py-pcapy/TODO
Michal Pasternak 1cbab72b71 Pcapy is a Python extension module that enables software written in Python
to access the routines from the pcap packet capture library.
 
From libpcap's documentation: Libpcap is a system-independent interface for
user-level packet capture. Libpcap provides a portable framework for
low-level network monitoring. Applications include network statistics
collection, security monitoring, network debugging, etc.
 
Pcapy is most useful when used together with a packet handling package such
as Impacket, a collection of Python classes for contructing and dissecting
network packets.
2003-12-18 22:52:31 +00:00

5 lines
162 B
Text

$Id: TODO,v 1.1.1.1 2003/12/18 22:52:31 mpasternak Exp $
See Makefile (no, I'm not ashamed of this hack; libpcap's buildlink2 author should be)
-- dotz@irc.pl