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

On Windows, does Wireshark recognize a plug-in NIC after you plug it in?

0

hi there

I have an old HP laptop being used to scan servers on our network . We have recently upgraded to Nexus switches which only communicate on 1gb minimum - the HP laptop only goes up to 100mb.

I brought a USB NIC with a 1gb capability - this functions and is recognised by the Win7 OS , but when I try and sniff traffic with Wireshark(or use NMAP/Nessus,etc) , the interface is not displayed .

Anyone have an idea where I am going wrong please?

Many TIA!

asked 15 Jul '15, 03:41

wiresuser's gravatar image

wiresuser
1111
accept rate: 0%

edited 16 Jul '15, 17:50

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196


One Answer:

0

You need to reload WinPcap after you plugged in the USB interface. In an elevated DOS box (run as administrator), do the following:

  • close all Wireshark instances
  • run: sc stop npf
  • run: sc start npf
  • close DOS box
  • start Wireshark

You should now see the interface in Wireshark.

Regards
Kurt

answered 16 Jul '15, 10:45

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

Many , many thanks for coming back to me on this . Much appreciated . I will report back .

(16 Jul '15, 12:14) wiresuser

You're welcome!

(16 Jul '15, 12:44) Kurt Knochner ♦