From owner-svn-src-head@FreeBSD.ORG Tue Dec 20 04:54:26 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 415CF1065670; Tue, 20 Dec 2011 04:54:26 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 17EF08FC0A; Tue, 20 Dec 2011 04:54:25 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 042025C2E; Mon, 19 Dec 2011 23:35:28 -0500 (EST) Date: Mon, 19 Dec 2011 23:35:27 -0500 From: Wesley Shields To: Dimitry Andric Message-ID: <20111220043527.GA71339@atarininja.org> References: <201112191732.pBJHWta3067918@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201112191732.pBJHWta3067918@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r228713 - head/contrib/tcpdump X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2011 04:54:26 -0000 On Mon, Dec 19, 2011 at 05:32:55PM +0000, Dimitry Andric wrote: > Author: dim > Date: Mon Dec 19 17:32:54 2011 > New Revision: 228713 > URL: http://svn.freebsd.org/changeset/base/228713 > > Log: > In contrib/tcpdump/print-icmp6.c, fix a problem where the comparison > against icmp6_hdr::icmp6_type is done incorrectly. (This fix has > already been applied upstream, but we do not have the latest version of > tcpdump.) Yet. I have an import of libpcap in the works but became very sidetracked with work the past couple of weeks. I will be focusing on bringing in the new libpcap and tcpdump after the new year. -- WXS