This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

USB network adaptors

0

I have A usb network adaptor in a Tomtom navigation device I want to monitor from when it is plugged in, but of course if you unplug it the live capture stops and when u plug it back in data already flows before you can start capture, so need to set it up to capture as soon as it is plugged in, is this possible ?

asked 02 Jun '11, 12:38

Evan%20Berry's gravatar image

Evan Berry
1111
accept rate: 0%


2 Answers:

0

If you are using Linux, you might be able to use usbmon to capture the actual USB traffic, but the results may or may not be what you want. See http://wiki.wireshark.org/CaptureSetup/USB for more details.

answered 02 Jun '11, 13:26

cmaynard's gravatar image

cmaynard ♦♦
9.4k1038142
accept rate: 20%

0

And if you are using Linux, you could try capturing on the "any" device, which should deliver packets from all network devices, so, if a new device is plugged in, Wireshark (or tcpdump or...) should see packets from the device as soon as it starts delivering them to the networking stack.

answered 02 Jun '11, 16:49

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%