机智大白

文章
7
资源
0
加入时间
2年11月11天

NAT SIP helper

函数nf_nat_sip_init注册SIP协议的NAT helper,用于修改协议报文中的地址和端口信息。如下nf_nat_sip_hooks结构变量sip_hooks,赋值于nf_nat_sip_hooks,在SIP连接跟踪中使用。msg指针函数主要用于修改SIP消息中的字段,其它sdp开头的指针函数修改SDP消息中的字段。static const struct nf_nat_sip_hooks sip_hooks = { .msg = nf_nat_sip, .s