https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6578
--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2011-11-15 19:16:06 PST ---
(At least) two problems here:
1) we're not checking the return value of localtime() or ctime() for null and,
on Windows, not avoiding even calling localtime() and ctime() with values that
apparently cause crashes in those routines;
2) the time stamps are bad on the first few packets.
I've checked in a fix for the first one in at least some places, such as
Statistics -> Summary and capinfos. I'll see what NetMon 3.4 says about the
time stamps.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.