-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL
53 lines (48 loc) · 2.23 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
If you have not built libpcap, do so first. See the README.md file in
this directory for the source code location.
You will need an ANSI C compiler to build tcpslice. The configure
script will abort if your compiler is not ANSI compliant. If this
happens, use the generally available GNU C compiler (GCC).
After libpcap has been built (either install it with "make install" and
"make install-incl" or make sure both the libpcap and tcpslice 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 tcpslice by running "make".
If everything builds ok, su and type "make install" (and optionally
"make install-man). This will install tcpslice and the manual entry.
If your system is not one which we have tested tcpslice on, you may
have to modify the configure script and Makefile.in. Please send us
patches for any modifications you need to make.
FILES
-----
CHANGES - description of differences between releases
INSTALL - this file
Makefile.in - compilation rules (input to the configure script)
Makefile-devel-adds - additional rules if .devel file exists
README.md - description of distribution
VERSION - version of this release
aclocal.m4 - autoconf macros
compiler-tests.h - compiler version definitions
config.guess - autoconf support
config.sub - autoconf support
configure - configure script (run this first)
configure.in - configure script source
gmt2local.c - time conversion routines
gmt2local.h - time conversion prototypes
gwtm2secs.c - GMT to Unix timestamp conversion
install-sh - BSD style install script
lbl/os-*.h - os dependent defines and prototypes
machdep.c - machine dependent routines
machdep.h - machine dependent definitions
missing/* - replacements for missing library functions
mkdep - construct Makefile dependency list
search.c - fast savefile search routines
seek-tell.c - fseek64() and ftell64() routines
sessions.c - session tracking routines
sessions.h - session tracking prototypes
tcpslice.1 - manual entry
tcpslice.c - main program
tcpslice.h - global prototypes
util.c - utility routines
varattrs.h - compiler attribute definitions