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

Wireshark/Tshark does not see all network interfaces

0

Hello,

On a Windows 7 computer, I have startech.com USB32000SPT. It is a USB 3.0, 2-port NIC adapter.

To Windows, two nics are visible when it is plugged in: ASIX AX88179 USB 3.0 to Gigabit Ethernet Adapter #1 ASIX AX88179 USB 3.0 to Gigabit Ethernet Adapter #2

In Wireshark, and in Tshark -D, only one of the two NICS appears.

Is there anything that I can do (need to do) to make both NICS appear to WS?

Thanks.

Bryan Hunt

asked 15 Jan '15, 04:32

brhunt's gravatar image

brhunt
11112
accept rate: 0%

I have the identical adapters and both show up on my system (and work with Wireshark).

Can you please post the output of the following two commands.

dumpcap -D
dumpcap -D -M

(15 Jan '15, 06:02) Kurt Knochner ♦