rent 212440a7d04a12ee13787afecc6c86c7fc4e6184 author Patrick McHardy 1206501456 -0700 committer David S. Miller 1206501456 -0700 [NETFILTER]: nf_conntrack_sip: use strlen/strcmp Replace sizeof/memcmp by strlen/strcmp. Use case-insensitive comparison for SIP methods and the SIP/2.0 string, as specified in RFC 3261. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller