libpcap provides functions for user-level packet capture, used in low-level network monitoring.
Download (HTTP): http://www.tcpdump.org/release/libpcap-0.9.4.tar.gz
Download MD5 sum: 79025766e8027df154cb1f32de8a7974
Download size: 416 KB
Estimated disk space required: 3.2 MB
Estimated build time: less than 0.1 SBU
Software distribution for the DAG and Septel range of passive network monitoring cards.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libpcap
Install libpcap by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/libpcap-0.9.4 && install -v -m644 doc/*{html,txt} /usr/share/doc/libpcap-0.9.4
Last updated on 2007-02-14 11:57:11 -0600