ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3444] Need the ability to export SSL decrypted captures

Date: Thu, 30 Apr 2009 00:44:03 -0700 (PDT)
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.