diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-06-11 20:58:46 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-06-11 20:58:46 +0000 |
commit | e9c67dcf958b38635d2c444765b8d17227635cc5 (patch) | |
tree | 5ea52b3aa46a0f04f20c091d16994ec98822d350 /usr.sbin/tcpdump/Makefile | |
parent | 701177b0da7d592f287bc00ed7da9225eebcb579 (diff) |
support for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@
Diffstat (limited to 'usr.sbin/tcpdump/Makefile')
-rw-r--r-- | usr.sbin/tcpdump/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile index 6b4c7da6bb2..d852531c605 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2003/05/22 21:15:17 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.40 2003/06/11 20:58:45 markus Exp $ # # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 # The Regents of the University of California. All rights reserved. @@ -50,6 +50,7 @@ SRCS= tcpdump.c addrtoname.c \ print-bgp.c print-ospf6.c print-ripng.c print-rt6.c print-stp.c \ print-etherip.c print-lwres.c print-cdp.c print-pflog.c \ print-pfsync.c pf_print_state.c \ + print-udpencap.c \ gmt2local.c savestr.c setsignal.c #SRCS+= smbutil.c print-smb.c |