diff options
author | Patrick McHardy <kaber@trash.net> | 2008-03-25 23:25:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-25 23:25:49 -0400 |
commit | a9c1d35917c0c95c8f95a8e497fb91e301419693 (patch) | |
tree | 5727524a97424f03882e4b37c49073ea4270d8a6 /include | |
parent | d901a9369e6e7d07a7eb4ddb315c6fcbaf8b24d3 (diff) |
[NETFILTER]: nf_conntrack_sip: create RTCP expectations
Create expectations for the RTCP connections in addition to RTP connections.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter/nf_conntrack_sip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/netfilter/nf_conntrack_sip.h b/include/linux/netfilter/nf_conntrack_sip.h index 7cc84ed0c5da..6ddf95f51fb5 100644 --- a/include/linux/netfilter/nf_conntrack_sip.h +++ b/include/linux/netfilter/nf_conntrack_sip.h | |||
@@ -96,7 +96,8 @@ extern unsigned int (*nf_nat_sip_expect_hook)(struct sk_buff *skb, | |||
96 | extern unsigned int (*nf_nat_sdp_hook)(struct sk_buff *skb, | 96 | extern unsigned int (*nf_nat_sdp_hook)(struct sk_buff *skb, |
97 | const char **dptr, | 97 | const char **dptr, |
98 | unsigned int *datalen, | 98 | unsigned int *datalen, |
99 | struct nf_conntrack_expect *exp); | 99 | struct nf_conntrack_expect *rtp_exp, |
100 | struct nf_conntrack_expect *rtcp_exp); | ||
100 | 101 | ||
101 | extern int ct_sip_parse_request(const struct nf_conn *ct, | 102 | extern int ct_sip_parse_request(const struct nf_conn *ct, |
102 | const char *dptr, unsigned int datalen, | 103 | const char *dptr, unsigned int datalen, |