diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-06-11 00:01:26 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-06-11 00:01:26 +0000 |
commit | 281a4fc4a0494a68527aa1d0cc801abd22707d36 (patch) | |
tree | 501eee15745456c40ba0c45d192e72d951d34d9f /usr.sbin/tcpdump/Makefile | |
parent | 5d17330258932e13f4c80045949433571f0cd47e (diff) |
handle IPSec processed packets (DLT_ENC) in libpcap, display them with
tcpdump + additional info (SPI + which type of transforms where passed).
Diffstat (limited to 'usr.sbin/tcpdump/Makefile')
-rw-r--r-- | usr.sbin/tcpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile index da4a1b10b27..648256b4e20 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1998/02/26 16:02:53 niklas Exp $ +# $OpenBSD: Makefile,v 1.12 1998/06/11 00:01:22 provos Exp $ # # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 # The Regents of the University of California. All rights reserved. @@ -40,7 +40,7 @@ SRCS= tcpdump.c addrtoname.c \ print-wb.c print-decnet.c print-isoclns.c print-ipx.c \ print-atm.c print-dvmrp.c print-krb.c print-pim.c print-netbios.c \ util.c bpf_dump.c parsenfsfh.c version.c machdep.c print-igrp.c \ - print-gre.c print-radius.c + print-gre.c print-radius.c print-enc.c AWKS = atime.awk packetdat.awk send-ack.awk stime.awk |