Hello

When trying to decode_raw some binary data with protoc util im getting this:
...
    3 {
      1: "PIRANHA"
      2: 2
      3: ""
    }
    3 {
      1 {
*        9: 0x75717261*
*        12: 0x30317373*
      }
      2: 12
      3: ""
    }
...

3:1 field is string, but in some cases its encoded with set of numbers,

0x61 0x72 0x71 0x75   0x73 0x73 0x31 0x30 

gives: "arquss10" string and its close to original : "*M*arquss10"

problem is i have no idea where to get 'M' 0x4D to decode original string. 

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to