Re: [tor-dev] tor exit node receive buffer and sending buffer

2012-12-04 Thread esolve esolve
thanks! 2012/12/4 esolve esolve > are there any specification on how tor exit node manage its receive > buffer(e.g, for receiving packets from remote webserver) and its sending > buffer(for sending packets back to the client)? > > ___

[tor-dev] tor exit node receive buffer and sending buffer

2012-12-04 Thread esolve esolve
are there any specification on how tor exit node manage its receive buffer(e.g, for receiving packets from remote webserver) and its sending buffer(for sending packets back to the client)? ___ tor-dev mailing list tor-dev@lists.torproject.org https://list

[tor-dev] tor exit node modules in Tor source codes

2012-11-27 Thread esolve esolve
I'm doing research on Tor and I want to modify the tor exit node functions. I downloaded the source codes from this link https://gitweb.torproject.org/tor.git/tree/b13c6becc892d9716d8645f16b5d03bdb0b34651:/src but I can't find the modules/files which are related to tor exit functions(like receive

Re: [tor-dev] use tor controller to detect circuit/path change

2012-10-31 Thread esolve esolve
oh, I don't understand this what you mean is, for example, when browsing webpages browser applicationsock TorEthernet interface send packet -->forward -> encrypt and -> send to the entry node make to

Re: [tor-dev] use tor controller to detect circuit/path change

2012-10-30 Thread esolve esolve
OK, thank you very much! besides, is it possible to get the cypher key for decoding the tcpdump captured packets on the TOR client?? 2012/10/30 Damian Johnson > > Hi, I'm new to Tor controller, > > > > Tor client usually open 3 circuits, one for current use and the other 2 > for > > standby. >

[tor-dev] use tor controller to detect circuit/path change

2012-10-30 Thread esolve esolve
Hi, I'm new to Tor controller, Tor client usually open 3 circuits, one for current use and the other 2 for standby. Tor will change the current circuit/path in use from time to time, depending on the network load dynamics I'm wondering whether it is possible to use Tor controller to detect when

[tor-dev] tor decrypt packet

2012-10-16 Thread esolve esolve
HI, I capture packets on the tor client using tcpdump and I want to decrypt the captured packets for analysis. I think there are two steps 1 obtain the session keys 2 use some tools to decrypt the packets Are there any ways, tools, methodology to decrypt the packets? thanks!

[tor-dev] about plugins enable/disable and window size

2012-10-05 Thread esolve esolve
Hi, I want to control the window size of Firefox browser and whether a plugin is enabled or disabled when a new firefox browser is opened. Currently I'm using a Tor browser which is a modified firefox browser, when I open it, the window size is set by default and flash plugin is by defau

[tor-dev] automatic play of video with webbrowser

2012-09-26 Thread esolve esolve
Hi, all: I want to investigate on video streaming on tor. I want to use tor and browser to play some videos for many times so I want to automate the operation. Are there any scripts that can automate the playing of videos(like from youtube,etc) I know playing videos can impedime