ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Missing external bcopy...

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

From: "Greg Morris" <gmorris@xxxxxxxxxx>
Date: Tue, 23 Sep 2003 15:40:31 -0600
Yeah, I already did this on my local copy...
 
Thanks,
Greg

>>> Guy Harris <guy@xxxxxxxxxxxx> 9/23/2003 3:38:48 PM >>>

On Sep 23, 2003, at 1:07 PM, Greg Morris wrote:

> Am I missing something? I just updated from CVS but I get this error
> during link for the tacacs dissector. Where is bcopy defined?

In various libraries on various systems, unless you're on a system
where *no* library defines it.  That's why the "Portability" section of
doc/README.developer says "don't use bcopy".

I've checked in a change to use "memcpy()" instead.