summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1998-01-01 04:13:54 +0000
committerpst <pst@FreeBSD.org>1998-01-01 04:13:54 +0000
commita472b7fd712916a6d641014da562aa2202fc7274 (patch)
treeee89a92456a9462ab40fd8216dd362a230989469 /usr.sbin/tcpdump
parentd64dcc2cd693787a6f46d14e269cf94afb3b0eb2 (diff)
downloadFreeBSD-src-a472b7fd712916a6d641014da562aa2202fc7274.zip
FreeBSD-src-a472b7fd712916a6d641014da562aa2202fc7274.tar.gz
Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index 7a482aa..11bac1c 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 1997/02/22 16:14:02 peter Exp $
+# $Id: Makefile,v 1.17 1997/05/27 02:21:28 fenner Exp $
PROG= tcpdump
CFLAGS+=-DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 \
@@ -7,7 +7,7 @@ CFLAGS+=-DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 \
-DHAVE_TM_GMTOFF=1 -DLBL_ALIGN=1 -DPPP -DHAVE_FDDI
MAN1= tcpdump.1
SRCS = version.c tcpdump.c \
- print-arp.c print-atalk.c print-atm.c print-bootp.c \
+ print-arp.c print-atalk.c print-atm.c print-fr.c print-bootp.c \
print-decnet.c print-domain.c print-dvmrp.c print-egp.c \
print-ether.c print-fddi.c print-gre.c print-icmp.c \
print-igrp.c print-ip.c print-ipx.c print-isoclns.c print-krb.c \
OpenPOWER on IntegriCloud