$OpenBSD: patch-src_preprocessors_spp_sfportscan_c,v 1.11 2015/05/29 03:28:18 lteo Exp $
--- src/preprocessors/spp_sfportscan.c.orig	Wed Apr 22 22:47:10 2015
+++ src/preprocessors/spp_sfportscan.c	Sun May 24 17:20:27 2015
@@ -274,7 +274,7 @@ static int LogPortscanAlert(Packet *p, const char *msg
         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);
 
