[WSP Headers Question]

[WSP Headers Question] SearchSearch
Author Message
Anonymous
 
Posted on Tuesday, December 28, 2004 - 04:52 pm:   

Hi,
I´m following a Wap Push example and I´m having problems understanding the format.

For example, the WSP layer of my example shows like this:

WSP = C5061D03AE8184456E636F64696E672D56657273696F6E00312E3300AF82B485

The previous line can be understood this way:

C5 // Push Id
06 // PDU Type Push
1D // Headers Length
03AE8184456E636F64696E672D56657273696F6E00312E3300 // Content type
AF82B485 // Push headers

456E...00 is 'Encoding-Version',
but what is the meaning of the previous fragment 03AE8184?

And what is the meaning of AF82B485?

Many thanks.