Comment # 1
on bug 11515
from Guy Harris
(In reply to Xiaochuan Sun from comment #0)
> Qt wireshark is slower than GTK wireshark when filtering large file. Is
> there a method to improve the filtering speed on Qt wireshark?
> Is Qt application slower than GTK application natively, instead of
> application implementation?
The *filtering*, in the sense of "reading the packet, dissecting it, and
evaluating the filter _expression_ to see whether it matches or not", is probably
the same speed with Qt and GTK+, as it's the same code.
However, actually using the results of that test to change which packets are
displayed in the packet list pane could be different, as the packet list
widgets are different; that's probably what's causing the problem.
You are receiving this mail because:
- You are watching all bug changes.