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 9943] New: filter performance optimization

Date: Tue, 01 Apr 2014 17:35:12 +0000
Bug ID 9943
Summary filter performance optimization
Classification Unclassified
Product Wireshark
Version unspecified
Hardware x86
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Medium
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
There is simple way to improve filter performance in some cases with multiple
packets. Don't know why is not implemented yet.
1. apply any filter and save LIST of displayed packet numbers.
2. if next filter contains previous with conjunction (and) then search match in
the LIST+new packets.
2.1 if next filter contains previous with disjunction (or) then exclude from
search the LIST.
2.2 Similarly, in the reverse order.
You can update the lists.


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