diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2008-10-16 12:57:02 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2008-10-16 12:57:02 +0000 |
commit | be2bde20765059788da4f53cbbda7ab9b0b9e126 (patch) | |
tree | 5920b12e007adecdd4bfdcfd41208c3a5ba7b159 /usr.sbin/tcpdump/Makefile | |
parent | cdb4c81d6e3d18a5c244ee4f7bfd5a407d298191 (diff) |
Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad.
Code from tcpdump.org with cleanup and shrinkage by me.
Help and ideas for extra sanity checks from canacar@
OK canacar@
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 f1c491b42ba..859711cbfb1 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.51 2006/05/23 14:20:19 stevesk Exp $ +# $OpenBSD: Makefile,v 1.52 2008/10/16 12:57:01 mpf Exp $ # # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 # The Regents of the University of California. All rights reserved. @@ -46,7 +46,7 @@ SRCS= tcpdump.c addrtoname.c privsep.c privsep_fdpass.c privsep_pcap.c \ print-etherip.c print-lwres.c print-lldp.c print-cdp.c print-pflog.c \ print-pfsync.c pf_print_state.c \ print-udpencap.c print-carp.c \ - print-802_11.c print-iapp.c print-mpls.c \ + print-802_11.c print-iapp.c print-mpls.c print-slow.c \ gmt2local.c savestr.c setsignal.c # TCP OS Fingerprinting |