Ethereal-dev: Re: [Ethereal-dev] Enhancement

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: Wed, 28 Sep 2005 18:37:55 -0700 (PDT)
Pohl, Jerry D wrote:
> 	I'm not sure where to submit this,

If you're submitting a patch to implement this, send it to ethereal-dev.

If you're submitting a request that somebody *else* implement it, send it
to ethereal-users.

> 		Add application traffic information. Create the
> possibility to view network traffic at a higher level. From this higher
> level give the possibility to zoom in on a specific type of network
> traffic. For example, Ethereal looks at the network traffic and
> identifies different types of application traffic (smtp, http, netbios,
> dhcp, dns). So one can select smtp to look at the smtp packets (port 25)
> that go over the network.

You mean like typing "smtp" into the filter box and pressing the
"Enter"/"Return" key, to filter the display so that it shows only the SMTP
packets in the capture?

> Or deselect http, netbios and dhcp and look at
> all the other traffic that is going over the network.

You mean like typing "!http and !netbios and !dhcp" into the filter box
and pressing the "Enter"/"Return" key, to filter the display so that it
shows only packets that are neither HTTP, NetBIOS frame (NBF), or DHCP?

> 	Additional spin:
> 		If you've ever run windows defragmenter, of old, you saw
> all those detail boxes. Lots of them & color coded to sector type. I'd
> like to see the packets displayed in that venue.

You mean like adding a color filter with the filter string "smtp" and blue
selected as the color, so that SMTP packets are shown in blue in the
packet list?