Ethereal-dev: [Ethereal-dev] Two requests for enhancements

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

From: Yaniv Kaul <ykaul@xxxxxxxxxxxxxx>
Date: Sun, 27 Apr 2003 15:25:25 +0200
Many times I'm capturing on more than one remote station, while running the Ethereal X GUI on my machine.
It'd be nice to:
1. Have the hostname of the capturing machine appearing on the title of the Ethereal application, while capturing, so I can differenitiate between the different clients
-and-
2. Have the filter in the title and in the capture dialog box.

Unfortunately, my GTK programming is poor. I got as far as understanding I should be using gtk_window_set_title().
I assume it's in gtk/main.c, in create_main_window().