Re: [Wireshark-dev] conflict when built with OpenSSL on Mac OS X

2006-07-26 Thread Andrew Hood
Jeff Morriss wrote: > > LEGO wrote: > >>I noticed that when I build --with-ssl wireshark cannot read any file. >> >>If I compile without it works OK. >> >>We had a "similar" report on Solaris where WS crashed when reading the >>DTDs as soon as the reporter build it --without-ssl it worked. >> >>I

Re: [Wireshark-dev] conflict when built with OpenSSL on Mac OS X

2006-07-24 Thread Joerg Mayer
On Mon, Jul 24, 2006 at 05:56:56PM +0200, LEGO wrote: > My question is what is OpenSSL used for? 1) net-snmp (and ucd-snmp). IIRC, they are only needed to resolve OIDs to MIB names by now, but I may be wrong. 2) mit kerberos5 support probably needs it as well. > Can we replace it with GnuTLS? W

Re: [Wireshark-dev] conflict when built with OpenSSL on Mac OS X

2006-07-24 Thread Jeff Morriss
LEGO wrote: > I noticed that when I build --with-ssl wireshark cannot read any file. > > If I compile without it works OK. > > We had a "similar" report on Solaris where WS crashed when reading the > DTDs as soon as the reporter build it --without-ssl it worked. > > I did not further dig into

[Wireshark-dev] conflict when built with OpenSSL on Mac OS X

2006-07-24 Thread LEGO
I noticed that when I build --with-ssl wireshark cannot read any file. If I compile without it works OK. We had a "similar" report on Solaris where WS crashed when reading the DTDs as soon as the reporter build it --without-ssl it worked. I did not further dig into the issue. My question is wh