Skip to content

RomainJennes/Tor-cell-dissector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.3%
  • Makefile 10.7%