How do I interpret this WSP message

How do I interpret this WSP message SearchSearch
Author Message
murty neti
Unregistered guest
Posted on Monday, December 15, 2003 - 09:44 pm:   

How do I interpret the last 6 bytes of this message

Hex Dump :
0c 04 e1 12 60 1f 26 68 74 74 70 3a 2f 2f 31 37 32
2e 31 36 2e 37 34 2e 31 30 30 3a 31 30 30 32 31 2f
6d 6d 73 63 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 10 82 80 10 90 80

first 4 bytes (in olive) are WTP header
next byte (0x60) is WSP Pdu Type POST
0x1f - length of the URI which is "http://172.16.74.100:10021/mmsc" (in green above)
0x26 - length of the headers (in blue & purple) which is basically content-type "application/vnd.wap.mms-message" (in blue)
and the extension headers (in purple).


All we can see from the Message is
It is a
length 76 ( incl WTP & WSP headers)
type "WSP POST"
content-type "application/vnd.mms.mms-message"
Marty
New member
Username: Marty

Post Number: 26
Registered: 10-2003
Posted on Tuesday, December 16, 2003 - 09:04 am:   

You would expect that after 0x00 the actual MMS message would start. This would be 0x8C 0x80 but it isn't. Uhm, my guess, the message is corrupt