Using Wireshark GUI - When double clicked on the Interface name (USBPCAP3) the same error is observed using Wireshark GUI. Only when i click on the extCap capture options i.e the round circular black button next to the interface, it asks to start the trace and on clicking start it works and captures the packets. Please let me know as to how do i capture packets from USB using Wireshark Command Line. Thanks Abhinand asked 26 Sep '16, 04:13 abhierao edited 26 Sep '16, 05:05 grahamb ♦ |
2 Answers:
This is bug 12846 which has been marked as resolved and fixed today, so we can expect the fix to become part of the next stable release. answered 26 Sep '16, 08:03 sindy showing 5 of 6 show 1 more comments |
For reference, the issue with Wireshark GUI was tracked by bug 12846 that was fixed on the 18th of September. The issue with tshark was tracked by bug 12949 and was fixed today. Both will be part of Wireshark 2.2.1 once it is released. answered 27 Sep '16, 13:57 Pascal Quantin |
I did raise a Bug also they did mark it as a duplicate of 12846 and provided me with a new exe, its working fine with the new version, thanks.
When used Tshark.exe -i 8 -w a.pcap - The same error returns this is probably a Bug which needs FIX.
Download the new version from here to fix the above problem - https://www.wireshark.org/download/automated/win64/Wireshark-win64-2.3.0-850-g73a0ee0.exe
NOTE : Tshark.exe -i 8 -w a.pcap - doesn't work with this build. Wireshark.exe command line works well. - Wireshark.exe -i 8 -k -w a.pcap
Thanks Abhinand
@abhierao, please provide the output of
tshark.exe -D
, because from just-i 3
and-i 8
it is not clear what interface types the 3 and 8 represent, so it is hard to say whether it is the same issue or a different one.Requested output:
OK, now it makes more sense to me. Assuming you observe this behaviour while using the snapshot version, please provide your output of
tshark.exe -i 8 -w cmd.pcap
as above as a comment to bug 12846, stating that it is obtained using the snapshot version (Wireshark-win64-2.3.0-850-g73a0ee0.exe) and that in that version the issue survives in tshark.I’m afraid that when testing, Pascal may have saved the preferences while in Wireshark, effectively hiding the issue of tshark as both use the same preferences file.