From: Patrick McHardy Date: Wed, 26 Mar 2008 03:17:55 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function X-Git-Tag: v2.6.26-rc1~1138^2~336 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9b4600b4e71beaa9d943251bfe9c25f6a97b8c;p=pandora-kernel.git [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function SDP and SIP headers are quite different, SIP can have continuation lines, leading and trailing whitespace after the colon and is mostly case-insensitive while SDP headers always begin on a new line and are followed by an equal sign and the value, without any whitespace. Introduce new SDP header parsing function and convert all users that used the SIP header parsing function. This will allow to properly deal with the special SIP cases in the SIP header parsing function later. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed