From mboxrd@z Thu Jan 1 00:00:00 1970 From: mjc22 Subject: possible libipq bug Date: Wed, 26 Mar 2003 20:57:31 -0500 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <3E854994@webmail.drexel.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT Return-path: To: netfilter-devel@lists.netfilter.org Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Hi... I am currently using 2 files... iptables -A INPUT -j QUEUE iptables -A OUTPUT -j QUEUE I have a libipq program that hooks in. I can get packets, going both ways, fine. However, the ID in the iphdr is incorrect, it is the ID of the previous packet. Everything else looks ok (source port, dest port, seq ...), just not the iphdr ID. Any ideas? Thanks