I'm trying to decrypt a pcapng with tshark. I found a link (https://ask.wireshark.org/questions/4766/how-to-decrypt-ssl-traffic-with-tshark-16) that describes being able to set the private key information with something like -o ssl.keys_list but I keep getting
When I run
Please help...
Guess I should mention 'freebsd-version' says "10.0-RELEASE-p9".
Code:
tshark: -o flag "ssl.keys_list:192.168.1.101,443,http,/root/g.key" specifies unknown preference.
tshark -G I don't see anything about SSL keys so I'm assuming it was built without SSL support. When I do pkg search -f tshark I see an "Options" section with GNUTLS listed as "off." I'm wondering if I need to turn that on before installing and if so, how? I have a feeling it has to do with pkg.conf but I can't figure it out. Please help...
Guess I should mention 'freebsd-version' says "10.0-RELEASE-p9".