$OpenBSD: patch-src_preprocessors_spp_sfportscan_c,v 1.13 2019/06/02 02:07:44 lteo Exp $
Index: src/preprocessors/spp_sfportscan.c
--- src/preprocessors/spp_sfportscan.c.orig
+++ src/preprocessors/spp_sfportscan.c
@@ -281,7 +281,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);
 
