Christian Findlay

Results 136 comments of Christian Findlay

I went out and bought a USB hub because I thought I'd be able to filter: ![image](https://user-images.githubusercontent.com/16697547/49692114-63a99080-fba6-11e8-890a-fcff4adc72d8.png) But, it doesn't show up: ![image](https://user-images.githubusercontent.com/16697547/49692116-7623ca00-fba6-11e8-9851-63b837a472ea.png)

On top of this, it doesn't look like I can filter the outputted data in Wireshark by port: ![image](https://user-images.githubusercontent.com/16697547/49692121-b1be9400-fba6-11e8-9f6e-1d42a587eb61.png)

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) ![image](https://user-images.githubusercontent.com/16697547/49692245-1e875d80-fbaa-11e8-8069-e4052a0565e0.png)

I tried this USBPcapCMD.exe -d \\.\USBPcap2 -o - | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -"TREZOR Interface" but get this error: ![image](https://user-images.githubusercontent.com/16697547/49692249-38c13b80-fbaa-11e8-8d0a-9a12ceb32164.png) 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 ![image](https://user-images.githubusercontent.com/16697547/49692255-64442600-fbaa-11e8-8a2f-d4fdc5a4b9a0.png)

I figured out how to filter down to the product like this: ![image](https://user-images.githubusercontent.com/16697547/49692363-285e9000-fbad-11e8-88de-f4b3adfa819e.png) 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...