From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mr Dash Four Subject: Re: [PATCHv2] netfilter: audit target to record accepted/dropped packets Date: Fri, 14 Jan 2011 18:51:57 +0000 Message-ID: <4D309B4D.2010701@googlemail.com> References: <20110114152024.GA9654@canuck.infradead.org> <4D306FBB.8020705@trash.net> <20110114161937.GA22101@canuck.infradead.org> <20110114165937.GA5759@canuck.infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110114165937.GA5759@canuck.infradead.org> Sender: netfilter-devel-owner@vger.kernel.org To: Patrick McHardy , netfilter-devel@vger.kernel.org, linux-audit@redhat.com, Eric Paris , Al Viro List-Id: linux-audit@redhat.com Thomas Graf wrote: > This patch adds a new netfilter target which creates audit records > for packets traversing a certain chain. > Just a question/suggestion from a (regular) user point of view: Would it be possible to store the entire packet content or would that prove a bit too much? If that's possible I am dumping tcpdump (pun intended ;-) ) for good!