Immediately updating changes in personal configuration while decrypting IPsec
There is an opportunity to decrypt IPsec traffic (IKEv2+ESP):
https://www.wireshark.org/docs/wsug_h... https://github.com/wireshark/wireshar... https://github.com/rknall/wireshark/b...
I am listening IPsec traffic in Wireshark while my special debugging daemon is writing nenecessary strings with keys SK* to file named C:\Users\user_name\AppData\Roaming\Wireshark\ikev2_decryption_table for Windows. But there is a problem that I have to save this traffic in some dump file like *.pcap, then close Wireshark, open this dump in Wireshark to let Wireshark load and read info from configuration profiles, especially personal configuration. So, the question is may I continue sniffing and somehow update Wireshark to reread these new strings immediately without restarting Wireshark and stopping sniffer? I find for some special button to reread this file.
Thank you a tone!