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

Wireshark-bugs: [Wireshark-bugs] [Bug 9571] Wireshark stops showing new packets but dumpcap keep

Date: Tue, 17 Dec 2013 16:12:01 +0000

changed bug 9571

What Removed Added
Status UNCONFIRMED RESOLVED
Resolution --- FIXED

Comment # 1 on bug 9571 from
Thanks for the report.

Committed in SVN #54181

I chose to use casts rather than adding ULL to the constant: 

   if (((guint64)cur_time.tv_sec * 1000000 + cur_time.tv_usec) > 
           ((guint64)upd_time.tv_sec * 1000000 + ... )) {

I'll also backport this fix to Wireshark 1.8 & Wireshark 1.10.


You are receiving this mail because:
  • You are watching all bug changes.