I have a zigbee usb dongle that plugs into the usb port on my Windows laptop. I need to be able to capture the incoming packets.
I am trying to write a c program that will capture the incoming packets by monitoring the bus associated with the corresponding usb port.
Are there some c libraries that facilitate this monitoring? If not how can I access the contents of the bus?