Discussion of Transmission that doesn't fit in the other categories
-
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 »

Also seeing the TT210(x)
-
obgum
- Posts: 46
- Joined: Sat Nov 18, 2006 1:22 pm
Post
by obgum »
cowschickens13 wrote:
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:
CTorrent 1.3.4
Added
-
livings124
- Transmission Developer
- Posts: 3142
- Joined: Fri Jan 13, 2006 8:08 pm
Post
by livings124 »
cowschickens13 wrote:
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...