TCP window tracking

From kadlec@blackhole.kfki.hu Mon Sep 17 10:24:32 2001
Date: Tue, 22 Aug 2000 14:21:24 +0200 (CEST)
From: Jozsef Kadlecsik 
To: netfilter@samba.org
Subject: TCP conntrack patch

Hello,

The attached patch is an implementation of TCP connection tracking
according to the article 'Real Stateful TCP Packet Filtering in
IP Filter' by Guido van Rooij [1]. It contains the new TCP connection
tracking with support to handle already established connections. Window
scaling support is added but it is untested.

The second patch contains the reworked conntrack testsuite with a new test
added.

The patch passed my simple, stupid, real-life tests, the modified
conntrack testsuite and the new test as well, but you are forewarned! :-)

Regards,
Jozsef

[1]  http://www.iae.nl/users/guido/papers/tcp_filtering.ps.gz
patch-test6-tcp-conntrack.bz2
patch-test6-tcp-conntrack-testsuite.bz2