Ethereal-dev: Re: [Ethereal-dev] unresolved external symbol while compiling plugin dissector

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

From: Lars Roland <lars.roland@xxxxxxx>
Date: Fri, 07 Jan 2005 00:16:29 +0100
Nina Pham schrieb:
I have some unresolved external symbol while I compiling plugin dissector from windows using nmake -f Makefile.nmake. Those are:
   _proto_tree_add_uint64
   _tvb_ensure_bytes_exist
What am I missing here?

Perhaps these functions aren't exported by ethereal's plugin api.
Commenting your previous mail, I'd like to mention that you should not
have to copy packet-smb-common.[ch] to the plugin directory.
Instead add all functions you need to the plugin api.

Regards,
Lars

Regards,
Lars