Page 2 of 25
Posted: Tue Dec 19, 2006 9:38 pm
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?
Posted: Tue Dec 19, 2006 10:48 pm
by bucko
-(FG01801)
No I didn't add any of those. It's what I wrote down the moment I saw this unknown client.
Posted: Wed Dec 20, 2006 3:34 am
by jah
(-S~2230-)
Posted: Wed Dec 20, 2006 8:42 am
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?
Posted: Wed Dec 20, 2006 8:48 am
by bucko
Oops, my bad.
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?

Posted: Wed Dec 20, 2006 5:26 pm
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.
Posted: Wed Dec 20, 2006 6:18 pm
by wingchuner
(-ZZ0070-) is another one i came across.
Posted: Wed Dec 20, 2006 6:38 pm
by livings124
wingchuner wrote:(-ZZ0070-) is another one i came across.
Hmmmm, can't find this one listed anywhere.
Posted: Wed Dec 20, 2006 9:40 pm
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
Posted: Thu Dec 21, 2006 12:49 am
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.
Posted: Fri Dec 22, 2006 11:55 am
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] == '-' )
Posted: Fri Dec 22, 2006 3:58 pm
by softwareelves
Posted: Fri Dec 22, 2006 4:15 pm
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.
Posted: Fri Dec 22, 2006 4:21 pm
by livings124
First one is xtorrent, i'll add that soon.
Second I have no idea what it is.
Third it Lphant...I added this.
Posted: Fri Dec 22, 2006 5:51 pm
by bucko
This one I think is from Bittorrent Plus 1.30 beta ;
(Plus130B)
jah wrote:(-S~2230-)
+1