[NETFILTER]: Add SANE connection tracking helper
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 7 Feb 2007 23:05:12 +0000 (15:05 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:39:09 +0000 (12:39 -0800)
commit6fecd1985116fb08bdee3b9db6719e159fe5e43d
tree5348319657ec1cdfa8cdf9fba4e6bbad046dc811
parent719647e2131585ea0a82b05d3745b36be32975d8
[NETFILTER]: Add SANE connection tracking helper

This is nf_conntrack_sane, a netfilter connection tracking helper module
for the SANE protocol used by the 'saned' daemon to make scanners available
via network. The SANE protocol uses separate control & data connections,
similar to passive FTP. The helper module is needed to recognize the data
connection as RELATED to the control one.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/nf_conntrack_sane.h [new file with mode: 0644]
include/net/netfilter/nf_conntrack.h
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/nf_conntrack_sane.c [new file with mode: 0644]