Ethereal-dev: Re: [Ethereal-dev] Host List feature

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: Fri, 20 Feb 2004 01:31:02 -0800
On Thu, Feb 19, 2004 at 01:52:07PM -0800, Ian Schorr wrote:
> Attached is code to add a "Host List" tap/statistics module.

Checked in, with:

	CR's removed;

	RCS IDs added;

	"current_filter" set, in "hostlist_select_filter_cb()", by
	    calling "gtk_entry_get_text()" on the main display filter
	    widget, just as is done for the endpoint talkers table (GCC
	    was warning that it was being used without being set);

	Find Frame and Colorize context menus added, similar to what the
	    endpoint talkers stuff has;

	FN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT removed, as they
	    aren't used.

The Colorize menu is currently called "Colorize Host Traffic" - I'm not
sure what the right name would be, given that, for TCP and UDP, it's
more like "endpoint traffic".