Ethereal-users: Re: [Ethereal-users] Re: tethereal vs ethereal functionality

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, 19 Oct 2005 10:55:08 -0700
Niklas Abrahamsson (KI/EAB) wrote:

Not sure if this may have something to do with the problem I'm having
getting any stats for the average packet size using:

-z "io,stat,100,AVG(frame.pkt_len)frame.pkt_len"

I think that should be

	-z "io,stat,100,AVG(frame.pkt_len),frame.pkt_len"

with a comma between the AVG() expression and the filter.