View Single Post
  #6 (permalink)  
Old July 25th, 2002
prh99 prh99 is offline
Disciple
 
Join Date: July 18th, 2002
Posts: 19
prh99 is flying high
Default Re: Problem identifying Descriptor IDs

Quote:
Originally posted by Paradog
One question regarding Descriptor IDs...
How come I get descriptor IDs like ?®ƒCÒ_åA¿1,ëÖçu| from Gnucleus & LimeWire?
When I connect my client with Shareaza I get GUIDs like B4D7F325DA144026,
the type which my client used to send too.

I dont know if the information is important but I'm creating GUIDs with CoCreateGuid
My client (Suicide) is coded in VB 6.0, I made following type.

Public Type descriptor_header
descriptor_id As String * 16 '<- The GUID
payload_descriptor As Byte
ttl As Byte
hops As Byte
payload_length As Single
End Type

Have I forgotten something? Or is the descriptor I get from Gnucleus also valid?

The desperate
Paradog
Gnucleus has the same thing, and theirs are longer than 16 bytes (32 bytes instead of 16) . It looks like their converting those random characters to hex.
Reply With Quote