ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Faster filtering?

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Wed, 7 Jul 2010 10:31:41 +0200
Hi,
I've been toying with the idea of speeding up filtering by saving the "Protocols in frame" string in the frame data structure a
g_string_chunk could be used to reduce the memory fotprint. When entering a filter the matching protocol(s) could be found(?)
Then when the rescanning of packets is done packets not containing the matcing protocols can be skipped.
 
Thoughts?
 
Regards
Anders