Ethereal-dev: Re: [Ethereal-dev] New menuitem "View->Show" ... or hide all main widgets

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 19 Jan 2004 13:57:10 -0800

On Jan 19, 2004, at 7:10 AM, Jeff Morriss wrote:

Hmmm, until changing the time format is not O(N**2) (which may be possible now with EthClist),

...at least for GTK+ 1.2[.x]. EthClist is GTK+ 1.2[.x]-only, currently; it'd either have to be made to work on GTK+ 2.x (which probably would mean merging it with the GTK+ 2.x code, with #ifdefs, unless the resulting code would be *too* heavily #ifdeffed - the #ifdefs should cover only stuff that *has* to be different), or we'd have to switch to the new TreeView widget for 2.x.

I'd say that being able to change it on the command line is a Good Thing.

You can also change it from the GUI *before* reading in a file (and if you change it from the GUI, that changes the default).