Ethereal-dev: Re: [Ethereal-dev] TCP/Host List UDP/Host List

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: Sun, 22 Feb 2004 21:39:02 -0800
On Mon, Feb 23, 2004 at 12:43:09AM +0100, Ulf Lamping wrote:
> I've changed the two menu entries from "Host List" to "Endpoint List",
> but I didn't find an easy way to also change the dialog titles.

You have to change the common "init" routine not to stick "Conversation"
- or anything else - after the title passed into it, and have the
callers of that routine add "Hosts" or "Endpoints" themselves.

I've checked in a change to do that (which fixes titles, etc. for the
link-layer and network-layer statistics as well).

I also changed the tap names not to start with "conv,", as those names
were already in use for the conversation statistics - they now use
"hosts," or "endpoints," instead.