$OpenBSD: patch-src_preprocessors_spp_sfportscan_c,v 1.9 2014/01/30 03:23:48 lteo Exp $
--- src/preprocessors/spp_sfportscan.c.orig	Tue Dec 31 17:07:55 2013
+++ src/preprocessors/spp_sfportscan.c	Thu Jan 23 23:02:20 2014
@@ -273,7 +273,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);
 
