diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-03-07 16:13:39 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-03-07 16:13:39 +0000 |
commit | 7c827187f2c6eb5177fe7b0de5b1b642f0eb5275 (patch) | |
tree | ecb171ef4a1cfc84f704ee8bf68a3af749cf1e53 /usr.sbin/tcpdump/Makefile | |
parent | d061cdbee42eb1da2c081d154b23a77670baf7e3 (diff) |
add a printer for 802.11 and for additional radiotap headers,
use -y IEEE802_11 or IEEE802_11_RADIO if supported by the driver.
ok canacar@
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 4ba390f2b92..989805fa24b 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2004/04/28 02:17:03 mcbride Exp $ +# $OpenBSD: Makefile,v 1.47 2005/03/07 16:13:38 reyk Exp $ # # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 # The Regents of the University of California. All rights reserved. @@ -46,6 +46,7 @@ SRCS= tcpdump.c addrtoname.c privsep.c privsep_fdpass.c privsep_pcap.c \ print-etherip.c print-lwres.c print-cdp.c print-pflog.c \ print-pfsync.c pf_print_state.c \ print-udpencap.c print-carp.c \ + print-802_11.c \ gmt2local.c savestr.c setsignal.c # TCP OS Fingerprinting |