Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 31223: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 10 Dec 2009 20:26:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31223

User: wmeier
Date: 2009/12/10 12:26 PM

Log:
 Fix Bug #4319: IPMI dissector crash (on Windows) displaying date/time;
 Using strftime(..., "%F %T", ...) crashes on Windows (VC9) (!!);
 Use "%Y-%m-%d %H:%M:%S" instead.....

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-ipmi.c    Modified