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

Date: Fri, 24 Jan 2014 15:47:39 +0000

changed bug 9696

What Removed Added
CC   [email protected]

Comment # 8 on bug 9696 from
Based on the call hierarchy in the screenshot, the call to g_list_append is
occurring deep in the GTK library, and it doesn't tell us which GTK call that
we are making is actually causing the invocation.

Could you install wireshark debug symbols and rerun so we have a function name
at least?


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