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] Compilation problem, SVN 19973

From: Peter Johansson <Peter.xc.Johansson@xxxxxxxxxxxx>
Date: Fri, 24 Nov 2006 10:45:41 +0100
Hi,

the attached patch corrects the Win32 compilation problem.

/ Regards, Peter

Anders Broman (AL/EAB) wrote:
Hi,
I guess this checkin broke it:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19967
So the libwireshark.def:s must be changed accordingly.
BR
Anders
-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Peter
Johansson
Sent: den 24 november 2006 09:44
To: Developer support list for Wireshark
Subject: [Wireshark-dev] Compilation problem, SVN 19973

I am unable to compile Wireshark (Win32) after my latest "svn update" due to the following:

libwireshark.def : error LNK2001: unresolved external symbol
proto_can_match_selected libwireshark.def : error LNK2001: unresolved
external symbol proto_construct_dfilter_string libwireshark.lib : fatal
error LNK1120: 2 unresolved externals

Is this due to a major checkin being in progress (hence I should sit
back and wait), or is something broken?

/ Regards, Peter

Index: C:/wireshark-win32-libs/epan/libwireshark.def
===================================================================
--- C:/wireshark-win32-libs/epan/libwireshark.def	(revision 19973)
+++ C:/wireshark-win32-libs/epan/libwireshark.def	(working copy)
@@ -483,9 +483,8 @@
 process_stat_cmd_arg
 protocols_module                DATA
 proto_all_finfos
-proto_can_match_selected
 proto_can_toggle_protocol
-proto_construct_dfilter_string
+proto_construct_match_selected_string
 proto_data                      DATA
 proto_find_field_from_offset
 proto_find_finfo