Ethereal-dev: Re: [Ethereal-dev] Wish List: count the occurrences of <display filterexpression

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: Thu, 9 Oct 2003 11:36:44 -0700

On Oct 9, 2003, at 5:57 AM, Ronnie Sahlberg wrote:

IO STAT for both ethereal and tethereal can already do this.
see manpage

It can however only count the number of times a specific field occurs in the
captures, not how many
times an expression evaluates to true.

The expression

	foo.bar

evaluates to true if "foo.bar" is present in a frame.

If IO-stat allowed a filter expression, rather than just a field name, to be specified in the "advanced..." graphs, for COUNT(*), it would, I think, be backwards compatible, as per the previous paragraph.