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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 23 Sep 2003 14:38:48 -0700

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.