$OpenBSD: patch-src_preprocessors_spp_sfportscan_c,v 1.4 2010/07/12 19:38:40 sthen Exp $
--- src/preprocessors/spp_sfportscan.c.orig	Tue Jan 26 19:11:27 2010
+++ src/preprocessors/spp_sfportscan.c	Thu Apr 22 07:53:46 2010
@@ -309,7 +309,7 @@ static int LogPortscanAlert(Packet *p, char *msg, uint
         return 0;
     }
 
-    ts_print((struct timeval *)&p->pkth->ts, timebuf);
+    ts_print((struct sf_timeval32 *)&p->pkth->ts, timebuf);
 
     fprintf(g_logfile, "Time: %s\n", timebuf);
 
