Please help me decode my Mystery WSP Response

Please help me decode my Mystery WSP Response SearchSearch
Author Message
Anonymous
 
Posted on Thursday, June 10, 2004 - 12:33 pm:   

Here's our WSP Invoke nessage:

0A 00 0B 12 01 10 0A 2C 04 80 8F F8 00 04 81 8F F8 00 A9 47 65 6E 65 72 69 63 00 80 83 80 61 70 70 6C 69 63 61 74 69 6F 6E 2F 76 6E 64 2E 77 61 70 2E 6D 6D 73 2D 6D 65 73 73 61 67 65 00


We usually get a redirect response containing a new address.

When we connect to the new address and re-send the above Invoke message, we receive the following:

68 80 0B 19 00

I've tried to decode it as follows:

0x68 (0 1101 000)
{
CON = 0
PDU Type = 0x0D (???)
}

0x800B = TID (0x0B)

I now attempt to decode 19 00 as a TPI:

0x19 (0 0011 001)
{
CON = 0
TPI Identity = 0x03 (Packet Sequence Number)
Bit 5 = 0
TPI length = 0x01
}

TPI byte #1
{
0x00 = first byte of PSN = Packet #0
}

---

Can anyone tell me what's going on here? What is PDU Type 0x0D? Or am decoding incorrectly from the very beginning?

Thanks