$OpenBSD: patch-src_preprocessors_spp_sfportscan_c,v 1.10 2015/01/24 03:52:53 lteo Exp $
--- src/preprocessors/spp_sfportscan.c.orig	Tue Jun 10 15:29:30 2014
+++ src/preprocessors/spp_sfportscan.c	Sat Oct 25 16:33:34 2014
@@ -274,7 +274,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);
 
