Problem description: Wireshark(v2.0.1) crashed (a delay circle keep waiting there!) when communicating with 6 USB2Ether cards at the same time. why? Reception hardware/software devices description: Transmission hardware devices description: Operation: Ostinato send 1 ether frame each for 6 channels, Wireshark monitor frame. asked 05 May '16, 23:41 titron edited 05 May '16, 23:47 sindy |
does Wireshark freeze immediately after you start the capture or only when the first frame arrives?
what happens if you run
tshark -i interface1 -i interface2 -i interface3 ...
from command line, instead of Wireshark?what happens if you run
dumpcap -i interface1 -i interface2 -i interface3 ... -w output_file.pcapng
from command line, instead of Wireshark?as 2.0.1 seems to me too fresh to be part of some distribution, can you try the same with the most current one - 2.0.3?