From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe Leroy Subject: SIP messages with no/invalid CSeq are dropped by nf_ct_sip, 400 Bad Request is expected instead Date: Thu, 24 Sep 2015 10:54:12 +0200 Message-ID: <5603BA34.60700@c-s.fr> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Patrick McHardy , "David S. Miller" , Pablo Neira Ayuso Cc: Netfilter Development Mailing list , netfilter@vger.kernel.org, TIXADOU Jean-Yves , PERRONNY Olivier Hi, I have an issue with the SIP conntrack: In commit 30f33e6dee [NETFILTER]: nf_conntrack_sip: support method specific request/response handling Modified by b20ab9cc63 netfilter: nf_ct_helper: better logging for dropped packets SIP requests with no CSeq header are dropped by kernel before reaching the user app. According to RFC4475 "Session Initiation Protocol (SIP) Torture Test Messages", requests with invalid CSeq should be responded with 400 Bad Request, and that's what my app does, but it can only do it if it receives the request. How can we solve that ? Christophe