$OpenBSD: patch-src_preprocessors_spp_sfportscan_c,v 1.2 2009/02/12 22:12:08 rui Exp $
--- src/preprocessors/spp_sfportscan.c.orig	Mon Feb 25 20:27:45 2008
+++ src/preprocessors/spp_sfportscan.c	Fri Aug  8 14:57:45 2008
@@ -287,7 +287,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);
 
