Christian Findlay
Christian Findlay
I went out and bought a USB hub because I thought I'd be able to filter:  But, it doesn't show up: 
On top of this, it doesn't look like I can filter the outputted data in Wireshark by port: 
I tried running wireshark like this: USBPcapCMD.exe -d \\.\USBPcap2 -o - | "C:\Program Files\Wireshark\Wireshark.exe" -k -i - But I just get this (no traffic) 
I tried this USBPcapCMD.exe -d \\.\USBPcap2 -o - | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -"TREZOR Interface" but get this error:  Note: I'm running the command line as administrator.
I tried this "c:\program files\usbpcap\USBPcapCMD.exe" -d \\.\USBPcap2 -o - | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -A to get all devices but this error 
I figured out how to filter down to the product like this:  However, it's only showing piece of transfer. I'm not sure if this is in or out. But,...
Ok, it looks as though I was able to finally filter down the data when I found out the address. But, this is really clunky. Isn't there a better way?...
@Driedas I just realised that I posted exactly the same [issue](https://github.com/tonerdo/pose/issues/68)
@tonerdo I don't know how to put this but this is probably the most necessary piece of infrastructure that .net is lacking. I spend half my career refactoring old code...
@tonerdo what would be really helpful is if we had a few more examples of the basics. For example, I logged [this one](https://github.com/tonerdo/pose/issues/68). If I could get this working, I...