Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@neda The data is in pkt_data as far as i can see from docs so try QByteArray databuf = QByteArray(reinterpret_cast<char*>(pkt_data), header->len); qDebug()<<"data: "<<databuf ;
Did you do that on your Desktop machine ?