[NETFILTER]: Add new iptables "connbytes" match
authorHarald Welte <laforge@netfilter.org>
Sat, 13 Aug 2005 20:56:26 +0000 (13:56 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:58:04 +0000 (15:58 -0700)
This patch ads a new "connbytes" match that utilizes the CONFIG_NF_CT_ACCT
per-connection byte and packet counters.  Using it you can do things like
packet classification on average packet size within a connection.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found