From owner-freebsd-stable@FreeBSD.ORG Thu Dec 4 21:28:14 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 003A916A4CE; Thu, 4 Dec 2003 21:28:13 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53BF743FDD; Thu, 4 Dec 2003 21:28:12 -0800 (PST) (envelope-from cristjc@comcast.net) Received: from blossom.cjclark.org (c-24-6-186-224.client.comcast.net[24.6.186.224]) by comcast.net (rwcrmhc13) with ESMTP id <2003120505281101500bopnge>; Fri, 5 Dec 2003 05:28:11 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.9p2/8.12.8) with ESMTP id hB55SA43091909; Thu, 4 Dec 2003 21:28:10 -0800 (PST) (envelope-from cristjc@comcast.net) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.9p2/8.12.9/Submit) id hB55S9h5091908; Thu, 4 Dec 2003 21:28:09 -0800 (PST) (envelope-from cristjc@comcast.net) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to cristjc@comcast.net using -f Date: Thu, 4 Dec 2003 21:28:09 -0800 From: "Crist J. Clark" To: Dr Otacon Message-ID: <20031205052809.GA91506@blossom.cjclark.org> References: <200312021028.52517.otacon@octo.sytes.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312021028.52517.otacon@octo.sytes.net> User-Agent: Mutt/1.4.1i X-URL: http://people.freebsd.org/~cjc/ cc: freebsd-ipfw@FreeBSD.ORG cc: freebsd-stable@FreeBSD.ORG Subject: Re: tcpdump will not compile with ability to decrypt ESP encapsulated packets. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Crist J. Clark" List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 05:28:14 -0000 On Tue, Dec 02, 2003 at 10:28:52AM -0700, Dr Otacon wrote: > I'm trying to tcpdump ESP encapsulated packets with tcpdump using: > > tcpdump -w tcpdump.log -E blowfish-cbc:secret esp host safehost Tcpdump(8) does not decrypt as it saves data in the pcap dump file. It only decrypts on the fly as it prints packet contents. > ...but `tcpshow < tcpdump.log' has this message repeated at the end of every > packet: > > <*** No decode support for encapsulated protocol ***> Tcpshow(1) would have to decrypt the ESP data itself for this to work. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org