Wireshark-bugs: [Wireshark-bugs] [Bug 6208] Status bar count of displayed packets wrong
Date: Thu, 27 Sep 2012 15:52:27 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6208

--- Comment #9 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-09-27 15:52:27 PDT ---
(In reply to comment #8)
> You can also try r45183 :)

Heh, it need one more fix.
We need to call add_packet_to_packet_list(.add=TRUE) in rescan_packets() for
all new packets, right now it's only done in loop when (redissect==TRUE). We
should do it when (redissect || framenum > old_cf_count)

+ I'm afraid, we also need to call add_packet_to_packet_list for new packets
when user terminated operation.

I'll fix it tomorrow, night.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.