From owner-cvs-all@FreeBSD.ORG Tue Dec 13 18:21:33 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F1216A428; Tue, 13 Dec 2005 18:21:33 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 89FF743DBC; Tue, 13 Dec 2005 18:21:17 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 13 Dec 2005 18:21:01 +0000 (GMT) Date: Tue, 13 Dec 2005 18:21:01 +0000 From: David Malone To: Max Laier Message-ID: <20051213182101.GA27569@walton.maths.tcd.ie> References: <200512131216.jBDCG3FJ042136@repoman.freebsd.org> <20051213061503.A10373@xorpc.icir.org> <20051213150858.GL78709@submonkey.net> <200512131759.15695.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512131759.15695.max@love2party.net> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: Alexey Dokuchaev , src-committers@freebsd.org, Luigi Rizzo , cvs-all@freebsd.org, Gleb Smirnoff , cvs-src@freebsd.org, Ceri Davies Subject: Re: ipfw2 logs to bpf (was Re: cvs commit: src/sbin/ipfw ipfw2.c...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 18:21:33 -0000 On Tue, Dec 13, 2005 at 05:59:07PM +0100, Max Laier wrote: > In Basel we talked about a general interface for dumping "interesting" packets > in order to debug tcp problems etc. ... I am certainly interested in > discussing this further and maybe getting some universal API for it into the > kernel. Including tcpdump/pcap support to make sense of the possibly > different packet header - if we decide to go this way. Just as a couple of other examples, It could be interesting to log packets dropped by dummynet and altq in this way. David.