> On Sat, Mar 02, 2002 at 06:39:00PM -0800, Chris Waters wrote: > > The second shows the packet editor window. You can edit the hex and > > have the decode tree update in real-time. > > What widget did you use for the packet-list pane in the top middle? > (When last I looked at the documentation for the list-with-columns > widget in Win32, either it didn't have support for coloring individual > rows, or it only did so if you had a sufficiently recent version of the > appropriate DLL, e.g. it may have, on NT 4.0, required IE 4.0, or > possibly IE 5.0. Ethereal *does* use the ability of GTK+'s GtkCList > widget to color individual rows different colors.)
Good spotting. That is the one commercial component in the application at the moment. It is Dream's TreeGrid control. I will need to rewrite it before I can release under the GPL. Regards, Chris.