$OpenBSD: patch-src_preprocessors_spp_sfportscan_c,v 1.7 2013/07/10 02:10:22 lteo Exp $
--- src/preprocessors/spp_sfportscan.c.orig	Tue Jun  4 23:19:53 2013
+++ src/preprocessors/spp_sfportscan.c	Mon Jul  1 23:00:43 2013
@@ -271,7 +271,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);
 
