Ethereal-dev: Re: [ethereal-dev] random data on dump window

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

Date: Wed, 13 Oct 1999 16:09:39 +0900
>Try configuring with zlib, put
>	#define	HAVE_UNISTD_H	1
>in "wtap.h" just before the
>	#include "zlib.h"
>line, and recompile; then see if that works.

	I defined HAVE_UNISTD_H right before #include "zlib.h", in
	wtap.h and file.h, it did not work.

	I undefined HAVE_UNISTD_H right before #include "zlib.h", in
	wtap.h and file.h, it did not work.

	It seems I need to turn off zlib support anyway.  Isn't it safer
	for ethereal to distribute trustable zlib code in its tarball?

itojun