This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

live USBPcap trace with tshark

0

Is it possible to use USBPcap with tshark to get a live trace like it is with wireshark?

asked 08 Jul '15, 04:55

dippy's gravatar image

dippy
21345
accept rate: 0%


One Answer:

0

I do not have a USBPcap setup with me rigth now, but given the tutorial found here I would expect the following command to work when using USBPcap 1.0.0.7:

USBPcapCMD.exe -d \\.\USBPcap2 -o - | "C:\Program Files\Wireshark\tshark.exe" -i

Where you replace USBPcap2 by the filter value you are interested by.

answered 08 Jul '15, 10:24

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%