How can I configure my VM to continuously capture traffic using Wireshark without crashing?
I'm working on a networking project which requires me to have aggregated storage on my VM and continuously capture traffic without crashing the machine. I'm utilizing a dedicated server with Windows Server 2019 through ESXi.
Is the VM crashing or Wireshark? If the latter, then don't use Wireshark to make the captures, instead use dumpcap and then review the captures with Wireshark.