Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 398 Bytes

Compiling the cell dissector

Tested on Debian jessie and stretch only.

  1. Prepare

     sudo apt-get build-dep wireshark
    
  2. Compile

     make
    
  3. Install: Copy cell.so to ~/.wireshark/plugins

Getting the premaster.txt

Compile sslkeylog (provided in a subdirectory), then start the tor daemon using

SSLKEYLOGFILE=premaster.txt LD_PRELOAD=./libsslkeylog.so /usr/bin/tor ...