[NETFILTER]: H.323 helper: make get_h245_addr() static
Signed-off-by: Jing Min Zhao <zhaojingmin@users.sourceforge.net> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0f249685fd
commit
51d42f5e4e
1 changed files with 2 additions and 2 deletions
|
@ -220,8 +220,8 @@ static int get_tpkt_data(struct sk_buff **pskb, struct ip_conntrack *ct,
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
int get_h245_addr(unsigned char *data, H245_TransportAddress * addr,
|
static int get_h245_addr(unsigned char *data, H245_TransportAddress * addr,
|
||||||
u_int32_t * ip, u_int16_t * port)
|
u_int32_t * ip, u_int16_t * port)
|
||||||
{
|
{
|
||||||
unsigned char *p;
|
unsigned char *p;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue