Wireshark-bugs: [Wireshark-bugs] [Bug 11498] New: col_get_text() is declared extern rather than

Date: Thu, 03 Sep 2015 14:09:01 +0000
Bug ID 11498
Summary col_get_text() is declared extern rather than WS_DLL_PUBLIC
Product Wireshark
Version 1.12.7
Hardware All
OS All
Status UNCONFIRMED
Severity Normal
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
Version 1.12.8 (v1.12.8rc0-27-g3d2bcf5 from master-1.12)

Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GTK+ 2.24.17, with Cairo 1.12.16, with Pango 1.30.1,
with
GLib 2.36.0, with libpcap, with libz 1.2.5, without POSIX capabilities, with
SMI
0.4.8, without c-ares, without ADNS, with Lua 5.2, without Python, with GnuTLS
2.12.19, with Gcrypt 1.5.0, without Kerberos, with GeoIP, with PortAudio
V19-devel (built Jul 24 2015 08:37:34), without AirPcap.

Running on Mac OS X 10.10.5, build 14F27 (Darwin 14.5.0), with locale
en_US.UTF-8, with libpcap version 1.5.3 - Apple version 47, with libz 1.2.5,
GnuTLS 2.12.19, Gcrypt 1.5.0.
Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz

Built using clang 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53).

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
col_get_text() is declared extern rather than WS_DLL_PUBLIC, making it unusable
from plugins built on OSX (and likely Windows as well). I get

Undefined symbols for architecture x86_64:
  "_col_get_text", referenced from:
      _dissect_rs in packet-tibrs.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is there a specific reason col_get_text() is not declared WS_DLL_PUBLIC?


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