--- Rules.pm.orig	2008-12-20 02:16:29.000000000 +0530
+++ Rules.pm	2008-12-20 02:19:59.000000000 +0530
@@ -600,7 +600,7 @@
 	    $globals{LOGPARMS} = $savelogparms;
 
 	    if ( $config{TCP_FLAGS_DISPOSITION} eq 'REJECT' ) {
-		add_rule $logflagsref , '-j REJECT --reject-with tcp-reset';
+		add_rule $logflagsref , '-p tcp -j REJECT --reject-with tcp-reset';
 	    } else {
 		add_rule $logflagsref , "-j $config{TCP_FLAGS_DISPOSITION}";
 	    }
