Skip to content

wouterl/tor-cell-dissector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.9%
  • Python 26.3%
  • Makefile 7.8%