ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [PATCH 2/2] asn1: New MPEG dissector

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Thu, 22 Mar 2007 12:30:24 +0000
ronnie sahlberg wrote:
> modified and checked in
> 
>>
>> 2006-08-25  Shaun Jackman  <sjackman@xxxxxxxxx>
>>
>>  * asn1/Makefile.am (EXTRA_DIST): Add mpeg.
>>  * asn1/mpeg/Makefile: New file.
>>  * asn1/mpeg/mpeg-audio.asn: Ditto.
>>  * asn1/mpeg/mpeg-audio.cnf: Ditto.
>>  * asn1/mpeg/mpeg-pes.asn: Ditto.
>>  * asn1/mpeg/mpeg-pes.cnf: Ditto.
>>  * asn1/mpeg/packet-mpeg-audio-template.c: Ditto.
>>  * asn1/mpeg/packet-mpeg-pes-template.c: Ditto.
>>  * epan/dissectors/Makefile.common (DISSECTOR_SRC):
>>  Add packet-mpeg-audio.c and packet-mpeg-pes.c.
>>

This failed to compile on win32 (MSVC 6.0) with the following errors

   Creating library libwireshark.lib and object libwireshark.exp
dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved
external symbol _mpa_padding
dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved
external symbol _mpa_layers
dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved
external symbol _mpa_samples
dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved
external symbol _mpa_frequencies
dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved
external symbol _mpa_bitrates
dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved
external symbol _mpa_versions
libwireshark.dll : fatal error LNK1120: 6 unresolved externals

-- 
Regards,

Graham Bloice