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

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

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

Log:
 Pick up change from the trunk:
 
 r33609 | guy | 2010-07-21 11:37:01 -0700 (Wed, 21 Jul 2010) | 4 lines
 
 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-1.4/wiretap/
  Changes    Path          Action
  +5 -1      netmon.c      Modified