https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444
--- Comment #9 from tomas.kukosa@xxxxxxxxxxxxxxxxxxxxxx 2009-04-30 00:44:02 PDT ---
We have already some parts implemented.
There is function ssl_set_master_secret() which sets master key and additional
parameters into SSL decoders.
We need only some of its parameters for this functionality.
It would be called in following way
ssl_set_master_secret(frame_num=0, addr_srv, addr_cli, ptype=PT_TCP, port_srv,
port_cli, version=SSL_VER_UNKNOWN, cipher=0, _master_secret,
_client_random=NULL, _server_random=NULL, client_seq=0, server_seq=0)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.