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.