Wireshark-bugs: [Wireshark-bugs] [Bug 7893] Bluetooth: Add support for AVDTP/A2DP/VDP and SBC co

Date: Fri, 29 Nov 2013 02:59:43 +0000

changed bug 7893

What Removed Added
Attachment #12167 Flags review_for_checkin? review_for_checkin-

Comment # 76 on bug 7893 from
Comment on attachment 12167 [details]
[PATCH II 6/7] RTP: Add support for SBC codec in RTP Player

Get link errors on Windows:

Linking wireshark.exe
        link @C:\DOCUME~1\Pyramid\LOCALS~1\Temp\nm3855.tmp
libgtkui.lib(main.obj) : error LNK2019: unresolved external symbol
_register_all
_codecs referenced in function _main
libgtkui.lib(rtp_player.obj) : error LNK2019: unresolved external symbol
_codec_
release referenced in function _rtp_decoder_value_destroy
libgtkui.lib(rtp_player.obj) : error LNK2019: unresolved external symbol
_codec_
get_frequency referenced in function _decode_rtp_packet
libgtkui.lib(rtp_player.obj) : error LNK2019: unresolved external symbol
_codec_
get_channels referenced in function _decode_rtp_packet
libgtkui.lib(rtp_player.obj) : error LNK2019: unresolved external symbol
_codec_
decode referenced in function _decode_rtp_packet
libgtkui.lib(rtp_player.obj) : error LNK2019: unresolved external symbol
_codec_
init referenced in function _decode_rtp_packet
libgtkui.lib(rtp_player.obj) : error LNK2019: unresolved external symbol
_find_c
odec referenced in function _decode_rtp_packet
Wireshark.exe : fatal error LNK1120: 7 unresolved externals

I tried switching the WS_DLL_PUBLIC for extern and it didn't help.

It appears this patch needs an svn move for codecs.[ch] from epan so history
isn't lost.  I like the codecs all together, but what was the reason for the
move?  Perhaps we should just focus on providing a patch with updated makefiles
that makes that work first before adding the additional functionality.


You are receiving this mail because:
  • You are watching all bug changes.