libpcap-1.1.1

Introduction to libpcap

libpcap provides functions for user-level packet capture, used in low-level network monitoring.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

libpcap Dependencies

Optional

Software distribution for the DAG and Septel range of passive network monitoring cards and BlueZ

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libpcap

Installation of 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

Contents

Installed Program: libpcap-config
Installed Libraries: libpcap.{a,so}
Installed Directory: /usr/include/pcap

Short Descriptions

libpcap-config

provides configuration information for libpcap.

libpcap.{a,so}

are libraries used for user-level packet capture.

Last updated on 2011-11-07 18:19:41 +0000