vmxnet3 vSphere 6.7 wireshark stops capture traffic
Dear Community Please advise. Wireshark 3.3.0 installed to VM vmware 6.7 NIC - vmxnet3 10Gb Wireshark installed normally and seems works. But it is STOPs to catch traffic after 10-30 sec Just starts, capture a bit and stops catching. GUI works but traffic not arrive to main window Thank you much in advance Regards, Andrii [email protected]
Wireshark will use dumpcap in the background for the packet capture. Can you make a capture from the command line using
dumpcap
and does it have the same issue?Dear Chuckc Thank you for your attention to my question I will try to check with dumpcap when come back to work On other hand, I read that npcap or winpcap should be used in virtual environment Also we need to take in consideration vmxnet is 10Gb vnic I also found that vmware support recommend to use internal capture tools Please correct if I am wrong Thank you for your support Regards, AntexMv
Capturing and Tracing Network Packets by Using the pktcap-uw Utility
Looks like
pktcap-uw
is tightly integrated and very flexible.The default output format is
pcap
. When using--ng
forpcapng
it added a packet comment to each packet (example):Yes, dumpcap, which is the packet capture utility that comes with Wireshark, does use WinPcap or Npcap, depending on which one you have installed. Which one do you have installed?
Using dumpcap remove all the extra Wireshark code from the code path when capturing, so that it'd be easier to see whether the problem is in dumpcap, Wireshark, or WinPcap/Npcap.
Dear Chuck Thank you for your support I checked dumpcap alone without wireshark I check under Administrator credentials, also using CLI and GUI In all cases behavior the same - few seconds catching traffic and stops Any idea ? Regards, AntexMv