Ethereal-users: Re: [Ethereal-users] Possible Protocol Mismatch

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 5 Jun 2003 11:31:00 -0700
On Thu, Jun 05, 2003 at 10:48:32AM +0200, Lambrecht Joris wrote:
> 	I'm merely pointing at the way windows displays files in icon-view,
> list-view or detailed-view. Detailed-view means that when you open a file
> the dialog shows, next to the filename, the date/time of creation. That's
> all.

So are you talking here about the "Open File" dialog box?

If so, that's an issue of the GUI toolkit Ethereal currently uses
(GTK+).  At some point, we may have a version for Windows that uses
native Windows GUI widgets, in which case the "Open File" dialog box
would be the Windows one.  (There is another application that uses the
Ethereal core and dissectors, but has a different GUI, using the native
Windows widgets - Packetyzer:

	http://www.packetyzer.com/

which you might want to try.)

On UNIX, you aren't going to see the creation date/time in any GUI
toolkit's "Open File" dialog box, because UNIX APIs don't, in general,
supply it and UNIX file systems, in general, don't store it.

> Just for clarity, i was referring to the use of the ctrl and shift-key in
> windows to make multiple selections. Quite practical if you want to isolate
> a larger number of packets out of a large list of packets. In case you
> shouldn't be using windows. Pressing the ctrl-key together with clicking an
> item selects those items even after releasing the ctrl-key. While e pressing
> the shift key while selecting makes a start-to-end selection of all packets
> between the first and last you clicked on. 

Yes, UNIX GUI toolkits generally work the same way that Windows toolkits
work here.

The problem is that, as I noted, if you select multiple packets, which
one gets displayed in the detailed view pane?  Or should it not display
any packet?