@(#) $Header: /afs/sipb/project/tcpdump/repository/bpf/setbpfilter/INSTALL,v 1.1.1.1 1996/12/16 07:37:29 jhawk Exp $ (LBL) If you have not built libpcap, do so first. See the README file in this directory for the ftp location. You will need an ANSI C compiler to build tcpdump. The configure script will abort if your compiler is not ANSI compliant. If this happens, use the GNU C compiler, available via anonymous ftp: ftp://prep.ai.mit.edu/pub/gnu/gcc.tar.gz After libpcap has been built (either install it with "make install" and "make install-incl" or make sure both the libpcap and setbpfilter source trees are in the same directory), 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 setbpfilter by running "make". If everything builds ok, su and type "make install" (and optionally "make install-man). This will install setbpfilter and the manual entry. 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 acsite.m4 - autoconf macros bpf_dump.c - bpf instruction pretty-printer routine 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 setbpfilter.8 - manual entry setbpfilter.c - main program util.c - utility routines vfprintf.c - emulation routine