I moved them to the .c file. Not sure why this dissector even needs a
header file, though, as it is the only dissector to include it.
Martin Mathieson wrote:
I'm still getting a build error here about unused statics (dcm_uid_table
and dcm_iud_data). They are declared static in the header file, which
can't be right, can it?
Surely they should be moved into the .c file, or if something will share
them, made non-static?
Martin
On Fri, Jul 25, 2008 at 3:55 PM, Anders Broman <a.broman@xxxxxxxxx
<mailto:a.broman@xxxxxxxxx>> wrote:
Hi,
Could some one help me to fix this one?
Regards
Anders