Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Re: New find options

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 22 Jul 2003 16:58:59 -0700

On Tuesday, July 22, 2003, at 12:37 PM, Greg Morris wrote:

Attached is a diff to correct the GTK+ warning with the find dialog box. The gtk_table_attach_defaults was unneeded. Removed this line of the patch. Sorry, I didn't get a warning under MickeySoft C++.

It's a run-time warning, not a compile-time warning, so it's not the compiler that matters, it's the environment on which you run it. For whatever reason, we don't pop up a console window on Windows to display GLib and GTK+ warnings.

This again is a full patch against the current CVS.

Checked in.  (The man page hasn't been updated.  It probably should be.)