[tor-dev] Link protocol version

2014-10-28 Thread Владимир Мартьянов
I'm trying to understand link protocol versions, but I have some problems. I requested descriptor from the root server and it contains line protocols Link 1 2 Circuit 1. Then I connected to the node, sent VERSIONS cell and got a responce: 00 00 07 00 04 00 03 00 04. But according to that responce,

Re: [tor-dev] Link protocol version

2014-10-28 Thread Владимир Мартьянов
Thank you, now I know that Descriptor's field is obsolete :-) Node info: name = xshells identity = +czI3CZ3wvWJREtPs5VrOd8b8Ts host = 178.217.187.39 orPort = 443 dirPort = 80 version = 0.2.5.8-rc flags = V2Dir Fast Valid Exit Stable HSDir Running Guard The data I sent: 00 00 07 00 02 00 03 Is it

Re: [tor-dev] Link protocol version

2014-10-28 Thread Владимир Мартьянов
Thank you :-) Will go further in the protocol! 2014-10-28 16:38 GMT+03:00 Roger Dingledine a...@mit.edu: On Tue, Oct 28, 2014 at 07:32:09AM -0400, Roger Dingledine wrote: Then I connected to the node, sent VERSIONS cell and got a responce: 00 00 07 00 04 00 03 00 04. That said, what

Re: [tor-dev] Understanding Tor and SOCKS

2014-10-26 Thread Владимир Мартьянов
Hm... Did you try Wireshark on it? 2014-10-26 11:46 GMT+03:00 spriver spri...@autistici.org: Hi everyone! I am trying to understand the communication between an application and Tor (especially connecting to a hidden service). I am tracing packets on loopback between a torified netcat

[tor-dev] Building TOR using Visual Studio

2014-10-16 Thread Владимир Мартьянов
Hi all! I'm new at this list :-) I decided to understand how TOR works and I want to build it in VS to debug it and explore it's internals. I have Visual Studio on my first PC and I got errors during build on address.c. I investigated the reason: commit 0ca83872468af59b94e14fe7fdfcb38cb5a3f496 I

Re: [tor-dev] Building TOR using Visual Studio

2014-10-16 Thread Владимир Мартьянов
to make the code suitable for VS2008. How can I show you my changes? Make a diff in git and attach to the message? 2014-10-16 22:16 GMT+04:00 Nick Mathewson ni...@freehaven.net: On Thu, Oct 16, 2014 at 7:40 AM, Владимир Мартьянов vilgefo...@gmail.com wrote: Hi all! I'm new at this list :-) I