Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Add camel statistics, for counter, and delay time.

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Wed, 04 Oct 2006 01:23:11 +0200
Anders Broman wrote:
Hi,
I've checked in the new files but not the makefiles, nor the change to
packet-camel-template.c because of problems to build with MSVC6:

Linking tshark.exe
        link @C:\DOCUME~1\GAREN~1\LOKALA~1\Temp\nmc00492.
tap-camelsrt.obj : error LNK2001: unresolved external symbol _gcamel_StatSRT
tap-camelsrt.obj : error LNK2001: unresolved external symbol _gtcap_StatSRT
tshark.exe : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'

This is with adding camel_opr_code_strings DATA
to libwireshark.def which gave an error as well also the compiler is
complaining about tap_queue_packet in camel-persistent-data.c

Without looking at the patch:

Did you noticed the note in libwireshark.def which I've added some weeks ago:

"; DATA symbols must be declared WS_VAR_IMPORT in the header file!"

I've stumbled over this several times (and it looks like you've stumbled as well :-), so I've added a note in this file.

Regards, ULFL