From mboxrd@z Thu Jan 1 00:00:00 1970 From: ceving@web.de Subject: Logging user id and process id of packets Date: Tue, 28 Mar 2006 12:29:20 +0200 Message-ID: <133350871@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: To: netfilter-devel@lists.netfilter.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Hi, I would like to write a program which displays the user id and process id of all packets traversing the output chain. I found some information about the owner module, but this allows only to filter based on a user id. I took also a look at the pcap library, the ulog and libipq but can not find any function, that returns me the user id or the process id of a packet. Does anybody know how to get this information? Sascha