Extended the SSL key log import routine to be able to read the following format:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 25 May 2011 21:49:29 +0000 (21:49 +0000)
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 25 May 2011 21:49:29 +0000 (21:49 +0000)
commitd2921f7c4cb61ee880decb8dff29e6cfbd2a3a85
tree04477915607cabe9fea06aac1ca8e3fa20a970b4
parentc0a43acff055180d1a882b02192afacb982188aa
Extended the SSL key log import routine to be able to read the following format:

RSA Session-ID:xxxx Master-Key:xxxx

This makes it easy to use the "openssl s_client" output for decryption
(see: http://ask.wireshark.org/questions/4229/follow-ssl-stream-using-master-key-and-session-id)

It also paves the way for exporting SSL keyring material. See also the enhancement request in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37401 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-ssl-utils.c
epan/dissectors/packet-ssl.c