Ethereal-dev: Re: [Ethereal-dev] 0.10.8 soon?( Mate)

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

From: "Martin Regner" <martin.regner@xxxxxxxxx>
Date: Sat, 11 Dec 2004 11:10:57 +0100
Lars Roland wrote:
> I've just checked in Mate including this patch. (Won't be compiled by 
> default)
> I've also added all necessary funtions to the plugin api.
> Additionally I did some small changes to get rid of some compiler and 
> linker errors.
> You should check out this version and make a diff to see what I have 
> changed.
> 
> Unfortunately one error is left for you to fix. :) strtof() isn't 
> available on windows, too. You have to replace it. Glib has some 
> functions to convert a string into double.
> 

I downloaded the nightly build and built ethereal.exe with Visual C++.
I changed from strtof() to strtod() in mate source code as a temporar solution, and 
succeeded to build mate.dll.

The mate.dll is loaded, but I don't see MATE protocol.
It seems that I have to put a "config.mate" file somewhere.
What sample file could I copy and to what directory?