From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: [RFC] XML output for libnetfilter_conntrack Date: Tue, 21 Nov 2006 14:58:55 +0100 Message-ID: <4563061F.4080904@netfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Eric Leblond Return-path: To: Netfilter Development Mailinglist 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'm about to complete the new API for libnetfilter_conntrack, it includes the possibility to dump conntrack entries in XML besides of the classic output similar to the primitive /proc interface. An example of the XML layout is the following: /* * XML output sample: * * * * * 192.168.0.1 * 192.168.0.2 * * * 80 * 56665 * * * * * 192.168.0.2 * 192.168.0.1 * * * 80 * 56665 * * * * * * ESTABLISHED * * * 100 * yes * * 10 * 1 * * * 5029 * 12 * * * */ Comments welcome, -- The dawn of the fourth age of Linux firewalling is coming; a time of great struggle and heroic deeds -- J.Kadlecsik got inspired by J.Morris