|
I’ve got a trace of wbxml data going over a HTTP
connection. It shows the first TCP packet with POST and a HTTP header of Content-type: application/vnd.syncml+wbxml There is a TCP continuation packet that contains the POST
data with the xbxml data. What I can’t figure out is how to use the wbxml filter
to look at the data. If I filter on: “http”, I see the packet. If I
filter on “http and wbxml” or just plain “wbxml” I see
nothing. The wbxml example only shows wbxml running over WSP. Thanks in advance gerry |