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

Wireshark-dev: Re: [Wireshark-dev] [PATCH] stats_tree.c fixup preventing segfault

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Wed, 13 Dec 2006 12:12:55 -0800
On Tue, Dec 12, 2006 at 04:41:19AM +0100, Sebastien Tandel wrote:

>    here is a patch against svn rev20122 which prevents wireshark from 
> segfault when trying the stats module "packet length". the function 
> affected is get_range in epan/stats_tree.c which did not the correct 
> tests if you want define range like the following :
> 
> "-" 
> "10-"
> "-10"
> "0-10"
> giving G_MININT (G_MAXINT) if the number is not defined to the left (right).

Where do you go to reproduce this problem?  Statistics->Packet Length 
accepts a filter instead of a packet range.


Steve