Thomas anders
On Mon, 8 Aug 2005, Sean Bodwell wrote:
> Hello,
>
> I've been attempting to compile a xxx.dll for the windows version of
> Ethereal, and I have been successful. However, there are certain things
> missing. For example, in the Linux version of Ethereal, I am able to
> dissect an SNMP type properly, where as in the Windows version, it does not.
See my message and the reply from Thomas Anders a couple of hours ago.
This may have to do with the MIB list. Go to the Preferences panel, go to
the SNMP protocol and change the MIB list into a SEMIcolon seperated list.
(Or just enter 'ALL' in there to read all MIBs).
> I double checked the code to make sure it was functionally the same and they
> are. Now the version that I am using is 0.9.13 because someone had been
> previously working on a dissector and I finished updating it and modifying
> it to become a plug-in as well.
As you may well know this is a version with a beard :-)
> Do I need to also compile packet-snmp.c in my project as well? And if so,
> will that mean that I need to add basically all the .c files from the main
> Ethereal source? And if I have to add in all the files into my project,
> which versions of GTK, GLIB, GDK should I be using?
I guess not, if this is the only problem you have.
> Cheers.