Ethereal-dev: Re: [ethereal-dev] FTP and POP bugs

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

From: Gilbert Ramirez <gramirez@xxxxxxxxxx>
Date: Fri, 2 Apr 1999 12:31:31 -0600
On Fri, Apr 02, 1999 at 11:27:28AM -0600, Gilbert Ramirez wrote:
> 
> For Solaris 2.6, you'll need an #include <strings.h> in packet-ftp.c
> and packet-pop.c. Preferrably:
> 
> #ifdef HAVE_STRINGS_H
> #include <strings.h>
> #endif

I forgot to mention why. For bzero() and index().

--gilbert