diff options
Diffstat (limited to 'contrib/tcpdump/INSTALL')
-rw-r--r-- | contrib/tcpdump/INSTALL | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/contrib/tcpdump/INSTALL b/contrib/tcpdump/INSTALL index 9d6b9e1..edb4b1b 100644 --- a/contrib/tcpdump/INSTALL +++ b/contrib/tcpdump/INSTALL @@ -1,4 +1,4 @@ -@(#) $Header: INSTALL,v 1.28 96/12/11 20:15:42 leres Exp $ (LBL) +@(#) $Header: INSTALL,v 1.36 98/07/12 13:12:26 leres Exp $ (LBL) If you have not built libpcap, do so first. See the README file in this directory for the ftp location. @@ -28,6 +28,10 @@ Note that tcpdump is shipped with some systems, for example, DEC/OSF and BSD/386. Remember to remove or rename the installed binary when upgrading. +If you use Linux, this version of libpcap is known to compile and run +under Red Hat 4.0 with the 2.0.25 kernel. It may work with earlier 2.X +versions but is guaranteed not to work with 1.X kernels. + If you use OSF 4, note that that there appears to be some serious bugs with the stock C compiler. The configure code fragments that detect if the ether_header and ether_arp structs use the ether_addr struct @@ -57,11 +61,12 @@ 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 +aclocal.m4 - autoconf macros addrtoname.c - address to hostname routines addrtoname.h - address to hostname definitions appletalk.h - AppleTalk definitions atime.awk - TCP ack awk script +bcopy.c - missing routine bootp.h - BOOTP definitions bpf_dump.c - bpf instruction pretty-printer routine config.guess - autoconf support @@ -72,6 +77,8 @@ decnet.h - DECnet definitions ethertype.h - ethernet definitions extract.h - alignment definitions fddi.h - Fiber Distributed Data Interface definitions +gmt2local.c - time conversion routines +gmt2local.h - time conversion prototypes igrp.h - Interior Gateway Routing Protocol definitions install-sh - BSD style install script interface.h - globals, prototypes and definitions @@ -92,6 +99,7 @@ ntp.h - Network Time Protocol definitions ospf.h - Open Shortest Path First definitions packetdat.awk - TCP chunk summary awk script parsenfsfh.c - Network File System file parser routines +ppp.h - Point to Point Protocol definitions print-arp.c - Address Resolution Protocol printer routines print-atalk.c - AppleTalk printer routines print-atm.c - atm printer routines @@ -116,6 +124,7 @@ print-null.c - null printer routines print-ospf.c - Open Shortest Path First printer routines print-pim.c - Protocol Independent Multicast printer routines print-ppp.c - Point to Point Protocol printer routines +print-raw.c - raw printer routines print-rip.c - Routing Information Protocol printer routines print-sl.c - Compressed Serial Line Internet Protocol printer routines print-snmp.c - Simple Network Management Protocol printer routines @@ -124,8 +133,13 @@ print-tcp.c - TCP printer routines print-tftp.c - Trivial File Transfer Protocol printer routines print-udp.c - UDP printer routines print-wb.c - white board printer routines +savestr.c - savestr prototypes +savestr.h - strdup() replacement send-ack.awk - unidirectional tcp send/ack awk script +setsignal.c - os independent signal routines +setsignal.h - os independent signal prototypes stime.awk - TCP send awk script +strcasecmp.c - missing routine tcpdump.1 - manual entry tcpdump.c - main program util.c - utility routines |