There aren't any prebuilt tools that I know of that would allow you to deserialize captured binary protocol RPC calls. You could probably write a utility using TDeserializer, but as you pointed out, you need to know the data type to make it work.
On Tue, Nov 1, 2011 at 6:19 PM, Steve <[email protected]> wrote: > Hi, > > I use the TBinaryProtocol and I have extended TSocket to occasionally > record the binary data of some transmissions. Is there anyway to > deserialize or translate this data? There are some deserialization > commands, but it looks like you need to know the data type, and I don't > think that works for function messages. > > Thanks for any help, > Steve > > >
