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

capture packets with ZTE HSPA Modem MF195

0

Hi All,

I discovered wireshark tool since 2 weeks and i'm facing some issues to use that tool with ZTE Modem MF195. I try with Huawei E367, and the wireshark is detected the interface automatically.

I need help about to use wireshark tool with ZTE HSPA Modem (MF195).

BR,

asked 26 Nov '12, 02:13

Djo's gravatar image

Djo
11224
accept rate: 0%


One Answer:

1

As both modems are USB sticks and as Wireshark detects the Huawei device, there is a chance to detect the MF195 as well. Winpcap is the interface for Wireshark regarding the access to the interfaces. So please try this:

  • run dumpcap -D -M. If the MF195 is not on the list, try to restart the WinPcap service AFTER you have plugged in the MF195
  • restart Winpcap service: sc stop npf and then sc start npf (you need to do this from a DOS box, that was started with Admin privileges)
  • run dumpcap again. If the adapter is on the list. Good. If it's not on the list, you might try to re-install Winpcap. If it's then still not on the list, the driver of the MF195 is somehow incompatible with WinPcap and you're out of luck.

Regards
Kurt

answered 26 Nov '12, 02:28

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

hi Kurt, Thank you for your help. it's working fine now. Thank you so much.

BR,

(26 Nov '12, 03:07) Djo

good!

If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions.

(26 Nov '12, 03:09) Kurt Knochner ♦