I just bought J5Create's Is this compatibile with Wireshark? It is not appearing in the interface list. According to this FAQ on ASIX's website, it seems like it should work. Any ideas? asked 14 Nov '14, 12:01 zman97211 |
One Answer:
Wireshark isn't directly compatible, or incompatible, with any networking hardware; for example, it has no device drivers. It relies on the hardware's drivers, the OS's native packet capture mechanism on UN*X and the OS's NDIS and the WinPcap driver (which isn't a hardware device driver) on Windows, and the libpcap/WinPcap library. The code above the driver shouldn't be treating any particular Ethernet adapter differently on Windows; does your adapter show up in the "Network and Sharing Center" pane in Control Panel? answered 14 Nov '14, 16:08 Guy Harris ♦♦ |
It does show up in the control panel. The solution I ended up using was passing the USB-Ethernet adapter through to Ubuntu 12.04 running inside VirtualBox. Wireshark was able to use the adapter there without a problem.
Did you plug the JU130 in after you started Wireshark? If so, what happens if you quit Wireshark and restart it? Does it show up again?
If it doesn't show up in that case, or if you plugged it in before you started Wireshark, what happens if you plug the JU130, reboot the machine, and start Wireshark? Does Wireshark see it then?
This might be a case of WinPcap not handling interfaces plugged in after the program starts, or not handling adapters added after the system booted. Those tests could help determine whether that's the case.