libpcap-0.8.3

Introduction to libpcap

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

Package information

Installation of libpcap

Install libpcap by running the following commands:

./configure --prefix=/usr &&
make &&
make install

Contents

libpcap package provides the libpcap library.

Description

libpcap

libpcap is a library for user-level packet capture.