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

Discussion of Transmission that doesn't fit in the other categories
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Post by livings124 »

bucko wrote:Mine is not exactly the same as above, it's ;

-(FG01801)

Maybe it's from this program?????
http://www.amazesoft.com/
Is it literally a dash followed by paranthesis? Or did you add those yourself?
bucko
Posts: 13
Joined: Tue Dec 19, 2006 1:27 pm

Post by bucko »

-(FG01801)

No I didn't add any of those. It's what I wrote down the moment I saw this unknown client.
jah
Posts: 941
Joined: Thu Jan 26, 2006 10:14 am

Post by jah »

(-S~2230-)
chucker
Posts: 108
Joined: Mon Jan 16, 2006 9:08 pm

Post by chucker »

bucko wrote:-(FG01801)

No I didn't add any of those. It's what I wrote down the moment I saw this unknown client.
Are you sure you don't mean (-FG01801), though?
bucko
Posts: 13
Joined: Tue Dec 19, 2006 1:27 pm

Post by bucko »

Oops, my bad. :oops:

It's (-FG01801) indeed. Sorry for the confusion.

:edit
Found another one (double checked this time);

(-VG2632-)

:edit
I also came across these variations;
GET handshake, ok (unknown client (-FG0180c))
GET handshake, ok (unknown client (-FG0180A))

:edit
.. and another;
GET handshake, ok (unknown client (-XT0006-))

:edit
what's this?
Image
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Post by livings124 »

OK, added FlashGet (-FX0180...)

I have no idea what the -VG one is. I also don't know why there is a blank client.

The -XT and -XX id's are XTorrent, I don't think it's worth adding -XT b/c that id isn't used in recent versions and as I understand the -XT versions will expire soon (before the 0.7 release). I'll add -XX once he has a better way to display the version number in the id.
wingchuner
Posts: 5
Joined: Mon May 22, 2006 1:10 pm

Post by wingchuner »

(-ZZ0070-) is another one i came across.
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Post by livings124 »

wingchuner wrote:(-ZZ0070-) is another one i came across.
Hmmmm, can't find this one listed anywhere.
bucko
Posts: 13
Joined: Tue Dec 19, 2006 1:27 pm

Post by bucko »

I can't find anything about (-ZZ0070-) either. However, I did find this source file from 'Shareaza' that contains a lot of peer-id's.
http://shareaza.svn.sourceforge.net/vie ... iew=markup

and this one;
http://rufus.cvs.sourceforge.net/rufus/ ... iew=markup
wingchuner
Posts: 5
Joined: Mon May 22, 2006 1:10 pm

Post by wingchuner »

Here is another..i think this is a version of Mainline though..

(M5-0-3-8)

you know what..might be my bad..i need to upgrade to newest nightly..if this is all ready fixed, sorry.
bucko
Posts: 13
Joined: Tue Dec 19, 2006 1:27 pm

Post by bucko »

(M5-0-3-8)

Seems to me that the current code in clients.c does not correctly identify this peer-id.
I'm no programmer but if I understand correctly, the following snippet checks for a '-' on position 7 (zero based). But this formatting puts a number there ('8' in this case).

Code: Select all

if( id[0] == 'M' && id[2] == '-' && id[7] == '-' )
softwareelves
Web Interface Developer
Posts: 351
Joined: Thu Mar 23, 2006 10:32 pm

Post by softwareelves »

Image
Image
Image

few more from me :)
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Post by livings124 »

bucko wrote:(M5-0-3-8)

Seems to me that the current code in clients.c does not correctly identify this peer-id.
I'm no programmer but if I understand correctly, the following snippet checks for a '-' on position 7 (zero based). But this formatting puts a number there ('8' in this case).

Code: Select all

if( id[0] == 'M' && id[2] == '-' && id[7] == '-' )
Yes, that is bc according to the bittorrent specs this should be M5-03-8-. This is a different format then what has been in the past, so I have to look around to see if this actually is the mainline client.
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Post by livings124 »

softwareelves wrote:Image
Image
Image

few more from me :)
First one is xtorrent, i'll add that soon.
Second I have no idea what it is.
Third it Lphant...I added this.
bucko
Posts: 13
Joined: Tue Dec 19, 2006 1:27 pm

Post by bucko »

This one I think is from Bittorrent Plus 1.30 beta ;

(Plus130B)
jah wrote:(-S~2230-)
+1
Post Reply