Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] [Help] Change packet length statistics

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Feb 2009 12:37:59 -0700
On Tue, Feb 03, 2009 at 07:59:51PM +0100, Amit Bansal wrote:

> Currently, wireshark shows statistics for packet length in certain 
> buckets only.

> Is there a way to change this? I would like to make it more granular 
> for my requirement. (If this is already explained somewhere, pls do 
> point me to it.)

The only way to change this is to modify the source code to Wireshark.  
It's an easy change though, just modify the ranges listed in the call to 
the plen_stats_tree_init() function in 
plugins/stats_tree/pinfo_stats_tree.c and recompile.


Steve