nsg
Newbie level 1
- Joined
- Jul 8, 2015
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 8
Hello,
I am trying to write a code for USB cdc ncm class. Here I am configuring my usb device as ncm device & it appears as a network adopter. I am reading the data from the NCM host in my device and trying to forward it to ethernet network after removing ncm headers from the packet but I am not getting response back from network. So can anybody please help me should there be any mistake in the data unwrapping or any other? I am receiving arp packets from the host for particular IP address but I doubt that my packet is received at that particular IP. So can anybody help me out with this?
I am trying to write a code for USB cdc ncm class. Here I am configuring my usb device as ncm device & it appears as a network adopter. I am reading the data from the NCM host in my device and trying to forward it to ethernet network after removing ncm headers from the packet but I am not getting response back from network. So can anybody please help me should there be any mistake in the data unwrapping or any other? I am receiving arp packets from the host for particular IP address but I doubt that my packet is received at that particular IP. So can anybody help me out with this?