Hello,
We are interested in storing the ZigBee network key in the pacpng file.
Is it an option to define a new block type that can contain a key?
Via fields in this block we can define for which protocol the key is.
This is a generic solution that can purpose a lot of protocols.
Regards,
Paul Zander
From: Wireshark-dev <wireshark-dev-bounces@xxxxxxxxxxxxx>
On Behalf Of Ben Higgins
Sent: vrijdag 4 mei 2018 01:14
To: wireshark-dev@xxxxxxxxxxxxx
Subject: [Wireshark-dev] Embed SSL keylog file in pcap-ng
Hey,
We're pretty interested in embedding SSL key log information into pcap-ng to make it really convenient to open up a single file and get SSL/TLS sessions decrypted.
I looked around and found a ticket and some wiki content related to this subject:
What I'd like to do is instead create a new pcap-ng block type that we can put SSL keylog file contents into verbatim. Then we can leverage existing code in Wireshark for parsing keylog files. I'd also rather keep this scoped to keylog
files and not private keys (since private keys are longer term secrets and are more sensitive to deal with and everything's heading toward PFS anyway).
Any thoughts on this proposal? If folks are open to this approach then we'd be interested in writing up a patch.