@(#) $Header: /afs/sipb/project/tcpdump/repository/pcapture/INSTALL,v 1.1.1.2 1997/08/17 23:19:40 jhawk Exp $ (LBL) If you have not built libpcap, do so first. See the README file in this directory for the ftp location. After libpcap has been built (either install it or make sure it's in ../libpcap), edit the BINDEST and MANDEST paths in Makefile.in and run ./configure (a shell script). "configure" will determine your system attributes and generate an appropriate Makefile from Makefile.in. Now build pcapture by running "make". (If your system is not listed in the README as one which we have tested, you may have to modify the configure script and Makefile.in. Please send us patches for any modifications you need to make.) If everything builds ok, su and type "make install" (and optionally "make install-man). This will install pcapture and the manual entry. By default, pcapture is installed with group execute permissions. The group used depends on your os. In addition, BPF packet access is controlled by permissions to /dev/bpf0. In any case, DO NOT give untrusted users the capability of running pcapture. Pcapture can capture any traffic on your net, including passwords. FILES ----- CHANGES - description of differences between releases FILES - list of files exported as part of the distribution INSTALL - this file Makefile.in - compilation rules (input to the configure script) README - description of distribution VERSION - version of this release aclocal.m4 - autoconf macros config.guess - autoconf support config.sub - autoconf support configure - configure script (run this first) configure.in - configure script source install-sh - BSD style install script interface.h - globals, prototypes and definitions lbl/gnuc.h - gcc macros and defines lbl/os-*.h - os dependent defines and prototypes machdep.c - machine dependent routines machdep.h - machine dependent definitions mkdep - construct Makefile dependency list pbuf.c - packet buffer routines pcapture.1 - manual entry pcapture.c - main program setsignal.c - os independent signal routines setsignal.h - os independent signal prototypes util.c - utility routines vfprintf.c - emulation routine