Did some analyzing and pseudo reverse-engineering here.
Does somebody have a clue what to fill in in the colums with the question marks in it?
Code:
proto broadcast:
packet 1 (size 138 bytes)
00 01 01 02 00 80 54 6f 92 69 00 FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF
split down:
00 01 protocol.
02 00 maybe some kind of "hi, i want a handshake"
00 end of header?
80 length of the following data (128)
54 6f 92 69 00 my psps name (tobi), null terminated
FF FF .. filling data until 128 bytes.
packet 1 (size 82 bytes)
00 02 2e 08 00 00 00 00 00 00 00 00 00 00 00 00
00 00 51 f5 86 9d ec 5c 5d 4b cd b0 d1 df 5e f9
[too much random stuff coming after here. im afraid of giving away a serial number or something like that]
split down:
00 02 protocol..?
2e 08 ?
00 end of header..?
00 (13 bytes) ?
rest (64 bytes) i believe some sort of encryption key..?
Well, as in the second packet is no byte for the size (40 in hex) in the header, i assume the 64 bit is the key. Should be the public key, though.
Can't to much more until i get a second psp. I'll try to borrow one from a friend.