Decode Binary Stream -
08-31-2006
, 06:01 PM
I have a client/server talking via .NET Remoting using TCP/Binarystream. I
like to decode the TCP traffic between the client/server to find out the
parameters being pass between the client/server. I'm able to capture the TCP
traffic, but don't know how BinaryStream encode the data. Does anyone know
there is an way to do this?
Using http/soap, all the data is in the clear and it's trival to find the
parameters being pass between clnt/server. But I'm looking for some
documentation on how MS layout the data in the binarystream, Thx |