Wireshark-bugs: [Wireshark-bugs] [Bug 9696] Display filter performance is not O(n)

Date: Fri, 24 Jan 2014 09:40:37 +0000

Comment # 2 on bug 9696 from
I found out that a bit of time is used by a LUA dissector.

Disabling that gave 30 seconds instead of 45 seconds, but still nonlinear.

Running callgrind showed ~80% instructions in a single function -
g_list_append(), please see the attached screenshot.

Perhaps another function can be used instead, to make that linear again?


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