View Single Post
  #1 (permalink)  
Old June 10th, 2003
grimkin grimkin is offline
Novicius
 
Join Date: June 10th, 2003
Posts: 4
grimkin is flying high
Default noob development question

hi there,

for my sins I'm doing some work on gnutella network for my masters thesis which involves implementing a rough client.

At the moment I'm analysing the communications between gnucleus on my machine and the outside world and having a few problems decoding whats going on ...

the byte data looks as follows after i split it up - it was all in one frame so here's my interpretation of 164 bytes in total

07 9D 0C 0E 7D AB 9F 4E B5 E4 00 C4 5A 70 D0 5D --> ID
00 --> PING
01
00
00 00 00 00 --> payload size

i take it this is another header now:
36 10 33 82 34 75 18 42 A2 26 B3 AB A2 A4 21 A0
30 --> WHAT IS THIS?
01
00
06 00 00 00 --> payload 6 bytes
00 00 00 01 00 02

and another:
EF 57 F9 93 90 6F A3 48 A4 7A ED 3A 1C 36 93 35
30 --> WHAT IS THIS?
01
00
59 00 00 00 --> payload 59 bytes

<another 59 bytes>

can anyone put me out of my misery and explain to me what that 0x30 is doing there or even if im barking up the right tree here with the way im "decoding" this?

thanks in advance

ben
Reply With Quote