--- src/log_text.c.orig Tue Dec 31 17:07:53 2013 +++ src/log_text.c Thu Jan 23 23:02:20 2014 @@ -72,7 +72,7 @@ extern int IsJSNormData(void *); void LogTimeStamp(TextLog* log, Packet* p) { char timestamp[TIMEBUF_SIZE]; - ts_print((struct timeval*)&p->pkth->ts, timestamp); + ts_print((struct sf_timeval32*)&p->pkth->ts, timestamp); TextLog_Puts(log, timestamp); }