Ethereal-dev: [Ethereal-dev] Ethereal aborts if invalid filter specified for statistics

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Graeme Hewson <ghewson@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Aug 2005 20:37:34 +0100
For some statistics, entering an invalid filter in the dialog box causes Ethereal to abort. For instance, entering "foo" for HTTP/Load Distribution gives this:

20:35:01 Err stats_tree for: HTTP/Load Distribution failed to attach to the tap: Filter "foo" is invalid - "foo" is neither a field nor a protocol name.
Aborted

This is due to g_error being used in tap-stats_tree.c.