Wireshark does not list USB HID mouse or keyboard

asked 2019-10-21 19:19:37 +0000

Kampi gravatar image

updated 2020-08-29 20:34:55 +0000

Chuckc gravatar image

I have installed Wireshark 3.05 and USBPcap 1.2.0.4 on a Windows 10 machine (Version 10.0.18362.418) to sniff some USB communication from devices. Wireshark shows me three USBPcap interfaces after start:

image description

Interface 1 and 2 give me results like this

image description

But I get some sort of changing data after starting interface 3.

image description

So I want to sniff the communication with my USB mouse (Logitech G5). I checked the device manager for the VIDs of the mouse devices and set the filter in Wireshark

image description image description

But Wireshark doesn´t list any input from that mouse. I got the same result when I try the second mouse from the device manager.

So what is going wrong here?

edit retag flag offensive close merge delete

Comments

Have you tried with a filter of just usb.idVendor to check for any packets with that field?

This sample capture usb_u3v_sample.pcapng on the Wireshark Wiki has one packet that matches the filter.

Also the capture mentioned in this Ask Wireshark question has one packet that matches.

Chuckc gravatar imageChuckc ( 2020-08-29 20:34:25 +0000 )edit