Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] Decoding SSL - what cipher suites are supported?

From: Ray Van Dolson <rvandolson@xxxxxxxx>
Date: Tue, 19 Aug 2008 17:55:47 -0700
On Tue, Aug 19, 2008 at 05:45:10PM -0700, ixxus nexxus wrote:
> I can restrict the server to certain suites but other than trial and
> error, is there a way I can tell which are supported in my 1.0.2
> installation? I assume the code you pointed is the current development
> version. Can I see the 1.0.2 version?
> 
> Thanks for your help.

Try:

  http://anonsvn.wireshark.org/wireshark/releases/wireshark-1.0.2/epan/dissectors/packet-ssl-utils.c

Look for SslCipherSuite cipher_suitse[]

Ray