I have D-Link DWA-120 USB WiFi card and PPTP VPN connection on my PC. They both look like NICs in Windows, but Wireshark sees only "wired" NIC as capture device. Why? asked 25 Oct '11, 12:48 ZZWave showing 5 of 7 show 2 more comments |
I have D-Link DWA-120 USB WiFi card and PPTP VPN connection on my PC. They both look like NICs in Windows, but Wireshark sees only "wired" NIC as capture device. Why? asked 25 Oct '11, 12:48 ZZWave showing 5 of 7 show 2 more comments |
where do you take the information that wireshark sees "wired" NICs from ? Did you check Capture Interface Details ?
There is only Realtek wired NIC, both in capture devices and in settings. WiFi and VPN aren't "hidden" or something like this.
What does
wireshark.exe -D
show when run from a command prompt? That lists all the interfaces that Wireshark can capture on.Note that depending on your Windows version, captures by WinPCap (the mechanism Wireshark uses to capture on Windows) might not be possible for PPP interfaces. See here for more info
WinPcap 4.1.2
The first one is your wired connection, the second one could be ???
Can you match the GUID listed to one in the output from "ipconfig /all"?
It's somewhat hard to tie the GUIDs up to actual interfaces, I can give you a PowerShell method to get more info if you want.
Second is "Microsoft ISATAP adapter"....
I've converted your "answer" to another comment.
So, it appears that the only two interfaces WinPCap can see on your machine are the Wired NIC and the ISATAP interface. For whatever reason your Wireless adaptor can't be seen. This is sometimes a problem on Windows, see here for more info.
Microsoft Network Monitor can usually capture on the interfaces you want, and the captures can be saved and then opened in Wireshark.