netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing
authorPatrick McHardy <kaber@trash.net>
Thu, 11 Feb 2010 11:23:12 +0000 (12:23 +0100)
committerPatrick McHardy <kaber@trash.net>
Thu, 11 Feb 2010 11:23:12 +0000 (12:23 +0100)
commit54101f4f3bed87fa968b57f77f8ff3b09fd88bcf
treeca56e07a111a49ca223e0ca0b69e8ab61d011b81
parentb87921bdf25485afd8f5a5f25e86b5acef32a9cf
netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing

When requests are parsed, the "sip:" part of the SIP URI should be skipped.

Usually this doesn't matter because address parsing skips forward until after
the username part, but in case REGISTER requests it doesn't contain a username
and the address can not be parsed.

Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nf_conntrack_sip.c