Decoding a protobuf response without a .proto file

Put the raw response into a file and send it through 'protoc' with the --decode_raw option to produce a human readable output.

cat raw_protobuf.raw | protoc --decode_raw > structured.txt