|
@@ -442,6 +442,9 @@ static int sip_help(struct sk_buff **pskb,
|
|
|
|
|
|
/* RTP info only in some SDP pkts */
|
|
|
if (memcmp(dptr, "INVITE", sizeof("INVITE") - 1) != 0 &&
|
|
|
+ memcmp(dptr, "UPDATE", sizeof("UPDATE") - 1) != 0 &&
|
|
|
+ memcmp(dptr, "SIP/2.0 180", sizeof("SIP/2.0 180") - 1) != 0 &&
|
|
|
+ memcmp(dptr, "SIP/2.0 183", sizeof("SIP/2.0 183") - 1) != 0 &&
|
|
|
memcmp(dptr, "SIP/2.0 200", sizeof("SIP/2.0 200") - 1) != 0) {
|
|
|
goto out;
|
|
|
}
|