-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not allowing to redirect output of USBPcapCMD.exe. #104
Comments
I don't understand what you mean by "Not allowing to redirect output of USBPcapCMD.exe" in title. Just specify "-" as the output and USBPcapCMD will output the pcap stream to stdout. For a finer control you might use the extcap interface. |
The recommended way is to use extcap interface in such cases. It is suited for machine processing. Use
Then to get information about devices connected, use e.g. |
I want to retrieve which device is connected to which interface (USBPcap? i.e., USBPcap1 or USBPcap2 or USBPcap3....) To get such info what i should use ? |
|
I am writing batch file to start USBPcap and read the console output .
The text was updated successfully, but these errors were encountered: