Ethereal-dev: Re: [Ethereal-dev] buildbot failure in Windows 2003 (IA32)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gisle Vanem <giva@xxxxxxxxx>
Date: Sat, 20 Aug 2005 11:44:10 +0200
I've checked in a change that should fix it (exporting CommandCode_vals for the benefit of AFP statistics code).

The get_timedelta() must be exported too. Needed by
tap-afpstat.c. Patch:

--- SVN-Latest\epan\libethereal.def     Sat Aug 20 11:30:51 2005
+++ epan\libethereal.def        Sat Aug 20 11:40:51 2005
@@ -307,6 +307,7 @@
get_systemfile_dir
get_tcp_port
get_tempfile_path
+get_timedelta
get_timestamp_setting
get_udp_port
gsm_a_bssmap_msg_strings        DATA


--gv