Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Performance issues with the "new" rtp-analysis.c

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Tue, 24 Feb 2009 00:09:15 -0700
On Mon, Feb 23, 2009 at 04:37:48PM -0700, Stephen Fisher wrote:
> On Mon, Feb 23, 2009 at 11:32:13PM +0100, Anders Broman wrote:
> 
> > Does some one know if it's possible to tweak the code to get better 
> > performance or is it best to back out the new code and retackle The 
> > old bug ? https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3246 I 
> > don't have a sufficently large RTP trace to test with at the moment.
> 
> There are a number of tweaks available to speed up the tree view 

I forgot fixed height mode:

    gtk_tree_view_set_fixed_height_mode(GTK_TREE_VIEW(view), TRUE);


Steve