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 11:34:38 -0700
On Tue, Jul 22, 2003 at 08:27:09AM -0600, Greg Morris wrote:
> The second set of patches is a diff between my current source and the
> current CVS as of yesterday morning. The attached diffs are the same but
> I failed to include the file.h.diff which has the function prototype for
> the find_ascii and get_int_value functions. So here is the complete
> patch again to eliminate any confusion. Disregard the previous patches.

"file.h"'s prototype for "find_ascii()" doesn't match "find_ascii()"s
declaration.

Also, in "find_dlg.c", you're doing

	gtk_table_attach_defaults(GTK_TABLE(combo_hb), combo_cb, 1, 2, 0, 1);

but "combo_hb" is an hbox, not a table, so we get a warning from GTK+
when the Find dialog box pops up.