Unknown Client in the Peers inspector tab? Post it here.

Discussion of Transmission that doesn't fit in the other categories
Post Reply
obgum
Posts: 46
Joined: Sat Nov 18, 2006 1:22 pm

Post by obgum »

persept wrote:unknown client (t0390---)
BitTornado 0.3.9
For further reference: http://wiki.theory.org/BitTorrentSpecification#peer_id
jah
Posts: 941
Joined: Thu Jan 26, 2006 10:14 am

Post by jah »

(FUTB
obgum
Posts: 46
Joined: Sat Nov 18, 2006 1:22 pm

Post by obgum »

obgum
Posts: 46
Joined: Sat Nov 18, 2006 1:22 pm

Post by obgum »

Image
Also seeing the TT210(x)
cowschickens13
Posts: 53
Joined: Wed Aug 02, 2006 8:50 pm
Location: Memphis TN

Post by cowschickens13 »

Image
obgum
Posts: 46
Joined: Sat Nov 18, 2006 1:22 pm

Post by obgum »

cowschickens13 wrote:Image
CTorrent 1.3.4
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Post by livings124 »

Ola Bungum wrote:
cowschickens13 wrote:Image
CTorrent 1.3.4
Added
cowschickens13
Posts: 53
Joined: Wed Aug 02, 2006 8:50 pm
Location: Memphis TN

Post by cowschickens13 »

Image
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Post by livings124 »

cowschickens13 wrote:Image
Seems like a client that just give random characters. It's not identifiable.
Waldorf
Posts: 1024
Joined: Wed Dec 27, 2006 10:46 am
Location: Belgium

Post by Waldorf »

-qB0700-
Waldorf
Posts: 1024
Joined: Wed Dec 27, 2006 10:46 am
Location: Belgium

Post by Waldorf »

Waldorf
Posts: 1024
Joined: Wed Dec 27, 2006 10:46 am
Location: Belgium

Post by Waldorf »

yup:

Code: Select all

s = new session(fingerprint("qB", VERSION_MAJOR, VERSION_MINOR, VERSION_BUGFIX, 0));
(found in "src/bittorrent.cpp")
Waldorf
Posts: 1024
Joined: Wed Dec 27, 2006 10:46 am
Location: Belgium

Post by Waldorf »

This should do it:

Code: Select all

else if( !memcmp( &id[1], "qB", 2 ) )
{
     asprintf( &ret, "qBittorrent %c.%c.%c",
          charToInt( id[3] ), charToInt( id[4] ),
          charToInt( id[5] ) );
}
mj84
Posts: 5
Joined: Tue Mar 06, 2007 11:55 am

Post by mj84 »

I found an unknown client:

(-TC0006-)

no idea what client it could be, anyone else?
Waldorf
Posts: 1024
Joined: Wed Dec 27, 2006 10:46 am
Location: Belgium

Post by Waldorf »

4/08 23:03:29 DBG 52c9ae8c:5d31 GET handshake, ok (unknown client (0x00034253340152ce))

(and this one: 0x00034253715e48ca, though I thought these came from the same peer?)

probably just random characters...
Post Reply