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] Problems compiling ethereal 0.9.8 under MacOS X

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 9 Dec 2002 13:37:55 -0800
On Mon, Dec 09, 2002 at 03:16:40PM -0600, Esh, Andrew wrote:
> I was trying to point out that a character array should be initialized
> with an array of characters.

As in

	char password_file_pathname[] = { '/', 'e', 't', 'c', '/',
	    'p', 'a', 's', 's', 'w', 'd', '\0' };

? :-)