Ethereal-dev: Re: [ethereal-dev] enhancement idea...

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 19 Nov 1999 16:56:43 -0800 (PST)
> An ethereal right-click on a proto_tree item should pop up a menu providing
> at least:
> 
> 1. Match selected.

1.5 Find next instance

which is to "Find frame" what "Match selected" is to the display filter
code.  (Network Monitor offers the equivalent of "Match selected" and
"Find next instance", although it does so by popping up a pre-filled-in
GUI to construct a filter expression.)

> Of course, we need to come up with a way to dynamically change CList
> columns inside a running process. How about like what we do with
> the proto_tree... basically destroy the CList widget and create a new one.

I think that's about the only choice the GTK+ CList widget offers, alas
- it has no ability to change the CList's list of columns dynamically. 
(As I remember from checking the documentation, Qt's equivalent lets you
*add* columns to the end, but not to move them or, as I remember, delete
them.)