[NETFILTER]: sip conntrack: minor cleanup
commit9d5b8baa4e9ace9be113c6151aaeeb3c07a26fc8
authorPatrick McHardy <kaber@trash.net>
Wed, 29 Nov 2006 01:35:26 +0000 (29 02:35 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:31:23 +0000 (2 21:31 -0800)
tree039d42ebf4734e665ccf4f9251668d31b10fdf2a
parent337fbc4166967a72c3cc71c597bdde7e6a8633ab
[NETFILTER]: sip conntrack: minor cleanup

- Use enum for header field enumeration
- Use numerical value instead of pointer to header info structure to
  identify headers, unexport ct_sip_hdrs
- group SIP and SDP entries in header info structure
- remove double forward declaration of ct_sip_get_info

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter_ipv4/ip_conntrack_sip.h
net/ipv4/netfilter/ip_conntrack_sip.c
net/ipv4/netfilter/ip_nat_sip.c