Tested on Debian jessie and stretch only.
-
Prepare
sudo apt-get build-dep wireshark
-
Compile
make
-
Install: Copy
cell.so
to~/.wireshark/plugins
Compile sslkeylog (provided in a subdirectory), then start the tor daemon using
SSLKEYLOGFILE=premaster.txt LD_PRELOAD=./libsslkeylog.so /usr/bin/tor ...