
This patch adds the TRACE target to the raw table.

The TRACE target can be used to trace how the packet "flows trough" 
your tables and rules. When a packet marked with the TRACE target
matches any rule, the system logs the packet with the following
prefix:

	TRACE: tablename/chainname/rulenum packet

BEWARE: if you apply this patch, you loose backward compatibility
with your current iptables binary, so you *must* recompile
the userspace program as well.
 
