Ethereal-dev: Re: [ethereal-dev] memcpy problem

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

From: Craig Rodrigues <rodrigc@xxxxxxxxxxxx>
Date: Fri, 28 Jul 2000 17:22:36 -0400
On Fri, Jul 28, 2000 at 04:50:55PM -0400, Jacques Ludman wrote:
> 
> packet-trmac.c:235: warning: implicit declaration of function `memcpy'
> 
> suggestions?

Dunno if this helps, but if you read the man page for memcpy, you
need to include string.h if you use memcpy.  So..try adding:
#include <string.h> at the top of packet-trmac.c???

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@xxxxxxxxxxxx