I'm not able to find where is it called? or how is it used? here is a link for this function from wireshark documentation. asked 09 Apr '15, 15:21 flora |
One Answer:
I believe that this For offline captures, it might be easier to include a SSL keylog file next to the capture which is more portable than a binary plugin. For live captures, you can still use the SSL keylog file if the SSL client/server can provide such secrets (NSS can do this, CyaSSL can be patched, OpenSSL can also be forced with a debugger/interposing library). answered 10 Apr '15, 06:14 Lekensteyn |