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] [Wireshark-commits] rev 27554: /trunk/gtk/ /trunk/gtk/: rtp_

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 26 Feb 2009 11:39:11 -0800

On Feb 26, 2009, at 8:46 AM, etxrab@xxxxxxxxxxxxx wrote:

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27554

User: etxrab
Date: 2009/02/26 08:46 AM

Log:
Another small performance boost.

Directory: /trunk/gtk/
 Changes    Path              Action
 +17 -25    rtp_analysis.c    Modified

Another small performance boost that requires GTK+ 2.6 or later, as it introduces a call to gtk_list_store_insert_with_values().

Should we remove that performance boost, or remove it if you don't have GTK+ 2.6 or later, or require 2.6 or later? The Solaris 10 build is failing because it doesn't have gtk_list_store_insert_with_values() in GTK+; I don't know whether that's the GTK+ that comes with Solaris 10's Java Desktop Environment (in which case Solaris 10 users would have to install a newer GTK+ to run Wireshark) or not.