ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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