Ask Your Question

wire-rob's profile - activity

2022-08-06 16:02:46 +0000 received badge  Notable Question (source)
2022-08-06 16:02:46 +0000 received badge  Popular Question (source)
2022-08-06 16:02:46 +0000 received badge  Famous Question (source)
2022-06-14 15:32:08 +0000 marked best answer TLS Decryption - when does Wireshark reload the master secret log?

I am trying to decrypt TLS connections using Wireshark which works in general, but it seems like Wireshark does not detect and reload the configured in TLS options as (Pre)-Master-Secret log filename.

I would expect that at least every time I execute Follow-> TLS stream in Wireshark it should check if the file has been changed an reload the contained keys. Because how is Wireshark supposed to decode a session while capturing is in progress?

At the moment the only reliable way I have found is to stop capturing, save the data to a PCAP file and then reopen the saved PCAP file.

2022-06-14 15:32:08 +0000 received badge  Scholar (source)
2022-06-14 11:41:00 +0000 commented answer TLS Decryption - when does Wireshark reload the master secret log?

Thanks for checking the sources. By "connection establishment" you mean a CLIENT_HELLO or the real start of a TLS connec

2022-06-13 14:12:01 +0000 asked a question TLS Decryption - when does Wireshark reload the master secret log?

TLS Decryption - when does Wireshark reload the master secret log? I am trying to decrypt TLS connections using Wireshar