Wireshark-bugs: [Wireshark-bugs] [Bug 9451] New: libwireshark.dll missing several exports
Bug ID |
9451
|
Summary |
libwireshark.dll missing several exports
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.11.x (Experimental)
|
Hardware |
x86
|
OS |
Windows XP
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Medium
|
Component |
Dissection engine (libwireshark)
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
deonvdw@gmail.com
|
Created attachment 12119 [details]
Missing exports in libwireshark.dll ver 1.11.1
Build Information:
C:\Program Files\Wireshark>wireshark -v
C:\Program Files\Wireshark>
wireshark 1.11.1 (SVN Rev 53344 from /trunk)
Copyright 1998-2013 Gerald Combs <gerald@wireshark.org> 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 (32-bit) with GTK+ 3.4.4, with Cairo 1.10.2, with Pango 1.30.1, with
GLib 2.32.4, with WinPcap (4_1_3), with libz 1.2.5, with SMI 0.4.8, with c-ares
1.9.1, with Lua 5.1, without Python, with GnuTLS 2.12.18, with Gcrypt 1.4.6,
with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built Nov 15 2013),
with AirPcap.
Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.1.3
(packet.dll version 4.1.0.2980), based on libpcap version 1.0 branch 1_0_rel0b
(20091008), GnuTLS 2.12.18, Gcrypt 1.4.6, without AirPcap.
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz, with 511MB of physical memory.
Built using Microsoft Visual C++ 10.0 build 40219
--
The libwireshark.dll of version 1.11.1 is missing several export symbols that
were present in the version 1.10.1 library. This causes the loading of some
plug-ins to fail.
Some of these seem quite fundamental: nstime_delta, nstime_to_msec,
ep_tvb_memdup, tvb_get_ephemeral_string, etc.
Attached is a list of exports missing in v1.11.1 based on a quick diff of the
exported symbols compared to v1.10.1.
Funny thing is the functions I looked at (nstime_*) is still declared as
WS_DLL_PUBLIC in the source file (nsfile.h)
You are receiving this mail because:
- You are watching all bug changes.