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

Wireshark Doesn’t detect USB datacards.

0

Hi, Wireshark Doesn't detect USB datacards. Is there anyway to get this detected and run captures ?

asked 16 Jul '12, 21:03

Raghu_capture's gravatar image

Raghu_capture
1111
accept rate: 0%


3 Answers:

0

If by "USB datacard" you mean a USB adapter that connects to a mobile phone network for data access, then:

  • if this is on Windows, you may be seeing this problem with WinPcap;
  • if this is on some flavor of UN*X, such as Linux, there should be a PPP interface available on which to capture if you're connected to the network.

answered 17 Jul '12, 14:04

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%

how would you solve this on osx?

(04 Aug '16, 23:42) theduduk

OS X is a flavor of UN*X (in fact, starting with Leopard, it's a UNIX(R)). If you have some mobile phone network USB network adapter plugged into a machine running OS X, you'll probably have an interface named ppp0 or something such as that, and you should be able to capture on that.

If, however, you want to capture traffic on the USB bus, that would be more difficult; Apple don't document any mechanism for doing that.

(05 Aug '16, 00:41) Guy Harris ♦♦

0

On Windows, I think you could work around this problem by capturing data using USBPcap and writing "USB datacards" dissector. I don't have any of such device and hence cannot precisely estimate how much work would that be.

answered 31 Jul '13, 09:52

desowin's gravatar image

desowin
262
accept rate: 0%

0

On Windows, you might be able to do that if you're running Windows Vista/7/8/8.1/10 and have Npcap, rather than WinPcap, installed.

answered 05 Aug '16, 00:42

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%