[netfilter-cvslog] r6435 - branches/ulog/ulogd2/util

laforge at netfilter.org laforge at netfilter.org
Wed Jan 25 12:38:15 CET 2006


Author: laforge at netfilter.org
Date: 2006-01-25 12:38:14 +0100 (Wed, 25 Jan 2006)
New Revision: 6435

Modified:
   branches/ulog/ulogd2/util/printpkt.c
Log:
forward-port PROTO=0 fix from ulogd-1.24


Modified: branches/ulog/ulogd2/util/printpkt.c
===================================================================
--- branches/ulog/ulogd2/util/printpkt.c	2006-01-25 11:33:04 UTC (rev 6434)
+++ branches/ulog/ulogd2/util/printpkt.c	2006-01-25 11:38:14 UTC (rev 6435)
@@ -244,7 +244,7 @@
 		break;
 	default:
 
-		buf_cur += sprintf(buf_cur, "PROTO=%u ", GET_VALUE(res, 11).ui8);
+		buf_cur += sprintf(buf_cur, "PROTO=%u ", GET_VALUE(res, 12).ui8);
 	}
 	strcat(buf_cur, "\n");
 




More information about the netfilter-cvslog mailing list