[Wireshark-dev] SSL dissector conflicting with dissector plugin

2007-01-12 Thread Martin Warnes
Hi, I'm developing a dissector plugin for the Connect:Direct file transfer protocol, the protocol itself can contain a SSL payload. Until recently i didn't have too many problems with my dissector identifying it's own data, adding some information to the tree and then passing the SSL payload

Re: [Wireshark-dev] SSL dissector conflicting with dissector plugin

2007-01-12 Thread Martin Warnes
Ok I found the problem, in the SSL debug log I saw; association_add TCP port 1364 protocol tls handle association_add could not find handle for protocol 'tls', try to find 'data' dissector Checking the SSL preferences I had an entry for RSA keys list; 127.0.0.1,1364,tls,c:\ssltest.key

Re: [Wireshark-dev] SSL dissector conflicting with dissector plugin

2007-01-12 Thread Stephen Fisher
On Fri, Jan 12, 2007 at 06:50:31PM +, Martin Warnes wrote: Checking the SSL preferences I had an entry for RSA keys list; 127.0.0.1,1364,tls,c:\ssltest.key which specified this port so it was correctly attempting to dissect this packet as SSL after all. It sounds like you are trying to