$OpenBSD: patch-src_preprocessors_spp_sfportscan_c,v 1.3 2009/08/16 13:31:27 rui Exp $
--- src/preprocessors/spp_sfportscan.c.orig	Mon Jan 26 22:50:30 2009
+++ src/preprocessors/spp_sfportscan.c	Wed Apr  8 12:40:37 2009
@@ -288,7 +288,7 @@ static int LogPortscanAlert(Packet *p, char *msg, u_in
         return 0;
     }
 
-    ts_print((struct timeval *)&p->pkth->ts, timebuf);
+    ts_print((struct timeval32 *)&p->pkth->ts, timebuf);
 
     fprintf(g_logfile, "Time: %s\n", timebuf);
 
