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