Hi please somebody help me with decoding H225 signalling messages. I am getting the encoded bytes over TCP. I used MSDN sample code of ByteToStr() to convert those byte buffer into Hex string.

Now i need to convert this ASN encoded string into actual H255 signal messages. I'm working on an H323 project.

I found an MSDN article on ASN1 decoding using CryptDecodeMessage() API, but i'm not getting result after trying their sample code.

http://msdn.microsoft.com/en-us/libr...76(VS.85).aspx




Thanks in advance.