commit | 3b6b9fab42fe98358d70735cf98d43fc18dc79c9 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Feb 11 12:23:53 2010 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Thu Feb 11 12:23:53 2010 +0100 |
tree | 98703e92c7259e35b7d6cd557bf0c1a6965f4e7c | |
parent | 54101f4f3bed87fa968b57f77f8ff3b09fd88bcf [diff] |
netfilter: nf_conntrack_sip: pass data offset to NAT functions When using TCP multiple SIP messages might be present in a single packet. A following patch will parse them by setting the dptr to the beginning of each message. The NAT helper needs to reload the dptr value after mangling the packet however, so it needs to know the offset of the message to the beginning of the packet. Signed-off-by: Patrick McHardy <kaber@trash.net>