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 33609: /trunk/wiretap/ /trunk/wiretap/: netmon.c

Date: Wed, 21 Jul 2010 18:37:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33609

User: guy
Date: 2010/07/21 11:37 AM

Log:
 The 32-bit unsigned time offset in version 1.x files should be converted
 to a gint64 (which won't sign-extend it) before multiplying by 1000, so
 that the product is 64-bit and won't overflow.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +5 -1      netmon.c      Modified