Ethereal-dev: [Ethereal-dev] Missing export

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, 15 May 2004 21:08:21 +0200
I' trying to link the dftest.exe program using the new 
libethereal.dll and import library. But the 'dfilter_dump' function is 
not exported (not in libethereal.def). A small patch to fix this:

--- ethereal-2004-05-15\epan\libethereal.def    Sun May 09 20:54:00 2004
+++ epan\libethereal.def        Sat May 15 15:19:23 2004
@@ -88,6 +88,7 @@
 deletefile
 dfilter_apply_edt
 dfilter_compile
+dfilter_dump
 dfilter_error_msg               DATA
 dfilter_free
 DisengageReason_vals            DATA


--gv