Let's say that I have dumped a protobuf message to a file called packet.bin .
Let's also say that I have the .proto files which describes many message types of which one is the type of the dumped message.
How can I determine which type of message the original message was with the use of the .proto files in python3?