commit | 9d5b8baa4e9ace9be113c6151aaeeb3c07a26fc8 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Nov 29 02:35:26 2006 +0100 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:31:23 2006 -0800 |
tree | 039d42ebf4734e665ccf4f9251668d31b10fdf2a | |
parent | 337fbc4166967a72c3cc71c597bdde7e6a8633ab [diff] |
[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>