Sir,
While implementing RNDIS over USB, I found that after the initialization the DATA_PACKET is not receiving in the device. As seen in the wireshark log, host is sending the data_packet as URB_BULK_out.
After receiving this data_packet, a response should be given. But by debugging it i came to know that it is not receiving in the device. I'm using USB CDC device.
What could be the reason for data not receiving in the device side?
I'm also attaching wireshark log of my device with this message.