Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 498 Bytes

Compiling the cell dissector

Tested on Debian jessie and stretch only.

  1. Prepare

     sudo apt-get build-dep wireshark
     sudo apt-get install libwireshark-dev
     sudo apt-get install libwiretap-dev
    
  2. Compile

     make
    
  3. Install:

    Copy cell.so to ~/.config/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 ...